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

115 commits

Author SHA1 Message Date
jules
f903695ba3 Audio plugins: better bypass support, with an AudioProcessor::processBlockBypassed() method that can be used for custom behaviour. 2012-11-18 18:03:44 +00:00
jules
4d4321bea1 Version 2.0.28 2012-11-14 10:01:45 +00:00
jules
07e7188eb1 Tidied up a few compiler warnings. 2012-11-07 20:50:45 +00:00
jules
5a8729c471 VST vendor version fix. 2012-11-03 10:12:39 +00:00
jules
2c72bfac6c Reimplemented the VST hex/decimal version change. 2012-11-02 19:54:48 +00:00
jules
10c0894141 Added AudioProcessor::wrapperType flags 2012-10-10 10:50:34 +01:00
jules
6cba4c505e Added a JucePlugin_RTASDisableMultiMono setting. 2012-10-10 10:32:33 +01:00
jules
e4e322ac05 AU fix for OSX SDK 10.4 2012-10-09 13:58:01 +01:00
jules
d5df89190c AudioUnit: name CFString release fixes. 2012-10-07 10:53:06 +01:00
jules
ea272ff465 Fixed a typo. 2012-10-02 19:33:07 +01:00
jules
9b3501bfe4 Avoided some warnings in the AU wrapper. 2012-10-02 11:03:43 +01:00
jules
35b9b9a317 Fix for AU string leak. 2012-10-01 23:40:56 +01:00
jules
2cf131f0a6 Audio plugin fixes. 2012-10-01 20:21:27 +01:00
jules
d1bdc123a9 VST: better forwarding of plugin channel config changes. 2012-10-01 10:21:40 +01:00
jules
bc259dc955 Added flag: JucePlugin_AAXDisableBypass 2012-09-28 09:23:07 +01:00
jules
b305389d46 Changes for DLL build. 2012-09-26 21:31:04 +01:00
jules
01be101f41 Added error callback dispatching to AudioDeviceManager. 2012-09-26 16:30:05 +01:00
jules
d830f6c5d4 Couple of fixes for win32 AAX builds. 2012-09-26 15:46:39 +01:00
jules
438e813d0e More plugin DllMain tweaks. 2012-09-26 12:12:19 +01:00
jules
da4d2a46cb Refactored audio plugin DllMain. 2012-09-25 17:20:32 +01:00
jules
e7f77abc68 Audio plugins: new DllMain handling. 2012-09-24 20:03:51 +01:00
jules
0033491cc8 Cleaned up some compiler warnings. 2012-09-24 14:03:54 +01:00
jules
3831af62ef Updated CodeEditorComponent to act as an ApplicationCommandTarget 2012-09-17 21:20:18 +01:00
jules
5428554cda Added a flag to disable bypass in RTAS. 2012-09-17 13:18:11 +01:00
jules
03f568fab2 AU: fix for superclass parameter loading problem 2012-09-17 11:29:36 +01:00
jules
9a24aa8a20 Minor clean-ups. 2012-09-11 09:35:03 +01:00
jules
ad958be260 Version bump: 2.0.27 2012-09-08 14:37:39 +01:00
jules
abb4946191 Version bump: 2.0.26 2012-09-04 15:26:43 +01:00
jules
d6848d3bb1 Small AAX fix, and plugin file-chooser fix. 2012-08-30 21:53:01 +01:00
jules
d7cea05104 Added a new struct DialogWindow::LaunchOptions, to provide a better mechanism than the existing static methods for launching dialog boxes. I've left the old static methods in there but will probably deprecate them at some point in the future. Also added a couple of methods to OptionalOwnedPointer. 2012-08-29 11:01:47 +01:00
jules
8549139335 Added reaper to OSX plugin host types. 2012-08-27 12:33:53 +01:00
jules
e49c56109b Introjucer: Updated RTAS include path (on win32) 2012-08-26 09:55:16 +01:00
jules
33dbaa2d30 Added AudioPlayHead::CurrentPositionInfo::timeInSamples member. 2012-08-25 20:53:40 +01:00
jules
665c85b147 Version number bump. 2012-08-09 08:56:28 +01:00
jules
c7e3550514 Added an RTAS include. 2012-08-07 09:42:50 +01:00
jules
e0f1224a75 Updated the SystemStats operating system code: instead of having a special getOSXMinorVersionNumber() method, it now provides a more detailed version number when you call getOperatingSystemType(). Also added new types for iOS and Win8. 2012-07-31 15:17:15 +01:00
jules
8664fdc862 AAX: got basic audio + gui working. 2012-07-31 10:41:39 +01:00
jules
4f206a3f3a Version bump. 2012-07-24 17:04:29 +01:00
jules
75d72d6323 Version number bump. 2012-07-21 14:39:29 +01:00
jules
e864ac8109 New method: Process::setDockIconVisible() 2012-07-17 15:50:44 +01:00
jules
df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 2012-07-12 14:10:46 +01:00
jules
7afbc077e7 Version update. 2012-07-11 10:19:09 +01:00
jules
70024eae19 Fix for RTAS compile error. 2012-07-09 13:46:08 +01:00
jules
6f28207e87 AAX: plugin is now recognised and loaded by PT (but doesn't yet play correctly) 2012-07-09 13:18:09 +01:00
jules
b20b5f9276 Introjucer: fix for Xcode post-build script in audio plugin projects. 2012-07-09 11:51:09 +01:00
jules
8d92a49312 RTAS/OpenGL fix (?) 2012-07-08 17:04:07 +01:00
jules
3d72789127 A couple more Array::removeValue calls that I'd missed.. 2012-07-08 11:46:44 +01:00
jules
a866a9c2cf Fixed a few Array::removeValue calls that I'd missed.. 2012-07-07 22:23:47 +01:00
jules
ba9f24681f First check-in of AAX code - note that this is a work-in-progress and although it currently creates a plugin that gets scanned (on OSX at least), it doesn't yet work. 2012-06-26 15:36:14 +01:00
jules
085b08611b Allowed overriding of the dictionary key used in AU state storage. 2012-06-21 09:37:02 +01:00