jules
|
bb98c00d0d
|
Avoided some pedantic compiler warnings in the audio plugin code.
|
2013-10-01 11:53:17 +01:00 |
|
jules
|
d43bcc09fe
|
Removed a few pedantic warnings from the audio plugin build.
|
2013-09-30 16:59:04 +01:00 |
|
jules
|
74390295ad
|
Fixed a few MSVC warnings.
|
2013-08-12 10:33:17 +01:00 |
|
jules
|
74bd1ea8e6
|
Added some new methods to AudioProcessor, to support truncated parameter names, default parameter values and parameter step sizes. These are needed to support some AAX/RTAS host features.
|
2013-08-02 17:37:25 +01:00 |
|
jules
|
7c83d51aa6
|
Changed AAX + RTAS 6.1 channel formats to 7.0, for wider support
|
2013-07-22 13:41:12 +01:00 |
|
jules
|
c75a7300f5
|
Added some 'override' modifiers to overridden methods.
|
2013-06-23 23:09:52 +01:00 |
|
jules
|
841c40d7ba
|
AAX: registering all parameters, not just automatable ones.
|
2013-06-14 10:52:00 +01:00 |
|
jules
|
c8bb0ad558
|
Various AAX fixes.
|
2013-06-13 20:24:55 +01:00 |
|
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
4e457d6117
|
AAX support for AudioProcessor::isNonRealtime()
|
2013-04-26 14:57:29 +01:00 |
|
jules
|
b2ce00db31
|
AAX transport position when stopped.
|
2013-04-18 21:32:12 +01:00 |
|
jules
|
1dad96def6
|
Getting frame-rate in AAX.
|
2013-04-18 09:03:06 +01:00 |
|
jules
|
b4382bad62
|
Added String methods to create/return a std::string, and also String::toRawUTF8 method.
|
2013-04-17 15:17:36 +01:00 |
|
jules
|
e38039fe9d
|
AAX support for CurrentPositionInfo::isPlaying
|
2013-04-08 15:42:43 +01:00 |
|
jules
|
7afc21cbab
|
Fixed some JUCE_AUTORELEASEPOOL syntax
|
2013-03-23 10:20:01 +00:00 |
|
jules
|
71c8d5cef8
|
AAX build fix.
|
2013-03-15 13:29:16 +00:00 |
|
jules
|
54a62c9c1a
|
AAX latency fix.
|
2013-03-15 12:29:09 +00:00 |
|
jules
|
a72a2f2661
|
AAX midi fix.
|
2013-03-14 19:18:31 +00:00 |
|
jules
|
79099619f9
|
Fix to last AAX check-in.
|
2013-03-11 16:01:46 +00:00 |
|
jules
|
e9ab96d757
|
Better failure handling of AAX playback position values.
|
2013-03-11 15:24:52 +00:00 |
|
jules
|
f1ef1a7178
|
MSVC function call convention fixes. AAX compile fix.
|
2013-02-27 16:29:56 +00:00 |
|
jules
|
9fe39dbcac
|
AAX latency tweak
|
2013-02-26 15:43:38 +00:00 |
|
jules
|
e6e91e2c62
|
AAX latency reporting.
|
2013-02-26 14:54:13 +00:00 |
|
jules
|
c46529e579
|
Typo in AAX code.
|
2013-01-21 16:45:03 +00:00 |
|
jules
|
46b16cb921
|
AAX midi out.
|
2013-01-20 19:19:00 +00:00 |
|
jules
|
0d3f2f8ce0
|
AAX win32 library names.
|
2013-01-16 20:23:51 +00:00 |
|
jules
|
4e17b8d2a9
|
Minor tidying-up of docs + warnings.
|
2013-01-16 15:50:14 +00:00 |
|
jules
|
69caaf68cc
|
AAX midi alignment workaround.
|
2013-01-15 15:12:58 +00:00 |
|
jules
|
39f8c56627
|
AAX: midi input handling.
|
2013-01-14 22:05:16 +00:00 |
|
jules
|
4a9003158a
|
AAX ID compatibility with RTAS.
|
2013-01-14 16:51:25 +00:00 |
|
jules
|
52be86bea4
|
AAX parameter fix.
|
2013-01-14 09:37:38 +00:00 |
|
jules
|
fe355dbae7
|
Introjucer: AAX win32 library linking.
|
2013-01-13 17:30:47 +00:00 |
|
jules
|
222803084b
|
AAX: automatable parameters
|
2013-01-12 14:57:12 +00:00 |
|
jules
|
f30af2b44c
|
Rearranged some AAX classes to avoid leakage.
|
2013-01-09 16:49:00 +00:00 |
|
jules
|
f789c971d0
|
Avoiding AAX compiler warnings
|
2013-01-08 18:23:48 +00:00 |
|
jules
|
af83d85940
|
AAX: added support for playhead + chunk storage.
|
2013-01-07 15:00:32 +00:00 |
|
jules
|
518d3084c8
|
AAX: removed another 4-char const name.
|
2012-12-12 11:55:09 +00:00 |
|
jules
|
fe405e8eb8
|
AAX: removed plugin code from name list.
|
2012-12-12 10:32:46 +00:00 |
|
jules
|
39eae806de
|
Changes to make sure the AudioProcessor::wrapperType member is set correctly when its constructor is called.
|
2012-12-06 15:18:02 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
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
|
10c0894141
|
Added AudioProcessor::wrapperType flags
|
2012-10-10 10:50:34 +01:00 |
|
jules
|
2cf131f0a6
|
Audio plugin fixes.
|
2012-10-01 20:21:27 +01:00 |
|
jules
|
bc259dc955
|
Added flag: JucePlugin_AAXDisableBypass
|
2012-09-28 09:23:07 +01:00 |
|
jules
|
d830f6c5d4
|
Couple of fixes for win32 AAX builds.
|
2012-09-26 15:46:39 +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
|
d6848d3bb1
|
Small AAX fix, and plugin file-chooser fix.
|
2012-08-30 21:53:01 +01:00 |
|
jules
|
8664fdc862
|
AAX: got basic audio + gui working.
|
2012-07-31 10:41:39 +01:00 |
|
jules
|
e864ac8109
|
New method: Process::setDockIconVisible()
|
2012-07-17 15:50:44 +01:00 |
|