Csound Csound-dev Csound-tekno Search About

[Csnd] error: -9998

Date2013-12-01 11:11
FromEnrico Francioni
Subject[Csnd] error: -9998
QuteCsound do not understand why I get this error ...
my sound card (M-Audio FW410) is connected and configured for 5.1 surround

any ideas?

***

0dBFS level = 32768.0
Csound version 5.13 (float samples) Jan 17 2011
STARTING FILE
Creating options
Creating orchestra
Creating score
rtaudio: PortAudio module enabled ... using callback interface
rtmidi: PortMIDI module enabled
orch compiler:
	instr	1	
	instr	2	
	instr	3	
	instr	4	
	instr	5	
	instr	6	
	instr	7	
	instr	8	
	instr	9	
	instr	10	
	instr	11	
	instr	12	
	instr	13	
	instr	14	
	instr	99	
	instr	100	
	instr	101	
Elapsed time at end of orchestra compile: real: 0.007s, CPU: 0.005s
sorting score ...
Clockbase = 1.000000
	... done
Elapsed time at end of score sort: real: 0.072s, CPU: 0.023s
Csound version 5.13 (float samples) Jan 17 2011
0dBFS level = 1.0
WARNING: Seeding from current time 290213914

orch now loaded
audio buffered in 1000 sample-frame blocks
reading 12000-byte blks of shorts from adc (RAW)
PortAudio V19-devel (built Feb 12 2010 09:42:54)
PortAudio: available input devices:
   0: Microfono integrato
   1: Ingresso integrato
   2: Soundflower (2ch)
   3: Soundflower (16ch)
   4: FireWire 410 Multichannel
PortAudio: selected input device 'FireWire 410 Multichannel'
PortAudio: available output devices:
   0: Uscita integrata
   1: Soundflower (2ch)
   2: Soundflower (16ch)
   3: FireWire 410 Multichannel
PortAudio: selected output device 'FireWire 410 Multichannel'
 *** PortAudio: error: -9998: Invalid number of channels
Failed to initialise real time audio output



--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2013-12-01 11:36
FromVictor Lazzarini
SubjectRe: [Csnd] error: -9998
How many channels have you got? There is a problem if the max number of output and input channels is different.
If so, use nchnls_i to set the number of inputs, for instance:

nchnls_i = 2
nchnls = 6

Victor


On 1 Dec 2013, at 11:11, Enrico Francioni wrote:

> QuteCsound do not understand why I get this error ...
> my sound card (M-Audio FW410) is connected and configured for 5.1 surround
> 
> any ideas?
> 
> ***
> 
> 0dBFS level = 32768.0
> Csound version 5.13 (float samples) Jan 17 2011
> STARTING FILE
> Creating options
> Creating orchestra
> Creating score
> rtaudio: PortAudio module enabled ... using callback interface
> rtmidi: PortMIDI module enabled
> orch compiler:
> 	instr	1	
> 	instr	2	
> 	instr	3	
> 	instr	4	
> 	instr	5	
> 	instr	6	
> 	instr	7	
> 	instr	8	
> 	instr	9	
> 	instr	10	
> 	instr	11	
> 	instr	12	
> 	instr	13	
> 	instr	14	
> 	instr	99	
> 	instr	100	
> 	instr	101	
> Elapsed time at end of orchestra compile: real: 0.007s, CPU: 0.005s
> sorting score ...
> Clockbase = 1.000000
> 	... done
> Elapsed time at end of score sort: real: 0.072s, CPU: 0.023s
> Csound version 5.13 (float samples) Jan 17 2011
> 0dBFS level = 1.0
> WARNING: Seeding from current time 290213914
> 
> orch now loaded
> audio buffered in 1000 sample-frame blocks
> reading 12000-byte blks of shorts from adc (RAW)
> PortAudio V19-devel (built Feb 12 2010 09:42:54)
> PortAudio: available input devices:
>   0: Microfono integrato
>   1: Ingresso integrato
>   2: Soundflower (2ch)
>   3: Soundflower (16ch)
>   4: FireWire 410 Multichannel
> PortAudio: selected input device 'FireWire 410 Multichannel'
> PortAudio: available output devices:
>   0: Uscita integrata
>   1: Soundflower (2ch)
>   2: Soundflower (16ch)
>   3: FireWire 410 Multichannel
> PortAudio: selected output device 'FireWire 410 Multichannel'
> *** PortAudio: error: -9998: Invalid number of channels
> Failed to initialise real time audio output
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> 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





Date2013-12-01 12:02
FromEnrico Francioni
Subject[Csnd] Re: error: -9998
Victor,
I have six output channels and the /test_5.1.csd/ is very simple:







sr		= 48000
kr		= 4800
ksmps	= 10
nchnls	= 6
0dbfs		= 1

instr	1

asig	oscil	.6, 440, 1
;outch	1, asig*p4, 2, asig*p5, 3, asig*p6, 4, asig*p7, 5, asig*p8, 6,
asig*p9
outh	asig*p4, asig*p5, asig*p6, asig*p7, asig*p8, asig*p9
endin



f 1 0 16384 10 1

;1 	2	3	4	5	6	7	8	9
	
i1	0	1	1	0	0	0	0	0
i.	>	.	0	1	0	0	0	0
i.	>	.	0	0	1	0	0	0
i.	>	.	0	0	0	1	0	0
i.	>	.	0	0	0	0	1	0
i.	>	.	0	0	0	0	0	1






0dBFS level = 32768.0
Csound version 5.13 (float samples) Jan 17 2011
STARTING FILE
Creating options
Creating orchestra
Creating score
rtaudio: PortAudio module enabled ... using callback interface
rtmidi: PortMIDI module enabled
orch compiler:
	instr	1	
Elapsed time at end of orchestra compile: real: 0.003s, CPU: 0.001s
sorting score ...
sread: illegal number format:  >   zero substituted.
  section 1:  at position 4
  in line 26 of file input
/Users/enrico/Desktop/csd_various/pluck/test/test_5.1.csd
sread: illegal number format:  >   zero substituted.
  section 1:  at position 4
  in line 27 of file input
/Users/enrico/Desktop/csd_various/pluck/test/test_5.1.csd
sread: illegal number format:  >   zero substituted.
  section 1:  at position 4
  in line 28 of file input
