.. |
AudioPluginXCodeScript.txt
|
Initial version of VST3 plugin support.
|
11 years ago |
RecentFilesMenuTemplate.nib
|
Introjucer: swapped the xib file for a nib file.
|
12 years ago |
background_tile.png
|
Introjucer: cosmetic changes.
|
12 years ago |
colourscheme_dark.xml
|
Introjucer: colour scheme tweak.
|
12 years ago |
colourscheme_light.xml
|
Introjucer fixes + cosmetic changes.
|
12 years ago |
juce_icon.png
|
Renamed the experimental jucer as the Introjucer.
|
14 years ago |
jucer_AudioPluginEditorTemplate.cpp
|
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 |
jucer_AudioPluginEditorTemplate.h
|
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 |
jucer_AudioPluginFilterTemplate.cpp
|
Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty.
|
11 years ago |
jucer_AudioPluginFilterTemplate.h
|
Removed JucePlugin_TailLengthSeconds and added a getTailLengthSeconds() method to AudioProcessor instead.
|
12 years ago |
jucer_ComponentTemplate.cpp
|
Resaved some projects. Added a Code::Blocks project for the introjucer.
|
12 years ago |
jucer_ComponentTemplate.h
|
Resaved some projects. Added a Code::Blocks project for the introjucer.
|
12 years ago |
jucer_ContentCompTemplate.cpp
|
Introjucer: improved the new project wizard code.
|
12 years ago |
jucer_ContentCompTemplate.h
|
Introjucer: improved the new project wizard code.
|
12 years ago |
jucer_InlineComponentTemplate.h
|
Introjucer: code editor popup menu helper function to insert a new class declaration.
|
12 years ago |
jucer_MainConsoleAppTemplate.cpp
|
Revamped the introjucer's settings page, making it easier to navigate than the old tabbed layout. Also, tweaked Viewport to be more resilient to changes in its content's size.
|
13 years ago |
jucer_MainTemplate_NoWindow.cpp
|
Added 'override' keywords to some introjucer template files
|
11 years ago |
jucer_MainTemplate_Window.cpp
|
Added 'override' keywords to some introjucer template files
|
11 years ago |
jucer_NewComponentTemplate.cpp
|
Introjucer: wizards for auto-generating new Component classes
|
12 years ago |
jucer_NewComponentTemplate.h
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jucer_NewCppFileTemplate.cpp
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jucer_NewCppFileTemplate.h
|
Renamed the experimental jucer as the Introjucer.
|
14 years ago |
jucer_NewInlineComponentTemplate.h
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |