[CM] Re: Freeze Running Simplest Examples (snd-ls-0.9.7.12)

Kjetil S. Matheussen k.s.matheussen@notam02.no
Sun, 04 Mar 2007 10:59:38 +0100 (CET)


> loaded successfully.
>
> I then run this example code, with C-M-x:
>
> (let ((osc (make-oscil)))
>  (<rt-play> 0 3
>     (lambda ()
>          (out (* 0.8
>                    (oscil osc))))))
>
> At exactly this point, when hitting the combination C-M-x, the snd-ls
> GTK window freeze and it's just grey and does not repaint. No sound is
> heard.

By the way, which key are you using for meta? I have never understood
when M means esc+shift, alt, the menu key, or one of the windows keys...

In the case of evaluating code, Ctrl+Alt+X is the correct key 
combination. I don't know if that solves anything?