1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

481 commits

Author SHA1 Message Date
jules
8f4c4c9e4f Fixed typo in LADSPA code 2016-04-19 16:57:06 +01:00
jules
4c0bc70411 Deleted some defunct Mac PowerPC code 2016-04-19 16:46:45 +01:00
jules
968f8387d3 Added an option to KnownPluginList::addToMenu for specifying a ticked item 2016-04-19 15:54:06 +01:00
jules
905533c68e Minor formatting tidyups 2016-04-19 09:47:22 +01:00
jules
be3acc9768 Tidied up an out of date method in LADSPAPluginFormat 2016-04-14 11:01:42 +01:00
jules
fb864a5cb1 Corrected some spelling mistakes in comments 2016-04-11 11:13:44 +01:00
jules
7d178feb0c (Fixed mistake in last commit) 2016-04-08 16:20:56 +01:00
jules
32178f4a1f Tidied up some AUv3 code 2016-04-08 16:07:25 +01:00
jules
17e2acb9fd Fixed a couple of AUv3 bugs 2016-04-07 10:25:20 +01:00
hogliux
63ef9c1bfd Fix compilation errors in AU format when compiling for older OS targets 2016-04-07 10:01:52 +01:00
hogliux
cdeb0b5c87 Undo removal of setNumThreads in plug-in scanner 2016-04-07 10:01:52 +01:00
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. 2016-04-06 18:31:24 +01:00
jules
2549222b9d Avoided another minor VST3 warning 2016-03-29 11:03:02 +01:00
jules
2ffaafeeb5 Avoided a couple of warnings in VST3 code 2016-03-28 17:54:16 +01:00
jules
225297671c Added some workarounds for compiling AudioProcessorValueTreeState with VS2013 2016-03-14 10:26:01 +00:00
hogliux
84bc58f0c3 Add ability to remove a AudioGraph's node by it's pointer 2016-03-08 09:00:18 +00:00
hogliux
7ee4c800a9 Add getChannelIndexForType to AudioChannelSet class 2016-03-07 16:06:11 +00:00
jules
5854829fcf Fixed a typo in the docs 2016-03-02 13:03:06 +00:00
jules
606a503a15 Improved some Windows registry root key handling. 2016-02-25 10:18:43 +00:00
jules
b5907fa90d Normalised some divider comments 2016-02-20 09:45:43 +00:00
hogliux
f4ac12820c Fix channel names in surround channel layouts 2016-02-19 10:22:37 +00:00
jules
8622ec4004 Fixes for the operator= implementations of the AudioParameterXXX classes 2016-02-18 10:30:17 +00:00
hogliux
d0d9b9c181 Choose stereo layout as default layout when using legacy channel configuration field 2016-02-16 09:11:22 +00:00
hogliux
fc8ffd9f76 Fix finding default layout for legacy plug-ins 2016-02-15 11:38:07 +00:00
hogliux
a53eda27d4 Fix various multi-bus issues and add support for consistent surround channel ordering 2016-02-09 17:46:28 +00:00
jules
82c4938ebe Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers 2016-02-08 16:53:48 +00:00
jules
08b853ee35 Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public 2016-02-04 16:07:21 +00:00
hogliux
2bd3931c49 Fixed typo in setPlayConfigDetails comment 2016-02-03 11:58:55 +00:00
hogliux
c518877d17 Added some comments on when to use the Introjucer "PlugIn Configuration" field 2016-02-01 16:31:26 +00:00
jules
66793fc09b Removed a few more carbon workaround macros 2016-01-29 18:08:11 +00:00
Timur Doumler
5ada47aa6f Removed the hacky CarbonDummy*Name workaround for Point and Component (name clash with Carbon headers); fixed a few header include issues that prevented RTAS from compiling. 2016-01-28 15:34:00 +00:00
jules
3ac5ab0ce4 Made AudioParameterFloat::getText handle a length of zero 2016-01-28 11:20:52 +00:00
jules
76886ea268 Added some optimisations to AudioProcessorValueTreeState to avoid it refreshing unnecessarily 2016-01-13 12:53:38 +00:00
jules
6c1eaaa0c7 Whitespace cleanup 2016-01-08 17:41:45 +00:00
Timur Doumler
97ffb5ad93 Got rid of some more Visual Studio compiler warnings. 2016-01-08 16:11:10 +00:00
Timur Doumler
5815416834 Avoided some Visual Studio 2010 warnings due to qualified enums (not allowed in pre-C++11). 2016-01-08 16:01:12 +00:00
Timur Doumler
10cb636373 Avoided warning in Visual Studio (shadowing variables) by renaming private member variable AudioProcessor::sampleRate to currentSampleRate. 2016-01-08 15:39:34 +00:00
jules
aec16864fc Fixed a minor conversion warning 2016-01-07 15:19:28 +00:00
jules
1240d4d6b3 Added new method AudioProcessor::supportsMPE(), and implemented this in AU and VST2 2016-01-07 11:44:57 +00:00
jules
3bc38d1e3b AudioUnit hosting: added code to handle plugin latency changes 2016-01-07 09:41:36 +00:00
jules
d406cacc5f Avoided some deprecation warnings when building hosts on Windows 2016-01-05 16:39:21 +00:00
jules
47538f87a2 Fix for compatibility with the latest VST3 SDK 2016-01-03 17:15:57 +00:00
jules
923e8fabdb Removed some unnecessary includes of AppConfig.h 2015-12-24 11:55:46 +00:00
jules
c95253fad0 Cleaned out some old amalgamated build references. 2015-12-24 11:31:37 +00:00
jules
4583fa3fbf Used the ignoreUnused() function to tidy up some old code 2015-12-23 16:27:50 +00:00
jules
2a1234b6ac Simplified some inter-module dependencies and exception-catching fallbacks 2015-12-23 11:47:18 +00:00
jules
baab7546f4 Replaced some uses of the now-deprecated AudioProcessor::getTotalNumInputChannels() 2015-12-23 09:43:10 +00:00
jules
5448e88f39 AU hosting: made it refresh the parameter list when names change 2015-12-21 12:26:08 +00:00
jules
ae712c72d8 Cleaned up a few String::empty uses 2015-12-21 12:01:28 +00:00
jules
79d2a40035 Wrapped some AudioChannelSet names in NEEDS_TRANS macros 2015-12-21 11:04:33 +00:00