From f941ad291e1bf249e27ee1a9514e76ddc0ec32fe Mon Sep 17 00:00:00 2001 From: John Glover Date: Tue, 2 Nov 2010 16:11:00 +0000 Subject: Added colour to default plots (with heatmap) and some minor code tidying --- examples/resynth.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/resynth.py') diff --git a/examples/resynth.py b/examples/resynth.py index ae4b6ec..e551720 100644 --- a/examples/resynth.py +++ b/examples/resynth.py @@ -37,3 +37,4 @@ sndobj_synth = simpl.SndObjSynthesis() audio_out = sndobj_synth.synth(partials) audio_out = np.asarray(audio_out * 32768, np.int16) write(output_file, 44100, audio_out) + -- cgit v1.2.3