Re: [CM] issues with graph->ps

2019-09-24 Thread bil
eps-size and show-full-duration are functions, so use (set! (eps-size) 1.0) for example. You can also use the variable forms: *eps-size* and *show-full-duration* as (set! *eps-size* 1.0). ___ Cmdist mailing list Cmdist@ccrma.stanford.edu https://cm-mai

[CM] issues with graph->ps

2019-09-24 Thread David O'Toole
I'm trying to render a full waveform preview of a sound file using the GRAPH->PS function, but encountering issues. With (SET! (CHANNEL-STYLE SOUND) CHANNELS-SEPARATE) i get an output graph, but only of the first snippet of sound. Even if SHOW-FULL-DURATION is set to #t before the sound file is ope