Re: [softwerk-dev] patch for direct text entry
Status: Beta
Brought to you by:
pbd
|
From: Reynald H. <be...@op...> - 2000-12-05 19:30:43
|
> reynald - did you bother to try > to hack up the "recorded MIDI is notes on/off only" ? it just occured > to me that its a little more complex than i first suggested ... :) I'm still going over your code trying to figure out what's going on. 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 addition to the MIDI namespace in trigger.h (i think). But where is Port defined? thanks, reynald |