Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Nov 11, 2024
1 parent 7154371 commit 4f4a59a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion examples/signalflow/01.example-signalflow-create-patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#--------------------------------------------------------------------------------

from isobar import *
from isobar.io import SignalFlowOutputDevice
from signalflow import *

class Ping (Patch):
Expand Down
3 changes: 1 addition & 2 deletions examples/signalflow/02.example-signalflow-modify-patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#--------------------------------------------------------------------------------

from isobar import *
from isobar.io import SignalFlowOutputDevice
from signalflow import *

class Squelch (Patch):
Expand All @@ -25,7 +24,7 @@ def __init__(self, cutoff: float = 110, resonance: float = 0.8):
graph = AudioGraph()
output_device = SignalFlowOutputDevice(graph=graph)

patch = Tone()
patch = Squelch()
patch.play()

timeline = Timeline(120, output_device=output_device)
Expand Down
1 change: 0 additions & 1 deletion examples/signalflow/03.example-signalflow-trigger-patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#--------------------------------------------------------------------------------

from isobar import *
from isobar.io import SignalFlowOutputDevice
from signalflow import *

class Cymbal (Patch):
Expand Down

0 comments on commit 4f4a59a

Please sign in to comment.