 | blc2 - Python library and frontend for running theatrical lighting and SFX. Written for the English 2041F fall 2019 theatre production of "The Cenci".
git clone https://benconnors.ca/git-repos/blc2
|
Log | Files | Refs
commit e6fe414faa7b5f76866360e541f075e714948118
parent d50dc8cec7e4b59ee5e01681f39db198dc37a3d9
Author: Ben Connors <benconnors@outlook.com>
Date: Thu, 2 Jan 2020 15:05:45 -0500
Merge branch 'home'
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/interface/interface.py b/interface/interface.py
@@ -912,8 +912,8 @@ class Interface:
("rename $quoted_string", self.primitive_rename),
("filename $quoted_string", self.audio_filename),
- ("fade in $time", self.audio_fade),
- ("fade out $time", lambda t: self.audio_fade(t, True)),
+ ("set fade in $time", self.audio_fade),
+ ("set fade out $time", lambda t: self.audio_fade(t, True)),
("pager page", self.page),
("pager clear", self.page_clear),