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 4e52fac18e Fixed a linux time issue. Removed a blank line from the jucer's .sln file generator. Cleaned up some jucer code. 15 years ago
..
FilterGraph.cpp Fixed a compile error in the plugin host demo. 15 years ago
FilterGraph.h Fixed a linux time issue. Removed a blank line from the jucer's .sln file generator. Cleaned up some jucer code. 15 years ago
GraphEditorPanel.cpp Fixed a linux time issue. Removed a blank line from the jucer's .sln file generator. Cleaned up some jucer code. 15 years ago
GraphEditorPanel.h New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes. 15 years ago
HostStartup.cpp The Component class no longer derives from MessageListener - this was adding a lot of overhead to each component construction/destruction, and was rarely providing any benefit. You can add it as a base class yourself if you need it. Component::isValidComponent() has now been removed - it was never 100% reliable and its job can be done better using Component::SafePointer to watch for deletions. Also minor fixes to AudioDeviceManager and Midi sysex parsing. 15 years ago
InternalFilters.cpp Changed the audio plugin host projects to be Jucer-generated. 15 years ago
InternalFilters.h Fixed a linux time issue. Removed a blank line from the jucer's .sln file generator. Cleaned up some jucer code. 15 years ago
MainHostWindow.cpp Updated the ChangeBroadcaster class - sendChangeMessage() now has no parameters, and ChangeListener::changeListenerCallback() no longer provides a void*, it provides the ChangeBroadcaster* that triggered the callback. Also deleted the ChangeListenerList class, as it didn't offer anything that ChangeBroadcaster doesn't do. Changed the new jucer to expand preprocessor tokens in the header search path string. 15 years ago
MainHostWindow.h Fixed a linux time issue. Removed a blank line from the jucer's .sln file generator. Cleaned up some jucer code. 15 years ago