320 Commits (352e603d43fbd7d80c2a8daac954b52e48b51d49)

Author SHA1 Message Date
  jules c84f7085ca Fix for VST3 host view ref-counting. 11 years ago
  jules 5c74ca9896 Fixes to VST3 wrapper to handle different numbers of input/output channels. 11 years ago
  jules 5f4c27d0c2 Some additions and fixes to plugin scanning. 11 years ago
  jules 802197644b New interprocess utility classes: ChildProcessSlave and ChildProcessMaster. 11 years ago
  jules 4fe7240eb2 Initial version of VST3 plugin support. 11 years ago
  jules f30df287ff Some VST3 hosting tweaks. 11 years ago
  jules 0e82af90bc (fixed mistake in last commit) 11 years ago
  jules 9bcbb01f2d Removed references to a VST3 symbol that seems to be missing from some versions of the SDK. 11 years ago
  jules 58d097c855 Added safety checks to avoid problems when windows VSTs are closed by a hooked keypress. 11 years ago
  jules f4af34878b Fixed a leak in AU hosting. 11 years ago
  jules 6edbf7cd95 VST3 host fixes + refactoring. 11 years ago
  jules 5ab53e15a0 Minor AU hosting tweak. 11 years ago
  jules bf37e92e30 Fix for hosting certain AU plugins that didn't like to have their state restored before they get initialised. 11 years ago
  jules 7fecba7265 Workarounds in AU hosting for plugins that fail to initialise correctly. 11 years ago
  jules 56b458b0da VST3 hosting assertion fix. 11 years ago
  jules eb284c7cd4 Fix for shell names in the VST host. 11 years ago
  jules 5d8edc2b9d Better plugin host window resizing on OSX. 11 years ago
  jules 4e8df54b4f VST3 hosting fix. 11 years ago
  jules 0937ee4c37 VST hosting: handling resizing of NSView based plugin windows. 11 years ago
  jules a76a69be45 Support the hasCockosViewAsConfig extension in VST hosting. 11 years ago
  jules bbcf446454 VST3 hosting fixes. 11 years ago
  jules c50cef32a6 VST3 hosting fix. 11 years ago
  jules 41669fd458 Removed an assertion from VST3 hosting. 11 years ago
  jules d2532f4540 Version number update 11 years ago
  jules 874814eaa0 Added multi-select to the PluginListComponent. 11 years ago
  jules b932e70aa8 Avoided an assertion when testing plugin types. 11 years ago
  jules 82ca56f0bd Added VST version to logged info. 11 years ago
  jules c3d3318586 Added a callback method to VSTPluginFormat for getting informed about shell plugin scanning progress. 11 years ago
  jules 1f454c1ca0 VST3 hosting fix. 11 years ago
  jules 78c2d48d9e Better mechanism for sending all-parameter-changed messages in AU hosting. 11 years ago
  jules b4bd383a46 Reverted a mistaken change to AU hosting event handling code. 11 years ago
  jules f581fa92b4 Change to AU hosting event runloop threading. 11 years ago
  jules 7dd5c09826 Version number update 11 years ago
  jules 4c392e6f02 Added some comments. 11 years ago
  jules 4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 11 years ago
  jules abc1cf4254 VST3 state fix. 11 years ago
  jules 66e89a878a Improvements to VST3 host midi handling. 11 years ago
  jules ff6655fedb Fixes + improvements to VST3 hosting. 11 years ago
  jules d63668a5c1 Added XML and Lua tokenisers for the CodeEditorComponent 11 years ago
  jules 305c7056f1 Minor fix for AU assertion. 11 years ago
  jules f26bf24304 Avoided an assertion when creating AU plugins on multiple threads. 11 years ago
  jules a356c6b148 Couple of minor warning fixes. 11 years ago
  jules 763d4646c5 Rolled-back a VSTMidiEventList change. 11 years ago
  jules 28cdb20040 Whitespace cleanups. 11 years ago
  jules a316bd5f6f Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 11 years ago
  jules 2edec00b55 Removed a few more uses of String::empty. 11 years ago
  jules b1b702a176 Avoided a couple of MSVC warnings. 11 years ago
  jules 06629a3967 (Minor correction to last check-in) 11 years ago
  jules 7a11730317 Improvements to PluginListComponent - it's now a sortable table rather than a list. 11 years ago
  jules 3989280b91 Better guessing of what base has been used to encode the VST version number when scanning plugins. 11 years ago