Csound Csound-dev Csound-tekno Search About

[Csnd-dev] Windows rc4, portaudio not built with ASIO?

Date2016-04-26 21:41
FromOeyvind Brandtsegg
Subject[Csnd-dev] Windows rc4, portaudio not built with ASIO?
It seems to me that the latest windows rc4 is not built with ASIO
support for portaudio.
Could it be built with ASIO, Mike?

-- 

Oeyvind Brandtsegg
Professor of Music Technology
NTNU
7491 Trondheim
Norway
Cell: +47 92 203 205

http://www.partikkelaudio.com/
http://soundcloud.com/brandtsegg
http://flyndresang.no/

Date2016-04-27 04:13
FromMichael Gogins
SubjectRe: [Csnd-dev] Windows rc4, portaudio not built with ASIO?

I thought it was built with asio, I will check.

Best,
Mike

On Apr 26, 2016 4:52 PM, "Oeyvind Brandtsegg" <oyvind.brandtsegg@ntnu.no> wrote:
It seems to me that the latest windows rc4 is not built with ASIO
support for portaudio.
Could it be built with ASIO, Mike?

--

Oeyvind Brandtsegg
Professor of Music Technology
NTNU
7491 Trondheim
Norway
Cell: +47 92 203 205

http://www.partikkelaudio.com/
http://soundcloud.com/brandtsegg
http://flyndresang.no/
http://soundcloud.com/t-emp

Date2016-04-27 20:06
FromMichael Gogins
SubjectRe: [Csnd-dev] Windows rc4, portaudio not built with ASIO?
The regular PortAudio package for mingw64 installed with pacman does
not include ASIO support.

If you build Csound according to the instructions at
https://github.com/csound/csound/tree/develop/mingw64, and build the
csound/mingw64/packages/portaudio_asio package, and use pacman to
install that according to the instructions, you will have:

Configuration summary:

  Target ...................... x86_64-pc-mingw64
  C++ bindings ................ no
  Debug output ................ no

  WMME ........................ yes
  DSound ...................... yes (/mingw64/include)
  ASIO ........................ yes (/mingw64/include/asiosdk2)
  WASAPI ...................... no
  WDMKS ....................... yes (/mingw64/include)

Both ASIO and WDMKS should support low latency.

Best,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Tue, Apr 26, 2016 at 11:13 PM, Michael Gogins
 wrote:
> I thought it was built with asio, I will check.
>
> Best,
> Mike
>
> On Apr 26, 2016 4:52 PM, "Oeyvind Brandtsegg" 
> wrote:
>>
>> It seems to me that the latest windows rc4 is not built with ASIO
>> support for portaudio.
>> Could it be built with ASIO, Mike?
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://www.partikkelaudio.com/
>> http://soundcloud.com/brandtsegg
>> http://flyndresang.no/

Date2016-04-27 22:59
FromOeyvind Brandtsegg
SubjectRe: [Csnd-dev] Windows rc4, portaudio not built with ASIO?
I'm not sure what you mean. I do have asio support when I build Csound
myself, but did not find it supported in the rc4.

2016-04-27 21:06 GMT+02:00 Michael Gogins :
> The regular PortAudio package for mingw64 installed with pacman does
> not include ASIO support.
>
> If you build Csound according to the instructions at
> https://github.com/csound/csound/tree/develop/mingw64, and build the
> csound/mingw64/packages/portaudio_asio package, and use pacman to
> install that according to the instructions, you will have:
>
> Configuration summary:
>
>   Target ...................... x86_64-pc-mingw64
>   C++ bindings ................ no
>   Debug output ................ no
>
>   WMME ........................ yes
>   DSound ...................... yes (/mingw64/include)
>   ASIO ........................ yes (/mingw64/include/asiosdk2)
>   WASAPI ...................... no
>   WDMKS ....................... yes (/mingw64/include)
>
> Both ASIO and WDMKS should support low latency.
>
> Best,
> Mike
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Tue, Apr 26, 2016 at 11:13 PM, Michael Gogins
>  wrote:
>> I thought it was built with asio, I will check.
>>
>> Best,
>> Mike
>>
>> On Apr 26, 2016 4:52 PM, "Oeyvind Brandtsegg" 
>> wrote:
>>>
>>> It seems to me that the latest windows rc4 is not built with ASIO
>>> support for portaudio.
>>> Could it be built with ASIO, Mike?
>>>
>>> --
>>>
>>> Oeyvind Brandtsegg
>>> Professor of Music Technology
>>> NTNU
>>> 7491 Trondheim
>>> Norway
>>> Cell: +47 92 203 205
>>>
>>> http://www.partikkelaudio.com/
>>> http://soundcloud.com/brandtsegg
>>> http://flyndresang.no/
>>> http://soundcloud.com/t-emp



-- 

Oeyvind Brandtsegg
Professor of Music Technology
NTNU
7491 Trondheim
Norway
Cell: +47 92 203 205

