Fixed note-stuck-on-channel-change bug.
commitf3630a571925845e20fc469698c291cf3c55ed31
authorEvanR <evanrinehart@gmail.com>
Thu, 11 Dec 2008 05:15:00 +0000 (10 23:15 -0600)
committerEvanR <evanrinehart@gmail.com>
Thu, 11 Dec 2008 05:15:00 +0000 (10 23:15 -0600)
tree401e6c24e29aa006527f5f9cbfc30b5ec6bcca6c
parent6d04ed47579be4b91f72fd7dd783ff004da63101
Fixed note-stuck-on-channel-change bug.

Also the note-stuck-on-port-change bug. Note was sticking
if you change chan or port while the note is playing. I added
a convenience function to backend.h which allowed muting a
particular channel rather than a track.
src/backend.h
src/jack.cpp
src/trackmodule.cpp