midilab
|
0a622830b3
|
esp32: change semaphore per task notification implementation for low latency response between clock signal and task action
|
1 year ago |
midilab
|
78a503a629
|
enhance esp32 usage by hidding concurrency handle implementation using freertos task
|
1 year ago |
midilab
|
9c08252ac3
|
esp32 EDGE timer interrupt not supported! removing.
|
1 year ago |
midilab
|
81d1b01fc7
|
applying code guidelines for identation
|
1 year ago |
midilab
|
a7242ec375
|
roll 1.4.1 as platformio support add
|
2 years ago |
midilab
|
a96b35a831
|
added platform.io support
|
2 years ago |
midilab
|
69b9467cc1
|
comment notes updates
|
2 years ago |
midilab
|
8904afff61
|
change implmementation from HAL to SMT32Duino official examples for timer usage
|
2 years ago |
midilab
|
841a6ee68d
|
implmemtation review
|
2 years ago |
midilab
|
3a1e52589e
|
fix missing AVR platform include
|
2 years ago |
midilab
|
152943f514
|
added experimental support for stm32 boards using Hal library. organize platform independent code into a folder for easy time new ports and mantainance
|
2 years ago |
midilab
|
b00083014a
|
mux setup for esp32
|
2 years ago |
midilab
|
08e62bd0be
|
experimental support for esp32
|
2 years ago |
midilab
|
66e40ff420
|
testing serial uart for midi
|
2 years ago |
midilab
|
9fa22a3210
|
initial beta support for esp32...
|
2 years ago |
midilab
|
64667b865e
|
update general project metadata
|
2 years ago |
midilab
|
45bf1eaed1
|
force the use of defined object TimerTcc0 to avoid problems with xiao mcu
|
2 years ago |
midilab
|
4d97a1003d
|
add external buffer calculus reset and examples printBpm updated
|
2 years ago |
midilab
|
d8723b0df4
|
add a guard on getTempo to avoid slave calculations before buffer gets full
|
2 years ago |
midilab
|
8d3823cd95
|
fix tinyusb midi freeze problem with uclock
|
2 years ago |
midilab
|
82d293ba60
|
revert tcc0 as main timer for xiao. uncomment tc3 and comment tcc0 at begining of uClock.cpp to change it
|
3 years ago |
midilab
|
d93b2c131a
|
added timer tc3 for tests
|
3 years ago |
midilab
|
1767b06bb9
|
avoid volatile warnings for setTimerTempo
|
3 years ago |
midilab
|
8e1d7d2ed8
|
fix variable declaration outside his usage scope
|
3 years ago |
midilab
|
9932baf937
|
volatile tempo var and handling
|
3 years ago |
midilab
|
a6da23104b
|
@mightycoco implementation changes for XIAO m0
|
3 years ago |
midilab
|
731bb41f49
|
change notes
|
3 years ago |
midilab
|
197edd7888
|
added samd as arch on libraries.properties for xiao m0 support
|
3 years ago |
midilab
|
d39de549cc
|
timer setup changes for non avr
|
3 years ago |
midilab
|
7faa14d8d4
|
seedstudio xiao m0 support
|
3 years ago |
midilab
|
31e632ccda
|
rewrite clock engine for more horse power process between clock calls
|
3 years ago |
midilab
|
f6d36e76aa
|
initialize external_clock at slave first start state
|
3 years ago |
midilab
|
2a2430573a
|
first review and qa tests
|
3 years ago |
midilab
|
16d0ea9804
|
tests and tunnings
|
3 years ago |
midilab
|
59cd1c7e18
|
tests and tunning for external sync and phase_mult system
|
3 years ago |
midilab
|
7174895426
|
initial slave sync new implementation setup, need some tests and tunnings...
|
3 years ago |
midilab
|
635c42de41
|
initial engine rewrited for avr and arm platforms. missing the sync part
|
3 years ago |
midilab
|
82c13c4e21
|
add config option to define a timer to make use on avr boards. timer0, timer1 and timer2. default to timer1
|
3 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
|
8f40365a13
|
fix getTick() polling call to avoid ghost ticks
|
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
|
a0b6313d3b
|
remove 32 and 16 PPQN callback. keep 96 for compatibility. Added a polling call to avoid jitter(teensy has power to make use of polling)
|
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
|
cdda641ccc
|
change default drift to 1 instead of 11 - fix mistaken default value
|
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
|
91e46961d9
|
Added 2 examples for teensy as USB MIDI clock slave and master
|
4 years ago |