Re: [Qtractor-devel] DSSI Plugin on audio track mono, and some other (more DSSI specific) questions
An Audio/MIDI multi-track sequencer
Brought to you by:
rncbc
|
From: Rui N. C. <rn...@rn...> - 2010-01-15 18:04:23
|
On 01/15/2010 05:19 PM, Mathias Krause wrote: > [snip] >> homework done. svn trunk has it (qtractor-0.4.3.1489+): >> >> - For all the DSSI plugins that have output control ports, >> a host feedback/update process cycle is now being finally >> provided: all output control ports are now marshaled to >> their respective GUI process, rather often and when found >> open/visible. >> >> seeya >> > Hey Rui ... > > again ... that was fast. Cool ... in this case i will continue with > plugin-writing and tell you my findings... > > Another short question: > Is midi data also sent to the GUI by qtractor? Or is it only sent to the > plugin itself? I think, for the CALF monosynth, they do all the GUI by > receiving the midi data ... but i am not completely shure as the code is > very very distributed over several source files... > i'm sure all midi must go through dssi->run_synth() nb. calf plugins have this busy-loop that keeps sending "configure" feedback to host, which just smells like it's hacking around the dssi gui shortcomings, whatever, and might be its own dogfood (in jackcalfhost, i think) beware >:] -- rncbc aka Rui Nuno Capela rn...@rn... |