Csound Csound-dev Csound-tekno Search About

[Csnd] QuteCsound Run in Term Button

Date2011-08-04 03:50
FromJim Aikin
Subject[Csnd] QuteCsound Run in Term Button
In Windows 7, the Run in Term button pretty consistently doesn't work. The
Command Prompt reports:

Csound Command ERROR:  too many arguments

The same .csd runs as expected, however, within QuteCsound.

It's quite possible that I need to do something or other with the command
line arguments. This is probably user error. But what's the error? There is
currently nothing in the .csd file under , so putting something
there would only add MORE arguments, right?

For reference, I'm pasting both the Command Prompt output and the .csd at
the end of this message. I'm hoping someone can spot the problem.

--Jim Aikin

*** Command Prompt Output ***

C:\Users\Jim Aikin\Documents\csound scores\csound power examples>echo
"csound "C
:/Users/Jim Aikin/Documents/csound scores/csound power
examples/formant_01.csd"
-b512 -B1024 -+ignore_csopts=1 -+rtaudio=portaudio -odac16 -+rtmidi=portmidi
-M8
 --env:SADIR='C:/Users/Jim Aikin/Documents/csound scores/samples'
--env:SSDIR='C
:/Users/Jim Aikin/Documents/csound scores/samples' --env:SFDIR='C:/Users/Jim
Aik
in/Documents/csound scores/samples' --env:INCDIR='' --env:CSNOSTOP=yes"
"csound "C:/Users/Jim Aikin/Documents/csound scores/csound power
examples/forman
t_01.csd" -b512 -B1024 -+ignore_csopts=1 -+rtaudio=portaudio -odac16
-+rtmidi=po
rtmidi -M8 --env:SADIR='C:/Users/Jim Aikin/Documents/csound scores/samples'
--en
v:SSDIR='C:/Users/Jim Aikin/Documents/csound scores/samples'
--env:SFDIR='C:/Use
rs/Jim Aikin/Documents/csound scores/samples' --env:INCDIR=''
--env:CSNOSTOP=yes
"

C:\Users\Jim Aikin\Documents\csound scores\csound power examples>csound
"C:/User
s/Jim Aikin/Documents/csound scores/csound power examples/formant_01.csd"
-b512
-B1024 -+ignore_csopts=1 -+rtaudio=portaudio -odac16 -+rtmidi=portmidi -M8
--env
:SADIR='C:/Users/Jim Aikin/Documents/csound scores/samples'
--env:SSDIR='C:/User
s/Jim Aikin/Documents/csound scores/samples' --env:SFDIR='C:/Users/Jim
Aikin/Doc
uments/csound scores/samples' --env:INCDIR='' --env:CSNOSTOP=yes
PortMIDI real time MIDI plugin for Csound
PortAudio real-time audio module for Csound
virtual_keyboard real time MIDI plugin for Csound
0dBFS level = 32768.0
Csound version 5.13 (double samples) Feb 11 2011
libsndfile-1.0.23
argc=9 Additional string "scores/samples'"
Usage:  csound [-flags] orchfile scorefile
Legal flags are:
--help  print long usage options
-U unam run utility program unam
-C      use Cscore processing of scorefile
-I      I-time only orch run
-n      no sound onto disk
-i fnam sound input filename
-o fnam sound output filename
-b N    sample frames (or -kprds) per software sound I/O buffer
-B N    samples per hardware sound I/O buffer
-A      create an AIFF format output soundfile
-W      create a WAV format output soundfile
-J      create an IRCAM format output soundfile
-h      no header on output soundfile
-c      8-bit signed_char sound samples
-8      8-bit unsigned_char sound samples
-u      ulaw sound samples
-s      short_int sound samples
-l      long_int sound samples
-f      float sound samples
-3      24bit sound samples
-r N    orchestra srate override
-k N    orchestra krate override
-K      Do not generate PEAK chunks
-v      verbose orch translation
-m N    tty message level. Sum of:
                1=note amps, 2=out-of-range msg, 4=warnings
                0/32/64/96=note amp format (raw,dB,colors)
                128=print benchmark information