/Users/enrico/Desktop/csd_various/pluck/test/test_5.1.csd
sread: illegal number format:  >   zero substituted.
  section 1:  at position 4
  in line 29 of file input
/Users/enrico/Desktop/csd_various/pluck/test/test_5.1.csd
sread: illegal number format:  >   zero substituted.
  section 1:  at position 4
  in line 30 of file input
/Users/enrico/Desktop/csd_various/pluck/test/test_5.1.csd
	... done
Elapsed time at end of score sort: real: 0.056s, CPU: 0.002s
Csound version 5.13 (float samples) Jan 17 2011
0dBFS level = 1.0
orch now loaded
audio buffered in 1000 sample-frame blocks
reading 12000-byte blks of shorts from adc (RAW)
PortAudio V19-devel (built Feb 12 2010 09:42:54)
PortAudio: available input devices:
   0: Microfono integrato
   1: Ingresso integrato
   2: Soundflower (2ch)
   3: Soundflower (16ch)
   4: FireWire 410 Multichannel
PortAudio: selected input device 'FireWire 410 Multichannel'
PortAudio: available output devices:
   0: Uscita integrata
   1: Soundflower (2ch)
   2: Soundflower (16ch)
   3: FireWire 410 Multichannel
PortAudio: selected output device 'FireWire 410 Multichannel'
 *** PortAudio: error: -9998: Invalid number of channels
Failed to initialise real time audio output



--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5730398.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2013-12-01 13:10
FromVictor Lazzarini
SubjectRe: [Csnd] Re: error: -9998
yes, but how many inputs do you have? You need at least 6, if you are running input and output
(as you are). 

a) If you don't need any inputs, disable audio input. 

b) If you need inputs and you  have less inputs than outputs use nchnls_i to set how
many inputs you will use.



On 1 Dec 2013, at 12:02, Enrico Francioni wrote:

> Victor,
> I have six output channels and the /test_5.1.csd/ is very simple:
> 
> 
> 
> 
> 
> 
> 
> sr		= 48000
> kr		= 4800
> ksmps	= 10
> nchnls	= 6
> 0dbfs		= 1
> 
> instr	1
> 
> asig	oscil	.6, 440, 1
> ;outch	1, asig*p4, 2, asig*p5, 3, asig*p6, 4, asig*p7, 5, asig*p8, 6,
> asig*p9
> outh	asig*p4, asig*p5, asig*p6, asig*p7, asig*p8, asig*p9
> endin
> 
> 
> 
> f 1 0 16384 10 1
> 
> ;1 	2	3	4	5	6	7	8	9
> 	
> i1	0	1	1	0	0	0	0	0
> i.	>	.	0	1	0	0	0	0
> i.	>	.	0	0	1	0	0	0
> i.	>	.	0	0	0	1	0	0
> i.	>	.	0	0	0	0	1	0
> i.	>	.	0	0	0	0	0	1
> 
> 
> 
> 
> 
> 
> 0dBFS level = 32768.0
> Csound version 5.13 (float samples) Jan 17 2011
> STARTING FILE
> Creating options
> Creating orchestra
> Creating score
> rtaudio: PortAudio module enabled ... using callback interface
> rtmidi: PortMIDI module enabled
> orch compiler:
> 	instr	1	
> Elapsed time at end of orchestra compile: real: 0.003s, CPU: 0.001s
> sorting score ...
> sread: illegal number format:  >   zero substituted.
>  section 1:  at position 4
>  in line 26 of file input
> /Users/enrico/Desktop/csd_various/pluck/test/test_5.1.csd
> sread: illegal number format:  >   zero substituted.
>  section 1:  at position 4
>  in line 27 of file input
> /Users/enrico/Desktop/csd_various/pluck/test/test_5.1.csd
> sread: illegal number format:  >   zero substituted.
>  section 1:  at position 4
>  in line 28 of file input
> /Users/enrico/Desktop/csd_various/pluck/test/test_5.1.csd
> sread: illegal number format:  >   zero substituted.
>  section 1:  at position 4
>  in line 29 of file input
> /Users/enrico/Desktop/csd_various/pluck/test/test_5.1.csd
> sread: illegal number format:  >   zero substituted.
>  section 1:  at position 4
>  in line 30 of file input
> /Users/enrico/Desktop/csd_various/pluck/test/test_5.1.csd
> 	... done
> Elapsed time at end of score sort: real: 0.056s, CPU: 0.002s
> Csound version 5.13 (float samples) Jan 17 2011
> 0dBFS level = 1.0
> orch now loaded
> audio buffered in 1000 sample-frame blocks
> reading 12000-byte blks of shorts from adc (RAW)
> PortAudio V19-devel (built Feb 12 2010 09:42:54)
> PortAudio: available input devices:
>   0: Microfono integrato
>   1: Ingresso integrato
>   2: Soundflower (2ch)
>   3: Soundflower (16ch)
>   4: FireWire 410 Multichannel
> PortAudio: selected input device 'FireWire 410 Multichannel'
> PortAudio: available output devices:
>   0: Uscita integrata
>   1: Soundflower (2ch)
>   2: Soundflower (16ch)
>   3: FireWire 410 Multichannel
> PortAudio: selected output device 'FireWire 410 Multichannel'
> *** PortAudio: error: -9998: Invalid number of channels
> Failed to initialise real time audio output
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5730398.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> 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





Date2013-12-01 13:20
FromEnrico Francioni
Subject[Csnd] Re: error: -9998
ok Victor!
now it works

thank you,
enrico



--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5730402.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2013-12-01 13:23
FromRichard Dobson
SubjectRe: [Csnd] Re: error: -9998
The Firewire 410 (which I have) only provides four input channels (via 
one multichannel device), combining stereo analogue and stereo spdif.

Richard Dobson


On 01/12/2013 13:10, Victor Lazzarini wrote:
> yes, but how many inputs do you have? You need at least 6, if you are
> running input and output (as you are).
>
> a) If you don't need any inputs, disable audio input.
>
> b) If you need inputs and you  have less inputs than outputs use
> nchnls_i to set how many inputs you will use.
>

Date2013-12-01 13:35
FromEnrico Francioni
Subject[Csnd] Re: error: -9998
Hi Richard,
I am not using the input signals



--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5730404.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2015-08-27 22:52
FromEnrico Francioni
SubjectRe: error: -9998
Hello to all,
Hi Victor,

