Skip to content

Commit

Permalink
Merge pull request #374 from shorepine/issue373
Browse files Browse the repository at this point in the history
adding required field `patch_number` to SingleOscSynthBase
  • Loading branch information
bwhitman authored Sep 10, 2024
2 parents 9814f1e + b025be7 commit 02267f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion amy
Submodule amy updated 1 files
+1 −1 src/pcm.c
1 change: 1 addition & 0 deletions tulip/shared/py/midi.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ def __init__(self, num_voices=6, first_osc=None):
amy.send(reset=osc)
# Fields used by UI
self.amy_voices = self.oscs # Actually osc numbers not amy voices.
self.patch_number = None

# This method must be overridden by the derived class to actually send the note.
def _note_on_with_osc(self, osc, note, velocity, time):
Expand Down

0 comments on commit 02267f1

Please sign in to comment.