395 Commits (71d10e750a0fb03c63c32b162c6e103600abe656)

Author SHA1 Message Date
  jules 3265de83bd Added a method SynthesiserVoice::setKeyDown 7 years ago
  jules aed0e13745 Workaround for an edge-case involving sustain + sostenuto pedal parsing in the Synthesiser class. Also gave that class a quick spring-clean internally 7 years ago
  hogliux c02ef79fd6 Bump version number to 5.1.1 7 years ago
  tpoole 7c4a23bac7 Documentation fixes 7 years ago
  hogliux df1fe18048 Fixed missing reference in LinearSmoothedValue::applyGain 7 years ago
  hogliux c1ad53c14e Bump version number to 5.1.0 7 years ago
  hogliux 7ca5ad001e Added multichannel file io readers and writers 7 years ago
  hogliux 244a944857 Added the JUCE DSP module 7 years ago
  tpoole a05362d46b Projucer: Xcode exporter: Updated to support Xcode 9 7 years ago
  ed 6bfcd820b4 Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories. 7 years ago
  tpoole 98cb1011bb JUCE Demo: Increased the compiler warning level 7 years ago
  jules 20d0b3775f Added some move-operators and iterators to MidiMessageSequence 8 years ago
  jules f8a58c8da7 Added a few assertions and cleanups to AudioBuffer 8 years ago
  hogliux bc3ef88603 Bump version number to 5.0.2 8 years ago
  jules 44d92805f6 Some cleanups in the VST wrapper and channel-set code 8 years ago
  hogliux 8413614744 Bump version number to 5.0.1 8 years ago
  jules 171aa94215 Fix for MidiMessage::endOfTrack() 8 years ago
  hogliux 9d81c5066a Bump version number to 5.0.0 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  jules e0698daaca Tidied up a couple of comments, warnings and did a bit of code modernisation 8 years ago
  jules d36156c620 Removed some extraneous semicolons 8 years ago
  jules 3a3f118fbb A bit of code modernisation in MidiMessage, adding a variadic constructor to allow custom midi messages to be created more succinctly. 8 years ago
  hogliux 957ca2d86f Fixed a bug where an AudioSampleBuffer's isClear flag would remain set even after copying data from another non-zero AudioSampleBuffer 8 years ago
  jules 79c54bc076 Added some missing 60fps framerate variables 8 years ago
  jules 9d59a41e7b Removed some spurious 'noexcept's from AudioBuffer, and cleaned up some other bits in that class 8 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 8 years ago
  hogliux 1b5d7f36db Added missing JUCE_CALLTYPE specifier to AudioChannelSet 8 years ago
  hogliux f312721cf9 Fixed a bug where a MidiMessage constructor could read beyond the end of the passed-in midi buffer if the midi message is non-standard 8 years ago
  tpoole 4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 8 years ago
  hogliux a839fa24b3 Modified AudioChannelSet::getDescription() to return more commonly used names for surround formats (without the "+LFE" part) 8 years ago
  jules 6eb56c4c0b Minor documentation fix 8 years ago
  jules 69297d6790 Added an assertion to MidiMessage to help catch float/int parameter confusion 8 years ago
  tpoole 1e2f6fec5c Restored module header #defines 8 years ago
  tpoole 73ca34d7b6 Added an overload to allow AudioBuffer reference data to contain an offset 8 years ago
  jules efac121466 Increased accuracy of frame rate constants in the plugin wrappers 8 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 8 years ago
  hogliux 9f3fb1c0a6 Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated 8 years ago
  hogliux e0aff606a8 Bump version number to 4.3.1 8 years ago
  hogliux 83a4f74b1f Added support saving/restoring plugin bus layouts in the audio host demo 8 years ago
  jules 5eeaf5a2b5 Added move semantics to AudioBuffer 8 years ago
  tpoole 2e84129479 Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license 8 years ago
  ed 9a130f2810 Set avoidReallocating argument of AudioBuffer::makeCopyOf() to true in some audio class methods to avoid unnecessary reallocations in double-float buffer conversion 8 years ago
  ed cd752ed6af MidiFile::writeTo() method now returns false if unsuccessful 8 years ago
  ed 17600a2902 Added copy constructor and copy assignment operator to MidiFile 8 years ago
  Timur Doumler 40dfba17db MPESynthesiser: Added interface to set tracking mode for pressure/pitchbend/timbre. 8 years ago
  hogliux 8154ccc4e5 Added a fix for a potential wrap-around bug in BufferingAudioSource 8 years ago
  hogliux eba80c3258 Tweaked buffering audio source so it can more easily be used in a realtime and non-realtime setting 8 years ago
  hogliux 363ceb08cf Bump version number to 4.3.0 8 years ago
  hogliux 7cdcb19d25 Added a convenient function to get all channel sets with a particular number of channels 8 years ago
  hogliux a931b472d0 Added a non-sense if statement to BufferingAudioSource to surpress an MSVC linker warning 8 years ago