140 Commits (4b96ffbf6f49518df1eceeb1d70b26088897380e)

Author SHA1 Message Date
  hogliux 8835a24417 Fixed another typo and removed unecessary for loop 8 years ago
  hogliux 4fa0516f40 Revised multibus API and added support for multibus hosting 8 years ago
  hogliux 0862167459 Fixed a compiler warning for MIDI effect plug-ins 8 years ago
  hogliux 56d5f7bab0 Don't update the rendering graph if the graph is not prepared 8 years ago
  hogliux 8b1374d4b7 Don't call processBlock on a AudioProcessorGraph's node if it is suspended 8 years ago
  hogliux 70f4b0d5dc Add more details to the documentation of the setResizable method in the AudioProcessorEditor 8 years ago
  hogliux 2ca0c9200f Add beginParameterChangeGesture/endParameterChangeGesture support to GenericAudioProcessorEditor 9 years ago
  hogliux f7d7f8a204 Clear unused outputs when bypassing a plug-in 9 years ago
  hogliux 320c5b66c7 Add removeChannel to AudioChannelSet 9 years ago
  hogliux a0259ce408 Add support for plug-ins which do not want to use a resize corner 9 years ago
  jules 565d664c58 Fixed a typo in a comment 9 years ago
  hogliux 0141d0e1a6 Connecting an output node to a processor is an input and vice versa 9 years ago
  hogliux 9069d70141 Fix bug in AudioGraphIOProcessor 9 years ago
  hogliux 8e53286a20 Fix some warnings in VS2013 in the recent commits 9 years ago
  hogliux 4205123d45 Fix an edge-case if the last stored editor window size is zero 9 years ago
  hogliux ebb0a156a4 Add options to make AuidoProcessorEditors resizable with constraints 9 years ago
  jules e13286ab55 Minor comment correction 9 years ago
  hogliux 7056128bbc Add intersect method to AudioChannelSet 9 years ago
  hogliux af6198b74f Add support for plug-ins to report the IDs of their parameters 9 years ago
  hogliux 9da130c45e Update comment on estimatedSamplesPerBlock parameter used in the prepareToPlay method 9 years ago
  jules fb864a5cb1 Corrected some spelling mistakes in comments 9 years ago
  Timur Doumler 70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 9 years ago
  hogliux 84bc58f0c3 Add ability to remove a AudioGraph's node by it's pointer 9 years ago
  hogliux 7ee4c800a9 Add getChannelIndexForType to AudioChannelSet class 9 years ago
  hogliux f4ac12820c Fix channel names in surround channel layouts 9 years ago
  hogliux d0d9b9c181 Choose stereo layout as default layout when using legacy channel configuration field 9 years ago
  hogliux fc8ffd9f76 Fix finding default layout for legacy plug-ins 9 years ago
  hogliux a53eda27d4 Fix various multi-bus issues and add support for consistent surround channel ordering 9 years ago
  jules 82c4938ebe Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers 9 years ago
  hogliux 2bd3931c49 Fixed typo in setPlayConfigDetails comment 9 years ago
  hogliux c518877d17 Added some comments on when to use the Introjucer "PlugIn Configuration" field 9 years ago
  jules 6c1eaaa0c7 Whitespace cleanup 9 years ago
  Timur Doumler 10cb636373 Avoided warning in Visual Studio (shadowing variables) by renaming private member variable AudioProcessor::sampleRate to currentSampleRate. 9 years ago
  jules 1240d4d6b3 Added new method AudioProcessor::supportsMPE(), and implemented this in AU and VST2 9 years ago
  jules d406cacc5f Avoided some deprecation warnings when building hosts on Windows 9 years ago
  jules 79d2a40035 Wrapped some AudioChannelSet names in NEEDS_TRANS macros 9 years ago
  hogliux 4fef661ada Added multi-bus support for audio plug-in clients 9 years ago
  jules f17994269c Plugins: added an assertion to catch people who are using the old parameter methods but who have forgotten to implement a getParameterText method. 9 years ago
  jules 5a43ea52e7 AudioProcessorGraph: now calls its superclass in response to setNonRealtime 9 years ago
  jules a2b663de67 Audio Plugins: Added member variable PluginDescription::lastInfoUpdateTime 9 years ago
  jules c562cfc3cc Converted AudioSampleBuffer into a templated class that can use either float or double types. Used this to implement 64-bit audio plugin support in VST and AU 9 years ago
  jules a6245991e4 Added a comment to AudioProcessor 9 years ago
  jules cfbab7b011 Added an assertion to try to catch people who have mixed the old and new systems of adding parameters to AudioProcessor. 9 years ago
  Timur Doumler dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  jules 2246cd50fb Avoided a race condition when removing i/o nodes from an AudioProcessorGraph 9 years ago
  jules d74d345a29 Fix for AudioProcessorGraph::setPlayHead() 10 years ago
  hogliux f8cffb5949 Fix some warnings on newer GCC versions on linux 10 years ago
  jules 06c1a15496 Added some missing 'override' decorators 10 years ago
  jules 21b1ba0e94 Documentation fix. 10 years ago