-d      suppress all displays
-g      suppress graphics, use ascii displays
-G      suppress graphics, use Postscript displays
-x fnam extract from score.srt using extract file 'fnam'
-t N    use uninterpreted beats of the score, initially at tempo N
-t 0    use score.srt for sorted score rather than a temporary
-L dnam read Line-oriented realtime score events from device 'dnam'
-M dnam read MIDI realtime events from device 'dnam'
-F fnam read MIDIfile event stream from file 'fnam'
-R      continually rewrite header while writing soundfile (WAV/AIFF)
-H#     print heartbeat style 1, 2 or 3 at each soundfile write
-N      notify (ring the bell) when score or miditrack is done
-T      terminate the performance when miditrack is done
-D      defer GEN01 soundfile loads until performance time
-Q dnam select MIDI output device
-z      List opcodes in this version
-Z      Dither output
flag defaults: csound -s -otest -b4096 -B16384 -m135
Csound Command ERROR:   too many arguments

Press any key to continue . . .

*** .csd source ***






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

instr 1

kfund init 261.659
koct init 0
kris init 0.003
kdur init 0.02
kdec init 0.007
iolaps = 100
ifna = 1
ifnb = 2
itotdur = p3

; First formant.

k1amp = ampdb(-6)
k1form line 800, p3, 350
k1band line 80, p3, 50

a1 fof k1amp, kfund, k1form, koct, k1band, kris, kdur, kdec, iolaps, ifna,
ifnb, itotdur
asig = a1
		outs	asig, asig
endin




; sine wave
f 1 0 8192 10 1

; sigmoid wave
f 2 0 1024 19 0.5 0.5 270 0.5

i 1 0 1




 

 

 1175

 72

 595

 579

 true

 

 

  231

  46

  *255*

 

 

  slider1

  5

  5

  20

  100

  {e856be72-e70b-4bcc-bb53-49505b1db0bb}

  true

  0

  -3

  0.00000000

  1.00000000

  0.00000000

  lin

  continuous

  -1.00000000

  false

 









ioView nobackground {59367, 11822, 65535}

ioSlider {5, 5} {20, 100} 0.000000 1.000000 0.000000 slider1







--
View this message in context: http://csound.1045644.n5.nabble.com/QuteCsound-Run-in-Term-Button-tp4664949p4664949.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-08-04 08:27
FromAndres Cabrera
SubjectRe: [Csnd] QuteCsound Run in Term Button
Hi Jim,

The problem is the spaces in the names of SSDIR and SADIR. If you use
paths without spaces, it should work.

The problem would be that if I wrap that in quotes for the command
line, will Csound understand it?

Or better, does any one know if there is there an escape character for
space on windows as there is for Linux (the backslash)?

Cheers,
Andres