I have a question to be resolved:
I still have the error -9998:
PortAudio: selected output device 'FireWire 410 Multichannel'
 *** PortAudio: error: -9998: Invalid number of channels
Failed to initialise real time audio output

*

/in a written csd QuteCsound (CsoundQt) dedicated to multichannel
I would like to import the mono signal of a microphone
and I would also have 6 output channels;

I set the header like this:/

	nchnls_i	=	1
	nchnls	=	6


/then under
microphone input:/

aMic    in


/the output:/

outch	   1, a1, 2, a2, 3, a3, 4, a4, 5, a5, 6, a6


/the multi-channel 8-channel sound card output and 2-channel input;

Finally, this is the configuration of QuteCsound (image):/

 







--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743298.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 09:33
FromVictor Lazzarini
SubjectRe: error: -9998
OK, if you reduce the number of channels, does it work?
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 27 Aug 2015, at 22:52, Enrico Francioni  wrote:
> 
> Hello to all,
> Hi Victor,
> 
> I have a question to be resolved:
> I still have the error -9998:
> PortAudio: selected output device 'FireWire 410 Multichannel'
> *** PortAudio: error: -9998: Invalid number of channels
> Failed to initialise real time audio output
> 
> *
> 
> /in a written csd QuteCsound (CsoundQt) dedicated to multichannel
> I would like to import the mono signal of a microphone
> and I would also have 6 output channels;
> 
> I set the header like this:/
> 
> 	nchnls_i	=	1
> 	nchnls	=	6
> 
> 
> /then under
> microphone input:/
> 
> aMic    in
> 
> 
> /the output:/
> 
> outch	   1, a1, 2, a2, 3, a3, 4, a4, 5, a5, 6, a6
> 
> 
> /the multi-channel 8-channel sound card output and 2-channel input;
> 
> Finally, this is the configuration of QuteCsound (image):/
> 
>  
> 
> 
> 
> 
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743298.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 09:51
FromEnrico Francioni
SubjectRe: error: -9998
yes, it works up to 4 channels and there does not need nchnls_i = 1
... But I would need 6 channel output



--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743300.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 10:11
FromVictor Lazzarini
SubjectRe: error: -9998
Have you looked at the list of devices, maybe this device number is 4 in 4 out, and there is
another one that is 2 in 8 out? Sometimes hardware appears as more than one software device. 
Look at the Audio MIDI Setup utility and see what it reports for each device.

Regards
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 28 Aug 2015, at 09:51, Enrico Francioni  wrote:
> 
> yes, it works up to 4 channels and there does not need nchnls_i = 1
> ... But I would need 6 channel output
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743300.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 10:26
FromEnrico Francioni
SubjectRe: error: -9998
here is the situation of the audio devices
[sorry if weight too with images]

 
 
 
 
 



--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743302.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 10:38
FromIain McCurdy
SubjectRe: error: -9998
AttachmentsNone  None  
Do you need audio input? If not, omit -iadc in CsOptions. The interface you are using only allows 4 inputs.

> From: Victor.Lazzarini@nuim.ie
> Date: Fri, 28 Aug 2015 10:11:24 +0100
> To: csound-users@lists.sourceforge.net
> Subject: Re: [Csnd] error: -9998
>
> Have you looked at the list of devices, maybe this device number is 4 in 4 out, and there is
> another one that is 2 in 8 out? Sometimes hardware appears as more than one software device.
> Look at the Audio MIDI Setup utility and see what it reports for each device.
>
> Regards
> ========================
> Dr Victor Lazzarini
> Dean of Arts, Celtic Studies and Philosophy,
> Maynooth University,
> Maynooth, Co Kildare, Ireland
> Tel: 00 353 7086936
> Fax: 00 353 1 7086952
>
> > On 28 Aug 2015, at 09:51, Enrico Francioni <francioni61021@libero.it> wrote:
> >
> > yes, it works up to 4 channels and there does not need nchnls_i = 1
> > ... But I would need 6 channel output
> >
> >
> >
> > --
> > View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743300.html
> > Sent from the Csound - General mailing list archive at Nabble.com.
> >
> > ------------------------------------------------------------------------------
> > _______________________________________________
> > Csound-users mailing list
> > Csound-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-users
> > Send bugs reports to
> > https://github.com/csound/csound/issues
> > Discussions of bugs and features can be posted here
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
> https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Date2015-08-28 10:44
FromEnrico Francioni
SubjectRe: error: -9998
I need one (1) audio input and six (6) output channels



--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743304.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 10:50
FromVictor Lazzarini
SubjectRe: error: -9998
Ok, try then

nchnls = 10
nchnls_i  = 4

and see if opens.

Regards
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 28 Aug 2015, at 10:26, Enrico Francioni  wrote:
> 
> here is the situation of the audio devices
> [sorry if weight too with images]
> 
>  
>  
>  
>  
>  
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743302.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 12:25
FromIain McCurdy
SubjectRe: error: -9998
AttachmentsNone  None  
It is possible that a value of '1' for for nchnls_i is illegal with this device. Most sound interfaces only connect inputs in pairs. Try nchnls_1 = 2 and ignore the second channel. 

> Date: Fri, 28 Aug 2015 02:44:21 -0700
> From: francioni61021@libero.it
> To: csound-users@lists.sourceforge.net
> Subject: Re: [Csnd] error: -9998
>
> I need one (1) audio input and six (6) output channels
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743304.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
> https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Date2015-08-28 13:24
FromEnrico Francioni
SubjectRe: error: -9998
VICTOR:
No, unfortunately it does not work even with this possibility

The microphone works only if:
I reduce nchnls = 4

also 

the algorithm opens if:
I enter "none" to the input device

but in both cases nchnls_i no longer serves ...

;========

IAIN:
even if I write nchnls_i = 2 algorithm tells me error -9998


I begin to think that the cause is QuteCsound ... (???)

... But with CsoundQt it works?

thanks, I'll do other tests ...

enrico



