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 |
|
jules
|
a82a42b358
|
Fixed a missing semicolon.
|
2012-06-17 20:59:30 +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
|
d4fb934a26
|
Fixed a problem with introjucer module file target parsing.
|
2012-05-26 11:02:56 +01:00 |
|
jules
|
f55c716ce8
|
Removed some unnecessary files from linux plugin builds.
|
2012-05-19 10:24:24 +01:00 |
|
jules
|
5509a4f950
|
Introjucer: more AAX work.
|
2012-05-15 17:18:34 +01:00 |
|
jules
|
f110506be7
|
AAX work.
|
2012-05-11 15:24:56 +01:00 |
|
jules
|
a2845d8895
|
Introjucer: some preliminary AAX work.
|
2012-05-09 12:06:47 +01:00 |
|
jules
|
54573ae2e5
|
Reintroduced some packing settings for RTAS builds.
|
2012-05-04 11:00:05 +01:00 |
|
jules
|
2e0640b8ba
|
Added some speaker arrangement methods to AudioProcessor, with support for retrieving host speaker arrangements in a VST plugin.
|
2012-05-01 15:40:41 +01:00 |
|
jules
|
0826b28983
|
RTAS compatibility fix. Wav file fix for coping with corrupt files.
|
2012-04-18 17:05:25 +01:00 |
|
jules
|
df5d50bcd8
|
Version number bump.
|
2012-04-16 17:54:42 +01:00 |
|
jules
|
ab33b1a05d
|
Fix for component notifications when peer is changing. Some fixes for GCC4.7 on linux.
|
2012-04-12 10:10:42 +01:00 |
|
jules
|
46ae142d8a
|
Added loop position indicators to CurrentPositionInfo (only enabled in VSTs)
|
2012-04-11 15:45:01 +01:00 |
|
jules
|
572cf1deb8
|
Cleaned up some docs.
|
2012-04-11 13:33:08 +01:00 |
|
jules
|
3a91979ea8
|
Version bump.
|
2012-04-11 11:06:43 +01:00 |
|
jules
|
f043bb6ace
|
Removed some old packing pragmas from the plugin code.
|
2012-04-10 12:25:00 +01:00 |
|
jules
|
8de9d9c6da
|
Version number bump. Clean-ups.
|
2012-03-30 15:40:17 +01:00 |
|
jules
|
018d070948
|
Introjucer: tidied up command-line handling, added "--resave-resources" option.
|
2012-03-19 12:01:11 +00:00 |
|
jules
|
e6f3788bc3
|
Added an assertion to help catch RTAS misuse.
|
2012-03-07 12:16:16 +00:00 |
|
jules
|
9772564eb3
|
OSX Carbon fix.
|
2012-03-02 16:06:20 +00:00 |
|
jules
|
87cb1b7b06
|
Clang compatibility fix.
|
2012-02-24 11:55:35 +00:00 |
|
jules
|
a6069d1c02
|
Introjucer: added Xcode frameworks setting. Fix for win32 bold fonts. Fix for 64-bit plugin builds.
|
2012-02-14 18:08:12 +00: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
|
d70d017fc6
|
Docs fix. Version bump.
|
2012-02-13 15:29:21 +00:00 |
|
jules
|
295d125142
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
2012-02-11 14:09:23 +00:00 |
|