On Thu, Aug 4, 2011 at 3:50 AM, Jim Aikin  wrote:
> In Windows 7, the Run in Term button pretty consistently doesn't work. The
> Command Prompt reports:
>
> Csound Command ERROR:  too many arguments
>
> The same .csd runs as expected, however, within QuteCsound.
>
> It's quite possible that I need to do something or other with the command
> line arguments. This is probably user error. But what's the error? There is
> currently nothing in the .csd file under , so putting something
> there would only add MORE arguments, right?
>
> For reference, I'm pasting both the Command Prompt output and the .csd at
> the end of this message. I'm hoping someone can spot the problem.
>
> --Jim Aikin
>
> *** Command Prompt Output ***
>
> C:\Users\Jim Aikin\Documents\csound scores\csound power examples>echo
> "csound "C
> :/Users/Jim Aikin/Documents/csound scores/csound power
> examples/formant_01.csd"
> -b512 -B1024 -+ignore_csopts=1 -+rtaudio=portaudio -odac16 -+rtmidi=portmidi
> -M8
>  --env:SADIR='C:/Users/Jim Aikin/Documents/csound scores/samples'
> --env:SSDIR='C
> :/Users/Jim Aikin/Documents/csound scores/samples' --env:SFDIR='C:/Users/Jim
> Aik
> in/Documents/csound scores/samples' --env:INCDIR='' --env:CSNOSTOP=yes"
> "csound "C:/Users/Jim Aikin/Documents/csound scores/csound power
> examples/forman
> t_01.csd" -b512 -B1024 -+ignore_csopts=1 -+rtaudio=portaudio -odac16
> -+rtmidi=po
> rtmidi -M8 --env:SADIR='C:/Users/Jim Aikin/Documents/csound scores/samples'
> --en
> v:SSDIR='C:/Users/Jim Aikin/Documents/csound scores/samples'
> --env:SFDIR='C:/Use
> rs/Jim Aikin/Documents/csound scores/samples' --env:INCDIR=''
> --env:CSNOSTOP=yes
> "
>
> C:\Users\Jim Aikin\Documents\csound scores\csound power examples>csound
> "C:/User
> s/Jim Aikin/Documents/csound scores/csound power examples/formant_01.csd"
> -b512
> -B1024 -+ignore_csopts=1 -+rtaudio=portaudio -odac16 -+rtmidi=portmidi -M8
> --env
> :SADIR='C:/Users/Jim Aikin/Documents/csound scores/samples'
> --env:SSDIR='C:/User
> s/Jim Aikin/Documents/csound scores/samples' --env:SFDIR='C:/Users/Jim
> Aikin/Doc
> uments/csound scores/samples' --env:INCDIR='' --env:CSNOSTOP=yes
> PortMIDI real time MIDI plugin for Csound
> PortAudio real-time audio module for Csound
> virtual_keyboard real time MIDI plugin for Csound
> 0dBFS level = 32768.0
> Csound version 5.13 (double samples) Feb 11 2011
> libsndfile-1.0.23
> argc=9 Additional string "scores/samples'"
> Usage:  csound [-flags] orchfile scorefile
> Legal flags are:
> --help  print long usage options
> -U unam run utility program unam
> -C      use Cscore processing of scorefile
> -I      I-time only orch run
> -n      no sound onto disk
> -i fnam sound input filename
> -o fnam sound output filename
> -b N    sample frames (or -kprds) per software sound I/O buffer
> -B N    samples per hardware sound I/O buffer
> -A      create an AIFF format output soundfile
> -W      create a WAV format output soundfile
> -J      create an IRCAM format output soundfile
> -h      no header on output soundfile
> -c      8-bit signed_char sound samples
> -8      8-bit unsigned_char sound samples
> -u      ulaw sound samples
> -s      short_int sound samples
> -l      long_int sound samples
> -f      float sound samples
> -3      24bit sound samples
> -r N    orchestra srate override
> -k N    orchestra krate override
> -K      Do not generate PEAK chunks
> -v      verbose orch translation
> -m N    tty message level. Sum of:
>                1=note amps, 2=out-of-range msg, 4=warnings
>                0/32/64/96=note amp format (raw,dB,colors)
>                128=print benchmark information
> -d      suppress all displays
> -g      suppress graphics, use ascii displays
> -G      suppress graphics, use Postscript displays
> -x fnam extract from score.srt using extract file 'fnam'
> -t N    use uninterpreted beats of the score, initially at tempo N
> -t 0    use score.srt for sorted score rather than a temporary
> -L dnam read Line-oriented realtime score events from device 'dnam'
> -M dnam read MIDI realtime events from device 'dnam'
> -F fnam read MIDIfile event stream from file 'fnam'
> -R      continually rewrite header while writing soundfile (WAV/AIFF)
> -H#     print heartbeat style 1, 2 or 3 at each soundfile write
> -N      notify (ring the bell) when score or miditrack is done
> -T      terminate the performance when miditrack is done
> -D      defer GEN01 soundfile loads until performance time
> -Q dnam select MIDI output device
> -z      List opcodes in this version
> -Z      Dither output
> flag defaults: csound -s -otest -b4096 -B16384 -m135
> Csound Command ERROR:   too many arguments
>
> Press any key to continue . . .
>
> *** .csd source ***
>
> 
> 
> 
> 
>
> sr = 44100
> ksmps = 4
> nchnls = 2
> 0dbfs = 1
>
> instr 1
>
> kfund init 261.659
> koct init 0
> kris init 0.003
> kdur init 0.02
> kdec init 0.007
> iolaps = 100
> ifna = 1
> ifnb = 2
> itotdur = p3
>
> ; First formant.
>
> k1amp = ampdb(-6)
> k1form line 800, p3, 350
> k1band line 80, p3, 50
>
> a1 fof k1amp, kfund, k1form, koct, k1band, kris, kdur, kdec, iolaps, ifna,
> ifnb, itotdur
> asig = a1
>                outs    asig, asig
> endin
>
> 
> 
>
> ; sine wave
> f 1 0 8192 10 1
>
> ; sigmoid wave
> f 2 0 1024 19 0.5 0.5 270 0.5
>
> i 1 0 1
>
> 
> 
>
>  
>
>  
>
>  1175
>
>  72
>
>  595
>
>  579
>
>  true
>
>  
>
>  
>
>  231
>
>  46
>
>  *255*
>
>  
>
>  
>
>  slider1
>
>  5
>
>  5
>
>  20
>
>  100
>
>  {e856be72-e70b-4bcc-bb53-49505b1db0bb}
>
>  true
>
>  0
>
>  -3
>
>  0.00000000
>
>  1.00000000
>
>  0.00000000
>
>  lin
>
>  continuous
>
>  -1.00000000
>
>  false
>
>  
>
> 
>
> 
>
> 
>
> 
>
> ioView nobackground {59367, 11822, 65535}
>
> ioSlider {5, 5} {20, 100} 0.000000 1.000000 0.000000 slider1
>
> 
>
>
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/QuteCsound-Run-in-Term-Button-tp4664949p4664949.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2011-08-04 08:37
FromVictor Lazzarini
SubjectRe: [Csnd] QuteCsound Run in Term Button
I have the impression that wrapping the filenames with quotes would  
work, but not having used Windows since 2008, I am not completely sure.

