1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

159 commits

Author SHA1 Message Date
jules
da33787439 Added aftertouch callbacks to the Synthesiser class. 2013-12-28 14:58:03 +00:00
jules
403b5c10bc Added methods to SynthesiserVoice for checking key-down status. 2013-12-10 09:43:41 +00:00
jules
523f436957 Added some NEEDS_TRANS wrappers around the various strings returned by MidiMessage 2013-12-05 22:14:34 +00:00
jules
5601a244d3 Couple of fixes for FloatVectorOperations on NEON, and added a subtract() function. 2013-12-03 11:20:14 +00:00
jules
e53235741f Added support for NEON vector instructions, and some unit-tests for FloatVectorOperations. 2013-12-02 11:25:35 +00:00
jules
cdacae9cbb Version 3.0.0 2013-11-19 10:13:14 +00:00
jules
4ec476b750 Minor tidying. 2013-11-14 13:15:01 +00:00
jules
1113e17186 Version number update 2013-11-10 18:00:38 +00:00
jules
705836d329 Fix for MidiMessage handling sysex messages <= 4 bytes. 2013-11-06 10:31:17 +00:00
jules
12a8dd3092 Avoided some pedantic GCC warnings. 2013-11-03 19:16:52 +00:00
jules
484bcf4e3c MidiMessage - fix for reported length of sysexes by message constructor. 2013-11-02 17:09:43 +00:00
jules
4d7323fe0d Changed MidiMessage to avoid problems when moving them around in memory. Apart from being slightly cleaner code, this means that it can be used in Arrays. 2013-10-31 16:18:24 +00:00
jules
0de50d99a5 Version number update 2013-10-27 22:06:04 +00:00
jules
61d1e1b7ba Avoiding a few MSVC warnings 2013-10-22 19:29:04 +01:00
jules
171c1f31ae Fixed a typo in the last MidiBuffer changes. 2013-10-19 09:12:12 +01:00
jules
ad10abfee0 Simplified the internal workings of the MidiBuffer class. 2013-10-18 14:28:08 +01:00
jules
a204ea7ae8 Version number update 2013-10-17 21:54:19 +01:00
jules
ebddea7765 Updated an old powf() call. 2013-10-17 21:54:03 +01:00
jules
81435f8134 Made a few constant string arrays static to help compilers to optimise their initialisation. 2013-10-17 10:42:58 +01:00
jules
f35dc2df92 Correction to MidiFile end-of-track handling. 2013-10-15 18:24:59 +01:00
jules
bf16cbdd7f Stopped MidiFile writing an end-of-track event if the data provided already contained one. 2013-10-15 12:58:29 +01:00
jules
12bf054456 Version number update 2013-10-03 09:25:43 +01:00
jules
bb98c00d0d Avoided some pedantic compiler warnings in the audio plugin code. 2013-10-01 11:53:17 +01:00
jules
b5d3582580 Added missing cast in float vec ops. 2013-09-30 15:49:58 +01:00
jules
5f9552c4ec Version number update 2013-09-30 14:45:59 +01:00
jules
35286f06be Added a method FloatVectorOperations::negate(). 2013-09-30 13:55:04 +01:00
jules
354b5d38ae Added method MidiMessage::keySignatureMetaEvent 2013-09-27 19:43:43 +01:00
jules
239c15845a New method: FloatVectorOperations::enableFlushToZeroMode() 2013-09-23 11:17:43 +01:00
jules
6cd2f43afa Tidied up some ValueTree code. 2013-09-19 11:21:46 +01:00
jules
f4bc1e033d New methods MidiFile::findAllKeySigEvents() and MidiMessage::isKeySignatureMajorKey() 2013-09-18 19:23:28 +01:00
jules
8d6632be31 Removed unnecessary mm_emptys from SSE code. 2013-09-16 09:22:21 +01:00
jules
3ef1ab02c6 Added AudioSampleBuffer::reverse() method. 2013-09-11 11:40:59 +01:00
jules
435089e89b Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs. 2013-09-11 10:29:48 +01:00
jules
059737b163 Version number update 2013-09-07 20:20:20 +01:00
jules
b093f47a8c Misc minor cleanups and comment fixes. 2013-09-07 20:18:00 +01:00
jules
0ded32be3e Removed some old boilerplate. 2013-08-31 13:20:16 +01:00
jules
2786eadaf9 Removed a few pedantic warnings. 2013-08-26 14:58:23 +01:00
jules
636ffe68d3 A bit more minor cleaning-up. 2013-08-24 12:16:51 +01:00
jules
50132270d6 Added a few override modifiers and fixed some documentation. 2013-08-22 22:03:51 +01:00
jules
833d15ef81 Added some override specifiers. 2013-08-19 19:18:36 +01:00
jules
69dcde0f4d ALSA: added support for SND_PCM_FORMAT_S24_LE devices. 2013-08-12 12:56:17 +01:00
jules
dc5385676d Made coefficients public in IIRFilterCoefficients 2013-08-06 18:54:38 +01:00
jules
ebc0b2b727 Removed some warning settings that weren't supported by older GCCs. Also added workarounds for some spurious GCC warnings. 2013-07-30 21:47:15 +01:00
jules
dd1a3496c2 Fixed the AudioSampleBuffer copy-constructor's behaviour to match its description. 2013-07-29 10:54:03 +01:00
jules
5b25ac6609 Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility. 2013-07-28 11:31:25 +01:00
jules
d2996f50cf Made Synthesiser::handleMidiEvent overridable. 2013-07-18 11:02:06 +01:00
jules
4a5380171a Version number update 2013-07-17 16:26:42 +01:00
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
jules
4fc8fbaef1 Added some more override decorators. 2013-07-10 10:22:33 +01:00
jules
34fccfa4f3 Made IIRCoefficients constructor public. 2013-07-06 12:29:19 +01:00