IanniX

Toutes mes réponses sur les forums

15 sujets de 1,321 à 1,335 (sur un total de 79,016)
  • Auteur
    Messages
  • en réponse à : Créer avec IanniX #4150
    H.H. Alejandro
    Maître des clés

    Hello! Im making a score using triggers, and sending the midi data to mulab, but while recording and listening the notes « cut-off » making them shorter like in a staccato manner, is this from iannix? does it have to do that i have a 64 bit pc and iannix for windows is 32 bit and mulab (my recording daw ) is 64 bit?
    thank you

    en réponse à : Créer avec IanniX #4175
    Aier
    Maître des clés

    Hello everyone / salut tout le monde!

    I’m looking for online tutorials on how to connect IanniX and SuperCollider. For now I’d like to see how I can use MIDI to communicate between the two.

    Does any of you have experience in this?

    Thanks merci 🙂

    en réponse à : Scripts #4176
    H.H. Alejandro
    Maître des clés

    Hello! Im using the 3d now for curves and Im using the z dimension to control parameters in pd, its just that that value indicates its 0, but when i looked at the cursor messages i saw that i needed collision_value_z – z mapped coordinate of the collision between the cursor and the curve, but I cant type it in or it doesnt exist? what do i do? thanks!

    en réponse à : SuperCollider vs IanniX with MIDI #4178
    IanniX
    Maître des clés

    Hi!

    I saw some examples with SuperCollider (using OSC) but I can’t find them anymore…
    I just find theses 2 links

    Good luck!

    en réponse à : Collision_value_z #4179
    H.H. Alejandro
    Maître des clés

    If I write in the message box in the value after collision_value_y – y mapped coordinate of the collision between the cursor and the curve, « collision value_z » (which is the only thing that lets me write) and clic « ok », the audio immediately stops working (the sine wave oscillator)
    Alex.

    en réponse à : Collision_value_z #4180
    H.H. Alejandro
    Maître des clés

    I mean if the sinewave oscillator was following a curve going up on the Y dimension, the sine wave oscillator stops following the curve and just « sits » still on one note.
    Alex.

    en réponse à : Créer avec IanniX #4185
    Isael Huard
    Maître des clés

    Hello,

    I am trying to establish an OSC network between Iannix and my max patch to that I can control quad panning. How would I achieve this?

    en réponse à : OSC network with MAX MSP #4186
    Isael Huard
    Maître des clés

    I am getting messages from Iannix using udpreceivre object. How to I unpack the information to trigger and control things in MAX?

    en réponse à : OSC network with MAX MSP #4187
    IanniX
    Maître des clés

    Hi! I think you should look at the examples provided with IanniX (last icon on the toolbar) ; there is all you need to route/unpack the information!
    OSC message syntax is setup for each object, —> double-click on objects.

    en réponse à : Scripts #4188
    Joseph
    Maître des clés

    Hi. I’m trying to load a single cursor with multiple setpointat messages. Not working. Is it even possible? I think this is just overwriting all but the last iteration.

    for(var i = 0 ; i < 12 ; i++) {
    run(« setmessage 8 20 , direct:// setpointat  » + i+200 +  » 0 cursor_xPos cursor_yPos cursor_zPos « );
    }

    en réponse à : multiple direct messages with for loop #4189
    IanniX
    Maître des clés

    Hi!
    You need to concatenate a string like this :

    var message = "";
    for(var i = 0 ; i < 12 ; i++) {
         message = message + “, direct:// setpointat ” + i+200 + ” 0 cursor_xPos cursor_yPos cursor_zPos“);
    }
    run(“setmessage 8 20 " + message);
    en réponse à : multiple direct messages with for loop #4190
    Joseph
    Maître des clés

    I had to take out that last parenthesis and semicolon, but it works . . .

    message = message + “, direct:// setpointat ” + i+200 + ” 0 cursor_xPos cursor_yPos cursor_zPos“);

    becomes…

    message = message + « , direct:// setpointat  » + i+200 +  » 0 cursor_xPos cursor_yPos cursor_zPos »

    Thank You.

    en réponse à : multiple direct messages with for loop #4191
    IanniX
    Maître des clés

    Yes, sorry, I didn’t test it before posting 🙂

    en réponse à : Feedback #4192
    Henriette
    Maître des clés

    Hi,

    I downloaded the 64bit windows version today, unpacked and double clicked on IanniX.exe and what happened was not what I expected.
    A window did open, but it stayed blank. I have Windows 10 on a HP laptop.
    Also tried it with the files from github, but there it said I needed to download gt5, fine, but is that really 300 GB? (don’t have that much space).

    So, I’m stuck.

    What can I do to get Iannix up-and-running?

    All the best, Henriette

    en réponse à : installing Iannix #4193
    IanniX
    Maître des clés

    Hi!
    Can you explain us what the « blank » window is? Can you make us a screenshot?
    Thanks!

15 sujets de 1,321 à 1,335 (sur un total de 79,016)

© IanniX Association

Qu'est-ce que IanniX ? | Téléchargement | Showcase | Forum | Recherche | À propos