>For instance, to change any.connect, I have to know what this line
>means:
>
>any_connection = input_port->input()->any.connect
> (slot (*this, &Sequence::handle_midimsg));
>
>input_port is of type MIDI::Port, which in turn is defined in the
^^^^^^^
declared
>addition to the MIDI namespace in trigger.h (i think). But where is
>Port defined?
libs/src/midi++/midi++/port.h
BTW, the reason its more complex than I said last time is that you
have to either get both note-on and note-off events, or create a new
mode which is just like absolute pitch but grabs note-on values
only. keep looking, but its probably something i'll need to handle.
--p
|