1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00
JUCE/modules/juce_audio_basics/mpe
2016-07-28 17:52:09 +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 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). 2016-07-28 17:52:09 +01:00
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). 2016-07-28 17:52:09 +01: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 Reverted MPEZone: added copy constructor and copy assignment operator. (reverted from commit 42a3145153). Reason: the methods auto-generated by the compiler are fine. 2016-05-26 12:53:53 +01:00
juce_MPEZone.h Reverted MPEZone: added copy constructor and copy assignment operator. (reverted from commit 42a3145153). Reason: the methods auto-generated by the compiler are fine. 2016-05-26 12:53:53 +01: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