--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743307.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 13:43
FromVictor Lazzarini
SubjectRe: error: -9998
What version of Csound is this?

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 28 Aug 2015, at 13:24, Enrico Francioni  wrote:
> 
> 
> VICTOR:
> No, unfortunately it does not work even with this possibility
> 
> The microphone works only if:
> I reduce nchnls = 4
> 
> also 
> 
> the algorithm opens if:
> I enter "none" to the input device
> 
> but in both cases nchnls_i no longer serves ...
> 
> ;========
> 
> IAIN:
> even if I write nchnls_i = 2 algorithm tells me error -9998
> 
> 
> I begin to think that the cause is QuteCsound ... (???)
> 
> ... But with CsoundQt it works?
> 
> thanks, I'll do other tests ...
> 
> enrico
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743307.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 13:49
FromEnrico Francioni
SubjectRe: error: -9998
Csound version 5.13 (float samples) Jan 17 2011



--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743309.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 14:20
FromVictor Lazzarini
SubjectRe: error: -9998
Well, it’s fairly old. There might be a bug in it, so I can’t guarantee it (I can’t even check what the problem might be).
Can’t you get a newer version?

best regards
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 28 Aug 2015, at 13:49, Enrico Francioni  wrote:
> 
> Csound version 5.13 (float samples) Jan 17 2011
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743309.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 14:23
FromEnrico Francioni
SubjectRe: error: -9998
Victor,
but with Csound 6 there is still this problem?



--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743311.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 14:40
FromVictor Lazzarini
SubjectRe: error: -9998
I don’t think there is a problem there.
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 28 Aug 2015, at 14:23, Enrico Francioni  wrote:
> 
> Victor,
> but with Csound 6 there is still this problem?
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743311.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 14:45
FromEnrico Francioni
SubjectRe: error: -9998
...You test it? 
[…Am I asking too much? :-) ]

thank you,
enrico



--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743314.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 14:52
FromVictor Lazzarini
SubjectRe: error: -9998
yes, I’ve tested in with other hardware.
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 28 Aug 2015, at 14:45, Enrico Francioni  wrote:
> 
> 
> ...You test it? 
> […Am I asking too much? :-) ]
> 
> thank you,
> enrico
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743314.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 15:06
FromIain McCurdy
SubjectRe: error: -9998
AttachmentsNone  None  
I have checked this with a Firewire 410 I have here on Csound 6.04 on a Mac10.6 and I get the same behaviour as you do: if nchnls exceeds 4 it is no longer possible to use audio input on the same device. I tried portaudio and coreaudio with the same results. I thought initially that this suggested a problem with the audio interface but I am able to use 2 channels in and 6 out on other software with this interface. If this does suggest the problem is with Csound, can other users confirm using simultaneous multi-channel output (greater than 4 channels) and input on the same device recently?
In the meantime the only thing I can suggest is to use the 410 for 6-channel output and a different device for input with Csound.

Iain

> Date: Fri, 28 Aug 2015 05:24:40 -0700
> From: francioni61021@libero.it
> To: csound-users@lists.sourceforge.net
> Subject: Re: [Csnd] error: -9998
>
>
> VICTOR:
> No, unfortunately it does not work even with this possibility
>
> The microphone works only if:
> I reduce nchnls = 4
>
> also
>
> the algorithm opens if:
> I enter "none" to the input device
>
> but in both cases nchnls_i no longer serves ...
>
> ;========
>
> IAIN:
> even if I write nchnls_i = 2 algorithm tells me error -9998
>
>
> I begin to think that the cause is QuteCsound ... (???)
>
> ... But with CsoundQt it works?
>
> thanks, I'll do other tests ...
>
> enrico
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743307.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
> https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Date2015-08-28 15:08
FromEnrico Francioni
SubjectRe: error: -9998
…fantastic Victor!

Thanks you!
Best,
enrico

/p.s.
I hope it is not the hardware to mess with me .../



--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743317.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 15:17
FromVictor Lazzarini
SubjectRe: error: -9998
But it works in the current git sources. I saw that the value of nchnls_i was not passed to the IO modules. Now it is passed, and
I can confirm it is working.

Regards
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 28 Aug 2015, at 15:06, Iain McCurdy  wrote:
> 
> I have checked this with a Firewire 410 I have here on Csound 6.04 on a Mac10.6 and I get the same behaviour as you do: if nchnls exceeds 4 it is no longer possible to use audio input on the same device. I tried portaudio and coreaudio with the same results. I thought initially that this suggested a problem with the audio interface but I am able to use 2 channels in and 6 out on other software with this interface. If this does suggest the problem is with Csound, can other users confirm using simultaneous multi-channel output (greater than 4 channels) and input on the same device recently?
> In the meantime the only thing I can suggest is to use the 410 for 6-channel output and a different device for input with Csound.
> 
> Iain
> 
> > Date: Fri, 28 Aug 2015 05:24:40 -0700
> > From: francioni61021@libero.it
> > To: csound-users@lists.sourceforge.net
> > Subject: Re: [Csnd] error: -9998
> > 
> > 
> > VICTOR:
> > No, unfortunately it does not work even with this possibility
> > 
> > The microphone works only if:
> > I reduce nchnls = 4
> > 
> > also 
> > 
> > the algorithm opens if:
> > I enter "none" to the input device
> > 
> > but in both cases nchnls_i no longer serves ...
> > 
> > ;========
> > 
> > IAIN:
> > even if I write nchnls_i = 2 algorithm tells me error -9998
> > 
> > 
> > I begin to think that the cause is QuteCsound ... (???)
> > 
> > ... But with CsoundQt it works?
> > 
> > thanks, I'll do other tests ...
> > 
> > enrico
> > 
> > 
> > 
> > --
> > View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743307.html
> > Sent from the Csound - General mailing list archive at Nabble.com.
> > 
> > ------------------------------------------------------------------------------
> > _______________________________________________
> > Csound-users mailing list
> > Csound-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-users
> > Send bugs reports to
> >  https://github.com/csound/csound/issues
> > Discussions of bugs and features can be posted here
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 15:17
FromVictor Lazzarini
SubjectRe: error: -9998
No, it is not your hardware. This is a bug in Csound 5, which seems to have passed to Csound 6, but it has been fixed now.
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 28 Aug 2015, at 15:08, Enrico Francioni  wrote:
> 
> 
> …fantastic Victor!
> 
> Thanks you!
> Best,
> enrico
> 
> /p.s.
> I hope it is not the hardware to mess with me .../
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743317.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 15:49
FromIain McCurdy
SubjectRe: error: -9998
AttachmentsNone  None  
That makes sense, it was trying to connect to 6 input channels on a device with only 4.
I.

