The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Timur Doumler 70949aa0c6 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. 10 years ago
..
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. 10 years ago
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. 10 years ago
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. 10 years ago
juce_MPEMessages.h Added MPE (Midi Polyphonic Expression) classes 10 years ago
juce_MPENote.cpp Normalised some divider comments 10 years ago
juce_MPENote.h Normalised some divider comments 10 years ago
juce_MPESynthesiser.cpp Fixed a few small bugs and added some comments in Synthesiser, MPESynthesiser, and MPETest demo app. 10 years ago
juce_MPESynthesiser.h Normalised some divider comments 10 years ago
juce_MPESynthesiserBase.cpp MPE: made lock inside MPESynthesiserBase private and gave it a more descriptive name. 10 years ago
juce_MPESynthesiserBase.h MPE: made lock inside MPESynthesiserBase private and gave it a more descriptive name. 10 years ago
juce_MPESynthesiserVoice.cpp Added MPE (Midi Polyphonic Expression) classes 10 years ago
juce_MPESynthesiserVoice.h Normalised some divider comments 10 years ago
juce_MPEValue.cpp Normalised some divider comments 10 years ago
juce_MPEValue.h Normalised some divider comments 10 years ago
juce_MPEZone.cpp Normalised some divider comments 10 years ago
juce_MPEZone.h Normalised some divider comments 10 years ago
juce_MPEZoneLayout.cpp MPE: added missing call to MPEZoneLayout listeners if the layout is changed by its assignment operator. 10 years ago
juce_MPEZoneLayout.h Whitespace 10 years ago