mdoege / PySynth

Python 2/3 music synthesizer scripts (old but still functional project)

Home Page:https://mdoege.github.io/PySynth/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

define silence

SajjadAemmi opened this issue · comments

How can we define silence?

Use a rest ("r").

Relevant lines in the code: https://github.com/mdoege/PySynth/blob/master/pysynth.py#L152