Changed the backend api somewhat. Added bpm==0 check.
commitd823267b2d52c44795953f42a52b13b6d3228ce4
authorEvanR <evanrinehart@gmail.com>
Fri, 16 Jan 2009 00:23:18 +0000 (15 18:23 -0600)
committerEvanR <evanrinehart@gmail.com>
Fri, 16 Jan 2009 00:23:18 +0000 (15 18:23 -0600)
treeaedceb929c2af7d00900e52d5aec5276da06cb6b
parentecec9a50b84964ea87209e9c657cbee70dcf1fea
Changed the backend api somewhat. Added bpm==0 check.

dispatch is no longer a function pointer passed to the
play function in the sequencer. It is just a function
defined in the backend implementation file.
src/backend.h
src/jack.cpp
src/seq.cpp
src/seq.h
src/util.cpp