[Csnd] Date opcode not re-initializing?
Date | 2011-03-01 15:09 |
From | Rene Jopi |
Subject | [Csnd] Date opcode not re-initializing? |
Attachments | date.csd |
Hi, The folowing instr, when started, prints always the same value. Have red Bug ID 3149314 (closed status) but still have problem with csound-float 5.13.0 compiled on Ubuntu 10.04.
Cheers, René <CsoundSynthesizer> <CsOptions> -odac -b1024 -B2048 -+rtaudio=alsa </CsOptions> <CsInstruments>
instr 1 ;AUTO UPDATE - TRIGGERS INSTR 2 ktrig metro 1
schedkwhen ktrig, 0, 0, 2, 0, 0.01 endin instr 2
idate date ;READ DATE SINCE 1ST JANUARY 1970 IN SECONDS
print idate endin </CsInstruments> <CsScore> i 1 0 30 </CsScore> </CsoundSynthesizer>
|
Date | 2011-03-01 16:11 |
From | Jim Aikin |
Subject | [Csnd] Re: Date opcode not re-initializing? |
It works as expected in 5.13 on Windows. |
Date | 2011-03-01 22:21 |
From | Rene Jopi |
Subject | Re: [Csnd] Re: Date opcode not re-initializing? |
Jim, thanks for testing on windows. Someone on Ubuntu? Cheers, Rene 2011/3/1 Jim Aikin <midiguru23@sbcglobal.net> It works as expected in 5.13 on Windows. |
Date | 2011-03-01 22:28 |
From | Rory Walsh |
Subject | Re: [Csnd] Re: Date opcode not re-initializing? |
I'd offer to check it but I'm still running 5.12.... On 1 March 2011 22:21, Rene Jopi |
Date | 2011-03-02 08:50 |
From | Francois PINOT |
Subject | Re: [Csnd] Re: Date opcode not re-initializing? |
It's OK on Ubuntu 10.04, with Csound 5.13 (double samples) compiled from sources, on Jan 20 2011. Francois 2011/3/1 Rene Jopi <rene.jopi@gmail.com>
|
Date | 2011-03-02 09:33 |
From | Rene Jopi |
Subject | Re: [Csnd] Re: Date opcode not re-initializing? |
Thanks for testing, I found also OK on double, but not working on float. I will post in bug tracker list. René 2011/3/2 Francois PINOT <fggpinot@gmail.com> It's OK on Ubuntu 10.04, with Csound 5.13 (double samples) compiled from sources, on Jan 20 2011. |