Home › Forums › Making things with IanniX › Assign a Fixed MIDI Pitch to a Trigger
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_
I did find this:
…but I want to know if I can do this from the second message tab without using scripts?
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!
Super helpful. Thanks!
Cookie | Duration | 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. |