> From: Victor.Lazzarini@nuim.ie
> Date: Fri, 28 Aug 2015 15:17:01 +0100
> To: csound-users@lists.sourceforge.net
> Subject: Re: [Csnd] error: -9998
>
> But it works in the current git sources. I saw that the value of nchnls_i was not passed to the IO modules. Now it is passed, and
> I can confirm it is working.
>
> Regards
> ========================
> Dr Victor Lazzarini
> Dean of Arts, Celtic Studies and Philosophy,
> Maynooth University,
> Maynooth, Co Kildare, Ireland
> Tel: 00 353 7086936
> Fax: 00 353 1 7086952
>
> > On 28 Aug 2015, at 15:06, Iain McCurdy <i_mccurdy@hotmail.com> wrote:
> >
> > I have checked this with a Firewire 410 I have here on Csound 6.04 on a Mac10.6 and I get the same behaviour as you do: if nchnls exceeds 4 it is no longer possible to use audio input on the same device. I tried portaudio and coreaudio with the same results. I thought initially that this suggested a problem with the audio interface but I am able to use 2 channels in and 6 out on other software with this interface. If this does suggest the problem is with Csound, can other users confirm using simultaneous multi-channel output (greater than 4 channels) and input on the same device recently?
> > In the meantime the only thing I can suggest is to use the 410 for 6-channel output and a different device for input with Csound.
> >
> > Iain
> >
> > > Date: Fri, 28 Aug 2015 05:24:40 -0700
> > > From: francioni61021@libero.it
> > > To: csound-users@lists.sourceforge.net
> > > Subject: Re: [Csnd] error: -9998
> > >
> > >
> > > VICTOR:
> > > No, unfortunately it does not work even with this possibility
> > >
> > > The microphone works only if:
> > > I reduce nchnls = 4
> > >
> > > also
> > >
> > > the algorithm opens if:
> > > I enter "none" to the input device
> > >
> > > but in both cases nchnls_i no longer serves ...
> > >
> > > ;========
> > >
> > > IAIN:
> > > even if I write nchnls_i = 2 algorithm tells me error -9998
> > >
> > >
> > > I begin to think that the cause is QuteCsound ... (???)
> > >
> > > ... But with CsoundQt it works?
> > >
> > > thanks, I'll do other tests ...
> > >
> > > enrico
> > >
> > >
> > >
> > > --
> > > View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743307.html
> > > Sent from the Csound - General mailing list archive at Nabble.com.
> > >
> > > ------------------------------------------------------------------------------
> > > _______________________________________________
> > > Csound-users mailing list
> > > Csound-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/csound-users
> > > Send bugs reports to
> > > https://github.com/csound/csound/issues
> > > Discussions of bugs and features can be posted here
> > ------------------------------------------------------------------------------
> > _______________________________________________
> > Csound-users mailing list
> > Csound-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-users
> > Send bugs reports to
> > https://github.com/csound/csound/issues
> > Discussions of bugs and features can be posted here
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
> https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Date2015-08-28 16:18
Fromjoachim heintz
SubjectRe: error: -9998
this will work in csound7.
	j=)


