mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
clear filtered note map when entered drum mode
This commit is contained in:
parent
ae01ac2384
commit
0aaf2d1f34
1 changed files with 2 additions and 0 deletions
|
|
@ -1470,6 +1470,8 @@ Push2::set_percussive_mode (bool yn)
|
|||
|
||||
int drum_note = 36;
|
||||
|
||||
fn_pad_map.clear ();
|
||||
|
||||
for (int row = 0; row < 8; ++row) {
|
||||
|
||||
for (int col = 0; col < 4; ++col) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue