162 Commits (c50cef32a645b51d770d691872a738c789d29764)

Author SHA1 Message Date
  jules d2532f4540 Version number update 11 years ago
  jules d42df8065b Documentation fix. 11 years ago
  jules 7dd5c09826 Version number update 11 years ago
  jules da33787439 Added aftertouch callbacks to the Synthesiser class. 11 years ago
  jules 403b5c10bc Added methods to SynthesiserVoice for checking key-down status. 11 years ago
  jules 523f436957 Added some NEEDS_TRANS wrappers around the various strings returned by MidiMessage 11 years ago
  jules 5601a244d3 Couple of fixes for FloatVectorOperations on NEON, and added a subtract() function. 11 years ago
  jules e53235741f Added support for NEON vector instructions, and some unit-tests for FloatVectorOperations. 11 years ago
  jules cdacae9cbb Version 3.0.0 11 years ago
  jules 4ec476b750 Minor tidying. 11 years ago
  jules 1113e17186 Version number update 11 years ago
  jules 705836d329 Fix for MidiMessage handling sysex messages <= 4 bytes. 11 years ago
  jules 12a8dd3092 Avoided some pedantic GCC warnings. 11 years ago
  jules 484bcf4e3c MidiMessage - fix for reported length of sysexes by message constructor. 11 years ago
  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. 11 years ago
  jules 0de50d99a5 Version number update 11 years ago
  jules 61d1e1b7ba Avoiding a few MSVC warnings 11 years ago
  jules 171c1f31ae Fixed a typo in the last MidiBuffer changes. 11 years ago
  jules ad10abfee0 Simplified the internal workings of the MidiBuffer class. 11 years ago
  jules a204ea7ae8 Version number update 11 years ago
  jules ebddea7765 Updated an old powf() call. 11 years ago
  jules 81435f8134 Made a few constant string arrays static to help compilers to optimise their initialisation. 11 years ago
  jules f35dc2df92 Correction to MidiFile end-of-track handling. 11 years ago
  jules bf16cbdd7f Stopped MidiFile writing an end-of-track event if the data provided already contained one. 11 years ago
  jules 12bf054456 Version number update 11 years ago
  jules bb98c00d0d Avoided some pedantic compiler warnings in the audio plugin code. 11 years ago
  jules b5d3582580 Added missing cast in float vec ops. 11 years ago
  jules 5f9552c4ec Version number update 11 years ago
  jules 35286f06be Added a method FloatVectorOperations::negate(). 11 years ago
  jules 354b5d38ae Added method MidiMessage::keySignatureMetaEvent 11 years ago
  jules 239c15845a New method: FloatVectorOperations::enableFlushToZeroMode() 11 years ago
  jules 6cd2f43afa Tidied up some ValueTree code. 11 years ago
  jules f4bc1e033d New methods MidiFile::findAllKeySigEvents() and MidiMessage::isKeySignatureMajorKey() 11 years ago
  jules 8d6632be31 Removed unnecessary mm_emptys from SSE code. 11 years ago
  jules 3ef1ab02c6 Added AudioSampleBuffer::reverse() method. 11 years ago
  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. 11 years ago
  jules 059737b163 Version number update 11 years ago
  jules b093f47a8c Misc minor cleanups and comment fixes. 11 years ago
  jules 0ded32be3e Removed some old boilerplate. 11 years ago
  jules 2786eadaf9 Removed a few pedantic warnings. 11 years ago
  jules 636ffe68d3 A bit more minor cleaning-up. 11 years ago
  jules 50132270d6 Added a few override modifiers and fixed some documentation. 11 years ago
  jules 833d15ef81 Added some override specifiers. 11 years ago
  jules 69dcde0f4d ALSA: added support for SND_PCM_FORMAT_S24_LE devices. 11 years ago
  jules dc5385676d Made coefficients public in IIRFilterCoefficients 11 years ago
  jules ebc0b2b727 Removed some warning settings that weren't supported by older GCCs. Also added workarounds for some spurious GCC warnings. 11 years ago
  jules dd1a3496c2 Fixed the AudioSampleBuffer copy-constructor's behaviour to match its description. 11 years ago
  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. 11 years ago
  jules d2996f50cf Made Synthesiser::handleMidiEvent overridable. 12 years ago
  jules 4a5380171a Version number update 12 years ago