Am 28.08.2015 um 16:49 schrieb Iain McCurdy:
> That makes sense, it was trying to connect to 6 input channels on a
> device with only 4.
> I.
>
>  > From: Victor.Lazzarini@nuim.ie
>  > Date: Fri, 28 Aug 2015 15:17:01 +0100
>  > To: csound-users@lists.sourceforge.net
>  > Subject: Re: [Csnd] error: -9998
>  >
>  > But it works in the current git sources. I saw that the value of
> nchnls_i was not passed to the IO modules. Now it is passed, and
>  > I can confirm it is working.
>  >
>  > Regards
>  > ========================
>  > Dr Victor Lazzarini
>  > Dean of Arts, Celtic Studies and Philosophy,
>  > Maynooth University,
>  > Maynooth, Co Kildare, Ireland
>  > Tel: 00 353 7086936
>  > Fax: 00 353 1 7086952
>  >
>  > > On 28 Aug 2015, at 15:06, Iain McCurdy  wrote:
>  > >
>  > > I have checked this with a Firewire 410 I have here on Csound 6.04
> on a Mac10.6 and I get the same behaviour as you do: if nchnls exceeds 4
> it is no longer possible to use audio input on the same device. I tried
> portaudio and coreaudio with the same results. I thought initially that
> this suggested a problem with the audio interface but I am able to use 2
> channels in and 6 out on other software with this interface. If this
> does suggest the problem is with Csound, can other users confirm using
> simultaneous multi-channel output (greater than 4 channels) and input on
> the same device recently?
>  > > In the meantime the only thing I can suggest is to use the 410 for
> 6-channel output and a different device for input with Csound.
>  > >
>  > > Iain
>  > >
>  > > > Date: Fri, 28 Aug 2015 05:24:40 -0700
>  > > > From: francioni61021@libero.it
>  > > > To: csound-users@lists.sourceforge.net
>  > > > Subject: Re: [Csnd] error: -9998
>  > > >
>  > > >
>  > > > VICTOR:
>  > > > No, unfortunately it does not work even with this possibility
>  > > >
>  > > > The microphone works only if:
>  > > > I reduce nchnls = 4
>  > > >
>  > > > also
>  > > >
>  > > > the algorithm opens if:
>  > > > I enter "none" to the input device
>  > > >
>  > > > but in both cases nchnls_i no longer serves ...
>  > > >
>  > > > ;========
>  > > >
>  > > > IAIN:
>  > > > even if I write nchnls_i = 2 algorithm tells me error -9998
>  > > >
>  > > >
>  > > > I begin to think that the cause is QuteCsound ... (???)
>  > > >
>  > > > ... But with CsoundQt it works?
>  > > >
>  > > > thanks, I'll do other tests ...
>  > > >
>  > > > enrico
>  > > >
>  > > >
>  > > >
>  > > > --
>  > > > View this message in context:
> http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743307.html
>  > > > Sent from the Csound - General mailing list archive at Nabble.com.
>  > > >
>  > > >
> ------------------------------------------------------------------------------
>  > > > _______________________________________________
>  > > > Csound-users mailing list
>  > > > Csound-users@lists.sourceforge.net
>  > > > https://lists.sourceforge.net/lists/listinfo/csound-users
>  > > > Send bugs reports to
>  > > > https://github.com/csound/csound/issues
>  > > > Discussions of bugs and features can be posted here
>  > >
> ------------------------------------------------------------------------------
>  > > _______________________________________________
>  > > Csound-users mailing list
>  > > Csound-users@lists.sourceforge.net
>  > > https://lists.sourceforge.net/lists/listinfo/csound-users
>  > > Send bugs reports to
>  > > https://github.com/csound/csound/issues
>  > > Discussions of bugs and features can be posted here
>  >
>  >
>  >
> ------------------------------------------------------------------------------
>  > _______________________________________________
>  > Csound-users mailing list
>  > Csound-users@lists.sourceforge.net
>  > https://lists.sourceforge.net/lists/listinfo/csound-users
>  > Send bugs reports to
>  > https://github.com/csound/csound/issues
>  > Discussions of bugs and features can be posted here
>
>
> ------------------------------------------------------------------------------
>
>
>
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>          https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
>

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 16:25
FromVictor Lazzarini
SubjectRe: error: -9998
It works now. I guess we'll have a 6.06 before 7

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 28 Aug 2015, at 16:18, joachim heintz  wrote:
> 
> this will work in csound7.
>    j=)
> 
> 
>> Am 28.08.2015 um 16:49 schrieb Iain McCurdy:
>> That makes sense, it was trying to connect to 6 input channels on a
>> device with only 4.
>> I.
>> 
>>> From: Victor.Lazzarini@nuim.ie
>>> Date: Fri, 28 Aug 2015 15:17:01 +0100
>>> To: csound-users@lists.sourceforge.net
>>> Subject: Re: [Csnd] error: -9998
>>> 
>>> But it works in the current git sources. I saw that the value of
>> nchnls_i was not passed to the IO modules. Now it is passed, and
>>> I can confirm it is working.
>>> 
>>> Regards
>>> ========================
>>> Dr Victor Lazzarini
>>> Dean of Arts, Celtic Studies and Philosophy,
>>> Maynooth University,
>>> Maynooth, Co Kildare, Ireland
>>> Tel: 00 353 7086936
>>> Fax: 00 353 1 7086952
>>> 
>>>> On 28 Aug 2015, at 15:06, Iain McCurdy  wrote:
>>>> 
>>>> I have checked this with a Firewire 410 I have here on Csound 6.04
>> on a Mac10.6 and I get the same behaviour as you do: if nchnls exceeds 4
>> it is no longer possible to use audio input on the same device. I tried
>> portaudio and coreaudio with the same results. I thought initially that
>> this suggested a problem with the audio interface but I am able to use 2
>> channels in and 6 out on other software with this interface. If this
>> does suggest the problem is with Csound, can other users confirm using
>> simultaneous multi-channel output (greater than 4 channels) and input on
>> the same device recently?
>>>> In the meantime the only thing I can suggest is to use the 410 for
>> 6-channel output and a different device for input with Csound.
>>>> 
>>>> Iain
>>>> 
>>>>> Date: Fri, 28 Aug 2015 05:24:40 -0700
>>>>> From: francioni61021@libero.it
>>>>> To: csound-users@lists.sourceforge.net
>>>>> Subject: Re: [Csnd] error: -9998
>>>>> 
>>>>> 
>>>>> VICTOR:
>>>>> No, unfortunately it does not work even with this possibility
>>>>> 
>>>>> The microphone works only if:
>>>>> I reduce nchnls = 4
>>>>> 
>>>>> also
>>>>> 
>>>>> the algorithm opens if:
>>>>> I enter "none" to the input device
>>>>> 
>>>>> but in both cases nchnls_i no longer serves ...
>>>>> 
>>>>> ;========
>>>>> 
>>>>> IAIN:
>>>>> even if I write nchnls_i = 2 algorithm tells me error -9998
>>>>> 
>>>>> 
>>>>> I begin to think that the cause is QuteCsound ... (???)
>>>>> 
>>>>> ... But with CsoundQt it works?
>>>>> 
>>>>> thanks, I'll do other tests ...
>>>>> 
>>>>> enrico
>>>>> 
>>>>> 
>>>>> 
>>>>> --
>>>>> View this message in context:
>> http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743307.html
>>>>> Sent from the Csound - General mailing list archive at Nabble.com.
>> ------------------------------------------------------------------------------
>>>>> _______________________________________________
>>>>> Csound-users mailing list
>>>>> Csound-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>> Send bugs reports to
>>>>> https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>> ------------------------------------------------------------------------------
>>>> _______________________________________________
>>>> Csound-users mailing list
>>>> Csound-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>> Send bugs reports to
>>>> https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>> ------------------------------------------------------------------------------
>>> _______________________________________________
>>> Csound-users mailing list
>>> Csound-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>> Send bugs reports to
>>> https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>> 
>> 
>> ------------------------------------------------------------------------------
>> 
>> 
>> 
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 17:16
Fromjoachim heintz
SubjectRe: error: -9998
you mean it works now to connect 6 channels on a device with only 4?!?