http://www.partikkelaudio.com/
http://soundcloud.com/brandtsegg
http://flyndresang.no/

Date2016-04-28 00:19
FromMichael Gogins
SubjectRe: [Csnd-dev] Windows rc4, portaudio not built with ASIO?

I know I built it, but it is possible I linked with the wrong version, I will check.

Best,
Mike

On Apr 27, 2016 6:09 PM, "Oeyvind Brandtsegg" <oyvind.brandtsegg@ntnu.no> wrote:
I'm not sure what you mean. I do have asio support when I build Csound
myself, but did not find it supported in the rc4.

2016-04-27 21:06 GMT+02:00 Michael Gogins <michael.gogins@gmail.com>:
> The regular PortAudio package for mingw64 installed with pacman does
> not include ASIO support.
>
> If you build Csound according to the instructions at
> https://github.com/csound/csound/tree/develop/mingw64, and build the
> csound/mingw64/packages/portaudio_asio package, and use pacman to
> install that according to the instructions, you will have:
>
> Configuration summary:
>
>   Target ...................... x86_64-pc-mingw64
>   C++ bindings ................ no
>   Debug output ................ no
>
>   WMME ........................ yes
>   DSound ...................... yes (/mingw64/include)
>   ASIO ........................ yes (/mingw64/include/asiosdk2)
>   WASAPI ...................... no
>   WDMKS ....................... yes (/mingw64/include)
>
> Both ASIO and WDMKS should support low latency.
>
> Best,
> Mike
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Tue, Apr 26, 2016 at 11:13 PM, Michael Gogins
> <michael.gogins@gmail.com> wrote:
>> I thought it was built with asio, I will check.
>>
>> Best,
>> Mike
>>
>> On Apr 26, 2016 4:52 PM, "Oeyvind Brandtsegg" <oyvind.brandtsegg@ntnu.no>
>> wrote:
>>>
>>> It seems to me that the latest windows rc4 is not built with ASIO
>>> support for portaudio.
>>> Could it be built with ASIO, Mike?
>>>
>>> --
>>>
>>> Oeyvind Brandtsegg
>>> Professor of Music Technology
>>> NTNU
>>> 7491 Trondheim
>>> Norway
>>> Cell: +47 92 203 205
>>>
>>> http://www.partikkelaudio.com/
>>> http://soundcloud.com/brandtsegg
>>> http://flyndresang.no/
>>> http://soundcloud.com/t-emp



--

Oeyvind Brandtsegg
Professor of Music Technology
NTNU
7491 Trondheim
Norway
Cell: +47 92 203 205

http://www.partikkelaudio.com/
http://soundcloud.com/brandtsegg
http://flyndresang.no/
http://soundcloud.com/t-emp

Date2016-04-28 18:56
FromMichael Gogins
SubjectRe: [Csnd-dev] Windows rc4, portaudio not built with ASIO?
I see the problem now. The package build recipe is not correct, and
makes an empty package that does not replace the "standard" wimme-only
libportuadio. I am fixing the package build recipe.

Best,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Wed, Apr 27, 2016 at 7:19 PM, Michael Gogins
 wrote:
> I know I built it, but it is possible I linked with the wrong version, I
> will check.
>
> Best,
> Mike
>
> On Apr 27, 2016 6:09 PM, "Oeyvind Brandtsegg" 
> wrote:
>>
>> I'm not sure what you mean. I do have asio support when I build Csound
>> myself, but did not find it supported in the rc4.
>>
>> 2016-04-27 21:06 GMT+02:00 Michael Gogins :
>> > The regular PortAudio package for mingw64 installed with pacman does
>> > not include ASIO support.
>> >
>> > If you build Csound according to the instructions at
>> > https://github.com/csound/csound/tree/develop/mingw64, and build the
>> > csound/mingw64/packages/portaudio_asio package, and use pacman to
>> > install that according to the instructions, you will have:
>> >
>> > Configuration summary:
>> >
>> >   Target ...................... x86_64-pc-mingw64
>> >   C++ bindings ................ no
>> >   Debug output ................ no
>> >
>> >   WMME ........................ yes
>> >   DSound ...................... yes (/mingw64/include)
>> >   ASIO ........................ yes (/mingw64/include/asiosdk2)
>> >   WASAPI ...................... no
>> >   WDMKS ....................... yes (/mingw64/include)
>> >
>> > Both ASIO and WDMKS should support low latency.
>> >
>> > Best,
>> > Mike
>> >
>> > -----------------------------------------------------
>> > Michael Gogins
>> > Irreducible Productions
>> > http://michaelgogins.tumblr.com
>> > Michael dot Gogins at gmail dot com
>> >
>> >
>> > On Tue, Apr 26, 2016 at 11:13 PM, Michael Gogins
>> >  wrote:
>> >> I thought it was built with asio, I will check.
>> >>
>> >> Best,
>> >> Mike
>> >>
>> >> On Apr 26, 2016 4:52 PM, "Oeyvind Brandtsegg"
>> >> 
>> >> wrote:
>> >>>
>> >>> It seems to me that the latest windows rc4 is not built with ASIO
>> >>> support for portaudio.
>> >>> Could it be built with ASIO, Mike?
>> >>>
>> >>> --
>> >>>
>> >>> Oeyvind Brandtsegg
>> >>> Professor of Music Technology
>> >>> NTNU
>> >>> 7491 Trondheim
>> >>> Norway
>> >>> Cell: +47 92 203 205
>> >>>
>> >>> http://www.partikkelaudio.com/
>> >>> http://soundcloud.com/brandtsegg
>> >>> http://flyndresang.no/
>> >>> http://soundcloud.com/t-emp
>>
>>
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://www.partikkelaudio.com/
>> http://soundcloud.com/brandtsegg
>> http://flyndresang.no/

Date2016-04-28 20:57
FromOeyvind Brandtsegg
SubjectRe: [Csnd-dev] Windows rc4, portaudio not built with ASIO?
Oh. Super. Thank you!

2016-04-28 19:56 GMT+02:00 Michael Gogins :
> I see the problem now. The package build recipe is not correct, and
> makes an empty package that does not replace the "standard" wimme-only
> libportuadio. I am fixing the package build recipe.
>
> Best,
> Mike
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Wed, Apr 27, 2016 at 7:19 PM, Michael Gogins
>  wrote:
>> I know I built it, but it is possible I linked with the wrong version, I
>> will check.
>>
>> Best,
>> Mike
>>
>> On Apr 27, 2016 6:09 PM, "Oeyvind Brandtsegg" 
>> wrote:
>>>
>>> I'm not sure what you mean. I do have asio support when I build Csound
>>> myself, but did not find it supported in the rc4.
>>>
>>> 2016-04-27 21:06 GMT+02:00 Michael Gogins :
>>> > The regular PortAudio package for mingw64 installed with pacman does
>>> > not include ASIO support.
>>> >
>>> > If you build Csound according to the instructions at
>>> > https://github.com/csound/csound/tree/develop/mingw64, and build the
>>> > csound/mingw64/packages/portaudio_asio package, and use pacman to
>>> > install that according to the instructions, you will have:
>>> >
>>> > Configuration summary:
>>> >
>>> >   Target ...................... x86_64-pc-mingw64
>>> >   C++ bindings ................ no
>>> >   Debug output ................ no
>>> >
>>> >   WMME ........................ yes
>>> >   DSound ...................... yes (/mingw64/include)
>>> >   ASIO ........................ yes (/mingw64/include/asiosdk2)
>>> >   WASAPI ...................... no
>>> >   WDMKS ....................... yes (/mingw64/include)
>>> >
>>> > Both ASIO and WDMKS should support low latency.
>>> >
>>> > Best,
>>> > Mike
>>> >
>>> > -----------------------------------------------------
>>> > Michael Gogins
>>> > Irreducible Productions
>>> > http://michaelgogins.tumblr.com
>>> > Michael dot Gogins at gmail dot com
>>> >
>>> >
>>> > On Tue, Apr 26, 2016 at 11:13 PM, Michael Gogins
>>> >  wrote:
>>> >> I thought it was built with asio, I will check.
>>> >>
>>> >> Best,
>>> >> Mike
>>> >>
>>> >> On Apr 26, 2016 4:52 PM, "Oeyvind Brandtsegg"
>>> >> 
>>> >> wrote:
>>> >>>
>>> >>> It seems to me that the latest windows rc4 is not built with ASIO
>>> >>> support for portaudio.
>>> >>> Could it be built with ASIO, Mike?
>>> >>>
>>> >>> --
>>> >>>
>>> >>> Oeyvind Brandtsegg
>>> >>> Professor of Music Technology
>>> >>> NTNU
>>> >>> 7491 Trondheim
>>> >>> Norway
>>> >>> Cell: +47 92 203 205
>>> >>>
>>> >>> http://www.partikkelaudio.com/
>>> >>> http://soundcloud.com/brandtsegg
>>> >>> http://flyndresang.no/
>>> >>> http://soundcloud.com/t-emp
>>>
>>>
>>>
>>> --
>>>
>>> Oeyvind Brandtsegg
>>> Professor of Music Technology
>>> NTNU
>>> 7491 Trondheim
>>> Norway
>>> Cell: +47 92 203 205
>>>
>>> http://www.partikkelaudio.com/
>>> http://soundcloud.com/brandtsegg
>>> http://flyndresang.no/
>>> http://soundcloud.com/t-emp



-- 

Oeyvind Brandtsegg
Professor of Music Technology
NTNU
7491 Trondheim
Norway
Cell: +47 92 203 205

http://www.partikkelaudio.com/
http://soundcloud.com/brandtsegg
http://flyndresang.no/

Date2016-04-30 21:18
FromMichael Gogins
SubjectRe: [Csnd-dev] Windows rc4, portaudio not built with ASIO?
I believe I have fixed this.

