Skip to content

Commit

Permalink
Added missing osc communication tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
P6rguVyrst committed Mar 4, 2018
1 parent 2b01f52 commit 464da72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_psonic.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ def test_originl_behaviour():
a, b, c = sync "/osc/trigger/prophet"
synth :prophet, note: a, cutoff: b, sustain: c
end """)

send_message('/trigger/prophet', 70, 100, 8)
stop()

def test_imports():
from psonic import(
Expand Down

0 comments on commit 464da72

Please sign in to comment.