1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_audio_basics/mpe
2020-03-27 11:54:00 +00:00
..
juce_MPEInstrument.cpp Fix issue where sustain value would be reset after note off in legacy mode 2020-03-27 11:54:00 +00:00
juce_MPEInstrument.h Fixed some more typos 2020-01-07 08:53:23 +00:00
juce_MPEMessages.cpp Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
juce_MPEMessages.h Fixed some more typos 2020-01-07 08:53:23 +00:00
juce_MPENote.cpp Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
juce_MPENote.h Multiple spelling fixes 2018-08-20 18:16:24 +01:00
juce_MPESynthesiser.cpp Fixed a potential deadlock in MPESynthesiser::turnOffAllVoices() 2019-06-04 17:09:47 +01:00
juce_MPESynthesiser.h Fixed some more typos 2020-01-07 08:53:23 +00:00
juce_MPESynthesiserBase.cpp Some code cleanup in the MPE classes 2018-01-23 10:16:54 +00:00
juce_MPESynthesiserBase.h Converted some old typedefs to using declarations 2018-05-03 09:59:05 +01:00
juce_MPESynthesiserVoice.cpp MPE: Set the note-on time of MPESynthesiserVoice correctly 2018-10-26 09:51:36 +01:00
juce_MPESynthesiserVoice.h MPE: Made MPESynthesiserVoice::noteOnTime public 2018-11-09 09:55:50 +00:00
juce_MPEUtils.cpp Threadsafety improvements 2019-12-19 09:13:14 +00:00
juce_MPEUtils.h Fix MPEChannelAssigner sometimes deregistering the wrong note 2019-05-02 10:38:08 +01:00
juce_MPEValue.cpp Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
juce_MPEValue.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_MPEZoneLayout.cpp Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
juce_MPEZoneLayout.h Allow notes and aftertouch messages on the master channel of MPEInstrument (see sections 3.2 and 2.5 of the MPE Spec) 2019-03-11 12:06:45 +00:00