1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_audio_basics/mpe
2016-04-06 18:31:24 +01:00
..
juce_MPEInstrument.cpp MPE: changed default initial pressure for new notes to 0 if no pressure messages have been received before the note-on; removed virtual functions getInitialPitchbend/Pressure/TimbreForNoteOn as they are confusing and the default behaviour is reasonable. 2016-03-23 23:44:19 +01:00
juce_MPEInstrument.h MPE: changed default initial pressure for new notes to 0 if no pressure messages have been received before the note-on; removed virtual functions getInitialPitchbend/Pressure/TimbreForNoteOn as they are confusing and the default behaviour is reasonable. 2016-03-23 23:44:19 +01:00
juce_MPEMessages.cpp Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
juce_MPEMessages.h Added MPE (Midi Polyphonic Expression) classes 2015-12-10 10:57:29 +00:00
juce_MPENote.cpp Normalised some divider comments 2016-02-20 09:45:43 +00:00
juce_MPENote.h Normalised some divider comments 2016-02-20 09:45:43 +00:00
juce_MPESynthesiser.cpp Fixed a few small bugs and added some comments in Synthesiser, MPESynthesiser, and MPETest demo app. 2015-12-11 16:37:08 +00:00
juce_MPESynthesiser.h Normalised some divider comments 2016-02-20 09:45:43 +00:00
juce_MPESynthesiserBase.cpp MPE: made lock inside MPESynthesiserBase private and gave it a more descriptive name. 2016-03-08 10:09:46 +00:00
juce_MPESynthesiserBase.h MPE: made lock inside MPESynthesiserBase private and gave it a more descriptive name. 2016-03-08 10:09:46 +00:00
juce_MPESynthesiserVoice.cpp Added MPE (Midi Polyphonic Expression) classes 2015-12-10 10:57:29 +00:00
juce_MPESynthesiserVoice.h Normalised some divider comments 2016-02-20 09:45:43 +00:00
juce_MPEValue.cpp Normalised some divider comments 2016-02-20 09:45:43 +00:00
juce_MPEValue.h Normalised some divider comments 2016-02-20 09:45:43 +00:00
juce_MPEZone.cpp Normalised some divider comments 2016-02-20 09:45:43 +00:00
juce_MPEZone.h Normalised some divider comments 2016-02-20 09:45:43 +00:00
juce_MPEZoneLayout.cpp MPE: added missing call to MPEZoneLayout listeners if the layout is changed by its assignment operator. 2016-03-08 10:10:52 +00:00
juce_MPEZoneLayout.h Whitespace 2016-03-08 11:26:48 +00:00