diff options
author | John Glover <glover.john@gmail.com> | 2010-11-02 16:11:00 +0000 |
---|---|---|
committer | John Glover <glover.john@gmail.com> | 2010-11-02 16:11:00 +0000 |
commit | f941ad291e1bf249e27ee1a9514e76ddc0ec32fe (patch) | |
tree | 32835700c2d9cc190c65cf340f382b7b9ee5fe9c /examples/resynth.py | |
parent | 08f2885c58cc4ae5e4ecf42aecaa043de2c5bd4c (diff) | |
download | simpl-f941ad291e1bf249e27ee1a9514e76ddc0ec32fe.tar.gz simpl-f941ad291e1bf249e27ee1a9514e76ddc0ec32fe.tar.bz2 simpl-f941ad291e1bf249e27ee1a9514e76ddc0ec32fe.zip |
Added colour to default plots (with heatmap) and some minor code tidying
Diffstat (limited to 'examples/resynth.py')
-rw-r--r-- | examples/resynth.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) + |