[Cs-dev] Csound 6 string initialization bug
Date | 2013-03-03 02:10 |
From | Michael Gogins |
Subject | [Cs-dev] Csound 6 string initialization bug |
Attachments | None None |
In the following test csd, it is not possible to initialize either gSnapshotfile or Snapshotfile in the orc header, and in instr 1, it is not possible to initialize gSnapshotfile though it is possible to initialize Snapshotfile. It crashes.
<CsoundSynthesizer> <CsOptions> -RWdfo test.wav </CsOptions> <CsInstruments> sr = 48000 ksmps = 20 nchnls = 2
;gSnapshotfile = "Untouching-1.snap" instr 1 print p1, p2, p3 ;gSnapshotfile = "Untouching-1.snap" ;printf "Snapshotfile: %s\n", 1, gSnapshotfile
Snapshotfile = "Untouching-1.snap" printf "Snapshotfile: %s\n", 1, Snapshotfile endin </CsInstruments> <CsScore> i 1 1 1 </CsScore>
</CsoundSynthesizer> Michael Gogins Irreducible Productions http://www.michael-gogins.ccom Michael dot Gogins at gmail dot com |