Buggy but almost working implementation of JACK transport control.
commit88517d85a35d13256b9716337e2c795719655c4f
authorKrzysztof Foltman <wdev@foltman.com>
Sun, 19 May 2013 19:04:59 +0000 (19 20:04 +0100)
committerKrzysztof Foltman <wdev@foltman.com>
Sun, 19 May 2013 19:04:59 +0000 (19 20:04 +0100)
treec7c16f3fca8bd3b3a856d9f1037dfc252970b6b2
parente534d4f226924d214f2dfef90abb3fb2bbef7852
Buggy but almost working implementation of JACK transport control.

Known bugs:
- no calfbox-to-JACK-transport seek support except on play
- duplicate notes (perhaps the calfbox sequencer seek is performed multiple times)
- tempo is not synchronized in either direction

Bugfixes:
- fixed crash when sync callback is called without active song playback
engine.c
io.h
jackio.c
master.c