[CM] Doubling selection size in SND scm

Bill Schottstaedt bil@ccrma.Stanford.EDU
Sun, 11 Feb 2007 03:42:59 -0800


To double the selection size:


:(selection-frames)
672
:(set! (selection-frames) (* 2 (selection-frames)))
1344


selection-frames is a "procedure-with-setter" in Guile-jargon.