- Apr 05, 2016
-
-
Aaron Cuevas Lopez authored
-
- Mar 06, 2016
-
-
Septen authored
-
- Sep 25, 2015
-
-
arne authored
-
- Sep 21, 2015
-
-
Aaron Cuevas Lopez authored
-
- May 15, 2015
-
-
Aaron Cuevas Lopez authored
-
- May 14, 2015
-
-
Aaron Cuevas Lopez authored
-
- Nov 05, 2014
-
-
Aaron Cuevas Lopez authored
-
- Oct 09, 2014
- Oct 02, 2014
-
-
Aaron Cuevas Lopez authored
-
- Sep 29, 2014
-
-
Josh Siegle authored
-
- Sep 18, 2014
-
-
Aaron Cuevas Lopez authored
-
- Aug 04, 2014
-
-
Ronny Eichler authored
-
- Jan 18, 2014
-
- Oct 03, 2013
-
-
Josh Siegle authored
-
- Sep 20, 2013
-
-
Josh Siegle authored
-
- May 05, 2013
-
-
jsiegle authored
- Clean up methods in GenericProcessor - File selection now happens outside of EditorViewport - Add mechanism for saving custom parameters for individual channels - Settings file is automatically saved at the start of recording
-
- May 04, 2013
-
-
jsiegle authored
-
- Apr 05, 2013
-
-
jsiegle authored
To run this in the future, install astyle (sudo apt-get install astyle), then enter the following from the top-level project directory: astyle --options=astyle.options --recursive "./Source/*.cpp" "./Source/*.h" This will convert tabs to 4 spaces and ensure that brackets are on their own lines.
-
- Apr 03, 2013
-
-
aacuevas authored
With new jucer, windows.h is not only unnecesary, but can cause conflicts with some definitions. Also, OpenGL.h includes disabled, as it's no longer needed and it, by itself, needs windows.h
-
- Mar 21, 2013
-
-
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
The main UI components now use ScopedPointers for their children, alleviating the need to call "deleteAllChildren" or "deleteAndZero" in the destructor.
-
- Mar 20, 2013
- Dec 26, 2012
-
-
Josh Siegle authored
-
Josh Siegle authored
-
- Nov 20, 2012
-
-
unknown authored
-
- Nov 19, 2012
-
-
Josh Siegle authored
-
- Oct 06, 2012
-
-
Josh Siegle authored
-
- Sep 20, 2012
-
-
unknown authored
-
- Jul 07, 2012
-
-
jsiegle authored
-
- Jun 17, 2012
-
-
jsiegle authored
-
- May 23, 2012
- May 21, 2012
-
-
jsiegle authored
-
- May 20, 2012
-
-
jsiegle authored
-
- May 18, 2012
-
-
Josh Siegle authored
-
- May 17, 2012
-
-
Josh Siegle authored
-
Josh Siegle authored
-
- May 16, 2012
-
-
jsiegle authored
-