IanniX

Forum Replies Created

Viewing 15 posts - 601 through 615 (of 3,672 total)
  • Author
    Posts
  • in reply to: A manual #2520
    Anonymous
    Inactive

    Hi!

    A release with correct documentation will be online next week & we’ll make video tutorials this week-end, so next week everything will be ok !

    in reply to: Any body got max4live Windows working with this? #2610
    IanniX
    Keymaster

    This has been a great help. Thank you to all who have contributed to the ianniX project & the m4l device & for those of you who have taken the time out to help others get it up & running. 😀

    in reply to: Bugs #2267
    Anonymous
    Inactive

    Hello,

    I’m running AV Linux 5.0.3 on a Dell Latitude D620. When running Iannix (0.8.42) if I open the ‘Infos’ tab, select an object and either a) type anything in the ‘label’ text entry box, or b) click on the “active” button, the program crashes. The only error printed to the shell is:

    [1]+ Segmentation fault ./IanniX

    If there is a crash log or way of getting more information that you would find helpful, please let me know and I will provide it.

    Thanks for your work and for a wonderful program.

    Cheers,

    Scacinto

    in reply to: MIDI connection with Logic Studio #2668
    Anonymous
    Inactive

    Hi, differentieel.
    I tryed connect Iannix with ableton, i achieved but not logic. how did you done this? i set midi, the two sequencer work together but no more midi informations are routed.
    And, is it possible to send information such automotions?

    in reply to: MIDI connection with Logic Studio #2669
    Anonymous
    Inactive

    hi Pyretux,

    sorry if i disappoint you if i say: it works ‘out of the box’ from the start
    reason why i work with Logic and not wit Ableton is just that point – apps and devices that or support MIDI or OCS are working without any problem and direct

    if routing is not working you might try Jack – this “the” router for sending signals from any source on your computer to another program – in your case Ableton (please google ‘Jack routing’)

    then the automation – Logic is the place i ‘automate’ – Logic allows me to ‘Learn’ buttons to automate from severval devices – i don’t know if Ableton has this ‘learning’ function – if this is the case it should be working directly – if not you might consider to switch to Logic – in our days this is not too difficult any more if you look at prices – oh yeah, you need to have a Mac 🙂

    in reply to: Scripts #2268
    Anonymous
    Inactive

    Hi there!

    Just getting started in this wonderful software. I got a problem, and i can’t seem to find the solution in the existing performance script example (a-z)2

    What i want to do is simple. Control the size of a circular curve with a korg nano control fader. I got the following script running, which seems logical to me, but it doesn’t work. Hope someone sees a solution!


    //Script "New Script"
    //Insert requests for global variables:
    function onConfigure() {
    //title("enter title here");
    //ask("prompt", "groupName", "variableName", defaultValue);
    }

    //Insert code to create score:
    function onCreate() {
    run (" add curve 1 ")
    run (" setpos current 0 0 0 ")
    run (" setpointsellipse current 1 1 ")
    run (" add cursor 2 ")
    run (" setcurve current lastCurve ")
    }

    //If a message is received
    function onMessage(protocol, host, port, destination, values) {
    if((protocol == "midi") && (destination == "cc") && (values.length > 2)) {
    var channel = parseInt(values[0]);
    var cc = parseInt(values[1]);
    var val = parseInt(values[2]);
    var sizer = val;
    run (" setpointsellipse" + "1" + sizer + sizer);
    }
    }
    in reply to: Scripts #2269
    IanniX
    Keymaster

    Could anyone tell me what the variables are for the current rotation? I read the manual and saw how to set it to a specific number, but I’d like to make a script that rotates it an addition 15 degrees each time it receives a message or something.

    in reply to: Variables for current rotation/zoom? #2817
    IanniX
    Keymaster

    After looking at the sticky and understanding it a bit more clearly, I was able to solve my own question by creating a global variable.

    var rotation = 0;

    //If a message is received
    function onMessage(protocol, host, port, destination, values) {
    //Message reception

    if((protocol == 'midi') && (values[1] == 56)) { //rotates right
    rotation += 15;
    run('rotate 0 0 ' + rotation);

    }
    if((protocol == 'midi') && (values[1] == 57)) { //rotates left
    rotation += 15;
    run('rotate 0 0 ' + rotation);

    }
    }
    in reply to: MIDI connection with Logic Studio #2670
    Anonymous
    Inactive

    Thank you for your reply, normally ableton works similarly to Logic MIDI Learning.
    But frequently I’m wrong with MIDI (and in english) 😳
    Thank you Jack, it will simplify my work. 😀
    I update you on progress

    in reply to: Couple of bugs in 0.8.42 #2814
    Anonymous
    Inactive

    Ok thanks for your feedback. We’ll try to fix these bugs for autumn release.

    For your suggestion, it’s an idea ; but labels are not unique…

    in reply to: 0.8.42 Beta Linux Crash (segmentation fault) #2815
    Anonymous
    Inactive

    Hmmm, I am not a really perfect Linux user 🙂
    Did you try to compile IanniX with Qt Creator?

    in reply to: beginner questions #2811
    Anonymous
    Inactive

    Hi!

    1. with the Loop Pattern, you can set the speed pattern. For example “1 -1” will make a loop (round trip). “1 0” will make a single pass. “1 2 3” will make one run at speed=1, second at speed=2, third at speed=3 then back to 1

    2/ No, in 3D mode, you can’t edit anything…

    in reply to: Performance: simple control of a circular curve #2816
    Anonymous
    Inactive

    Hi !

    The mistake is here :

    run ("setpointsellipse" + "1" + sizer + sizer); 

    should be

    run ("setpointsellipse " + " 1 " + sizer + " " + sizer); 

    (be careful with spaces!)

    in reply to: Bugs #2270
    IanniX
    Keymaster

    just downloaded and installed the latest build (https://www.iannix.org/en/download/iannix_mac__0_8_42.dmg)… when i try to open Iannix it crashes immediately:

    Process:         IanniX [19033]
    Path: /Applications/IanniX/IanniX.app/Contents/MacOS/IanniX
    Identifier: IanniX
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: launchd [376]

    Interval Since Last Report: 162 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 0 sec
    Per-App Crashes Since Last Report: 1

    Date/Time: 2012-07-27 19:43:22.437 -0400
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: E0270685-BDE6-47A2-A004-1DCD4816A0B1

    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0

    Dyld Error Message:
    Library not loaded: @executable_path/../Frameworks/Syphon.framework/Versions/A/Syphon
    Referenced from: /Applications/IanniX/IanniX.app/Contents/MacOS/IanniX
    Reason: no suitable image found. Did find:
    /Applications/IanniX/IanniX.app/Contents/MacOS/../Frameworks/Syphon.framework/Versions/A/Syphon: unknown required load command 0x80000022
    /Applications/IanniX/IanniX.app/Contents/MacOS/../Frameworks/Syphon.framework/Versions/A/Syphon: unknown required load command 0x80000022

    i’ve read through the posts where others are having a similar problem, but my crash report looks different, perhaps related to Syphon and not Qt?

    can anyone help?

    thanks
    -scott

    p.s. also tried 0.8.41 but it does the same…

    in reply to: Scripts #2272
    Anonymous
    Inactive

    Hi,
    I’m new to Iannix and curious about the morphing function shown about 4:30 into this video:
    http://vimeo.com/45161598
    Was this done using scripts, or is there a built-in way to assign midi cc to various points?

Viewing 15 posts - 601 through 615 (of 3,672 total)

© IanniX Association

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