On Wed, 1 Nov 2006, Dragan Noveski wrote:
Kjetil S. Matheussen wrote:
Snd-ls v0.9.7.7
===============
Snd-ls is a distribution of Bill Schottstaedt's sound editor SND.
Its target is people that don't know scheme very well, and don't want
to spend too much time configuring Snd. It can also serve
as a quick introduction to Snd and how it can be set up.
Changes 0.9.7.1 -> 0.9.7.6:
-Seems like the full menu patch was missing for all versions after
0.9.7.2, causing cutting (and probably other things) not to work.
hi, snd-ls compiles good, but crashes on start on my machine:
Backtrace:
In /usr/local/snd-ls/snd-8/snd_conffile.scm:
2274: 0* (if *c-restore-previous-session* (let (#) (system #) ...))
2275: 1 (let ((filename #f)) (system (string-append "touch " # ...)) ...)
2289: 2* (if filename (begin (set! *c-is-starting-up* #f) (open-sound
filename) ...))
2290: 3 (begin (set! *c-is-starting-up* #f) (open-sound filename) ...)
2292: 4* [open-sound "/home/nowhiskey/diverses/sound/Blub.wav"]
Thanks for the report.
How did you start the program? (with, or without the filename on the
command line?)
Does /home/nowhiskey/diverses/sound/Blub.wav exist?,
What does /home/nowhiskey/.snd_soundfilelist contain?