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
2019-06-04 17:09:47 +01:00
..
juce_MPEInstrument.cpp Enforced more comprehensive const-correctness in the JUCE container classes 2019-05-29 08:52:16 +01:00
juce_MPEInstrument.h MPE: Made the MPEInstrument::Listener methods virtual with empty implementations instead of pure virtual 2019-06-03 10:57:07 +01: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 Cleaned up some doc comments 2018-08-29 10:56:56 +01: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 Got rid of some methods which had inexplicably ended up marked both 'virtual' and 'override'. 2019-01-18 09:09:06 +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 Fix MPEChannelAssigner sometimes deregistering the wrong note 2019-05-02 10:38:08 +01: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