Skip to content

Commit

Permalink
dd101: don't reset note mapping constantly
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepVanlier committed Nov 8, 2023
1 parent cea78a4 commit ffce823
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions saikedrums/saikedrums.jsfx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
desc:Saike Dum Drums (DD-101)
tags: drum, drum machine, drumkit, drums, drum synth, instrument
version: 0.13
version: 0.14
author: Joep Vanlier
changelog: Add instrument tag.
changelog: Bugfix: Don't reset note mapping every time.
license: MIT
provides:
saikedrums_dependencies/*
Expand Down Expand Up @@ -250,6 +250,8 @@ freemem = (note_mapping = freemem) + 256;
note_mapping[71] = NOTE_RIM;
note_mapping[72] = NOTE_COWBELL;
note_mapping[73] = NOTE_SHAKER;

notes_initialized = 1;
);

audio_buffer_idx = 0;
Expand Down Expand Up @@ -627,6 +629,7 @@ file_var(0, multi_out);
version = CURRENT_VERSION;

initialize_controls();
notes_initialized = 1;

@slider

Expand Down

0 comments on commit ffce823

Please sign in to comment.