On lör, 2004-11-06 at 06:59, Steve Harris wrote:
On Fri, Nov 05, 2004 at 08:40:42PM +0100, Jens M
Andreasen wrote:
Hi Chris!
I read in the documentation that (4-byte) midi-messages from the
UserInterface has no implicit realtime timing. Thats OK for me, but
could you please make a cross-reference to where the reliable midi, or
midi to OSC, takes place?
The midi is sent to the plugin via DSSIs version of the run() callback.
The UI OSC stuff is intended for sending test notes and things of that
kind, though can use it for more if you really want to.
In the doc online I read:
5.3. Audio class
The remaining functions belong to the audio class:
-- run()
-- run_adding()
...
...
I understand from the naming what these callbacks will do, but I guess
that run() takes parameters, no? Possibly a pointer to a struct that the
synth itself supplied, right? I have a hard time though, guessing where
the note on/off and external controllers come in to play
I guess that I am still reading in the wrong place :(
mvh // Jens M Andreasen
The UI MIDI -> plugin comms channel could be made
realtimeable is we
required that host support OSC bundles, but currently we dont.
- Steve