Csound Csound-dev Csound-tekno Search About

[Csnd] Fwd: Re: [Portaudio] windows build question

Date2010-05-20 19:10
FromVictor.Lazzarini@nuim.ie
Subject[Csnd] Fwd: Re: [Portaudio] windows build question
AttachmentsNone  None  
Hi Victor,

MSYS missing define 'DSSPEAKER_7POINT1_SURROUND'  or misconfigured. I've commited to PA SVN a 
correction, so now it will compile.

Regards,
Dmitry.
 
Quoting Victor Lazzarini :
> Hi everyone,

> does anyone know why the latest snapshot fails to build on Windows 
> (for directx)?

> 1>c:\msys\1.0\source\portaudio\src\hostapi\dsound\pa_win_ds.c(762) :
> error C2065: 'DSSPEAKER_7POINT1_SURROUND' : undeclared identifier
> 1>c:\msys\1.0\source\portaudio\src\hostapi\dsound\pa_win_ds.c(762) :
> error C2051: case expression not constant


> Regards

> Victor
> _______________________________________________
> Portaudio mailing list
> Portaudio@music.columbia.edu
http://music.columbia.edu/mailman/listinfo/portaudio


iAuxSoft
------------------
[www.iauxsoft.com]

_______________________________________________
Portaudio mailing list
Portaudio@music.columbia.edu
http://music.columbia.edu/mailman/listinfo/portaudio

Date2010-05-21 08:40
FromOeyvind Brandtsegg
Subject[Csnd] Re: Fwd: Re: [Portaudio] windows build question
Ah, thanks, yes it builds now from latest tarball.
But the full duplex problem is still there when running Csound.

I've copied the terminal output below, in case there might be any clues.
best
Oeyvind

$ csound sinetest.csd
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.12 beta (double samples) May 19 2010
libsndfile-1.0.21
Reading options from $CSOUNDRC: C:\Programfiler\Csound\.csoundrc
UnifiedCSD:  sinetest.csd
STARTING FILE
Creating options
Creating orchestra
Creating score
orchname:  C:/DOCUME~1/YVIND~1/LOKALE~1/Temp\cs491.orc
scorename: C:/DOCUME~1/YVIND~1/LOKALE~1/Temp\cs520.sco
RAWWAVE_PATH: C:\Programfiler\Csound\samples/
rtaudio: PortAudio module enabled ... using callback interface
rtmidi: PortMIDI module enabled
orch compiler:
10 (11) lines read
        instr   1
Elapsed time at end of orchestra compile: real: 0.042s, CPU: 0.032s
sorting score ...
        ... done
Elapsed time at end of score sort: real: 0.093s, CPU: 0.078s
Csound version 5.12 beta (double samples) May 19 2010
displays suppressed
0dBFS level = 1.0
orch now loaded
audio buffered in 2048 sample-frame blocks
reading 8192-byte blks of floats from adc3 (RAW)
before paHostApiInitializers[0].
Pa_GetDeviceInfo: Num input channels reported as 65535! Changed to 2.
Pa_GetDeviceInfo: Num output channels reported as 65535! Changed to 2.
after paHostApiInitializers[0].
before paHostApiInitializers[1].
after paHostApiInitializers[1].
before paHostApiInitializers[2].
ASIO names[0]:ASIO DirectX Full Duplex Driver
BLACKLISTED!!!
ASIO names[1]:ASIO Hammerfall DSP
ASIO names[2]:Novation USB ASIO Driver
after paHostApiInitializers[2].
before paHostApiInitializers[3].
WASAPI: No AVRT! (not VISTA?)after paHostApiInitializers[3].
PortAudio V19-devel (built May 21 2010 08:54:52)
PortAudio: available input devices:
   0: Microsoft lydtilordning - Input
   1: SigmaTel Audio
   2: Primærdriver for lydinnspilling
   3: SigmaTel Audio
PortAudio: selected input device 'SigmaTel Audio'
PortAudio: available output devices:
   0: Microsoft lydtilordning - Output
   1: SigmaTel Audio
   2: Primær lyddriver
   3: SigmaTel Audio
PortAudio: selected output device 'SigmaTel Audio'
inactive allocs returned to freespace
end of score.              overall amps:  0.00000  0.00000
1 errors in performance
Elapsed time at end of performance: real: 0.315s, CPU: 0.313s
time resolution is 279.365 ns
 *** PortAudio: error: Inconsistent full-duplex buffer sizes
Failed to initialise real time audio output
TerminateHostApis in
TerminateHostApis out
Removing temporary file C:/DOCUME~1/YVIND~1/LOKALE~1/Temp\cs1195.srt ...
Removing temporary file C:/DOCUME~1/YVIND~1/LOKALE~1/Temp\cs520.sco ...
Removing temporary file C:/DOCUME~1/YVIND~1/LOKALE~1/Temp\cs491.orc ...


2010/5/20  :
> Hi Oeyvind,
>
> see the portaudio list response to our query. Maybe you can get the svn sources.
>
> Victor
>
>
> Dr Victor Lazzarini, Senior Lecturer, Dept. of Music,
> National University of Ireland, Maynooth
>
> 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"
>
>
>
> ---------- Videresendt melding ----------
> From: Dmitry Kostjuchenko 
> To: Portaudio Mailing List 
> Date: Thu, 20 May 2010 20:31:34 +0300
> Subject: Re: [Portaudio] windows build question
> Hi Victor,
>
> MSYS missing define 'DSSPEAKER_7POINT1_SURROUND'  or misconfigured. I've commited to PA SVN a
> correction, so now it will compile.
>
> Regards,
> Dmitry.
>
> Quoting Victor Lazzarini :
>> Hi everyone,
>
>> does anyone know why the latest snapshot fails to build on Windows
>> (for directx)?
>
>> 1>c:\msys\1.0\source\portaudio\src\hostapi\dsound\pa_win_ds.c(762) :
>> error C2065: 'DSSPEAKER_7POINT1_SURROUND' : undeclared identifier
>> 1>c:\msys\1.0\source\portaudio\src\hostapi\dsound\pa_win_ds.c(762) :
>> error C2051: case expression not constant
>
>
>> Regards
>
>> Victor
>> _______________________________________________
>> Portaudio mailing list
>> Portaudio@music.columbia.edu
> http://music.columbia.edu/mailman/listinfo/portaudio
>
>
> iAuxSoft
> ------------------
> [www.iauxsoft.com]
>
> _______________________________________________
> Portaudio mailing list
> Portaudio@music.columbia.edu
> http://music.columbia.edu/mailman/listinfo/portaudio
>


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"


Date2010-05-22 23:06
FromVictor Lazzarini
Subject[Csnd] Re: Re: Fwd: Re: [Portaudio] windows build question
This was a bug in the CVS code, I've fixed it now.

Victor
On 21 May 2010, at 08:40, Oeyvind Brandtsegg wrote:

> Ah, thanks, yes it builds now from latest tarball.
> But the full duplex problem is still there when running Csound.
>
> I've copied the terminal output below, in case there might be any  
> clues.
> best
> Oeyvind
>
> $ csound sinetest.csd
> 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.12 beta (double samples) May 19 2010
> libsndfile-1.0.21
> Reading options from $CSOUNDRC: C:\Programfiler\Csound\.csoundrc
> UnifiedCSD:  sinetest.csd
> STARTING FILE
> Creating options
> Creating orchestra
> Creating score
> orchname:  C:/DOCUME~1/YVIND~1/LOKALE~1/Temp\cs491.orc
> scorename: C:/DOCUME~1/YVIND~1/LOKALE~1/Temp\cs520.sco
> RAWWAVE_PATH: C:\Programfiler\Csound\samples/
> rtaudio: PortAudio module enabled ... using callback interface
> rtmidi: PortMIDI module enabled
> orch compiler:
> 10 (11) lines read
>        instr   1
> Elapsed time at end of orchestra compile: real: 0.042s, CPU: 0.032s
> sorting score ...
>        ... done
> Elapsed time at end of score sort: real: 0.093s, CPU: 0.078s
> Csound version 5.12 beta (double samples) May 19 2010
> displays suppressed
> 0dBFS level = 1.0
> orch now loaded
> audio buffered in 2048 sample-frame blocks
> reading 8192-byte blks of floats from adc3 (RAW)
> before paHostApiInitializers[0].
> Pa_GetDeviceInfo: Num input channels reported as 65535! Changed to 2.
> Pa_GetDeviceInfo: Num output channels reported as 65535! Changed to 2.
> after paHostApiInitializers[0].
> before paHostApiInitializers[1].
> after paHostApiInitializers[1].
> before paHostApiInitializers[2].
> ASIO names[0]:ASIO DirectX Full Duplex Driver
> BLACKLISTED!!!
> ASIO names[1]:ASIO Hammerfall DSP
> ASIO names[2]:Novation USB ASIO Driver
> after paHostApiInitializers[2].
> before paHostApiInitializers[3].
> WASAPI: No AVRT! (not VISTA?)after paHostApiInitializers[3].
> PortAudio V19-devel (built May 21 2010 08:54:52)
> PortAudio: available input devices:
>   0: Microsoft lydtilordning - Input
>   1: SigmaTel Audio
>   2: Primærdriver for lydinnspilling
>   3: SigmaTel Audio
> PortAudio: selected input device 'SigmaTel Audio'
> PortAudio: available output devices:
>   0: Microsoft lydtilordning - Output
>   1: SigmaTel Audio
>   2: Primær lyddriver
>   3: SigmaTel Audio
> PortAudio: selected output device 'SigmaTel Audio'
> inactive allocs returned to freespace
> end of score.              overall amps:  0.00000  0.00000
> 1 errors in performance
> Elapsed time at end of performance: real: 0.315s, CPU: 0.313s
> time resolution is 279.365 ns
> *** PortAudio: error: Inconsistent full-duplex buffer sizes
> Failed to initialise real time audio output
> TerminateHostApis in
> TerminateHostApis out
> Removing temporary file C:/DOCUME~1/YVIND~1/LOKALE~1/Temp 
> \cs1195.srt ...
> Removing temporary file C:/DOCUME~1/YVIND~1/LOKALE~1/Temp 
> \cs520.sco ...
> Removing temporary file C:/DOCUME~1/YVIND~1/LOKALE~1/Temp 
> \cs491.orc ...
>
>
> 2010/5/20  :
>> Hi Oeyvind,
>>
>> see the portaudio list response to our query. Maybe you can get the  
>> svn sources.
>>
>> Victor
>>
>>
>> Dr Victor Lazzarini, Senior Lecturer, Dept. of Music,
>> National University of Ireland, Maynooth
>>
>> 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"
>>
>>
>>
>> ---------- Videresendt melding ----------
>> From: Dmitry Kostjuchenko 
>> To: Portaudio Mailing List 
>> Date: Thu, 20 May 2010 20:31:34 +0300
>> Subject: Re: [Portaudio] windows build question
>> Hi Victor,
>>
>> MSYS missing define 'DSSPEAKER_7POINT1_SURROUND'  or misconfigured.  
>> I've commited to PA SVN a
>> correction, so now it will compile.
>>
>> Regards,
>> Dmitry.
>>
>> Quoting Victor Lazzarini :
>>> Hi everyone,
>>
>>> does anyone know why the latest snapshot fails to build on Windows
>>> (for directx)?
>>
>>> 1>c:\msys\1.0\source\portaudio\src\hostapi\dsound\pa_win_ds.c(762) :
>>> error C2065: 'DSSPEAKER_7POINT1_SURROUND' : undeclared identifier
>>> 1>c:\msys\1.0\source\portaudio\src\hostapi\dsound\pa_win_ds.c(762) :
>>> error C2051: case expression not constant
>>
>>
>>> Regards
>>
>>> Victor
>>> _______________________________________________
>>> Portaudio mailing list
>>> Portaudio@music.columbia.edu
>> http://music.columbia.edu/mailman/listinfo/portaudio
>>
>>
>> iAuxSoft
>> ------------------
>> [www.iauxsoft.com]
>>
>> _______________________________________________
>> Portaudio mailing list
>> Portaudio@music.columbia.edu
>> http://music.columbia.edu/mailman/listinfo/portaudio
>>
>
>
> 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"


Date2010-05-25 08:02
FromOeyvind Brandtsegg
Subject[Csnd] Re: Re: Re: Fwd: Re: [Portaudio] windows build question
Thanks a lot, it works fine here now.
all best
Oeyvind

