Csound Csound-dev Csound-tekno Search About

[Cs-dev] parser thingy?

Date2010-11-12 14:30
Frommenno
Subject[Cs-dev] parser thingy?
Hi,
i wanted to report soemthing:
this runs when i have --old-parser in the command line, but with the new
parser it does not:

time resolution is 1000.000 ns
virtual_keyboard real time MIDI plugin for Csound
PortMIDI real time MIDI plugin for Csound
0dBFS level = 32768.0
Csound version 5.12 beta (double samples) Oct 31 2010
libsndfile-1.0.21
UnifiedCSD:  /media/LAC/improved examples/niks/cpsmidib.csd
STARTING FILE
Creating options
Creating orchestra
Creating score
orchname:  /tmp/csound-fEzO10.orc
scorename: /tmp/csound-lJ6N8t.sco
Loading command-line libraries:
  /usr/local/lib/libloris.so
rtmidi: PortMIDI module enabled
RAWWAVE_PATH: /usr/local/share/csound/rawwaves/
rtaudio: JACK module enabled
********************
* USING NEW PARSER *
********************
END OF INPUT
Parsing successful!
Csound tidy up: Segmentation fault
Removing temporary file /tmp/csound-lJ6N8t.sco ...
Removing temporary file /tmp/csound-fEzO10.orc ...
menno@muziek:/usr/bin$ 

This is my csd:



; Select audio/midi flags here according to platform
; Audio out   Audio in   No messages  MIDI in
-odac           -iadc     -d         -M0  ;;;RT audio I/O with MIDI in
; For Non-realtime ouput leave only the line below:
; -o cpsmidi.wav -W ;;; for file output any platform



sr = 44100
ksmps = 10
nchnls = 2
0dbfs = 1

instr 1	; move pitch bend wheel while you play

kcps cpsmidib
asig	oscil 0.6, kcps, 1
	printk2 kcps
	outs  asig, asig

endin



f0 20
;sine wave.
f 1 0 16384 10 1

e



I use Kubuntu 10.04

bye,
menno
-- 
View this message in context: http://csound.1045644.n5.nabble.com/parser-thingy-tp3262085p3262085.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-11-12 14:49
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] parser thingy?
Thanks; I can reproduce.  I have a small collection of new-parser errors. 
This one i2 in polymorphic opcode expansion, following a null pointer

==John ff

>
> Hi,
> i wanted to report soemthing:
> this runs when i have --old-parser in the command line, but with the new
> parser it does not:
>
> time resolution is 1000.000 ns
> virtual_keyboard real time MIDI plugin for Csound
> PortMIDI real time MIDI plugin for Csound
> 0dBFS level = 32768.0
> Csound version 5.12 beta (double samples) Oct 31 2010
> libsndfile-1.0.21
> UnifiedCSD:  /media/LAC/improved examples/niks/cpsmidib.csd
> STARTING FILE
> Creating options
> Creating orchestra
> Creating score
> orchname:  /tmp/csound-fEzO10.orc
> scorename: /tmp/csound-lJ6N8t.sco
> Loading command-line libraries:
>   /usr/local/lib/libloris.so
> rtmidi: PortMIDI module enabled
> RAWWAVE_PATH: /usr/local/share/csound/rawwaves/
> rtaudio: JACK module enabled
> ********************
> * USING NEW PARSER *
> ********************
> END OF INPUT
> Parsing successful!
> Csound tidy up: Segmentation fault
> Removing temporary file /tmp/csound-lJ6N8t.sco ...
> Removing temporary file /tmp/csound-fEzO10.orc ...
> menno@muziek:/usr/bin$
>
> This is my csd:
>
> 
> 
> ; Select audio/midi flags here according to platform
> ; Audio out   Audio in   No messages  MIDI in
> -odac           -iadc     -d         -M0  ;;;RT audio I/O with MIDI in
> ; For Non-realtime ouput leave only the line below:
> ; -o cpsmidi.wav -W ;;; for file output any platform
> 
> 
>
> sr = 44100
> ksmps = 10
> nchnls = 2
> 0dbfs = 1
>
> instr 1	; move pitch bend wheel while you play
>
> kcps cpsmidib
> asig	oscil 0.6, kcps, 1
> 	printk2 kcps
> 	outs  asig, asig
>
> endin
>
> 
> 
> f0 20
> ;sine wave.
> f 1 0 16384 10 1
>
> e
> 
> 
>
> I use Kubuntu 10.04
>
> bye,
> menno
> --
> View this message in context:
> http://csound.1045644.n5.nabble.com/parser-thingy-tp3262085p3262085.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Centralized Desktop Delivery: Dell and VMware Reference Architecture
> Simplifying enterprise desktop deployment and management using
> Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
> client virtualization framework. Read more!
> http://p.sf.net/sfu/dell-eql-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-11-12 15:03
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] parser thingy?
>
> Hi,
> i wanted to report soemthing:
> this runs when i have --old-parser in the command line, but with the new
> parser it does not:

fixed in CVS


------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-11-12 15:31
Frommenno
SubjectRe: [Cs-dev] parser thingy?
rebuild and it works.
Thanks for your quick work.

greeting
menno
-- 
View this message in context: http://csound.1045644.n5.nabble.com/parser-thingy-tp3262085p3262177.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net