The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julian Storer
9841221898
Updated the AudioPluginHost app.
|
15 years ago |
| .. |
|
DemoEditorComponent.cpp
|
Changed some 'int's to 'size_t's, to improve 64-bit compatibility. Also changed jmin and jmax to use templates, so they can take any type. These changes might mean that you'll need to add some more explicit casts to get your existing code to compile, but this is actually a good thing - it brought to light a few dodgy implicit casts in my code, and may do the same in yours. Also added a function roundToInt(), which replaces roundDoubleToInt() and roundFloatToInt(), but takes any size of floating point number (I've left the old roundDoubleToInt() and roundFloatToInt() functions there for convenience, but will probably remove them in the future).
|
16 years ago |
|
DemoEditorComponent.h
|
Updated the text of the copyright/license blurb at the top of each source file.
|
16 years ago |
|
DemoJuceFilter.cpp
|
Lots of minor changes to prevent warnings. Small fixes to Path, AudioThumbnail, ValueTree, OutputStreams. Tweaks to convert Drawables to/from ValueTrees. New method to write XML to a stream.
|
16 years ago |
|
DemoJuceFilter.h
|
fix for a mac file bug introduced in the last check-in..
|
16 years ago |
|
JucePluginCharacteristics.h
|
Updated the AudioPluginHost app.
|
15 years ago |
|
includes.h
|
Updated the text of the copyright/license blurb at the top of each source file.
|
16 years ago |
|
juce_AppConfig.h
|
Updated the text of the copyright/license blurb at the top of each source file.
|
16 years ago |
|
juce_LibrarySource.cpp
|
Big rewrite of the audio plugin framework to create "polymorphic" plugins. This means that all the separate projects for each plugin type have now been reduced to a single project that create a multi-purpose binary, which functions as any combination of AU/VST/RTAS. This should make it much easier and quicker to develop multi-platform plugins because you now only need to manage one project. I've also moved all the files around, cleaned up their naming conventions, and done some extensive tidying up. I've rewritten the "How to use this framework.txt" file, so please refer to that for more details!
|
17 years ago |
|
juce_LibrarySource.mm
|
minor tidying up
|
16 years ago |