3438 Commits (a99d78318bbeaa11da97f11e67b2c254c1f978b0)

Author SHA1 Message Date
  jules a99d78318b Fixed a typo in a comment 10 years ago
  jules 5448e88f39 AU hosting: made it refresh the parameter list when names change 10 years ago
  jules ae712c72d8 Cleaned up a few String::empty uses 10 years ago
  jules 79d2a40035 Wrapped some AudioChannelSet names in NEEDS_TRANS macros 10 years ago
  jules 0af818324e Fixed a typo that caused a problem when JUCE_STRING_UTF_TYPE is set to 16 or 32 10 years ago
  jules 4ff15c1337 OSC: Extended OSCSender to be able to specify the IP address for each message 10 years ago
  Timur Doumler edefc23738 Doxygen documentation fix (wrong parameter name). 10 years ago
  hogliux c9f4949f47 Fix warnings in StandaloneFilterWindow 10 years ago
  jules 19d0c71050 Version number update 10 years ago
  hogliux 4fef661ada Added multi-bus support for audio plug-in clients 10 years ago
  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. 10 years ago
  jules 1fe45f3d41 Plugin hosting: Fixed a problem getting the list of AU parameters 10 years ago
  jules d9403b6785 Added an assertion to warn about plugin hosts closing GUIs on background threads 10 years ago
  Timur Doumler e9bcfa5602 MPEInstrument: made isNoteChannel() and isMasterChannel() public because it may be useful for some advanced MIDI message handling. 10 years ago
  jules 9f602bd7e9 Modernised some argument types in the GL vector classes 10 years ago
  jules 3a061ad319 Removed an old piece of code that hard-coded a dark border around non-resizable non-native DocumentWindows 10 years ago
  jules 82b0a3628b Added some comments regarding MessageManagerLocks 10 years ago
  jules 02492b36b9 Lots of small whitespace tweaks. 10 years ago
  jules 0d3afee459 AudioUnits: In host + plugin sides, passed the loop start/end ppq positions via the playhead position info. 10 years ago
  Timur Doumler 08a0bada12 Fixed a few small bugs and added some comments in Synthesiser, MPESynthesiser, and MPETest demo app. 10 years ago
  jules 8cab6c7356 Fixed a deprecation macro in DragAndDropContainer 10 years ago
  jules 0eac373893 Sorted out a few pedantic warnings thrown up in the audio host demo 10 years ago
  hogliux 9510c16665 Handle paste, copy, cut events which come from plug-in hosts 10 years ago
  jules 428c8a79a5 Version number update 10 years ago
  jules 42120d0fe2 Added MPE (Midi Polyphonic Expression) classes 10 years ago
  jules 745a1cc37c Moved the LinearSmoothedValue class from being inside Reverb, turning it into a standalone class. 10 years ago
  jules afaaf00202 Moved ListenerList from the juce_events module into juce_core 10 years ago
  jules c334530f29 Added new method Array::remove that takes an element pointer. 10 years ago
  jules 6faa33cfbd Added new method MidiOutput::sendBlockOfMessagesNow() 10 years ago
  jules 40a6372a58 Fixed minor warnings in some OSC code 10 years ago
  jules a14f6abbe0 Corrected a typo in the documentation 10 years ago
  Timur Doumler 6986010bb7 Whitespace. 10 years ago
  jules e1ff30d8bf Specialised a recent OSX window resizing change to only apply on 10.11 or later, due to problems on older OS versions. 10 years ago
  jules 51165c0f6b Added enum SystemStats::MacOSX_10_11 10 years ago
  jules 99ebba4e4c Workarounds to avoid clashes with stupid 3rd-party headers that rely on defining a macro called "check" 10 years ago
  jules 41c2e8ea26 Minor documentation correction in File. 10 years ago
  jules 34ce7f7019 Added a projucer workaround to VST3 code. 10 years ago
  Timur Doumler b9bfc8c322 OSCReceiver: fixed a warning when compiling with Visual Studio for 32-bit. 10 years ago
  Joshua Gerrard 854e8af44a Documentation: changed insertText to insertTextAtCaret 10 years ago
  jules c06db136bd Added a few noexcepts to some GL functions 10 years ago
  jules 8ab8bd733e Optimisation to the last commit to avoid extra repainting when dragging windows 10 years ago
  jules d63fe244b3 Workaround for new OSX 10.11 behaviour that caused repaint problems when setting window bounds frequently 10 years ago
  jules 99de06cf2c Javascript parser: Fixed the fact that Math.PI and E were methods instead of properties 10 years ago
  jules 95d9cba7fc VST plugins: Removed old but flawed workaround for detecting offline mode 10 years ago
  jules 31381c6864 Stripped out some defunct OSX 10.4 fallback code 10 years ago
  jules 23395691b1 Added a method AudioDeviceSelectorComponent::getMidiInputSelectorListBox() 10 years ago
  Joshua Gerrard 7793b03587 Fixed memory leak in DirectWrite on Windows 10 10 years ago
  jules 064e45bc85 Projucer: Added a workaround for build errors caused by a Clang bug when building audio plugin projects 10 years ago
  jules 24d974a7cd Avoided older versions of iOS grumbling about a call to get force-touch value. 10 years ago
  jules be3dbd5b3e Made ImageButton take into account the state of Component::setIgnoresMouseClicks 10 years ago