[CM] how to print entire wav form into eps file with snd

Jerry Fleming jerry.fleming@saybot.com
Wed, 06 Jun 2007 16:19:37 +0800


Hi,

I am newbie to snd and enjoy this powerful tool very much. Recently, I 
want to display the wav form of a recording with its 'print to eps' 
function. The problem is that, if my recording is too long to displayed 
in one screen, the eps file is always truncated to the width of the snd 
main window. There are two methods to fix this problem: one is to expand 
the window width to fit the wav length, one is to write all data to eps 
file when printing, even those are 'scrolled' away. Personally, I think 
the second way is better, because the first involves communication with 
the window manager (metacity, sawfish, etc.). But I have no idea how to 
do this exactly. It seems that all printing issues are defined in 
snd-print.c in the src files.

Any help is heartily appreciated. Thanks.

Jerry