Skip to content

Commit

Permalink
steptool: initialize volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcan committed Oct 14, 2020
1 parent 5b5f1b5 commit a00d8c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blitzloop/steptool.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ def key(k):
mpv.shutdown()
os._exit(0)

for idx in range(len(s.channel_defaults)):
mpv.set_channel(idx, 1.0)

mpv.set_pause(False)
display.set_render_gen(render)
display.set_keyboard_handler(key)
Expand Down

0 comments on commit a00d8c6

Please sign in to comment.