- Mar 22, 2013
-
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
The DataViewport was changing the size of Visualizers, even when they were placed in their own DocumentWindow, because "destroyTab" was only removing the tab from the TabbedButtonBar, rather than the TabbedComponent.
-
- Mar 21, 2013
-
-
jsiegle authored
The Visualizer class no longer inherents from OpenGLCanvas. In the future, scrolling will be handled by a Viewport object.
-
jsiegle authored
Using ScopedPointers was causing memory leaks. It's worth tracking down the source of these in the future, but for now, we'll leave the code as it was before.
-
jsiegle authored
Use the following command to update the copyright year in all files, starting in the Source/ directory: find . -type f -print0 | xargs -0 sed -i 's/Copyright (C) 2012/Copyright (C) 2013/g' Works like a charm!
-
jsiegle authored
Added some comments and removed deprecated code.
-
jsiegle authored
MainWindow now points to the ProcessorGraph and AudioComponent with ScopedPointers. deleteAndZero must no longer be called in the destructor.
-
jsiegle authored
The main UI components now use ScopedPointers for their children, alleviating the need to call "deleteAllChildren" or "deleteAndZero" in the destructor.
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
- Mar 20, 2013
- Mar 15, 2013
-
-
jsiegle authored
-
- Mar 13, 2013
-
-
jsiegle authored
-
- Mar 12, 2013
- Feb 27, 2013
-
-
aacuevas authored
When many channels are selected for recording a race condition can cause a crash by writing to a file that has not been opened yet.
-
- Feb 13, 2013