- Aug 18, 2013
-
-
jsiegle authored
Change number of samples from int16 to uint16, as this should never be negative. Change timestamp from uint64 to int64, as negative timestamps may one day be necessary.
-
- Aug 10, 2013
-
-
Josh Siegle authored
-
- Jun 20, 2013
-
-
jsiegle authored
-
- Jun 19, 2013
-
-
jsiegle authored
-
- Jun 01, 2013
-
-
jsiegle authored
-
- May 22, 2013
-
-
jsiegle authored
-
- May 21, 2013
-
-
jsiegle authored
-
- Apr 09, 2013
-
-
jsiegle authored
The ReferenceNode (digital reference) is now working, although its functionality is limited. Currently, only one channel can serve as a reference. Ideally, each channel or subset of channels could have a unique reference. This will require additional UI upgrades that are not a priority at the moment.
-
- 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!
-
- Nov 26, 2012