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 |