2016-02-13 |
Giulio Moro |
Restored last working scope/render.cpp from --rev 122
mergingClockSync
|
2015-10-05 |
Giulio Moro |
Last commit on this branch for a while. Overall not very succesful
ClockSync
|
2015-09-22 |
Giulio Moro |
Pff partially working. No PID. When setting the audio clock on the bbb to 44098 the master and slave clock keep diverging instead of converging ...
ClockSync
|
2015-09-21 |
Giulio Moro |
Added simple one-variable one-measurement Kalman filter, Pid controller(which output is not used). Virtual clock is now much more precise and reactive for period. Still it is lagging behind a bit on the overall offset.
ClockSync
|
2015-09-14 |
Giulio Moro |
Added ifdefs for USE_JUCE compatibility
ClockSync
|
2015-09-14 |
Giulio Moro |
Ultra-basic feedback for clock sync works^CIssues: response time of the IIR filter is too slow, requires PID and better filtering algorithm.
ClockSync
|
2015-09-12 |
Giulio Moro |
To work with the ClockSync plugin
ClockSync
|
2015-08-27 |
Giulio Moro |
Using moving average for clock detection during synchronization seems to be working better but audio gets worse and worse
scope-refactoring
|
2015-08-27 |
Giulio Moro |
Added some sort of synchronization, not working great though
scope-refactoring
|
2015-08-26 |
Giulio Moro |
Updated Network files to match Udpioplugin 18:fb5a61b10223
scope-refactoring
|
2015-08-24 |
Giulio Moro |
ReceiveAudioThread is now the same with/without JUCE
scope-refactoring
|
2015-08-22 |
Giulio Moro |
ReceiveAudioThread updated to match the newest UdpServer
scope-refactoring
|
2015-08-21 |
Giulio Moro |
Added read to interleaved buffer
scope-refactoring
|
2015-08-21 |
Giulio Moro |
Enabled multi channel audio receive
scope-refactoring
|
2015-08-21 |
Giulio Moro |
Missing file from previous commit
scope-refactoring
|
2015-08-20 |
Giulio Moro |
ReceiveAudioThread hs been ported to BBB. The scope project now is sending audio locally and receiving it at the same time
scope-refactoring
|
2015-08-19 |
Giulio Moro |
Fixed a couple inclues after the refactoring
scope-refactoring
|
2015-08-19 |
Giulio Moro |
Refactored the Scope class into NetworkSend and Scope classes. No need for a global pointer anymore!
scope-refactoring
|
2015-08-18 |
Giulio Moro |
Working for single-channel scope, or NetworkIO
scope-refactoring
|
2015-07-22 |
Giulio Moro |
Added scope project, copied and edited from nodejsbeaglert
|