Commit Graph

33 Commits (9fa22a32104e0b72b84b8b3c06ee754e22e54a17)

Author SHA1 Message Date
midilab 9fa22a3210 initial beta support for esp32... 1 year ago
midilab 64667b865e update general project metadata 2 years ago
midilab 9932baf937 volatile tempo var and handling 2 years ago
midilab 731bb41f49 change notes 2 years ago
midilab 7faa14d8d4 seedstudio xiao m0 support 2 years ago
midilab 31e632ccda rewrite clock engine for more horse power process between clock calls 2 years ago
midilab 2a2430573a first review and qa tests 2 years ago
midilab 16d0ea9804 tests and tunnings 2 years ago
midilab 59cd1c7e18 tests and tunning for external sync and phase_mult system 2 years ago
midilab 7174895426 initial slave sync new implementation setup, need some tests and tunnings... 2 years ago
midilab 635c42de41 initial engine rewrited for avr and arm platforms. missing the sync part 2 years ago
midilab 82c13c4e21 add config option to define a timer to make use on avr boards. timer0, timer1 and timer2. default to timer1 2 years ago
midilab ebcae69b87 getTempo() fix for slave sync when receiving stop byte 3 years ago
midilab 6ff4120cc4 organizing namespace to avoid uctrl clashes 4 years ago
midilab 5eb220db81 added phase-lock for slave mode 4 years ago
midilab f0750eb6bb revert back the callbacks 32 and 16PPQN to keep compatibility. But give a try on polling method! 4 years ago
midilab ed2dcef683 remove last feature - different resolutions. Added setSlaveDrift for slave clock. update and test examples. code revised 4 years ago
midilab 3473865002 uclock 0.10.0. added high resolution clock for teensy power. lower examples midi read interrupt to 250 microseconds 4 years ago
midilab c71e55615c added clock decimal precision(128.5bpm). added a buffer for average interval tick reading on getTempo() to smooth slave tempo retrive. Revised Teensy USB midi clock monitor 4 years ago
midilab 3d474d6f92 added drift option for external sync 4 years ago
midilab f7e2accd8d added support for teensy 2.x avr series. revise interruptions variable access and volatilize those in needed of it. 4 years ago
midilab 01409980bf added support for teensy ARM versions timers. only tested on teensy LC so far, but should work on other ARM versions as well. PS: tested using teensyduino with arduino environment 4 years ago
midilab 719a60a81f tag version v0.8.3 4 years ago
midilab 71d23ee358 fix for ordering variables setup on init to make it work smoothly with setDrift() 4 years ago
midilab 40aad3ff96 added a drift voodo variable to make it easier to get better clock timming with PCs. Check README.md for more info 4 years ago
midilab ed4755e5bd release 0.8.1. clock tunnings for better PC/Ableton sync 4 years ago
midilab 3a805f1245 changes for better timming along with ableton and PCs 4 years ago
midilab 3158a724f8 force static inline on clock_diff and phase_mult(just to make sure the gcc will do it for us) 6 years ago
midilab 22bd4880ac External sync tempo extraction from clock pulses added. 7 years ago
midilab eabbc69a66 Added play time support along with elapsed time support code. 7 years ago
midilab 7ba44d1c05 Added elapsed time support for seconds, minutes, hours and days. 7 years ago
midilab 81b189186d Added external clock support. Based on MIDI standard clock pulse. Use it via clockMe() on each received clock midi message 7 years ago
midilab d11f692936 Arduino >= 1.5 library style support 7 years ago
midilab c28cceabcc Initial commit. v0.8 7 years ago