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

463 commits

Author SHA1 Message Date
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
jules
19d0c71050 Version number update 2015-12-16 18:14:23 +00:00
hogliux
4fef661ada Added multi-bus support for audio plug-in clients 2015-12-16 17:58:25 +00:00
jules
1fe45f3d41 Plugin hosting: Fixed a problem getting the list of AU parameters 2015-12-16 17:18:57 +00:00
jules
d9403b6785 Added an assertion to warn about plugin hosts closing GUIs on background threads 2015-12-16 09:59:54 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
0d3afee459 AudioUnits: In host + plugin sides, passed the loop start/end ppq positions via the playhead position info. 2015-12-13 11:23:37 +00:00
jules
0eac373893 Sorted out a few pedantic warnings thrown up in the audio host demo 2015-12-11 16:24:35 +00:00
jules
428c8a79a5 Version number update 2015-12-10 11:02:38 +00:00
jules
31381c6864 Stripped out some defunct OSX 10.4 fallback code 2015-12-01 12:48:01 +00:00
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. 2015-11-24 12:59:45 +00:00
jules
5a43ea52e7 AudioProcessorGraph: now calls its superclass in response to setNonRealtime 2015-11-24 11:40:16 +00:00
jules
c35ed85677 Version number update 2015-11-17 16:37:03 +00:00
jules
a2b663de67 Audio Plugins: Added member variable PluginDescription::lastInfoUpdateTime 2015-11-09 17:21:33 +00:00
jules
3cab305909 Improved rounding for values in AudioParameterChoice::convertTo0to1() 2015-11-09 10:55:37 +00:00
Joshua Gerrard
04e55e6438 Fixed Doxygen warnings by updating documentation for AudioProcessorValueTreeState 2015-11-04 11:30:19 +00:00
jules
1d24b558d8 Corrected a few documentation mistakes 2015-11-04 10:57:26 +00:00
hogliux
d65efedc54 Fix bug when building VST hosts in Release mode 2015-11-03 17:36:14 +00:00
jules
02041328dc Misc minor fix-ups 2015-11-02 18:07:36 +00:00