Got seek_ppqn/seek_samples the other way around :-)
[calfbox.git] / background_example.py
blob7addb7c6a455f15768df01861878383096ec712f
1 import _cbox
2 import time
3 while True:
4 _cbox.do_cmd("/on_idle", None, [])
5 time.sleep(0.1)