1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
Commit graph

19 commits

Author SHA1 Message Date
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. 2016-04-06 18:31:24 +01:00
Timur Doumler
86aacef11e 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
Timur Doumler
74447991ec Fixed various compile errors due to rename of empty() to isEmpty(). 2016-03-18 16:01:01 +00:00
jules
ff79ea06c7 Whitespace 2016-03-08 11:26:48 +00:00
Timur Doumler
8f73a8b671 MPE: added descriptive comment to MPEZone::getZoneByIndex. 2016-03-08 10:26:53 +00:00
Timur Doumler
067c78dbdb MPE: added missing call to MPEZoneLayout listeners if the layout is changed by its assignment operator. 2016-03-08 10:10:52 +00:00
Timur Doumler
228e4b732c MPE: made lock inside MPESynthesiserBase private and gave it a more descriptive name. 2016-03-08 10:09:46 +00:00
jules
b5907fa90d Normalised some divider comments 2016-02-20 09:45:43 +00:00
jules
0121cad723 Added a JUCE_API flag. 2016-02-01 15:54:39 +00:00
jules
ed33a07e1b Made some Listener classes inline to avoid problems in DLL builds 2016-02-01 11:23:21 +00:00
Timur Doumler
c845a49268 Avoided a compiler warning in Xcode. 2016-01-07 15:37:31 +00:00
Timur Doumler
22e968b205 Added a Listener class to MPEZoneLayout. 2016-01-07 14:44:59 +00:00
jules
03dde6a2a8 Avoided a compiler warning in MPENote 2016-01-07 09:15:28 +00:00
Timur Doumler
e958e5a647 Added comparison operators to MPEZone. 2016-01-06 18:15:22 +00:00
Timur Doumler
edefc23738 Doxygen documentation fix (wrong parameter name). 2015-12-17 18:25:38 +00:00
Timur Doumler
e0bd51f26c MPE: replaced omniMode (all MIDI channels) by legacyMode which allows to define a custom MIDI channel range. Fixed a few minor MPE bugs. 2015-12-16 17:40:59 +00:00
Timur Doumler
e9bcfa5602 MPEInstrument: made isNoteChannel() and isMasterChannel() public because it may be useful for some advanced MIDI message handling. 2015-12-14 17:09:35 +00:00
Timur Doumler
08a0bada12 Fixed a few small bugs and added some comments in Synthesiser, MPESynthesiser, and MPETest demo app. 2015-12-11 16:37:08 +00:00
jules
42120d0fe2 Added MPE (Midi Polyphonic Expression) classes 2015-12-10 10:57:29 +00:00