| 1415 | } |
| 1416 | |
| 1417 | void BambooTracker::jamKeyOff(JamKey key) |
| 1418 | { |
| 1419 | int keyNum = jam_utils::makeNote(curOctave_, key).getNoteNumber(); |
| 1420 | const TrackAttribute& attrib = songStyle_.trackAttribs[static_cast<size_t>(curTrackNum_)]; |
| 1421 | funcJamKeyOff(key, keyNum, attrib); |
| 1422 | } |
| 1423 | |
| 1424 | void BambooTracker::jamKeyOff(int keyNum) |
| 1425 | { |
no test coverage detected