From: yomguy Date: Fri, 18 Jun 2010 22:10:49 +0000 (+0000) Subject: fix grapher core defaults X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=95626a4697ea99d24650b357d29e57768dd24913;p=timeside-diadems.git fix grapher core defaults --- diff --git a/INSTALL b/INSTALL index 9b57714..c622564 100644 --- a/INSTALL +++ b/INSTALL @@ -106,6 +106,7 @@ For example, a normalization and a waveform, from a python shell:: >>> grapher = timeside.grapher.Waveform('image.png') >>> encoder = timeside.encoder.WavEncoder('normalized.wav') >>> (decoder | grapher | encoder).run() +>>> grapher.render() See the website for more examples and information about the TimeSide API: