Hi!
Are-you using Windows or Mac?
In general, open an example (on the bottom-right of IannIX) with the word « MIDI ».
Mac : no configuration, it works directly (for example with Garage Band or Live) because we take care of people who are not computer scientists :).
Windows : OS designed for/by computer scientists ; you need to install « LoopBe » (cf. viewtopic.php?f=14&t=24) OR select in the network tab of the inspector « General MIDI » or « Wavetable » or something like that (depends on your soundcard)…
HALLO,
got to the same problem, I installed it, looked in, but cant figure out anything ( never used max msp or pure date software) so i probably need basic tutorial how to start to use software from 0, but would like to connect it with modul8 or live after…
i.m googleing and searching for any kind of easy, step by step tutorial….. nothing….
did you find something, could u share some links please?
thanks l.
Hi everybody,
Is there a simple way to rotate an object (square, triangle or anything else).
I am trying to import svg files made in illustrator, and when importing, some are ok, and some are all upside down. So I would like to rotate 180° for the object is ok.
Or maybe is there something I miss about importing svg file correctly. If someone has some trick about it…
Thanks
frz
hi,
i downloaded the window version from this site but i cannot unzip it and popup a window for the zip file not vaild. i tried download in mac and PC, it cannot open from both. is it only my problem?
thank you
Hi!
I’m trying to use Iannix in Logic, but I cannot see the way to do it. I’ve watched the video but I do not see how connect Iannix to Logic so that it sounds and I can record it. Maybe I’m missing something but I do not know what.
Thanks in advance for your answers
Hmm strange, I’ve just make the test and it works both on Mac and Windows… What is your web browser?
Hi again!!!!
I have found the answer. Obviously, just opening Logic and loading the « simple MIDI example ».
Best wishes
Hi!
I’m new into Xenakis. I’ve tried using the « Simple Midi Example » and it works ok with Logic and Garage Band. I can change the sounds according to any Logic / GB instrument and I can record the sounds.
However, now I would like to start a new MIDI project from scratch. I would like to draw my own curves and add my triggers and make them sound and record them in Logic or Garage Band.
Is that possible? I’ve been trying to do it but I haven’t found the way or any information about this.
Thanks in advance for your answers.
sorry for the late reply
i am using chorme for downloading and my friend to download again and it can be open
i am not sure what’s going on
But finally got it thank you and sorry for that
Hello,
I scripted a very simple linear envelope sequencer to drive a Max/MSP patch and would like to be able to lock some parts so I’m not able to change them while editing, I would also like to be able to constrain a curve in a predefined rectangle… Is there a way to do that?
All the best,
Matthieu
here’s my current code :
function onConfigure() {
title("TEST1");
ask("Enveloppes", "Nombre", "qEnv", 6);
ask("Enveloppes", "Durée (s)", "dur", 60);
ask("Nom du Groupe", "nom", "grpName", "Seq-1");
}
function onCreate() {
for(var index = 0 ; index < qEnv ; index++){
addPlayer(index, dur, grpName);
addEnvCurve(index, dur, grpName);
}
}
function addPlayer(index, dur, grpName) {
var startyTop = index*5 + 2;
var endyBottom = index*5 - 2;
run("add curve auto");
run("setPointAt current 0 0 " + index*5 + " 0");
run("setPointAt current 1 " + dur + " " + index*5 + " 0");
run("setPointAt current 2 " + dur + " " + startyTop + " 0");
run("setPointAt current 3 " + dur + " " + endyBottom + " 0");
run("setGroup current "+ grpName);
run("add cursor auto")
run("setWidth current 4");
run("setCurve current lastCurve");
run("setSpeed current 1");
run("setPattern current 0 0 1 0");
run("setMessage current 20, osc://ip_out:57120/cursor collision_curve_label collision_value_y");
run("setGroup current "+ grpName);
}
function addEnvCurve(index, dur, grpName) {
var endyBottom = index*5 - 2;
var label = index+1;
run("add curve auto");
run("setPointAt current 0 0 " + endyBottom + " 0");
run("setPointAt current 1 " + dur + " " + endyBottom + " 0");
run("setColor current 85 255 127 255");
run("setLabel current Env"+ label);
run("setGroup current "+ grpName);
}
Not yet possible, but good idea for future versions!
Ok, nice! Thanks for your quick reply, I’ll stay tuned.
By the way, I discover IanniX since this morning, really a cool piece of software, congratulations!
Bonne journée,
Matthieu
Hi,
i have problems running Iannix 0.8.43 under Windows 8.
Windows Smartscreen first blocked Iannix: « Could be a possible risk. »
If I choose « continue anyway » Iannix shows the startup splash screen and a load cursor but doesn’t come up.
If i click on splash screen, windows tells me that the program doesn’t respond.
Thanks in advance.
Merci !
Hi,
We didn’t test at all on Windows 8. I’m going to get a licence and test!
Stay tuned!
© 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. |