Victor
On 4 Aug 2011, at 08:27, Andres Cabrera wrote:

> Hi Jim,
>
> The problem is the spaces in the names of SSDIR and SADIR. If you use
> paths without spaces, it should work.
>
> The problem would be that if I wrap that in quotes for the command
> line, will Csound understand it?
>
> Or better, does any one know if there is there an escape character for
> space on windows as there is for Linux (the backslash)?
>
> Cheers,
> Andres
>
>
> On Thu, Aug 4, 2011 at 3:50 AM, Jim Aikin   
> wrote:
>> In Windows 7, the Run in Term button pretty consistently doesn't  
>> work. The
>> Command Prompt reports:
>>
>> Csound Command ERROR:  too many arguments
>>
>> The same .csd runs as expected, however, within QuteCsound.
>>
>> It's quite possible that I need to do something or other with the  
>> command
>> line arguments. This is probably user error. But what's the error?  
>> There is
>> currently nothing in the .csd file under , so putting  
>> something
>> there would only add MORE arguments, right?
>>
>> For reference, I'm pasting both the Command Prompt output and  
>> the .csd at
>> the end of this message. I'm hoping someone can spot the problem.
>>
>> --Jim Aikin
>>
>> *** Command Prompt Output ***
>>
>> C:\Users\Jim Aikin\Documents\csound scores\csound power examples>echo
>> "csound "C
>> :/Users/Jim Aikin/Documents/csound scores/csound power
>> examples/formant_01.csd"
>> -b512 -B1024 -+ignore_csopts=1 -+rtaudio=portaudio -odac16 - 
>> +rtmidi=portmidi
>> -M8
>>  --env:SADIR='C:/Users/Jim Aikin/Documents/csound scores/samples'
>> --env:SSDIR='C
>> :/Users/Jim Aikin/Documents/csound scores/samples' --env:SFDIR='C:/ 
>> Users/Jim
>> Aik
>> in/Documents/csound scores/samples' --env:INCDIR='' -- 
>> env:CSNOSTOP=yes"
>> "csound "C:/Users/Jim Aikin/Documents/csound scores/csound power
>> examples/forman
>> t_01.csd" -b512 -B1024 -+ignore_csopts=1 -+rtaudio=portaudio -odac16
>> -+rtmidi=po
>> rtmidi -M8 --env:SADIR='C:/Users/Jim Aikin/Documents/csound scores/ 
>> samples'
>> --en
>> v:SSDIR='C:/Users/Jim Aikin/Documents/csound scores/samples'
>> --env:SFDIR='C:/Use
>> rs/Jim Aikin/Documents/csound scores/samples' --env:INCDIR=''
>> --env:CSNOSTOP=yes
>> "
>>
>> C:\Users\Jim Aikin\Documents\csound scores\csound power  
>> examples>csound
>> "C:/User
>> s/Jim Aikin/Documents/csound scores/csound power examples/ 
>> formant_01.csd"
>> -b512
>> -B1024 -+ignore_csopts=1 -+rtaudio=portaudio -odac16 - 
>> +rtmidi=portmidi -M8
>> --env
>> :SADIR='C:/Users/Jim Aikin/Documents/csound scores/samples'
>> --env:SSDIR='C:/User
>> s/Jim Aikin/Documents/csound scores/samples' --env:SFDIR='C:/Users/ 
>> Jim
>> Aikin/Doc
>> uments/csound scores/samples' --env:INCDIR='' --env:CSNOSTOP=yes
>> PortMIDI real time MIDI plugin for Csound
>> PortAudio real-time audio module for Csound
>> virtual_keyboard real time MIDI plugin for Csound
>> 0dBFS level = 32768.0
>> Csound version 5.13 (double samples) Feb 11 2011
>> libsndfile-1.0.23
>> argc=9 Additional string "scores/samples'"
>> Usage:  csound [-flags] orchfile scorefile
>> Legal flags are:
>> --help  print long usage options
>> -U unam run utility program unam
>> -C      use Cscore processing of scorefile
>> -I      I-time only orch run
>> -n      no sound onto disk
>> -i fnam sound input filename
>> -o fnam sound output filename
>> -b N    sample frames (or -kprds) per software sound I/O buffer
>> -B N    samples per hardware sound I/O buffer
>> -A      create an AIFF format output soundfile
>> -W      create a WAV format output soundfile
>> -J      create an IRCAM format output soundfile
>> -h      no header on output soundfile
>> -c      8-bit signed_char sound samples
>> -8      8-bit unsigned_char sound samples
>> -u      ulaw sound samples
>> -s      short_int sound samples
>> -l      long_int sound samples
>> -f      float sound samples
>> -3      24bit sound samples
>> -r N    orchestra srate override
>> -k N    orchestra krate override
>> -K      Do not generate PEAK chunks
>> -v      verbose orch translation
>> -m N    tty message level. Sum of:
>>                1=note amps, 2=out-of-range msg, 4=warnings
>>                0/32/64/96=note amp format (raw,dB,colors)
>>                128=print benchmark information
>> -d      suppress all displays
>> -g      suppress graphics, use ascii displays
>> -G      suppress graphics, use Postscript displays
>> -x fnam extract from score.srt using extract file 'fnam'
>> -t N    use uninterpreted beats of the score, initially at tempo N
>> -t 0    use score.srt for sorted score rather than a temporary
>> -L dnam read Line-oriented realtime score events from device 'dnam'
>> -M dnam read MIDI realtime events from device 'dnam'
>> -F fnam read MIDIfile event stream from file 'fnam'
>> -R      continually rewrite header while writing soundfile (WAV/AIFF)
>> -H#     print heartbeat style 1, 2 or 3 at each soundfile write
>> -N      notify (ring the bell) when score or miditrack is done
>> -T      terminate the performance when miditrack is done
>> -D      defer GEN01 soundfile loads until performance time
>> -Q dnam select MIDI output device
>> -z      List opcodes in this version
>> -Z      Dither output
>> flag defaults: csound -s -otest -b4096 -B16384 -m135
>> Csound Command ERROR:   too many arguments
>>
>> Press any key to continue . . .
>>
>> *** .csd source ***
>>
>> 
>> 
>> 
>> 
>>
>> sr = 44100
>> ksmps = 4
>> nchnls = 2
>> 0dbfs = 1
>>
>> instr 1
>>
>> kfund init 261.659
>> koct init 0
>> kris init 0.003
>> kdur init 0.02
>> kdec init 0.007
>> iolaps = 100
>> ifna = 1
>> ifnb = 2
>> itotdur = p3
>>
>> ; First formant.
>>
>> k1amp = ampdb(-6)
>> k1form line 800, p3, 350
>> k1band line 80, p3, 50
>>
>> a1 fof k1amp, kfund, k1form, koct, k1band, kris, kdur, kdec,  
>> iolaps, ifna,
>> ifnb, itotdur
>> asig = a1
>>                outs    asig, asig
>> endin
>>
>> 
>> 
>>
>> ; sine wave
>> f 1 0 8192 10 1
>>
>> ; sigmoid wave
>> f 2 0 1024 19 0.5 0.5 270 0.5
>>
>> i 1 0 1
>>
>> 
>> 
>>
>>  
>>
>>  
>>
>>  1175
>>
>>  72
>>
>>  595
>>
>>  579
>>
>>  true
>>
>>  
>>
>>  
>>
>>  231
>>
>>  46
>>
>>  *255*
>>
>>  
>>
>>  
>>
>>  slider1
>>
>>  5
>>
>>  5
>>
>>  20
>>
>>  100
>>
>>  {e856be72-e70b-4bcc-bb53-49505b1db0bb}
>>
>>  true
>>
>>  0
>>
>>  -3
>>
>>  0.00000000
>>
>>  1.00000000
>>
>>  0.00000000
>>
>>  lin
>>
>>  continuous
>>
>>  -1.00000000
>>
>>  false
>>
>>  
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> ioView nobackground {59367, 11822, 65535}
>>
>> ioSlider {5, 5} {20, 100} 0.000000 1.000000 0.000000 slider1
>>
>> 
>>
>>
>>
>>
>>
>> --
>> View this message in context: http://csound.1045644.n5.nabble.com/QuteCsound-Run-in-Term-Button-tp4664949p4664949.html
>> Sent from the Csound - General mailing list archive at Nabble.com.
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/? 
>> group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>> "unsubscribe csound"
>>
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-08-04 14:02
FromOlivier Bélanger
SubjectRe: [Csnd] QuteCsound Run in Term Button
On Windows, Cecilia uses quotes for path/filename in command-line and there is no problem.

Olivier

2011/8/4 Victor Lazzarini <Victor.Lazzarini@nuim.ie>
I have the impression that wrapping the filenames with quotes would work, but not having used Windows since 2008, I am not completely sure.

Victor

On 4 Aug 2011, at 08:27, Andres Cabrera wrote:

Hi Jim,

The problem is the spaces in the names of SSDIR and SADIR. If you use
paths without spaces, it should work.

The problem would be that if I wrap that in quotes for the command
line, will Csound understand it?

Or better, does any one know if there is there an escape character for
space on windows as there is for Linux (the backslash)?

Cheers,
Andres


On Thu, Aug 4, 2011 at 3:50 AM, Jim Aikin <midiguru23@sbcglobal.net> wrote:
In Windows 7, the Run in Term button pretty consistently doesn't work. The
Command Prompt reports:

Csound Command ERROR:  too many arguments

The same .csd runs as expected, however, within QuteCsound.

It's quite possible that I need to do something or other with the command
line arguments. This is probably user error. But what's the error? There is
currently nothing in the .csd file under <CsOptions>, so putting something
there would only add MORE arguments, right?

For reference, I'm pasting both the Command Prompt output and the .csd at
the end of this message. I'm hoping someone can spot the problem.

--Jim Aikin

*** Command Prompt Output ***

