[LMMS-devel] Bug Fix of Multitimbral midi support

2013-04-28 Thread nuio
should add "engine::getMixer()->unlock();"as follows, otherwise LMMS will freeze!!! { m_instrument->handleMidiEvent( _me, _time ); engine::getMixer()->unlock(); return; } --- nuio -- Try New Relic Now &

Re: [LMMS-devel] Preservation of MarkedSemiTones

2013-01-27 Thread nuio
The diff file I sent was not so good because patterns of existing projects couldn't be loaded. So I send preservation_rev.diff file. This should work. nuio preservation_rev.diff Description: Binary data -- M

[LMMS-devel] Preservation of MarkedSemiTones

2013-01-27 Thread nuio
So far, on piano-roll, MarkedSemiTones setting is not saved. With my patch preservation.diff, each pattern will save this setting. nuiodiff --git a/include/pattern.h b/include/pattern.h index 4f8b995..4ecad20 100644 --- a/include/pattern.h +++ b/include/pattern.h @@ -76,6 +76,8 @@ public:

[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
t. So I send my.diff file. ---- nuio my.diff Description: Binary data -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills curren

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

2013-01-21 Thread nuio
I sent too big diff file. This is mistake. Now I have smaller size of the diff file. I'll send it. By the way, I'm thinking the midi control change editor must be made. I want to integrate it with the piano-roll editor. nuio lmms-multi-midi.diff Description: B