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
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 🙂
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!
Hi!
I saw some examples with SuperCollider (using OSC) but I can’t find them anymore…
I just find theses 2 links
Good luck!
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.
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.
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?
I am getting messages from Iannix using udpreceivre object. How to I unpack the information to trigger and control things in MAX?
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.
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 « );
}
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);
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.
Yes, sorry, I didn’t test it before posting 🙂
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
Hi!
Can you explain us what the « blank » window is? Can you make us a screenshot?
Thanks!
© IanniX Association
Qu'est-ce que IanniX ? | Téléchargement | Showcase | Forum | Recherche | À propos
Cookie | Durée | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |