From 782d22dbfd41f96bf280d85caf3cf2b2e0f43134 Mon Sep 17 00:00:00 2001 From: Serge Bazanski <q3k@q3k.org> Date: Sun, 4 Jun 2023 15:35:49 +0200 Subject: [PATCH] sim: synth: add more stubs --- sim/fakes/synth.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sim/fakes/synth.py b/sim/fakes/synth.py index 32f7291e21..7be5719b27 100644 --- a/sim/fakes/synth.py +++ b/sim/fakes/synth.py @@ -7,3 +7,9 @@ class tinysynth: def waveform(self, a): pass + + def tone(self, note): + pass + + def start(self): + pass -- GitLab