< Back to IRCAM Forum

Get next event "Midiout" information

Hello,

I was wondering how to calculate the Midinote of the next event in a score, when the current detected event is being output. The @make_label_pos(start, stop) function looks promising, but it only seems to output event labels. - The idea would be to output the MIDI data of the next event on to a max receiver, the same way you’d do with the current event.

Best,
Arnau

You are problably looking for @make_label_pitches() or @make_pitch_tab(). They are several predefined functions that make possible some score introspection besides pitch or label.

1 Like