There is a new release candidate for the Windows installer of Csound
for Windows x64 at:

https://sourceforge.net/projects/csound/files/csound6/Csound6.07/Setup_Csound6_x64_6.07.0rc5.exe/download

Regards,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Thu, Apr 28, 2016 at 3:57 PM, Oeyvind Brandtsegg
 wrote:
> Oh. Super. Thank you!
>
> 2016-04-28 19:56 GMT+02:00 Michael Gogins :
>> I see the problem now. The package build recipe is not correct, and
>> makes an empty package that does not replace the "standard" wimme-only
>> libportuadio. I am fixing the package build recipe.
>>
>> Best,
>> Mike
>>
>> -----------------------------------------------------
>> Michael Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com
>> Michael dot Gogins at gmail dot com
>>
>>
>> On Wed, Apr 27, 2016 at 7:19 PM, Michael Gogins
>>  wrote:
>>> I know I built it, but it is possible I linked with the wrong version, I
>>> will check.
>>>
>>> Best,
>>> Mike
>>>
>>> On Apr 27, 2016 6:09 PM, "Oeyvind Brandtsegg" 
>>> wrote:
>>>>
>>>> I'm not sure what you mean. I do have asio support when I build Csound
>>>> myself, but did not find it supported in the rc4.
>>>>
>>>> 2016-04-27 21:06 GMT+02:00 Michael Gogins :
>>>> > The regular PortAudio package for mingw64 installed with pacman does
>>>> > not include ASIO support.
>>>> >
>>>> > If you build Csound according to the instructions at
>>>> > https://github.com/csound/csound/tree/develop/mingw64, and build the
>>>> > csound/mingw64/packages/portaudio_asio package, and use pacman to
>>>> > install that according to the instructions, you will have:
>>>> >
>>>> > Configuration summary:
>>>> >
>>>> >   Target ...................... x86_64-pc-mingw64
>>>> >   C++ bindings ................ no
>>>> >   Debug output ................ no
>>>> >
>>>> >   WMME ........................ yes
>>>> >   DSound ...................... yes (/mingw64/include)
>>>> >   ASIO ........................ yes (/mingw64/include/asiosdk2)
>>>> >   WASAPI ...................... no
>>>> >   WDMKS ....................... yes (/mingw64/include)
>>>> >
>>>> > Both ASIO and WDMKS should support low latency.
>>>> >
>>>> > Best,
>>>> > Mike
>>>> >
>>>> > -----------------------------------------------------
>>>> > Michael Gogins
>>>> > Irreducible Productions
>>>> > http://michaelgogins.tumblr.com
>>>> > Michael dot Gogins at gmail dot com
>>>> >
>>>> >
>>>> > On Tue, Apr 26, 2016 at 11:13 PM, Michael Gogins
>>>> >  wrote:
>>>> >> I thought it was built with asio, I will check.
>>>> >>
>>>> >> Best,
>>>> >> Mike
>>>> >>
>>>> >> On Apr 26, 2016 4:52 PM, "Oeyvind Brandtsegg"
>>>> >> 
>>>> >> wrote:
>>>> >>>
>>>> >>> It seems to me that the latest windows rc4 is not built with ASIO
>>>> >>> support for portaudio.
>>>> >>> Could it be built with ASIO, Mike?
>>>> >>>
>>>> >>> --
>>>> >>>
>>>> >>> Oeyvind Brandtsegg
>>>> >>> Professor of Music Technology
>>>> >>> NTNU
>>>> >>> 7491 Trondheim
>>>> >>> Norway
>>>> >>> Cell: +47 92 203 205
>>>> >>>
>>>> >>> http://www.partikkelaudio.com/
>>>> >>> http://soundcloud.com/brandtsegg
>>>> >>> http://flyndresang.no/
>>>> >>> http://soundcloud.com/t-emp
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Oeyvind Brandtsegg
>>>> Professor of Music Technology
>>>> NTNU
>>>> 7491 Trondheim
>>>> Norway
>>>> Cell: +47 92 203 205
>>>>
>>>> http://www.partikkelaudio.com/
>>>> http://soundcloud.com/brandtsegg
>>>> http://flyndresang.no/
>>>> http://soundcloud.com/t-emp
>
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://www.partikkelaudio.com/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/

Date2016-05-01 21:13
FromOeyvind Brandtsegg
SubjectRe: [Csnd-dev] Windows rc4, portaudio not built with ASIO?
Super!. Yes, asio works here too with this version.
best
Oeyvind

2016-04-30 22:18 GMT+02:00 Michael Gogins :
> I believe I have fixed this.
>
> There is a new release candidate for the Windows installer of Csound
> for Windows x64 at:
>
> https://sourceforge.net/projects/csound/files/csound6/Csound6.07/Setup_Csound6_x64_6.07.0rc5.exe/download
>
> Regards,
> Mike
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Thu, Apr 28, 2016 at 3:57 PM, Oeyvind Brandtsegg
>  wrote:
>> Oh. Super. Thank you!
>>
>> 2016-04-28 19:56 GMT+02:00 Michael Gogins :
>>> I see the problem now. The package build recipe is not correct, and
>>> makes an empty package that does not replace the "standard" wimme-only
>>> libportuadio. I am fixing the package build recipe.
>>>
>>> Best,
>>> Mike
>>>
>>> -----------------------------------------------------
>>> Michael Gogins
>>> Irreducible Productions
>>> http://michaelgogins.tumblr.com
>>> Michael dot Gogins at gmail dot com
>>>
>>>
>>> On Wed, Apr 27, 2016 at 7:19 PM, Michael Gogins
>>>  wrote:
>>>> I know I built it, but it is possible I linked with the wrong version, I
>>>> will check.
>>>>
>>>> Best,
>>>> Mike
>>>>
>>>> On Apr 27, 2016 6:09 PM, "Oeyvind Brandtsegg" 
>>>> wrote:
>>>>>
>>>>> I'm not sure what you mean. I do have asio support when I build Csound
>>>>> myself, but did not find it supported in the rc4.
>>>>>
>>>>> 2016-04-27 21:06 GMT+02:00 Michael Gogins :
>>>>> > The regular PortAudio package for mingw64 installed with pacman does
>>>>> > not include ASIO support.
>>>>> >
>>>>> > If you build Csound according to the instructions at
>>>>> > https://github.com/csound/csound/tree/develop/mingw64, and build the
>>>>> > csound/mingw64/packages/portaudio_asio package, and use pacman to
>>>>> > install that according to the instructions, you will have:
>>>>> >
>>>>> > Configuration summary:
>>>>> >
>>>>> >   Target ...................... x86_64-pc-mingw64
>>>>> >   C++ bindings ................ no
>>>>> >   Debug output ................ no
>>>>> >
>>>>> >   WMME ........................ yes
>>>>> >   DSound ...................... yes (/mingw64/include)
>>>>> >   ASIO ........................ yes (/mingw64/include/asiosdk2)
>>>>> >   WASAPI ...................... no
>>>>> >   WDMKS ....................... yes (/mingw64/include)
>>>>> >
>>>>> > Both ASIO and WDMKS should support low latency.
>>>>> >
>>>>> > Best,
>>>>> > Mike
>>>>> >
>>>>> > -----------------------------------------------------
>>>>> > Michael Gogins
>>>>> > Irreducible Productions
>>>>> > http://michaelgogins.tumblr.com
>>>>> > Michael dot Gogins at gmail dot com
>>>>> >
>>>>> >
>>>>> > On Tue, Apr 26, 2016 at 11:13 PM, Michael Gogins
>>>>> >  wrote:
>>>>> >> I thought it was built with asio, I will check.
>>>>> >>
>>>>> >> Best,
>>>>> >> Mike
>>>>> >>
>>>>> >> On Apr 26, 2016 4:52 PM, "Oeyvind Brandtsegg"
>>>>> >> 
>>>>> >> wrote:
>>>>> >>>
>>>>> >>> It seems to me that the latest windows rc4 is not built with ASIO
>>>>> >>> support for portaudio.
>>>>> >>> Could it be built with ASIO, Mike?
>>>>> >>>
>>>>> >>> --
>>>>> >>>
>>>>> >>> Oeyvind Brandtsegg
>>>>> >>> Professor of Music Technology
>>>>> >>> NTNU
>>>>> >>> 7491 Trondheim
>>>>> >>> Norway
>>>>> >>> Cell: +47 92 203 205
>>>>> >>>
>>>>> >>> http://www.partikkelaudio.com/
>>>>> >>> http://soundcloud.com/brandtsegg
>>>>> >>> http://flyndresang.no/
>>>>> >>> http://soundcloud.com/t-emp
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> Oeyvind Brandtsegg
>>>>> Professor of Music Technology
>>>>> NTNU
>>>>> 7491 Trondheim
>>>>> Norway
>>>>> Cell: +47 92 203 205
>>>>>
>>>>> http://www.partikkelaudio.com/
>>>>> http://soundcloud.com/brandtsegg
>>>>> http://flyndresang.no/
>>>>> http://soundcloud.com/t-emp
>>
>>
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://www.partikkelaudio.com/
>> http://soundcloud.com/brandtsegg
>> http://flyndresang.no/
>> http://soundcloud.com/t-emp



-- 

Oeyvind Brandtsegg
Professor of Music Technology
NTNU
7491 Trondheim
Norway
Cell: +47 92 203 205

http://www.partikkelaudio.com/
http://soundcloud.com/brandtsegg
http://flyndresang.no/

Date2016-05-03 18:53
FromMichael Gogins
SubjectRe: [Csnd-dev] Windows rc4, portaudio not built with ASIO?
An update on this.

rtpa.dll for Windows x64 in the rc5 installer was indeed built with
ASIO support, but erroneously re-introduced dynamic linkage of stkops
and rtpa with the winpthreads dll.

