From 95626a4697ea99d24650b357d29e57768dd24913 Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 18 Jun 2010 22:10:49 +0000 Subject: [PATCH] fix grapher core defaults --- INSTALL | 1 + 1 file changed, 1 insertion(+) 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: -- 2.39.5