Csound Csound-dev Csound-tekno Search About

[Cs-dev] Manual for next release

Date2014-05-02 10:39
FromFrancois PINOT
Subject[Cs-dev] Manual for next release
AttachmentsNone  None  
Hello,

I updated the preface/whatsnew.xml file of the manual with John's release notes. Could developers proof read those notes?

I tried to write an example with the new y score statement but it does not work. Here are the example and the console output:

<CsoundSynthesizer>
<CsOptions>
; Select audio/midi flags here according to platform
; Audio out   Audio in    No messages
-odac           -iadc     -d     ;;;RT audio I/O
; For Non-realtime ouput leave only the line below:
; -o 0dbfs.wav -W ;;; for file output any platform
</CsOptions>
<CsInstruments>

; Initialize the global variables.
sr = 44100
ksmps = 10
nchnls = 2
0dbfs = 1

instr 1
  print p4
endin
</CsInstruments>
<CsScore>

y

i 1 0 1 [~ * 3 + 10]
i 1 + 1 [~ * 3 + 10]
i 1 + 1 [~ * 3 + 10]
i 1 + 1 [~ * 3 + 10]
e

</CsScore>
</CsoundSynthesizer>

...
sorting score ...
seed from clock 1841421743
sread: illegal use of carry,   0 substituted
i
1 +<=
  section 1:  at position 6
    ... done
--Csound version 6.02.0 (double samples) May  2 2014
displays suppressed
0dBFS level = 1.0
orch now loaded
audio buffered in 1024 sample-frame blocks
reading 4096-byte blks of shorts from adc (RAW)
writing 2048 sample blks of 64-bit floats to dac
SECTION 1:
      B 60.000 - note deleted. instr 0(200) undefined
error in score.  illegal opcode 1 (ASCII 49)
instr 1:  p4 = 11.777
instr 1:  p4 = 12.802
Score finished in csoundPerform().
inactive allocs returned to freespace
end of score.           overall amps:  0.00000  0.00000
       overall samples out of range:        0        0
2 errors in performance
2584 2048 sample blks of 64-bit floats written to dac

Regards

Francois

Date2014-05-02 12:25
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Manual for next release
AttachmentsNone  

Date2014-05-02 15:21
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Manual for next release
AttachmentsNone  

Date2014-05-02 15:35
FromFrancois PINOT
SubjectRe: [Cs-dev] Manual for next release
AttachmentsNone  None  
Works fine now. Thanks

Francois


2014-05-02 16:21 GMT+02:00 <jpff@cs.bath.ac.uk>:
Think it is fixed now

Quoting Francois PINOT <fggpinot@gmail.com>:

> Hello,
>
> I updated the preface/whatsnew.xml file of the manual with John's release
> notes. Could developers proof read those notes?
>
> I tried to write an example with the new y score statement but it does not
> work. Here are the example and the console output:
>
> <CsoundSynthesizer>
> <CsOptions>
> ; Select audio/midi flags here according to platform
> ; Audio out   Audio in    No messages
> -odac           -iadc     -d     ;;;RT audio I/O
> ; For Non-realtime ouput leave only the line below:
> ; -o 0dbfs.wav -W ;;; for file output any platform
> </CsOptions>
> <CsInstruments>
>
> ; Initialize the global variables.
> sr = 44100
> ksmps = 10
> nchnls = 2
> 0dbfs = 1
>
> instr 1
>   print p4
> endin
> </CsInstruments>
> <CsScore>
>
> y
>
> i 1 0 1 [~ * 3 + 10]
> i 1 + 1 [~ * 3 + 10]
> i 1 + 1 [~ * 3 + 10]
> i 1 + 1 [~ * 3 + 10]
> e
>
> </CsScore>
> </CsoundSynthesizer>
>
> ...
> sorting score ...
> seed from clock 1841421743
> sread: illegal use of carry,   0 substituted
> i
> 1 +<=
>   section 1:  at position 6
>     ... done
> --Csound version 6.02.0 (double samples) May  2 2014
> displays suppressed
> 0dBFS level = 1.0
> orch now loaded
> audio buffered in 1024 sample-frame blocks
> reading 4096-byte blks of shorts from adc (RAW)
> writing 2048 sample blks of 64-bit floats to dac
> SECTION 1:
>       B 60.000 - note deleted. instr 0(200) undefined
> error in score.  illegal opcode 1 (ASCII 49)
> instr 1:  p4 = 11.777
> instr 1:  p4 = 12.802
> Score finished in csoundPerform().
> inactive allocs returned to freespace
> end of score.           overall amps:  0.00000  0.00000
>        overall samples out of range:        0        0
> 2 errors in performance
> 2584 2048 sample blks of 64-bit floats written to dac
>
> Regards
>
> Francois




------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel