1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00
Commit graph

28 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
07e7188eb1 Tidied up a few compiler warnings. 2012-11-07 20:50:45 +00:00
jules
10c0894141 Added AudioProcessor::wrapperType flags 2012-10-10 10:50:34 +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
0033491cc8 Cleaned up some compiler warnings. 2012-09-24 14:03:54 +01:00
jules
03f568fab2 AU: fix for superclass parameter loading problem 2012-09-17 11:29:36 +01:00
jules
33dbaa2d30 Added AudioPlayHead::CurrentPositionInfo::timeInSamples member. 2012-08-25 20:53:40 +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
3d72789127 A couple more Array::removeValue calls that I'd missed.. 2012-07-08 11:46:44 +01:00
jules
085b08611b Allowed overriding of the dictionary key used in AU state storage. 2012-06-21 09:37:02 +01:00
jules
b4446d34ca VST: workaround for position problems in 64-bit cubase.
AU: initialised some channel configs on construction.
2012-06-15 09:16:30 +01:00
jules
07a774adcc Fix for GCC syntax problem. 2012-05-31 09:01:39 +01:00
jules
dab9295611 Minor refactoring of obj-C internals. 2012-05-30 14:35:40 +01:00
jules
ac1d6955e7 Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed. 2012-05-29 10:30:41 +01:00
jules
46ae142d8a Added loop position indicators to CurrentPositionInfo (only enabled in VSTs) 2012-04-11 15:45:01 +01:00
jules
2b311a410f Introjucer: added 10.7 SDK target and tidied up some 64-bit AU build settings. 2012-02-13 22:02:23 +00:00
jules
164cd8909b Fixes for TextEditor, ASIO, Windows touch, AU. 2011-10-13 16:43:12 +01:00
Julian Storer
24d40bdbb0 A few minor tweaks to ZipFile. Handling for aliased folders in OSX file chooser. 2011-09-16 15:00:46 +01:00
Julian Storer
74df644356 New classes: OpenGLTexture, OpenGLFrameBuffer, OpenGLHelpers. 2011-09-10 20:09:05 +01:00
Julian Storer
02494168e6 Fixed audio plugin mac build. 2011-09-09 16:03:48 +01:00
Julian Storer
81da96f1a2 Refactored the structure of the introjucer's generated code folder, and gave it the ability to embed local copies of modules. 2011-08-16 18:05:20 +01:00
Julian Storer
4808d9c318 Hard-coded some juce namespace declarations. 2011-08-13 21:13:50 +01:00
Julian Storer
b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00