jules
|
74390295ad
|
Fixed a few MSVC warnings.
|
11 years ago |
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.
|
11 years ago |
jules
|
7c83d51aa6
|
Changed AAX + RTAS 6.1 channel formats to 7.0, for wider support
|
12 years ago |
jules
|
c75a7300f5
|
Added some 'override' modifiers to overridden methods.
|
12 years ago |
jules
|
841c40d7ba
|
AAX: registering all parameters, not just automatable ones.
|
12 years ago |
jules
|
c8bb0ad558
|
Various AAX fixes.
|
12 years ago |
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
jules
|
4e457d6117
|
AAX support for AudioProcessor::isNonRealtime()
|
12 years ago |
jules
|
b2ce00db31
|
AAX transport position when stopped.
|
12 years ago |
jules
|
1dad96def6
|
Getting frame-rate in AAX.
|
12 years ago |
jules
|
b4382bad62
|
Added String methods to create/return a std::string, and also String::toRawUTF8 method.
|
12 years ago |
jules
|
e38039fe9d
|
AAX support for CurrentPositionInfo::isPlaying
|
12 years ago |
jules
|
7afc21cbab
|
Fixed some JUCE_AUTORELEASEPOOL syntax
|
12 years ago |
jules
|
71c8d5cef8
|
AAX build fix.
|
12 years ago |
jules
|
54a62c9c1a
|
AAX latency fix.
|
12 years ago |
jules
|
a72a2f2661
|
AAX midi fix.
|
12 years ago |
jules
|
79099619f9
|
Fix to last AAX check-in.
|
12 years ago |
jules
|
e9ab96d757
|
Better failure handling of AAX playback position values.
|
12 years ago |
jules
|
f1ef1a7178
|
MSVC function call convention fixes. AAX compile fix.
|
12 years ago |
jules
|
9fe39dbcac
|
AAX latency tweak
|
12 years ago |
jules
|
e6e91e2c62
|
AAX latency reporting.
|
12 years ago |
jules
|
c46529e579
|
Typo in AAX code.
|
12 years ago |
jules
|
46b16cb921
|
AAX midi out.
|
12 years ago |
jules
|
0d3f2f8ce0
|
AAX win32 library names.
|
12 years ago |
jules
|
4e17b8d2a9
|
Minor tidying-up of docs + warnings.
|
12 years ago |
jules
|
69caaf68cc
|
AAX midi alignment workaround.
|
12 years ago |
jules
|
39f8c56627
|
AAX: midi input handling.
|
12 years ago |
jules
|
4a9003158a
|
AAX ID compatibility with RTAS.
|
12 years ago |
jules
|
52be86bea4
|
AAX parameter fix.
|
12 years ago |
jules
|
fe355dbae7
|
Introjucer: AAX win32 library linking.
|
12 years ago |
jules
|
222803084b
|
AAX: automatable parameters
|
12 years ago |
jules
|
f30af2b44c
|
Rearranged some AAX classes to avoid leakage.
|
12 years ago |
jules
|
f789c971d0
|
Avoiding AAX compiler warnings
|
12 years ago |
jules
|
af83d85940
|
AAX: added support for playhead + chunk storage.
|
12 years ago |
jules
|
518d3084c8
|
AAX: removed another 4-char const name.
|
12 years ago |
jules
|
fe405e8eb8
|
AAX: removed plugin code from name list.
|
12 years ago |
jules
|
39eae806de
|
Changes to make sure the AudioProcessor::wrapperType member is set correctly when its constructor is called.
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
f903695ba3
|
Audio plugins: better bypass support, with an AudioProcessor::processBlockBypassed() method that can be used for custom behaviour.
|
12 years ago |
jules
|
10c0894141
|
Added AudioProcessor::wrapperType flags
|
12 years ago |
jules
|
2cf131f0a6
|
Audio plugin fixes.
|
12 years ago |
jules
|
bc259dc955
|
Added flag: JucePlugin_AAXDisableBypass
|
12 years ago |
jules
|
d830f6c5d4
|
Couple of fixes for win32 AAX builds.
|
12 years ago |
jules
|
da4d2a46cb
|
Refactored audio plugin DllMain.
|
12 years ago |
jules
|
e7f77abc68
|
Audio plugins: new DllMain handling.
|
12 years ago |
jules
|
d6848d3bb1
|
Small AAX fix, and plugin file-chooser fix.
|
12 years ago |
jules
|
8664fdc862
|
AAX: got basic audio + gui working.
|
12 years ago |
jules
|
e864ac8109
|
New method: Process::setDockIconVisible()
|
13 years ago |
jules
|
6f28207e87
|
AAX: plugin is now recognised and loaded by PT (but doesn't yet play correctly)
|
13 years ago |
jules
|
b20b5f9276
|
Introjucer: fix for Xcode post-build script in audio plugin projects.
|
13 years ago |