IanniX

Toutes mes réponses sur les forums

15 sujets de 1,171 à 1,185 (sur un total de 76,334)
  • Auteur
    Messages
  • en réponse à : Will not work for Mac (Yosemite) #3709
    Akeefe
    Maître des clés

    Ah! Apologies!

    Thank you very much!

    A

    en réponse à : Créer avec IanniX #3712
    Cárthach Ó Nuanáin
    Maître des clés

    Hey!

    Is there a way we can add variables to the address pattern in OSC, i.e. by default the address is static (the word cursor) and a bit restrictive:

    osc://ip_out:port_out/cursor

    Can you do it with variables like cursor_id so we could have something like this:

    osc://ip_out:port_out/{cursor_id}

    en réponse à : cursor_id in osc address #3714
    IanniX
    Maître des clés

    Hey!

    Due to optimization in massive network message, it is not possible for now.

    But that’s a good feature to develop 🙂

    en réponse à : Wanted! #3715
    Rahul Nadkarni
    Maître des clés

    I wanted to know a little more about patching iannix into live using max so that i can control some of the parameters better. is there a specific max patch that i need to download in order to be able to select the note grid and scale that iannix follows? could you walk me through the steps?

    en réponse à : Linking Max and Iannix in Live #3716
    IanniX
    Maître des clés

    Hi!

    IanniX relies on continuums and atonal music so there’s no scales and note grid!

    en réponse à : Linking Max and Iannix in Live #3717
    Rahul Nadkarni
    Maître des clés

    thanks! so there’s no way of limiting the note range even through Max?

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

    Hi,

    Noob question: I’d like to assign a fixed MIDI note to a trigger under the second message tab. When I assign, for example, MIDI note 60, it doesn’t seem to yield the desired effect. The output is continually the position within the score. Is there a way to assign fixed MIDI pitch(es) to a trigger without relying on the trigger’s position?

    All the best,

    signals_

    en réponse à : Assign a Fixed MIDI Pitch to a Trigger #3719
    signals_
    Maître des clés

    I did find this:

    Assign a specific note to a trigger

    …but I want to know if I can do this from the second message tab without using scripts?

    en réponse à : Assign a Fixed MIDI Pitch to a Trigger #3720
    IanniX
    Maître des clés

    Yes of course!
    In the second tab, you have by default:
    midi://midi_out/notef 1 trigger_value_y trigger_value_x trigger_duration
    /notef means « MIDI note in float format » => so you need to type note values between 0. and 1.… not so convenient for you.

    You may try :
    midi://midi_out/note 1 60 trigger_value_x trigger_duration
    /note means « MIDI note » => so if you type 60 as second parameter, it should work!

    en réponse à : Assign a Fixed MIDI Pitch to a Trigger #3721
    signals_
    Maître des clés

    Super helpful. Thanks!

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

    I’d like to have a linear cursor traverse a straight line on an x-axis and at various points have circles activated and deactivated on the z-axis.

    How do I do that?

    en réponse à : Activating / Deactivating Objects on based on Cursor Position #3723
    signals_
    Maître des clés

    Put in other words: is there a way to control whether or not a curve is active based on the position of a cursor on a different curve? I presume this is doable using a script, no?

    en réponse à : Activating / Deactivating Objects on based on Cursor Position #3724
    signals_
    Maître des clés

    I presume it might read as follows:

    function alterateWithScript() {
    if(cursor_xpos> 1)
    run(« setactive 4 0 »);
    }

    Any edits on the fly must exist in the alternateWithScript() function, correct?

    Thanks!

    en réponse à : Activating / Deactivating Objects on based on Cursor Position #3726
    IanniX
    Maître des clés

    Hi!

    Hmmm, not sure it is possible with scripts because scripts are executed one time at the score loading. It’s more a question of retroactivity (direct://) and message scripting (using {}). On your cursor, set the following message (dble-click) :
    direct:// setActive 4 {(cursor_xPos > 1)?(0):(1)}

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

    I see that it’s possible to move a curve on XYZ, but is it possible to rotate a curve so it’s truly 3d?

    Thanks!

15 sujets de 1,171 à 1,185 (sur un total de 76,334)

© IanniX Association

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