C:\Users\Jim Aikin\Documents\csound scores\csound power examples>echo
"csound "C
:/Users/Jim Aikin/Documents/csound scores/csound power
examples/formant_01.csd"
-b512 -B1024 -+ignore_csopts=1 -+rtaudio=portaudio -odac16 -+rtmidi=portmidi
-M8
 --env:SADIR='C:/Users/Jim Aikin/Documents/csound scores/samples'
--env:SSDIR='C
:/Users/Jim Aikin/Documents/csound scores/samples' --env:SFDIR='C:/Users/Jim
Aik
in/Documents/csound scores/samples' --env:INCDIR='' --env:CSNOSTOP=yes"
"csound "C:/Users/Jim Aikin/Documents/csound scores/csound power
examples/forman
t_01.csd" -b512 -B1024 -+ignore_csopts=1 -+rtaudio=portaudio -odac16
-+rtmidi=po
rtmidi -M8 --env:SADIR='C:/Users/Jim Aikin/Documents/csound scores/samples'
--en
v:SSDIR='C:/Users/Jim Aikin/Documents/csound scores/samples'
--env:SFDIR='C:/Use
rs/Jim Aikin/Documents/csound scores/samples' --env:INCDIR=''
--env:CSNOSTOP=yes
"

C:\Users\Jim Aikin\Documents\csound scores\csound power examples>csound
"C:/User
s/Jim Aikin/Documents/csound scores/csound power examples/formant_01.csd"
-b512
-B1024 -+ignore_csopts=1 -+rtaudio=portaudio -odac16 -+rtmidi=portmidi -M8
--env
:SADIR='C:/Users/Jim Aikin/Documents/csound scores/samples'
--env:SSDIR='C:/User
s/Jim Aikin/Documents/csound scores/samples' --env:SFDIR='C:/Users/Jim
Aikin/Doc
uments/csound scores/samples' --env:INCDIR='' --env:CSNOSTOP=yes
PortMIDI real time MIDI plugin for Csound
PortAudio real-time audio module for Csound
virtual_keyboard real time MIDI plugin for Csound
0dBFS level = 32768.0
Csound version 5.13 (double samples) Feb 11 2011
libsndfile-1.0.23
argc=9 Additional string "scores/samples'"
Usage:  csound [-flags] orchfile scorefile
Legal flags are:
--help  print long usage options
-U unam run utility program unam
-C      use Cscore processing of scorefile
-I      I-time only orch run
-n      no sound onto disk
-i fnam sound input filename
-o fnam sound output filename
-b N    sample frames (or -kprds) per software sound I/O buffer
-B N    samples per hardware sound I/O buffer
-A      create an AIFF format output soundfile
-W      create a WAV format output soundfile
-J      create an IRCAM format output soundfile
-h      no header on output soundfile
-c      8-bit signed_char sound samples
-8      8-bit unsigned_char sound samples
-u      ulaw sound samples
-s      short_int sound samples
-l      long_int sound samples
-f      float sound samples
-3      24bit sound samples
-r N    orchestra srate override
-k N    orchestra krate override
-K      Do not generate PEAK chunks
-v      verbose orch translation
-m N    tty message level. Sum of:
              1=note amps, 2=out-of-range msg, 4=warnings
              0/32/64/96=note amp format (raw,dB,colors)
              128=print benchmark information
