weird message when running.
Date | 2016-04-07 14:00 |
From | "Joe ." |
Subject | weird message when running. |
When running anything, say a normal sine 440 that used to work, this comes out in the console (in qt):
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
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 -j N use N threads in performance -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: no infilename Joe |
Date | 2016-04-07 14:29 |
From | jpff |
Subject | Re: weird message when running. |
Whst did you actually say? That is a eneric message fir those who give wrong arguments ==Jhn Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2016-04-07 14:35 |
From | "Joe ." |
Subject | Re: weird message when running. |
I think the problem was there was no input configured, although now <CsoundSynthesizer> <CsOptions> </CsOptions> <CsInstruments> sr = 44100 ksmps = 128 nchnls = 2 0dbfs = 1.0 giSine ftgen 0, 0, 1024, 10, 1 instr 1 aOut oscil 1, 440, giSine out aOut endin </CsInstruments> <CsScore> i1 0 1 </CsScore> </CsoundSynthesizer> STARTING FILE Creating options Creating orchestra Creating score rtaudio: PortAudio module enabled ... using blocking interface rtmidi: PortMIDI module enabled Elapsed time at end of orchestra compile: real: 0.007s, CPU: 0.007s sorting score ... ... done Elapsed time at end of score sort: real: 0.007s, CPU: 0.008s --Csound version 6.05 (double samples) Jun 29 2015 0dBFS level = 1.0 ftable 101: orch now loaded audio buffered in 4096 sample-frame blocks PortAudio V19-devel (built Nov 27 2014 14:01:19) Failed to initialise real time audio input is what I get now, and both input and output are linked to what they used to be. Thanks Joe Joe On Thu, Apr 7, 2016 at 9:29 PM, jpff <jpff@codemist.co.uk> wrote: Whst did you actually say? That is a eneric message fir those who give wrong arguments |
Date | 2016-04-07 14:47 |
From | "Joe ." |
Subject | Re: weird message when running. |
Had to set input to "none". Sorry for the noob mistake. Joe Joe On Thu, Apr 7, 2016 at 9:35 PM, Joe . <not007ful@gmail.com> wrote:
|
Date | 2016-04-07 17:43 |
From | Rory Walsh |
Subject | Re: weird message when running. |
In years to come you'll look back and this and laugh ;) On 7 April 2016 at 14:47, Joe . <not007ful@gmail.com> wrote:
|
Date | 2016-04-07 18:05 |
From | "Joe ." |
Subject | Re: weird message when running. |
Haha. Hope so. Joe On Fri, Apr 8, 2016 at 12:43 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
|