jules
|
ec40f0940c
|
Updated version numbers in modules, and resaved example projects
|
9 years ago |
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
9 years ago |
jules
|
82c4938ebe
|
Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers
|
9 years ago |
jules
|
c468a5dd3d
|
Resaved example projects
|
9 years ago |
hogliux
|
4fef661ada
|
Added multi-bus support for audio plug-in clients
|
9 years ago |
hogliux
|
c4d0270f5d
|
Resaved project files.
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
9 years ago |
hogliux
|
fcb8735dfc
|
Re-save all Introjucer projects with newest introjucer version
|
10 years ago |
jules
|
d31d02b4e8
|
Resaved projects.
|
10 years ago |
Felix Faire
|
b01383e8d0
|
Restructured folder and Updated Readme
|
10 years ago |
jules
|
897c3c8044
|
Introjucer: correctly setting the JucePlugin_ManufacturerEmail macro.
|
11 years ago |
jules
|
3617bca65f
|
Added multi-mono control for AAX. Fixed a problem with RTAS automation when opening plugin UIs.
|
11 years ago |
jules
|
95d9d489a1
|
Removed an obsolete AAX config.
|
11 years ago |
jules
|
4fe7240eb2
|
Initial version of VST3 plugin support.
|
11 years ago |
jules
|
be461fa03c
|
Very cool new feature: JUCE_LIVE_CONSTANT. See the macro's description for more details.
|
11 years ago |
jules
|
63cb062d35
|
Initial commit of VST3 hosting.
|
11 years ago |
jules
|
1b9a60e52c
|
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
|
11 years ago |
jules
|
c5b4e48b80
|
Updated some headers and URLs.
|
12 years ago |
jules
|
4fe02d2c8d
|
AudioUnits: eliminated the JucePlugin_AUCocoaViewClassName parameter - this is no longer needed. Also rearranged the way AUPlugInDispatch.cpp is included, to improve compatibility. (You may need to re-save your projects in the introjucer to build with these changes)
|
12 years ago |
jules
|
aff0d98e4b
|
Removed JucePlugin_TailLengthSeconds and added a getTailLengthSeconds() method to AudioProcessor instead.
|
12 years ago |
jules
|
9fbc963d96
|
2.0.33
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
6cba4c505e
|
Added a JucePlugin_RTASDisableMultiMono setting.
|
12 years ago |
jules
|
0640631d80
|
Added a JucePlugin_Version define to the audio plugin headers.
|
12 years ago |
jules
|
5428554cda
|
Added a flag to disable bypass in RTAS.
|
12 years ago |
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.
|
13 years ago |
jules
|
eb028b7c33
|
Introjucer: added support for a user-code section to the AppConfig.h file.
|
13 years ago |
jules
|
cba76bef60
|
Introjucer: fix for RTAS in VS2010
|
13 years ago |
jules
|
51b2068576
|
Introjucer: added company name property to project, and better exe property info generation in MSVC resource files. Added method OpenGLComponent::rebuildContext().
|
13 years ago |
jules
|
673b8b5645
|
Updated some introjucer-generated defines.
|
13 years ago |
jules
|
bdbe7d3f01
|
Introjucer: made it possible to override settings in AppConfig.h. Version number bump.
|
13 years ago |
jules
|
e60b2f3a20
|
New class: MP3AudioFormat.
|
13 years ago |
jules
|
4773b388ef
|
AttributedString class and advanced text layout (stage 1)
|
13 years ago |
Julian Storer
|
81da96f1a2
|
Refactored the structure of the introjucer's generated code folder, and gave it the ability to embed local copies of modules.
|
13 years ago |
Julian Storer
|
693132a6e5
|
Changed the way module code is wrapped by the Introjucer.
|
13 years ago |
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..
|
13 years ago |