Files @ fcb45b3c7413
Branch filter:

Location: light9/flax/editsub

David McClosky
Fadable: better muting behavior
We no longer toggle between 0 and 0.0. KeyboardComposer sees this
improvement.
1
2
3
4
5
#!/usr/bin/env python

import sys
import Subcomposer
Subcomposer.open_sub_editing_window(sys.argv[-1], use_mainloop=1, dmxdummy=0)