- Aug 29, 2014
-
-
Aaron Cuevas Lopez authored
-
- Aug 26, 2014
-
-
Aaron Cuevas Lopez authored
-
- Aug 24, 2014
-
-
Aaron Cuevas Lopez authored
-
- Jul 31, 2014
-
-
Aaron Cuevas Lopez authored
-
- Jul 14, 2014
-
-
jsiegle authored
-
- Feb 04, 2014
-
-
jsiegle authored
-
- Nov 16, 2013
-
-
jsiegle authored
-
- Nov 15, 2013
-
-
jsiegle authored
-
- Oct 30, 2013
-
-
jsiegle authored
Previously, every event would be saved multiple times if it passed through multiple processors. Now, GenericProcessor::getNumSamples() checks for existing TTL events and changes the processor ID (byte 2) to zero. If the RecordNode encounters an event without a positive processor ID, it will ignore it. The only potentially dangerous thing about this is that it involves modifying the MidiBuffer. But as long as the size of the buffer doesn't change (just the value of certain bytes), this should be fine.
-
- Sep 20, 2013
-
-
labdmc authored
-
- 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.
-
- Jun 19, 2013
-
-
Josh Siegle authored
-
jsiegle authored
-
- Jun 15, 2013
- May 21, 2013
- May 04, 2013
-
-
jsiegle authored
-
- Apr 08, 2013
-
-
jsiegle authored
Some caveats: - If a source doesn't generate its own timestamps, all timestamps will be zero. This is obviously bad, so we need a way to protect this from happening. - If there are multiple timestamps from different sources, they might conflict. Again, something needs to be done about this in the near future. - If only a 32-bit timestamp is given, it needs to be shifted by 8 bits to fit in our 64-bit timestamp slot
-
- 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 19, 2012
-
-
Josh Siegle authored
-
- Nov 17, 2012
-
-
Josh Siegle authored
-
- Nov 16, 2012
-
-
jsiegle authored
-
- Nov 12, 2012
- Nov 11, 2012
- Nov 10, 2012
- Nov 08, 2012
-
-
Josh Siegle authored
-
- Nov 06, 2012
-
-
jsiegle authored
-
- Oct 06, 2012
-
-
Josh Siegle authored
-
- Sep 20, 2012
-
-
unknown authored
-
- May 21, 2012
-
-
jsiegle authored
-
- May 20, 2012