log projects/scope/render.cpp @ 147:e9a2f31dff7b ClockSync

age author description
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