-d      suppress all displays
-g      suppress graphics, use ascii displays
-G      suppress graphics, use Postscript displays
-x fnam extract from score.srt using extract file 'fnam'
-t N    use uninterpreted beats of the score, initially at tempo N
-t 0    use score.srt for sorted score rather than a temporary
-L dnam read Line-oriented realtime score events from device 'dnam'
-M dnam read MIDI realtime events from device 'dnam'
-F fnam read MIDIfile event stream from file 'fnam'
-R      continually rewrite header while writing soundfile (WAV/AIFF)
-H#     print heartbeat style 1, 2 or 3 at each soundfile write
-N      notify (ring the bell) when score or miditrack is done
-T      terminate the performance when miditrack is done
-D      defer GEN01 soundfile loads until performance time
-Q dnam select MIDI output device
-z      List opcodes in this version
-Z      Dither output
flag defaults: csound -s -otest -b4096 -B16384 -m135
Csound Command ERROR:   too many arguments

Press any key to continue . . .

*** .csd source ***

<CsoundSynthesizer>
<CsOptions>
</CsOptions>
<CsInstruments>

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

instr 1

kfund init 261.659
koct init 0
kris init 0.003
kdur init 0.02
kdec init 0.007
iolaps = 100
ifna = 1
ifnb = 2
itotdur = p3

