2869 Commits (f55371ce4b8c4b7dc7d77df9b135bf42f7a76fb2)

Author SHA1 Message Date
  jules f55371ce4b Fix for MSVC build error. 10 years ago
  jules 5cbad3b30f Removed more 'final's from the android java class. 10 years ago
  jules c206793ff1 Removed 'final' from the android java activity class. 10 years ago
  jules 585b202945 Setting component ID for SVG text elements. 10 years ago
  jules 036c6cb4a2 Rudimentary implementation of SVG text elements. 10 years ago
  jules 4570680865 Workaround for problems with literals in old compilers. 10 years ago
  jules d42b687039 Added a Whirlpool hash class to the cryptography module. 10 years ago
  jules b8db6defb7 Fix for AudioFormatReader::read not filling extra channels when reading beyond the start of the source file. 10 years ago
  jules 4ac7b41779 Increased accuracy of DropShadow::drawShadowSection() 10 years ago
  jules fe7d345060 Workaround for win32 folder read-only permissions problem. 10 years ago
  jules 8d8c946528 Tidied up some inconsistent use of size_t and a problem in a demo build. 10 years ago
  jules 827e02862c Tweaks to avoid an obscure compiler warning. 10 years ago
  jules c8affe81a6 Stopped the Label class editing when clicked if it's disabled. 10 years ago
  jules 809e90834c Optimised a couple of the recent FloatVectorOperation implementations. 10 years ago
  jules c2389355c8 Workarounds in new vector ops for old versions of VDSP. 10 years ago
  jules ba598310f0 First draft of a new (very simple) FFT class. 10 years ago
  jules c2cbc78b5f Fix to the LagrangeInterpolator when working with extreme ratios. 10 years ago
  jules 272c0a254d Backwards-compatibility fix for OSX 10.6 targets 10 years ago
  jules 6c5b2dc61a Made the AudioDeviceManager ignore whitespace and case when chacking device names. 10 years ago
  jules b640d965b7 Added a few new methods to FloatVectorOperations 10 years ago
  jules 3ced35439c Added compiler support detection for variadic templates 10 years ago
  jules 2ab1a42566 Updated the OSX alert window implementation to avoid deprecated functions. 10 years ago
  jules 2bccce2f6f Improved a couple of comments. 10 years ago
  jules a4594e55e7 Prevent stray mouse-drags triggering the midi component keys by mistake 10 years ago
  jules c304ea1e15 Made a couple of internal glyph handling methods public to help 3rd party tweaking. 10 years ago
  jules 94a0793a09 Prevented drawFittedText from messing up the graphics context's current font. 10 years ago
  jules e1fed0c2dc Fixed a TextEditor border size issue. 10 years ago
  jules 23cf12f449 Corrected a typo in some comments. 10 years ago
  jules 6d33253189 Fix in MidiKeyboardComponent to prevent double notes when using touch input. 10 years ago
  jules 7043152e6e Avoided a warning 10 years ago
  jules 1cd521e157 Avoided some compiler warnings. 10 years ago
  jules 8b3935f121 Added support for extra info panels in OSX native file choosers. 10 years ago
  jules 15a154851e Stopped the Synthesiser class allowing midi events to steal notes from other midi channels. 10 years ago
  jules cff4689c66 Added a method MemoryMappedAudioFormatReader::getSample(). Also refactored some old AudioFormatReader::readMaxLevels implementations. 10 years ago
  jules d9c7f2bf8c The MidiOutput and MidiInput classes were unnecessarily virtual, so tidied this up. 10 years ago
  jules ec793d9f29 Tweak to CoreAudio handling to make Zoom soundcards work. 10 years ago
  jules ad8cc4b693 Changed the very old and strangely written Slider::getDoubleClickReturnValue method into two separate methods. 10 years ago
  jules df4e055d02 Tweaked ASIO device creation sequence to try to avoid breaking some flaky drivers. 10 years ago
  jules 04019091a7 Fix for deletion of opengl views on newer versions of android 10 years ago
  jules c5d9600fa1 Added comment to a file method. 10 years ago
  jules f7e36108f8 Fix for the Synthesiser voice-stealing algorithm 10 years ago
  jules af568cd263 Fixed typo in comment. 10 years ago
  jules 7fe33baa20 Updated the Synthesiser classes to store the current midi channel in the voice. 10 years ago
  jules 6682e07fe6 Linux VST windowing fix. 10 years ago
  jules 45c620a996 Fix for ALSA CPU use when using an input device without an output device. 10 years ago
  jules ddb7e88cf9 Added Slider::isRotary() 10 years ago
  jules 854a3e98d0 Added a new soft-keyboard type TextInputTarget::decimalKeyboard. 10 years ago
  jules c1dbb8684a Fix for auval fail with parameter strings in plugins with old-style parameter implementations. 10 years ago
  jules c19df0cc20 A couple more small fixes to WASAPI 10 years ago
  jules b2c9029026 Minor improvement to XML parsing. 10 years ago