- Feb 22, 2018
-
-
Josh Siegle authored
Fix Juce link in README
-
- Feb 20, 2018
-
-
Aaron Cuevas Lopez authored
-
- Feb 19, 2018
- Feb 13, 2018
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Feb 08, 2018
-
-
Aaron Cuevas Lopez authored
-
- Feb 06, 2018
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Dec 28, 2017
-
-
Max Bernstein authored
The old page was no longer
-
- Dec 14, 2017
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Dec 13, 2017
-
- Dec 12, 2017
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Dec 06, 2017
-
-
Aarón Cuevas López authored
Fix project generator for Visual Studio and Xcode
-
- Dec 05, 2017
-
-
kmichaelfox authored
-
- Dec 03, 2017
-
-
K. Michael Fox authored
-
- Nov 30, 2017
-
-
kmichaelfox authored
-
- Nov 20, 2017
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Nov 18, 2017
-
-
Aaron Cuevas Lopez authored
-
- Nov 17, 2017
-
-
Josh Siegle authored
Improve the efficiency of AudioNode's audio monitoring
-
Josh Siegle authored
Fix bug with DataChannels and audio monitoring
-
- Nov 14, 2017
-
-
kmichaelfox authored
-
kmichaelfox authored
-
kmichaelfox authored
-
kmichaelfox authored
DataChannel objects are copied when they are prepped for acquisition. Also, the copy constructor for DataChannel did not inherit the recording, enabled, or monitored state from the original when it is copied. Changing the state during acquisition resulted in changing the copy as desired, but not updating the original. Stopping acquisition and resuming would not be up to date with user configuration. Changing state before enabling acquisition would not propagate to the copy, because the copy constructor hardcoded the value. Both of these issues were changed in this commit. Since RecordNodes are handled in the same way, it is likely that this bug exists there too. However that behavior has not been changed yet.
-
- Nov 09, 2017
-
-
kmichaelfox authored
-
- Nov 08, 2017
-
-
Aarón Cuevas López authored
Fix bug when adding a Source input to LfpViewerAlpha with canvas open
-
Aarón Cuevas López authored
Fix EventBroadcaster Windows linker include directories, which fixes …
-
Ethan Blackwood authored
-
Aarón Cuevas López authored
Add X11 window size hint to juce library code for minimum window dimensions
-
kmichaelfox authored
-
Aaron Cuevas Lopez authored
(Audio playing is still not working properly, but at least it won't cause crashes)
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-