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 9100d1c89e Synthesiser and MPESynthesiser: added an additional parameter to setMinimumRenderingSubdivisionSize to allow for both the legacy behaviour (setting the strict minimum on subdivision size) and the current behaviour (first sample will always be sample-accurate, but then the first subdivision may be < minimum). 8 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. 9 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. 9 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. 9 years ago
juce_MPEMessages.h Added MPE (Midi Polyphonic Expression) classes 9 years ago
juce_MPENote.cpp Normalised some divider comments 9 years ago
juce_MPENote.h Normalised some divider comments 9 years ago
juce_MPESynthesiser.cpp Fixed a few small bugs and added some comments in Synthesiser, MPESynthesiser, and MPETest demo app. 9 years ago
juce_MPESynthesiser.h Normalised some divider comments 9 years ago
juce_MPESynthesiserBase.cpp Synthesiser and MPESynthesiser: added an additional parameter to setMinimumRenderingSubdivisionSize to allow for both the legacy behaviour (setting the strict minimum on subdivision size) and the current behaviour (first sample will always be sample-accurate, but then the first subdivision may be < minimum). 8 years ago
juce_MPESynthesiserBase.h Synthesiser and MPESynthesiser: added an additional parameter to setMinimumRenderingSubdivisionSize to allow for both the legacy behaviour (setting the strict minimum on subdivision size) and the current behaviour (first sample will always be sample-accurate, but then the first subdivision may be < minimum). 8 years ago
juce_MPESynthesiserVoice.cpp Added MPE (Midi Polyphonic Expression) classes 9 years ago
juce_MPESynthesiserVoice.h Normalised some divider comments 9 years ago
juce_MPEValue.cpp Normalised some divider comments 9 years ago
juce_MPEValue.h Normalised some divider comments 9 years ago
juce_MPEZone.cpp Reverted MPEZone: added copy constructor and copy assignment operator. (reverted from commit 42a31451538ef85b576fb2b514d72b86233985bd). Reason: the methods auto-generated by the compiler are fine. 9 years ago
juce_MPEZone.h Reverted MPEZone: added copy constructor and copy assignment operator. (reverted from commit 42a31451538ef85b576fb2b514d72b86233985bd). Reason: the methods auto-generated by the compiler are fine. 9 years ago
juce_MPEZoneLayout.cpp MPE: added missing call to MPEZoneLayout listeners if the layout is changed by its assignment operator. 9 years ago
juce_MPEZoneLayout.h Whitespace 9 years ago