IanniX

Forum Replies Created

Viewing 15 posts - 796 through 810 (of 3,694 total)
  • Author
    Posts
  • in reply to: linux compilation error #3041
    IanniX
    Keymaster

    Yes, qt works, but it looks like it was compiled without OpenGL (=> QGLWidget is the module for OpenGL… and looks missing)

    in reply to: How to sync iannix as a slave to a DAW ? #3043
    IanniX
    Keymaster

    Hi!

    We implement MIDI transport syncing but actually we experience difficulties with Live 9 on Mac OS.
    In IanniX, be sure the sync transport in option is checked (in Config > MIDI tab). In Live, open preferences panel and enable sync on “IanniX In”. Now Live is the master, IanniX the slave.

    Tell us if it works with you!

    in reply to: How to sync iannix as a slave to a DAW ? #3044
    Giò akak Moo’
    Keymaster

    ok it works 🙂

    i’m on win 7 64 bit i use midi yoke for the bridge between

    in reply to: Wanted! #3045
    Giò akak Moo’
    Keymaster

    how to do that?

    i’m wondering about create a sort of subapp for live, an osc instruments that could give me the possibility of interact with my patch…

    in reply to: cursor_id > note number #3046
    TheVille
    Keymaster

    Thanks for the prompt reply! That was it. Now it works just like I wanted, thank you!

    in reply to: control iannix with a midi controller #3047
    IanniX
    Keymaster

    When you create a new score, the Script Editor window opens. Go into this window and search for
    function onIncomingMessage(protocol, host, port, destination, values)

    By default, this method will log received events in the console (open “Config” tab from Inspector panel and see “Message log”). You are free to make something else using scripts. You can have a look at this exemple also : Performance – (a-z)²

    in reply to: linux compilation error #3048
    Mathieu
    Keymaster

    Thanks, it’s the problem.
    I’m searching but I don’t find how to install QGLWidget.

    in reply to: linux compilation error #3049
    IanniX
    Keymaster

    Looks strange. I’ve never had this problem… You may look to Qt’s forums I think…

    in reply to: Bugs #3058
    kfl
    Keymaster

    Mac OS 10.8.4

    Saving IanniX scores does nothing or only saves empty score documents. Reopening saved score results in a blank document.

    Also possibly related: the file browser is not in sync with the Finder and displays duplicate files/folders.

    Really interested in using this software to control SuperCollider once the saving issues are cleared up. Nice project!

    in reply to: Bugs #3061
    Paul-Alexandre LUCK
    Keymaster

    Le positionnement de la souris ne correspond pas aux objets graphiques (seuls les trigger semblent aligner sur le pointeur de la souris)
    La touche ‘shift” ne semble pas répondre aux fonctions décrites dans l’aide.

    in reply to: Windows 8 graphic souris #3062
    IanniX
    Keymaster

    Pouvez-vous sélectionner les objets ? Attention, si la partition est en 3D, la sélection ne fonctionne que sur des plans 2D. En gros, les objets qui ne sont pas sur le plan d’origine seront en effet décalés avec la souris.
    La partition est-elle effectivement en 3D ?

    in reply to: Making things with IanniX #3063
    Mathieu
    Keymaster

    Hello,
    It’s possible to run Iannix on raspBerry or Pcduino shield ?

    in reply to: Rasperry and Pcduino #3064
    IanniX
    Keymaster

    Hi!

    IanniX is built for x86 platforms. But, it’s 95%-based on Qt framework, which is portable on other architecture (http://qt-project.org/wiki/qt-raspberrypi) ; we never tried to do this…

    in reply to: linux compilation error #3078
    Mathieu
    Keymaster

    I try to compile on another computer with the same error, with a friend we founded the bug.
    We run this command in a shell sudo cp -R /usr/include/qt4/QtOpenGL/ /usr/local/Trolltech/QtEmbedded-4.8.4/include/
    but after we had got an new error with BonjourService and BonjourRecord, shell said that there are not a type
    I put line 23 and 27 on interfaceosc.h in comment to resolve this
    and now at the end of compilation I have this error

    -L/usr/local/Trolltech/QtEmbedded-4.8.4/lib -lasound -lQtScript -L/usr/local/Trolltech/QtEmbedded-4.8.4/lib -lQtXml -lQtOpenGL -lQtGui -lQtNetwork -lQtCore -lGL -lpthread 
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « QX11Info::appVisual(int) »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « QX11Info::appColormap(int) »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « qt_x11_preferred_pixmap_depth »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « QWidget::x11Info() const »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « QX11PixmapData::QX11PixmapData(QPixmapData::PixelType) »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « QPixmap::x11Info() const »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « QWidget::x11Event(_XEvent*) »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « QX11Info::depth() const »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « QX11Info::setX11Data(QX11InfoData const*) »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « QX11Info::display() »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « QX11Info::visual() const »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « QX11Info::getX11Data(bool) const »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « QX11Info::appScreen() »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « QX11Info::~QX11Info() »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « QX11Info::QX11Info(QX11Info const&) »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « QX11Info::operator=(QX11Info const&) »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « QX11Info::screen() const »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « qt_x11Handle(QPaintDevice const*) »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « qt_x11Info(QPaintDevice const*) »
    /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libQtOpenGL.so: référence indéfinie vers « qt_x11Data »
    collect2: erreur: ld a retourné 1 code d'état d'exécution
    make: *** [IanniX] Erreur 1
    

    Any ideas ?

    in reply to: Scripts #3088
    homo faber
    Keymaster

    Bonjour,
    J’aimerais changer l’intervalle d’envoi du message d’un curseur grâce à sa valeur de position mappée Y.
    J’ai essayé d’attribuer la valeur de position mappée Y à une variable par la commande :
    direct:// nom_variable = cursor_value_y
    Mais cela ne marche pas…
    Comment faire ???
    Merci d’avance !

Viewing 15 posts - 796 through 810 (of 3,694 total)

© IanniX Association

What is IanniX? | Download | Showcase | Forums | Research | About