- May 17, 2016
-
-
Septen authored
* All modules are replaced with the JUCE 4.2.1 ones; * Introjucer was replaced by Projucer; * Also some appropriate needed fixes for Makefile.plugins; * Removed -fvisibility=hidden flag for Linux building.
-
- Mar 28, 2016
-
-
Christopher Stawarz authored
-
- Nov 10, 2015
-
-
Aaron Cuevas Lopez authored
-
- Nov 09, 2015
-
-
Aaron Cuevas Lopez authored
-
- Oct 28, 2015
-
- Oct 01, 2015
-
-
Aaron Cuevas Lopez authored
-
- Sep 30, 2015
-
-
Christopher Stawarz authored
-
- May 19, 2015
-
-
Christopher Stawarz authored
-
Christopher Stawarz authored
-
- Oct 20, 2014
-
-
Josh Siegle authored
-
- Sep 29, 2014
-
-
Josh Siegle authored
-
Josh Siegle authored
-
- Jul 14, 2014
- Jul 13, 2014
-
-
Florian Franzen 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.
-
- Jun 19, 2013
-
-
jsiegle authored
-
Josh Siegle authored
-
Josh Siegle authored
-
- Mar 21, 2013