Am 28.08.2015 um 17:25 schrieb Victor Lazzarini:
> It works now. I guess we'll have a 6.06 before 7
>
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
>
>> On 28 Aug 2015, at 16:18, joachim heintz  wrote:
>>
>> this will work in csound7.
>>     j=)
>>
>>
>>> Am 28.08.2015 um 16:49 schrieb Iain McCurdy:
>>> That makes sense, it was trying to connect to 6 input channels on a
>>> device with only 4.
>>> I.
>>>
>>>> From: Victor.Lazzarini@nuim.ie
>>>> Date: Fri, 28 Aug 2015 15:17:01 +0100
>>>> To: csound-users@lists.sourceforge.net
>>>> Subject: Re: [Csnd] error: -9998
>>>>
>>>> But it works in the current git sources. I saw that the value of
>>> nchnls_i was not passed to the IO modules. Now it is passed, and
>>>> I can confirm it is working.
>>>>
>>>> Regards
>>>> ========================
>>>> Dr Victor Lazzarini
>>>> Dean of Arts, Celtic Studies and Philosophy,
>>>> Maynooth University,
>>>> Maynooth, Co Kildare, Ireland
>>>> Tel: 00 353 7086936
>>>> Fax: 00 353 1 7086952
>>>>
>>>>> On 28 Aug 2015, at 15:06, Iain McCurdy  wrote:
>>>>>
>>>>> I have checked this with a Firewire 410 I have here on Csound 6.04
>>> on a Mac10.6 and I get the same behaviour as you do: if nchnls exceeds 4
>>> it is no longer possible to use audio input on the same device. I tried
>>> portaudio and coreaudio with the same results. I thought initially that
>>> this suggested a problem with the audio interface but I am able to use 2
>>> channels in and 6 out on other software with this interface. If this
>>> does suggest the problem is with Csound, can other users confirm using
>>> simultaneous multi-channel output (greater than 4 channels) and input on
>>> the same device recently?
>>>>> In the meantime the only thing I can suggest is to use the 410 for
>>> 6-channel output and a different device for input with Csound.
>>>>>
>>>>> Iain
>>>>>
>>>>>> Date: Fri, 28 Aug 2015 05:24:40 -0700
>>>>>> From: francioni61021@libero.it
>>>>>> To: csound-users@lists.sourceforge.net
>>>>>> Subject: Re: [Csnd] error: -9998
>>>>>>
>>>>>>
>>>>>> VICTOR:
>>>>>> No, unfortunately it does not work even with this possibility
>>>>>>
>>>>>> The microphone works only if:
>>>>>> I reduce nchnls = 4
>>>>>>
>>>>>> also
>>>>>>
>>>>>> the algorithm opens if:
>>>>>> I enter "none" to the input device
>>>>>>
>>>>>> but in both cases nchnls_i no longer serves ...
>>>>>>
>>>>>> ;========
>>>>>>
>>>>>> IAIN:
>>>>>> even if I write nchnls_i = 2 algorithm tells me error -9998
>>>>>>
>>>>>>
>>>>>> I begin to think that the cause is QuteCsound ... (???)
>>>>>>
>>>>>> ... But with CsoundQt it works?
>>>>>>
>>>>>> thanks, I'll do other tests ...
>>>>>>
>>>>>> enrico
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> View this message in context:
>>> http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743307.html
>>>>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>> ------------------------------------------------------------------------------
>>>>>> _______________________________________________
>>>>>> Csound-users mailing list
>>>>>> Csound-users@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>> Send bugs reports to
>>>>>> https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>> ------------------------------------------------------------------------------
>>>>> _______________________________________________
>>>>> Csound-users mailing list
>>>>> Csound-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>> Send bugs reports to
>>>>> https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>> ------------------------------------------------------------------------------
>>>> _______________________________________________
>>>> Csound-users mailing list
>>>> Csound-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>> Send bugs reports to
>>>> https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>
>>>
>>> ------------------------------------------------------------------------------
>>>
>>>
>>>
>>> _______________________________________________
>>> Csound-users mailing list
>>> Csound-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>> Send bugs reports to
>>>          https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>          https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
>

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 17:16
FromEnrico Francioni
SubjectRe: error: -9998
Iain,
I tried now with two sound cards (one for input) and FW410 (for output),
but unfortunately it does not work ...

I will do other tests, but I fear that there is nothing to do,

thanks,
enrico





--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743324.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 18:05
FromVictor Lazzarini
SubjectRe: error: -9998
I repeat, it will not work on Csound 5, don't waste your time. It only works in Csound 6 latest source code.

If you have soundflower, you can use it with the soundcard and connect Csound to soundflower.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 28 Aug 2015, at 17:16, Enrico Francioni  wrote:
> 
> Iain,
> I tried now with two sound cards (one for input) and FW410 (for output),
> but unfortunately it does not work ...
> 
> I will do other tests, but I fear that there is nothing to do,
> 
> thanks,
> enrico
> 
> 
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743324.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 18:06
FromVictor Lazzarini
SubjectRe: error: -9998
Now, it works to connect a soundcard with different numbers of ins and outs

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 28 Aug 2015, at 17:16, joachim heintz  wrote:
> 
> you mean it works now to connect 6 channels on a device with only 4?!?
> 
> 
>> Am 28.08.2015 um 17:25 schrieb Victor Lazzarini:
>> It works now. I guess we'll have a 6.06 before 7
>> 
>> Victor Lazzarini
>> Dean of Arts, Celtic Studies, and Philosophy
>> Maynooth University
>> Ireland
>> 
>>> On 28 Aug 2015, at 16:18, joachim heintz  wrote:
>>> 
>>> this will work in csound7.
>>>    j=)
>>> 
>>> 
>>>> Am 28.08.2015 um 16:49 schrieb Iain McCurdy:
>>>> That makes sense, it was trying to connect to 6 input channels on a
>>>> device with only 4.
>>>> I.
>>>> 
>>>>> From: Victor.Lazzarini@nuim.ie
>>>>> Date: Fri, 28 Aug 2015 15:17:01 +0100
>>>>> To: csound-users@lists.sourceforge.net
>>>>> Subject: Re: [Csnd] error: -9998
>>>>> 
>>>>> But it works in the current git sources. I saw that the value of
>>>> nchnls_i was not passed to the IO modules. Now it is passed, and
>>>>> I can confirm it is working.
>>>>> 
>>>>> Regards
>>>>> ========================
>>>>> Dr Victor Lazzarini
>>>>> Dean of Arts, Celtic Studies and Philosophy,
>>>>> Maynooth University,
>>>>> Maynooth, Co Kildare, Ireland
>>>>> Tel: 00 353 7086936
>>>>> Fax: 00 353 1 7086952
>>>>> 
>>>>>> On 28 Aug 2015, at 15:06, Iain McCurdy  wrote:
>>>>>> 
>>>>>> I have checked this with a Firewire 410 I have here on Csound 6.04
>>>> on a Mac10.6 and I get the same behaviour as you do: if nchnls exceeds 4
>>>> it is no longer possible to use audio input on the same device. I tried
>>>> portaudio and coreaudio with the same results. I thought initially that
>>>> this suggested a problem with the audio interface but I am able to use 2
>>>> channels in and 6 out on other software with this interface. If this
>>>> does suggest the problem is with Csound, can other users confirm using
>>>> simultaneous multi-channel output (greater than 4 channels) and input on
>>>> the same device recently?
>>>>>> In the meantime the only thing I can suggest is to use the 410 for
>>>> 6-channel output and a different device for input with Csound.
>>>>>> 
>>>>>> Iain
>>>>>> 
>>>>>>> Date: Fri, 28 Aug 2015 05:24:40 -0700
>>>>>>> From: francioni61021@libero.it
>>>>>>> To: csound-users@lists.sourceforge.net
>>>>>>> Subject: Re: [Csnd] error: -9998
>>>>>>> 
>>>>>>> 
>>>>>>> VICTOR:
>>>>>>> No, unfortunately it does not work even with this possibility
>>>>>>> 
>>>>>>> The microphone works only if:
>>>>>>> I reduce nchnls = 4
>>>>>>> 
>>>>>>> also
>>>>>>> 
>>>>>>> the algorithm opens if:
>>>>>>> I enter "none" to the input device
>>>>>>> 
>>>>>>> but in both cases nchnls_i no longer serves ...
>>>>>>> 
>>>>>>> ;========
>>>>>>> 
>>>>>>> IAIN:
>>>>>>> even if I write nchnls_i = 2 algorithm tells me error -9998
>>>>>>> 
>>>>>>> 
>>>>>>> I begin to think that the cause is QuteCsound ... (???)
>>>>>>> 
>>>>>>> ... But with CsoundQt it works?
>>>>>>> 
>>>>>>> thanks, I'll do other tests ...
>>>>>>> 
>>>>>>> enrico
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> --
>>>>>>> View this message in context:
>>>> http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743307.html
>>>>>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>>> ------------------------------------------------------------------------------
>>>>>>> _______________________________________________
>>>>>>> Csound-users mailing list
>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>> Send bugs reports to
>>>>>>> https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>> ------------------------------------------------------------------------------
>>>>>> _______________________________________________
>>>>>> Csound-users mailing list
>>>>>> Csound-users@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>> Send bugs reports to
>>>>>> https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>> ------------------------------------------------------------------------------
>>>>> _______________________________________________
>>>>> Csound-users mailing list
>>>>> Csound-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>> Send bugs reports to
>>>>> https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>> 
>>>> 
>>>> ------------------------------------------------------------------------------
>>>> 
>>>> 
>>>> 
>>>> _______________________________________________
>>>> Csound-users mailing list
>>>> Csound-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>> 
>>> ------------------------------------------------------------------------------
>>> _______________________________________________
>>> Csound-users mailing list
>>> Csound-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>> Send bugs reports to
>>>        https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>> 
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 21:16
FromEnrico Francioni
SubjectRe: error: -9998
Victor,
still two questions:

1)
with the old MacCsound (and Csound 5.13) I do not have problems like this:
…why?

2)
but with Soundflower it works well with Csound 5 or Csound 6?

thanks
e



--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743328.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 21:54
FromVictor Lazzarini
SubjectRe: error: -9998
Sunflower allows more input channels

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 28 Aug 2015, at 21:16, Enrico Francioni  wrote:
> 
> Victor,
> still two questions:
> 
> 1)
> with the old MacCsound (and Csound 5.13) I do not have problems like this:
> …why?
> 
> 2)
> but with Soundflower it works well with Csound 5 or Csound 6?
> 
> thanks
> e
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743328.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>       https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 22:33
FromEnrico Francioni
SubjectRe: error: -9998
Victor,
sorry but I do not understand your answer to my two previous questions ...

***

instead I think I made a little progress with QuteCsound:
now working with Soundflower (64ch) (and Csound 5) - Configured after
speakers in the six audio outputs that work:

1.
Start the csd you and I have no error -9998 (1 input and 6 output); Now the
input devices and output QuteCsound are set with Soundflower

2.
but the microphone signal does not come out from the monitors; It lets out
the signal produced for example by an oscillator ...

3.
It does not come from a debug signal inch
a1 inch 1
ksamp downsamp a1
printk 0, ksamp

4.
however it is known in Audio MIDI Configurations, which has Soundflower
input channels off (obscured)





--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743330.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-28 23:51
FromVictor Lazzarini
SubjectRe: error: -9998
I guess you need to open the soundflower panel and configure your inputs

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 28 Aug 2015, at 22:33, Enrico Francioni  wrote:
> 
> Victor,
> sorry but I do not understand your answer to my two previous questions ...
> 
> ***
> 
> instead I think I made a little progress with QuteCsound:
> now working with Soundflower (64ch) (and Csound 5) - Configured after
> speakers in the six audio outputs that work:
> 
> 1.
> Start the csd you and I have no error -9998 (1 input and 6 output); Now the
> input devices and output QuteCsound are set with Soundflower
> 
> 2.
> but the microphone signal does not come out from the monitors; It lets out
> the signal produced for example by an oscillator ...
> 
> 3.
> It does not come from a debug signal inch
> a1 inch 1
> ksamp downsamp a1
> printk 0, ksamp
> 
> 4.
> however it is known in Audio MIDI Configurations, which has Soundflower
> input channels off (obscured)
> 
> 
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743330.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-29 09:47
FromEnrico Francioni
SubjectRe: error: -9998
Victor,
I think if MacCsound has no problems (with 1 input and 6 output) and instead
QuteCsound has problems, the cause is not due to Csound 5.13.
In fact both frontends running under the same Csound 5.13.



--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743336.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-29 10:25
FromVictor Lazzarini
SubjectRe: error: -9998
The reason is that MacCsound implements audio IO itself and does not use the Csound backends, which QuteCsound does. The bug I fixed is related to these. 

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 29 Aug 2015, at 09:47, Enrico Francioni  wrote:
> 
> Victor,
> I think if MacCsound has no problems (with 1 input and 6 output) and instead
> QuteCsound has problems, the cause is not due to Csound 5.13.
> In fact both frontends running under the same Csound 5.13.
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743336.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-29 10:46
FromEnrico Francioni
SubjectRe: error: -9998
which will be the version of Csound 6 (CsoundQt) you no longer have this
problem?



--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743338.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-29 12:07
FromVictor Lazzarini
SubjectRe: error: -9998
Next release, 6.06.
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 29 Aug 2015, at 10:46, Enrico Francioni  wrote:
> 
> which will be the version of Csound 6 (CsoundQt) you no longer have this
> problem?
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743338.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-29 14:16
FromEnrico Francioni
SubjectRe: error: -9998
...You can already think about a release date?



--
View this message in context: http://csound.1045644.n5.nabble.com/error-9998-tp5730396p5743340.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here