; First formant.

k1amp = ampdb(-6)
k1form line 800, p3, 350
k1band line 80, p3, 50

a1 fof k1amp, kfund, k1form, koct, k1band, kris, kdur, kdec, iolaps, ifna,
ifnb, itotdur
asig = a1
              outs    asig, asig
endin

</CsInstruments>
<CsScore>

; sine wave
f 1 0 8192 10 1

; sigmoid wave
f 2 0 1024 19 0.5 0.5 270 0.5

i 1 0 1

</CsScore>
</CsoundSynthesizer><bsbPanel>

 <label>Widgets</label>

 <objectName/>

 <x>1175</x>

 <y>72</y>

 <width>595</width>

 <height>579</height>

 <visible>true</visible>

 <uuid/>

 <bgcolor mode="nobackground">

 <r>231</r>

 <g>46</g>

 *255*

 </bgcolor>

 <bsbObject version="2" type="BSBVSlider">

 <objectName>slider1</objectName>

 <x>5</x>

 <y>5</y>

 <width>20</width>

 <height>100</height>

 <uuid>{e856be72-e70b-4bcc-bb53-49505b1db0bb}</uuid>

 <visible>true</visible>

 <midichan>0</midichan>

 <midicc>-3</midicc>

 <minimum>0.00000000</minimum>

 <maximum>1.00000000</maximum>

 <value>0.00000000</value>

 <mode>lin</mode>

 <mouseControl act="jump">continuous</mouseControl>

 <resolution>-1.00000000</resolution>

 <randomizable group="0">false</randomizable>

 </bsbObject>

</bsbPanel>

<bsbPresets>

</bsbPresets>

<MacGUI>

ioView nobackground {59367, 11822, 65535}

ioSlider {5, 5} {20, 100} 0.000000 1.000000 0.000000 slider1

</MacGUI>





--
View this message in context: http://csound.1045644.n5.nabble.com/QuteCsound-Run-in-Term-Button-tp4664949p4664949.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug tracker
          https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Send bugs reports to the Sourceforge bug tracker
          https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie






Send bugs reports to the Sourceforge bug tracker
          https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2011-08-04 17:35
FromJim Aikin
Subject[Csnd] Re: QuteCsound Run in Term Button
I put quotes around the path names in the Configuration box, and now Run In
Term is working. Thanks!

I probably would have figured out how to use the Favorites and Scripts menus
eventually, but that's working now as well.

--JA

--
View this message in context: http://csound.1045644.n5.nabble.com/QuteCsound-Run-in-Term-Button-tp4664949p4666930.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-08-05 08:44
FromAndres Cabrera
SubjectRe: [Csnd] Re: QuteCsound Run in Term Button
Hi,

I think this issue should already be fixed on svn (because I'm setting
the variables before starting Csound), but I haven't tested this on
Windows.

Cheers,
Andres

On Thu, Aug 4, 2011 at 5:35 PM, Jim Aikin  wrote:
> I put quotes around the path names in the Configuration box, and now Run In
> Term is working. Thanks!
>
> I probably would have figured out how to use the Favorites and Scripts menus
> eventually, but that's working now as well.
>
> --JA
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/QuteCsound-Run-in-Term-Button-tp4664949p4666930.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"