Re: [LMMS-devel] VST host synchronization

2013-01-24 Thread Mike Choi
Hello, I uploaded new version of the patch and cleaned the code. Should be faster, more accurate sync. Please report any to this topic https://sourceforge.net/tracker/index.php?func=detail&aid=3601658&group_id=105168&atid=640436# Best regards Mike C. On Thu, Jan 24, 2013 at 10:24 AM, Mike Choi

[LMMS-devel] vestige Midi control change & pitchbend knobs (patch)

2013-01-24 Thread nuio
I equipped vestige with Midi control change & pitchbend knobs. I referred to the code of zynaddsubfx. Following video shows how it works. http://www.youtube.com/watch?v=5CnN4wjgHa4 I recommend changing image quality setting to HD. I think the combination of these knobs and multitimbral midi suppo

Re: [LMMS-devel] Multitimbral midi support (patch)

2013-01-24 Thread nuio
I thought twice. > In addition, when _me.isFromMidiPort() is true and > m_instrument->isMidiBased() is false, > I think it is appropriate to ignore midiEvent. This is wrong. Now I send revised .diff file. nuiodiff --git a/src/tracks/InstrumentTrack.cpp b/src/tracks/InstrumentTrack.cpp ind

Re: [LMMS-devel] Multitimbral midi support (patch)

2013-01-24 Thread nuio
Thanks a lot, Toby. In InstrumentTrack.cpp, I think there must be engine::getMixer()->unlock(); before return; ,otherwise LMMS crashes. In addition, when _me.isFromMidiPort() is true and m_instrument->isMidiBased() is false, I think it is appropriate to ignore midiEvent. So I

Re: [LMMS-devel] VST host synchronization

2013-01-24 Thread Mike Choi
Hi, Thanks for all the testing Chrissy! BTW I just switched from IPC messages on shared memory (shm), I think this sync should be faster this way, I am attaching my current work in progress version that I re-based on 0010 patch, because 0011-VST-effects-secure-master-channel-freezing patch seems