fix echo adds taps under hold notes

This commit is contained in:
Chris Danford
2003-11-07 09:27:28 +00:00
parent 3ca893b0ca
commit e986f15792
4 changed files with 55 additions and 18 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ typedef unsigned char TapNote;
static const TapNote TAP_EMPTY = '0';
static const TapNote TAP_TAP = '1'; /* impatient? */
static const TapNote TAP_HOLD_HEAD = '2';
static const TapNote TAP_HOLD_HEAD = '2'; // graded liuke a TA_TAP
/* In 2sand3s mode, holds are deleted and TAP_HOLD_END is added: */
static const TapNote TAP_HOLD_TAIL = '3';