Timur Doumler
|
07bc151ce3
|
MidiMessage: moved two useful helper functions into the public interface; minor cleanup of some member function declarations.
|
2016-05-25 15:54:07 +01:00 |
|
jules
|
b9aaa880c4
|
Fix for Synthesiser rendering 0 length blocks
|
2016-04-26 10:50:00 +01:00 |
|
jules
|
c1799c9f82
|
Fixed a problem with negative values in MidiMessage::getKeySignatureNumberOfSharpsOrFlats()
|
2016-04-25 12:10:30 +01:00 |
|
jules
|
46a090bfdc
|
Tweaked the login in the Synthesiser and MPESynthesiserBase classes to avoid losing timing accuracy on the first event in a buffer
|
2016-04-21 11:01:37 +01:00 |
|
jules
|
0b3a11ee07
|
Updated version number to 4.2.1
|
2016-04-21 10:08:47 +01:00 |
|
jules
|
905533c68e
|
Minor formatting tidyups
|
2016-04-19 09:47:22 +01:00 |
|
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 |
|
jules
|
a5ec538596
|
Added a couple of methods to LinearSmoothedValue
|
2016-03-21 09:12:36 +00:00 |
|
Timur Doumler
|
74447991ec
|
Fixed various compile errors due to rename of empty() to isEmpty().
|
2016-03-18 16:01:01 +00:00 |
|
jules
|
64e702bcea
|
Added some minor comments
|
2016-03-17 09:14:46 +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 |
|
Timur Doumler
|
9e317babd6
|
Made const casts added to avoid problems in the old 10.8 SDK more conspicuous.
|
2016-03-07 12:46:41 +00:00 |
|
jules
|
51f284bf0f
|
Added some casts to avoid problems in the old 10.8 SDK
|
2016-03-07 11:43:48 +00:00 |
|
jules
|
14ef8ee8b3
|
Fixed a missing 'const' in FloatVectorOperations
|
2016-03-05 13:51:22 +00:00 |
|
Timur Doumler
|
497f286b53
|
Added new helper function MidiMessage::getDescription(), replacing some code that was previously in the Juce Demo.
|
2016-03-02 16:53:23 +00:00 |
|
jules
|
e4f69698f2
|
Fixed a couple of minor warnings
|
2016-03-02 08:12:14 +00:00 |
|
jules
|
beac2e4b3a
|
Removed some legacy support for non-SSE2 CPUs. Added function FloatVectorOperations::disableDenormalisedNumberSupport()
|
2016-03-01 16:32:08 +00:00 |
|
jules
|
5a7be115ca
|
New class: CatmullRomInterpolator
|
2016-02-29 17:12:56 +00:00 |
|
jules
|
f8e9c3af6b
|
Added missing range check to LagrangeInterpolator::process()
|
2016-02-25 14:38:58 +00:00 |
|
jules
|
83e1348ebf
|
Corrected a typo in a comment
|
2016-02-20 10:39:49 +00:00 |
|
jules
|
b5907fa90d
|
Normalised some divider comments
|
2016-02-20 09:45:43 +00:00 |
|
jules
|
08788c3e05
|
Added another MidiMessageSequence::addSequence method
|
2016-02-08 11:56:28 +00:00 |
|
jules
|
a0745c5536
|
Made MidiMessage::setNoteNumber work on aftertouch messages as well as note-on/offs
|
2016-02-04 09:18:15 +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
|
5ada47aa6f
|
Removed the hacky CarbonDummy*Name workaround for Point and Component (name clash with Carbon headers); fixed a few header include issues that prevented RTAS from compiling.
|
2016-01-28 15:34:00 +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 |
|
jules
|
18de8b36c1
|
Avoided defining alloca on MINGW if there's already a definition for it
|
2016-01-07 09:12:48 +00:00 |
|
Timur Doumler
|
e958e5a647
|
Added comparison operators to MPEZone.
|
2016-01-06 18:15:22 +00:00 |
|
jules
|
a6585b1ebf
|
Fixed a typo in FFT
|
2016-01-03 15:41:58 +00:00 |
|
jules
|
923e8fabdb
|
Removed some unnecessary includes of AppConfig.h
|
2015-12-24 11:55:46 +00:00 |
|
jules
|
c95253fad0
|
Cleaned out some old amalgamated build references.
|
2015-12-24 11:31:37 +00:00 |
|
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
2015-12-23 16:27:50 +00:00 |
|
jules
|
ae712c72d8
|
Cleaned up a few String::empty uses
|
2015-12-21 12:01:28 +00:00 |
|
Timur Doumler
|
edefc23738
|
Doxygen documentation fix (wrong parameter name).
|
2015-12-17 18:25:38 +00:00 |
|
jules
|
19d0c71050
|
Version number update
|
2015-12-16 18:14:23 +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 |
|
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +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
|
428c8a79a5
|
Version number update
|
2015-12-10 11:02:38 +00:00 |
|
jules
|
42120d0fe2
|
Added MPE (Midi Polyphonic Expression) classes
|
2015-12-10 10:57:29 +00:00 |
|
jules
|
745a1cc37c
|
Moved the LinearSmoothedValue class from being inside Reverb, turning it into a standalone class.
|
2015-12-10 10:51:21 +00:00 |
|
Joshua Gerrard
|
210fe4a5d6
|
Fixed warnings on MinGW
|
2015-11-23 12:58:23 +00:00 |
|