I have fixed this in GIT and built a new rc6 installer that is now
available on SourceForge at:

https://sourceforge.net/projects/csound/files/csound6/Csound6.07/Setup_Csound6_x64_6.07.0rc6.exe/download

In this release, ldd on all Csound DLLs shows no dependency on any
pthreads dll or, indeed, on any non-system DLLs except for some
brought in by libsndfile (which itself is statically linked):

        libFLAC-8.dll => /mingw64/bin/libFLAC-8.dll (0x64080000)
        libogg-0.dll => /mingw64/bin/libogg-0.dll (0x70680000)
        libspeex-1.dll => /mingw64/bin/libspeex-1.dll (0x69580000)
        libvorbis-0.dll => /mingw64/bin/libvorbis-0.dll (0x6d540000)
        libvorbisenc-2.dll => /mingw64/bin/libvorbisenc-2.dll (0x6b680000)

I would appreciate hearing whether there are problems relating to
loading these DLLs, which are all included in the Windows installer.

If any problems are reported, I will apply the same strategy as used
for pthreads to these libraries as well. If there are no such
problems, I think we should proceed to a release.

Regards,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Sun, May 1, 2016 at 4:13 PM, Oeyvind Brandtsegg
 wrote:
> Super!. Yes, asio works here too with this version.
> best
> Oeyvind
>
> 2016-04-30 22:18 GMT+02:00 Michael Gogins :
>> I believe I have fixed this.
>>
>> There is a new release candidate for the Windows installer of Csound
>> for Windows x64 at:
>>
>> https://sourceforge.net/projects/csound/files/csound6/Csound6.07/Setup_Csound6_x64_6.07.0rc5.exe/download
>>
>> Regards,
>> Mike
>>
>> -----------------------------------------------------
>> Michael Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com
>> Michael dot Gogins at gmail dot com
>>
>>
>> On Thu, Apr 28, 2016 at 3:57 PM, Oeyvind Brandtsegg
>>  wrote:
>>> Oh. Super. Thank you!
>>>
>>> 2016-04-28 19:56 GMT+02:00 Michael Gogins :
>>>> I see the problem now. The package build recipe is not correct, and
>>>> makes an empty package that does not replace the "standard" wimme-only
>>>> libportuadio. I am fixing the package build recipe.
>>>>
>>>> Best,
>>>> Mike
>>>>
>>>> -----------------------------------------------------
>>>> Michael Gogins
>>>> Irreducible Productions
>>>> http://michaelgogins.tumblr.com
>>>> Michael dot Gogins at gmail dot com
>>>>
>>>>
>>>> On Wed, Apr 27, 2016 at 7:19 PM, Michael Gogins
>>>>  wrote:
>>>>> I know I built it, but it is possible I linked with the wrong version, I
>>>>> will check.
>>>>>
>>>>> Best,
>>>>> Mike
>>>>>
>>>>> On Apr 27, 2016 6:09 PM, "Oeyvind Brandtsegg" 
>>>>> wrote:
>>>>>>
>>>>>> I'm not sure what you mean. I do have asio support when I build Csound
>>>>>> myself, but did not find it supported in the rc4.
>>>>>>
>>>>>> 2016-04-27 21:06 GMT+02:00 Michael Gogins :
>>>>>> > The regular PortAudio package for mingw64 installed with pacman does
>>>>>> > not include ASIO support.
>>>>>> >
>>>>>> > If you build Csound according to the instructions at
>>>>>> > https://github.com/csound/csound/tree/develop/mingw64, and build the
>>>>>> > csound/mingw64/packages/portaudio_asio package, and use pacman to
>>>>>> > install that according to the instructions, you will have:
>>>>>> >
>>>>>> > Configuration summary:
>>>>>> >
>>>>>> >   Target ...................... x86_64-pc-mingw64
>>>>>> >   C++ bindings ................ no
>>>>>> >   Debug output ................ no
>>>>>> >
>>>>>> >   WMME ........................ yes
>>>>>> >   DSound ...................... yes (/mingw64/include)
>>>>>> >   ASIO ........................ yes (/mingw64/include/asiosdk2)
>>>>>> >   WASAPI ...................... no
>>>>>> >   WDMKS ....................... yes (/mingw64/include)
>>>>>> >
>>>>>> > Both ASIO and WDMKS should support low latency.
>>>>>> >
>>>>>> > Best,
>>>>>> > Mike
>>>>>> >
>>>>>> > -----------------------------------------------------
>>>>>> > Michael Gogins
>>>>>> > Irreducible Productions
>>>>>> > http://michaelgogins.tumblr.com
>>>>>> > Michael dot Gogins at gmail dot com
>>>>>> >
>>>>>> >
>>>>>> > On Tue, Apr 26, 2016 at 11:13 PM, Michael Gogins
>>>>>> >  wrote:
>>>>>> >> I thought it was built with asio, I will check.
>>>>>> >>
>>>>>> >> Best,
>>>>>> >> Mike
>>>>>> >>
>>>>>> >> On Apr 26, 2016 4:52 PM, "Oeyvind Brandtsegg"
>>>>>> >> 
>>>>>> >> wrote:
>>>>>> >>>
>>>>>> >>> It seems to me that the latest windows rc4 is not built with ASIO
>>>>>> >>> support for portaudio.
>>>>>> >>> Could it be built with ASIO, Mike?
>>>>>> >>>
>>>>>> >>> --
>>>>>> >>>
>>>>>> >>> Oeyvind Brandtsegg
>>>>>> >>> Professor of Music Technology
>>>>>> >>> NTNU
>>>>>> >>> 7491 Trondheim
>>>>>> >>> Norway
>>>>>> >>> Cell: +47 92 203 205
>>>>>> >>>
>>>>>> >>> http://www.partikkelaudio.com/
>>>>>> >>> http://soundcloud.com/brandtsegg
>>>>>> >>> http://flyndresang.no/
>>>>>> >>> http://soundcloud.com/t-emp
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> Oeyvind Brandtsegg
>>>>>> Professor of Music Technology
>>>>>> NTNU
>>>>>> 7491 Trondheim
>>>>>> Norway
>>>>>> Cell: +47 92 203 205
>>>>>>
>>>>>> http://www.partikkelaudio.com/
>>>>>> http://soundcloud.com/brandtsegg
>>>>>> http://flyndresang.no/
>>>>>> http://soundcloud.com/t-emp
>>>
>>>
>>>
>>> --
>>>
>>> Oeyvind Brandtsegg
>>> Professor of Music Technology
>>> NTNU
>>> 7491 Trondheim
>>> Norway
>>> Cell: +47 92 203 205
>>>
>>> http://www.partikkelaudio.com/
>>> http://soundcloud.com/brandtsegg
>>> http://flyndresang.no/
>>> http://soundcloud.com/t-emp
>
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://www.partikkelaudio.com/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/

