From fff5e34c9864532b5e38e70b658eccb0ff35d1d3 Mon Sep 17 00:00:00 2001 From: Ben Connors Date: Thu, 24 Jan 2019 16:35:21 -0500 Subject: A bunch of changes - Begin work on simple rendering backend - Define lighting output interface - Cache hash() value on functions - Add unique identifier for each audio cue --- image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image.py') diff --git a/image.py b/image.py index c6d9dad..6e47332 100755 --- a/image.py +++ b/image.py @@ -109,7 +109,7 @@ def render_image_show(s:Show): ## Add 0 entries as necessary to the audio list atime += [0]*max(0,skipperiods-len(atime)) - tname, wave = get_wave(a[1]) + tname, wave = get_wave(a[2]) nchannels, sampwidth, framerate, nframes, *_ = wave.getparams() if sampwidth != 2: raise ValueError("Only 16-bit wave is supported") -- cgit v1.2.3