Juantelway / symbiosis-au-vst

Automatically exported from code.google.com/p/symbiosis-au-vst
0 stars 0 forks source link

Signal wantsMidi #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I have an instrument VST which calls isSynth(true) and returns > 0 for 
getNumMidiInputChannels().
I chose alternative 1 or 2, as I put the VST in the wrapper and followed all 
other instructions.

What is the expected output? What do you see instead?
I don't get the wrapper to forward MIDI to my VST. I tried recompiling the 
wrapper with the wantsMidi set to true manually. I wonder if this is the way to 
do it or if my VST might be failing to signal wantsMidi correctly.

What version of the product are you using? On what operating system?
I've tried several versions of Symbiosis, the latest version from svn included.

Original issue reported on code.google.com by jollybo...@gmail.com on 15 Feb 2012 at 6:13

GoogleCodeExporter commented 8 years ago
I am aware this issue is very old now. But if you still have problem with this, 
could you please provide some more info on how you call wantEvents() (For some 
reason I have missed a bunch of issues here. Thought I'd be notified somehow, 
but no.)

In the upcoming final 1.3 release of Symbiosis, wantEvents() is not necessary 
any more provided you answer 1 to canDo("receiveVstMidiEvent").

Original comment by malstro...@gmail.com on 16 Apr 2013 at 8:40

GoogleCodeExporter commented 8 years ago
The problem arose because I was overriding the resume method without calling 
the super-method which is responsible for calling wantEvents(). It's probably 
good that it's fixed so that others don't run into this landmine.

Original comment by jollybo...@gmail.com on 9 Mar 2014 at 1:11