- Oct 02, 2014
-
-
jsiegle authored
-
Aaron Cuevas Lopez authored
-
- Sep 29, 2014
-
-
Josh Siegle authored
-
- Sep 23, 2014
-
-
jsiegle authored
-
- Sep 22, 2014
- Sep 21, 2014
-
-
Aaron Cuevas Lopez authored
-
- Sep 18, 2014
-
-
Aaron Cuevas Lopez authored
-
- Aug 04, 2014
-
-
Ronny Eichler authored
-
- Jul 14, 2014
-
-
jsiegle authored
-
- Apr 05, 2014
- Apr 04, 2014
-
-
jsiegle authored
-
- Mar 21, 2014
-
-
jsiegle authored
-
- Mar 19, 2014
-
-
jsiegle authored
-
- Jan 27, 2014
- Jan 25, 2014
-
-
jsiegle authored
-
- Jan 24, 2014
-
-
jsiegle authored
-
- Jan 18, 2014
-
- Nov 18, 2013
-
-
jsiegle authored
-
- Nov 15, 2013
-
-
jsiegle authored
-
- Oct 30, 2013
-
-
jsiegle authored
-
- Oct 03, 2013
-
-
Josh Siegle authored
-
Josh Siegle authored
-
- Sep 20, 2013
-
-
Josh Siegle authored
-
- Sep 19, 2013
-
-
Josh Siegle authored
-
- Aug 05, 2013
-
-
jsiegle authored
-
- Jul 23, 2013
-
-
Josh Siegle authored
-
Josh Siegle authored
-
- Jul 19, 2013
-
-
jsiegle authored
-
- Jun 19, 2013
-
-
Josh Siegle authored
-
jsiegle 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 08, 2013
-
-
jsiegle authored
-
- Apr 05, 2013
-
-
jsiegle authored
-
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.
-
- Mar 29, 2013
-
-
Josh Siegle authored
For some reason, "getCustomTypefaceForFont" wasn't being called on OS X. It probably has something to do with platform-specific code for loading fonts. Now, in cases where custom fonts are needed, loading requires 4 lines instead of 1. Kind of a pain, so hopefully this is a temporary solution until we can figure out what's different about Macs.
-
- 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!
-