Date2016-05-03 22:06
FromSteven Yi
SubjectRe: [Csnd-dev] Windows rc4, portaudio not built with ASIO?
This is odd as I am getting no dynamic links to FLAC, vorbis, speex,
etc. in my build.

On Tue, May 3, 2016 at 1:53 PM, Michael Gogins  wrote:
> An update on this.
>
> rtpa.dll for Windows x64 in the rc5 installer was indeed built with
> ASIO support, but erroneously re-introduced dynamic linkage of stkops
> and rtpa with the winpthreads dll.
>
> I have fixed this in GIT and built a new rc6 installer that is now
> available on SourceForge at:
>
> https://sourceforge.net/projects/csound/files/csound6/Csound6.07/Setup_Csound6_x64_6.07.0rc6.exe/download
>
> In this release, ldd on all Csound DLLs shows no dependency on any
> pthreads dll or, indeed, on any non-system DLLs except for some
> brought in by libsndfile (which itself is statically linked):
>
>         libFLAC-8.dll => /mingw64/bin/libFLAC-8.dll (0x64080000)
>         libogg-0.dll => /mingw64/bin/libogg-0.dll (0x70680000)
>         libspeex-1.dll => /mingw64/bin/libspeex-1.dll (0x69580000)
>         libvorbis-0.dll => /mingw64/bin/libvorbis-0.dll (0x6d540000)
>         libvorbisenc-2.dll => /mingw64/bin/libvorbisenc-2.dll (0x6b680000)
>
> I would appreciate hearing whether there are problems relating to
> loading these DLLs, which are all included in the Windows installer.
>
> If any problems are reported, I will apply the same strategy as used
> for pthreads to these libraries as well. If there are no such
> problems, I think we should proceed to a release.
>
> Regards,
> Mike
>
> -----------------------------------------------------
> Michael Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
>
> On Sun, May 1, 2016 at 4:13 PM, Oeyvind Brandtsegg
>  wrote:
>> Super!. Yes, asio works here too with this version.
>> best
>> Oeyvind
>>
>> 2016-04-30 22:18 GMT+02:00 Michael Gogins :
>>> I believe I have fixed this.
>>>
>>> There is a new release candidate for the Windows installer of Csound
>>> for Windows x64 at:
>>>
>>> https://sourceforge.net/projects/csound/files/csound6/Csound6.07/Setup_Csound6_x64_6.07.0rc5.exe/download
>>>
>>> Regards,
>>> Mike
>>>
>>> -----------------------------------------------------
>>> Michael Gogins
>>> Irreducible Productions
>>> http://michaelgogins.tumblr.com
>>> Michael dot Gogins at gmail dot com
>>>
>>>
>>> On Thu, Apr 28, 2016 at 3:57 PM, Oeyvind Brandtsegg
>>>  wrote:
>>>> Oh. Super. Thank you!
>>>>
>>>> 2016-04-28 19:56 GMT+02:00 Michael Gogins :
>>>>> I see the problem now. The package build recipe is not correct, and
>>>>> makes an empty package that does not replace the "standard" wimme-only
>>>>> libportuadio. I am fixing the package build recipe.
>>>>>
>>>>> Best,
>>>>> Mike
>>>>>
>>>>> -----------------------------------------------------
>>>>> Michael Gogins
>>>>> Irreducible Productions
>>>>> http://michaelgogins.tumblr.com
>>>>> Michael dot Gogins at gmail dot com
>>>>>
>>>>>
>>>>> On Wed, Apr 27, 2016 at 7:19 PM, Michael Gogins
>>>>>  wrote:
>>>>>> I know I built it, but it is possible I linked with the wrong version, I
>>>>>> will check.
>>>>>>
>>>>>> Best,
>>>>>> Mike
>>>>>>
>>>>>> On Apr 27, 2016 6:09 PM, "Oeyvind Brandtsegg" 
>>>>>> wrote:
>>>>>>>
>>>>>>> I'm not sure what you mean. I do have asio support when I build Csound
>>>>>>> myself, but did not find it supported in the rc4.
>>>>>>>
>>>>>>> 2016-04-27 21:06 GMT+02:00 Michael Gogins :
>>>>>>> > The regular PortAudio package for mingw64 installed with pacman does
>>>>>>> > not include ASIO support.
>>>>>>> >
>>>>>>> > If you build Csound according to the instructions at
>>>>>>> > https://github.com/csound/csound/tree/develop/mingw64, and build the
>>>>>>> > csound/mingw64/packages/portaudio_asio package, and use pacman to
>>>>>>> > install that according to the instructions, you will have:
>>>>>>> >
>>>>>>> > Configuration summary:
>>>>>>> >
>>>>>>> >   Target ...................... x86_64-pc-mingw64
>>>>>>> >   C++ bindings ................ no
>>>>>>> >   Debug output ................ no
>>>>>>> >
>>>>>>> >   WMME ........................ yes
>>>>>>> >   DSound ...................... yes (/mingw64/include)
>>>>>>> >   ASIO ........................ yes (/mingw64/include/asiosdk2)
>>>>>>> >   WASAPI ...................... no
>>>>>>> >   WDMKS ....................... yes (/mingw64/include)
>>>>>>> >
>>>>>>> > Both ASIO and WDMKS should support low latency.
>>>>>>> >
>>>>>>> > Best,
>>>>>>> > Mike
>>>>>>> >
>>>>>>> > -----------------------------------------------------
>>>>>>> > Michael Gogins
>>>>>>> > Irreducible Productions
>>>>>>> > http://michaelgogins.tumblr.com
>>>>>>> > Michael dot Gogins at gmail dot com
>>>>>>> >
>>>>>>> >
>>>>>>> > On Tue, Apr 26, 2016 at 11:13 PM, Michael Gogins
>>>>>>> >  wrote:
>>>>>>> >> I thought it was built with asio, I will check.
>>>>>>> >>
>>>>>>> >> Best,
>>>>>>> >> Mike
>>>>>>> >>
>>>>>>> >> On Apr 26, 2016 4:52 PM, "Oeyvind Brandtsegg"
>>>>>>> >> 
>>>>>>> >> wrote:
>>>>>>> >>>
>>>>>>> >>> It seems to me that the latest windows rc4 is not built with ASIO
>>>>>>> >>> support for portaudio.
>>>>>>> >>> Could it be built with ASIO, Mike?
>>>>>>> >>>
>>>>>>> >>> --
>>>>>>> >>>
>>>>>>> >>> Oeyvind Brandtsegg
>>>>>>> >>> Professor of Music Technology
>>>>>>> >>> NTNU
>>>>>>> >>> 7491 Trondheim
>>>>>>> >>> Norway
>>>>>>> >>> Cell: +47 92 203 205
>>>>>>> >>>
>>>>>>> >>> http://www.partikkelaudio.com/
>>>>>>> >>> http://soundcloud.com/brandtsegg
>>>>>>> >>> http://flyndresang.no/
>>>>>>> >>> http://soundcloud.com/t-emp
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> Oeyvind Brandtsegg
>>>>>>> Professor of Music Technology
>>>>>>> NTNU
>>>>>>> 7491 Trondheim
>>>>>>> Norway
>>>>>>> Cell: +47 92 203 205
>>>>>>>
>>>>>>> http://www.partikkelaudio.com/
>>>>>>> http://soundcloud.com/brandtsegg
>>>>>>> http://flyndresang.no/
>>>>>>> http://soundcloud.com/t-emp
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Oeyvind Brandtsegg
>>>> Professor of Music Technology
>>>> NTNU
>>>> 7491 Trondheim
>>>> Norway
>>>> Cell: +47 92 203 205
>>>>
>>>> http://www.partikkelaudio.com/
>>>> http://soundcloud.com/brandtsegg
>>>> http://flyndresang.no/
>>>> http://soundcloud.com/t-emp
>>
>>
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://www.partikkelaudio.com/
>> http://soundcloud.com/brandtsegg
>> http://flyndresang.no/