2010/5/23 Victor Lazzarini :
> This was a bug in the CVS code, I've fixed it now.
>
> Victor
> On 21 May 2010, at 08:40, Oeyvind Brandtsegg wrote:
>
>> Ah, thanks, yes it builds now from latest tarball.
>> But the full duplex problem is still there when running Csound.
>>
>> I've copied the terminal output below, in case there might be any clues.
>> best
>> Oeyvind
>>
>> $ csound sinetest.csd
>> 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.12 beta (double samples) May 19 2010
>> libsndfile-1.0.21
>> Reading options from $CSOUNDRC: C:\Programfiler\Csound\.csoundrc
>> UnifiedCSD:  sinetest.csd
>> STARTING FILE
>> Creating options
>> Creating orchestra
>> Creating score
>> orchname:  C:/DOCUME~1/YVIND~1/LOKALE~1/Temp\cs491.orc
>> scorename: C:/DOCUME~1/YVIND~1/LOKALE~1/Temp\cs520.sco
>> RAWWAVE_PATH: C:\Programfiler\Csound\samples/
>> rtaudio: PortAudio module enabled ... using callback interface
>> rtmidi: PortMIDI module enabled
>> orch compiler:
>> 10 (11) lines read
>>       instr   1
>> Elapsed time at end of orchestra compile: real: 0.042s, CPU: 0.032s
>> sorting score ...
>>       ... done
>> Elapsed time at end of score sort: real: 0.093s, CPU: 0.078s
>> Csound version 5.12 beta (double samples) May 19 2010
>> displays suppressed
>> 0dBFS level = 1.0
>> orch now loaded
>> audio buffered in 2048 sample-frame blocks
>> reading 8192-byte blks of floats from adc3 (RAW)
>> before paHostApiInitializers[0].
>> Pa_GetDeviceInfo: Num input channels reported as 65535! Changed to 2.
>> Pa_GetDeviceInfo: Num output channels reported as 65535! Changed to 2.
>> after paHostApiInitializers[0].
>> before paHostApiInitializers[1].
>> after paHostApiInitializers[1].
>> before paHostApiInitializers[2].
>> ASIO names[0]:ASIO DirectX Full Duplex Driver
>> BLACKLISTED!!!
>> ASIO names[1]:ASIO Hammerfall DSP
>> ASIO names[2]:Novation USB ASIO Driver
>> after paHostApiInitializers[2].
>> before paHostApiInitializers[3].
>> WASAPI: No AVRT! (not VISTA?)after paHostApiInitializers[3].
>> PortAudio V19-devel (built May 21 2010 08:54:52)
>> PortAudio: available input devices:
>>  0: Microsoft lydtilordning - Input
>>  1: SigmaTel Audio
>>  2: Primærdriver for lydinnspilling
>>  3: SigmaTel Audio
>> PortAudio: selected input device 'SigmaTel Audio'
>> PortAudio: available output devices:
>>  0: Microsoft lydtilordning - Output
>>  1: SigmaTel Audio
>>  2: Primær lyddriver
>>  3: SigmaTel Audio
>> PortAudio: selected output device 'SigmaTel Audio'
>> inactive allocs returned to freespace
>> end of score.              overall amps:  0.00000  0.00000
>> 1 errors in performance
>> Elapsed time at end of performance: real: 0.315s, CPU: 0.313s
>> time resolution is 279.365 ns
>> *** PortAudio: error: Inconsistent full-duplex buffer sizes
>> Failed to initialise real time audio output
>> TerminateHostApis in
>> TerminateHostApis out
>> Removing temporary file C:/DOCUME~1/YVIND~1/LOKALE~1/Temp\cs1195.srt ...
>> Removing temporary file C:/DOCUME~1/YVIND~1/LOKALE~1/Temp\cs520.sco ...
>> Removing temporary file C:/DOCUME~1/YVIND~1/LOKALE~1/Temp\cs491.orc ...
>>
>>
>> 2010/5/20  :
>>>
>>> Hi Oeyvind,
>>>
>>> see the portaudio list response to our query. Maybe you can get the svn
>>> sources.
>>>
>>> Victor
>>>
>>>
>>> Dr Victor Lazzarini, Senior Lecturer, Dept. of Music,
>>> National University of Ireland, Maynooth
>>>
>>> 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"
>>>
>>>
>>>
>>> ---------- Videresendt melding ----------
>>> From: Dmitry Kostjuchenko 
>>> To: Portaudio Mailing List 
>>> Date: Thu, 20 May 2010 20:31:34 +0300
>>> Subject: Re: [Portaudio] windows build question
>>> Hi Victor,
>>>
>>> MSYS missing define 'DSSPEAKER_7POINT1_SURROUND'  or misconfigured. I've
>>> commited to PA SVN a
>>> correction, so now it will compile.
>>>
>>> Regards,
>>> Dmitry.
>>>
>>> Quoting Victor Lazzarini :
>>>>
>>>> Hi everyone,
>>>
>>>> does anyone know why the latest snapshot fails to build on Windows
>>>> (for directx)?
>>>
>>>> 1>c:\msys\1.0\source\portaudio\src\hostapi\dsound\pa_win_ds.c(762) :
>>>> error C2065: 'DSSPEAKER_7POINT1_SURROUND' : undeclared identifier
>>>> 1>c:\msys\1.0\source\portaudio\src\hostapi\dsound\pa_win_ds.c(762) :
>>>> error C2051: case expression not constant
>>>
>>>
>>>> Regards
>>>
>>>> Victor
>>>> _______________________________________________
>>>> Portaudio mailing list
>>>> Portaudio@music.columbia.edu
>>>
>>> http://music.columbia.edu/mailman/listinfo/portaudio
>>>
>>>
>>> iAuxSoft
>>> ------------------
>>> [www.iauxsoft.com]
>>>
>>> _______________________________________________
>>> Portaudio mailing list
>>> Portaudio@music.columbia.edu
>>> http://music.columbia.edu/mailman/listinfo/portaudio
>>>
>>
>>
>> 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"
>
>


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"