Csound Csound-dev Csound-tekno Search About

[Csnd] rtaudio

Date2018-08-15 22:04
FromOeyvind Brandtsegg
Subject[Csnd] rtaudio
Hi,

it has been some times since I rendered on the command line, but now it seems I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by design, or something odd with my system?
Tested on 6.11, and also on 6.10

Not really a problem to add this option in my files, but would allow for better crossplatform csds if it could be avoided.

all best
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-08-23 16:54
Fromjpff
SubjectRe: [Csnd] rtaudio
Not sure if/when this changed but the default would seem to be PortAudio 
except on Linux where it is alsa.

That is from just reading the code as I set rtaudio in .csiund6rc so do ot 
use any default.


On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:

> Hi,
> it has been some times since I rendered on the command line, but now it seems
> I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by
> design, or something odd with my system?
> Tested on 6.11, and also on 6.10
> 
> Not really a problem to add this option in my files, but would allow for
> better crossplatform csds if it could be avoided.
> 
> all best
> Oeyvind
> 
> --
> 
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
> 
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
>  
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here
>

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-08-24 12:18
FromOeyvind Brandtsegg
SubjectRe: [Csnd] rtaudio
Actually, 
if I use -odac without any rtaudio option, it says 
rtaudio: PortAudio module enabled ...
so you are correct,
but I get no sound, and no list if audio devices.
I tried using -odac99 to provoke an error and geet the list of devies that portaudio can access, but nothing appears.
Csound keeps working for the duration of the score, so some kind of realtime processing is going on, but it is a mystery where the sound goes.
If I use -+rtaudio"mme" I get the sound and also the list of audio devices. Just not with portaudio.


Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <jpff@codemist.co.uk>:
Not sure if/when this changed but the default would seem to be PortAudio
except on Linux where it is alsa.

That is from just reading the code as I set rtaudio in .csiund6rc so do ot
use any default.


On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:

> Hi,
> it has been some times since I rendered on the command line, but now it seems
> I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by
> design, or something odd with my system?
> Tested on 6.11, and also on 6.10
>
> Not really a problem to add this option in my files, but would allow for
> better crossplatform csds if it could be avoided.
>
> all best
> Oeyvind
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
>  
> Csound mailing list Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> https://github.com/csound/csound/issues Discussions of bugs and features can
> be posted here
>

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-08-24 16:58
FromVictor Lazzarini
SubjectRe: [Csnd] rtaudio
Looks like a problem with portaudio on your system. MME is the old windows audio subsystem, which would
give you high latency.
========================
Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg  wrote:
> 
> Actually, 
> if I use -odac without any rtaudio option, it says 
> rtaudio: PortAudio module enabled ...
> so you are correct,
> but I get no sound, and no list if audio devices.
> I tried using -odac99 to provoke an error and geet the list of devies that portaudio can access, but nothing appears.
> Csound keeps working for the duration of the score, so some kind of realtime processing is going on, but it is a mystery where the sound goes.
> If I use -+rtaudio"mme" I get the sound and also the list of audio devices. Just not with portaudio.
> 
> 
> Den tor. 23. aug. 2018 kl. 17:54 skrev jpff :
> Not sure if/when this changed but the default would seem to be PortAudio 
> except on Linux where it is alsa.
> 
> That is from just reading the code as I set rtaudio in .csiund6rc so do ot 
> use any default.
> 
> 
> On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
> 
> > Hi,
> > it has been some times since I rendered on the command line, but now it seems
> > I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by
> > design, or something odd with my system?
> > Tested on 6.11, and also on 6.10
> > 
> > Not really a problem to add this option in my files, but would allow for
> > better crossplatform csds if it could be avoided.
> > 
> > all best
> > Oeyvind
> > 
> > --
> > 
> > Oeyvind Brandtsegg
> > Professor of Music Technology
> > NTNU
> > 7491 Trondheim
> > Norway
> > Cell: +47 92 203 205
> > 
> > http://www.partikkelaudio.com/
> > http://crossadaptive.hf.ntnu.no
> > http://gdsp.hf.ntnu.no/
> > http://soundcloud.com/brandtsegg
> > http://flyndresang.no/
> > http://soundcloud.com/t-emp
> >  
> > Csound mailing list Csound@listserv.heanet.ie
> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> > https://github.com/csound/csound/issues Discussions of bugs and features can
> > be posted here
> >
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> 
> 
> -- 
> 
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
> 
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
>  
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-08-24 20:19
FromSteven Yi
SubjectRe: [Csnd] rtaudio
I have a Windows computer where I just did a fresh install of
dependencies and compiled Csound.  It's using Portaudio and working
okay.

Oeyvind: Is this a self-compile or are you using one built on
AppVeyor? (or a release build?)
On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
 wrote:
>
> Looks like a problem with portaudio on your system. MME is the old windows audio subsystem, which would
> give you high latency.
> ========================
> Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg  wrote:
> >
> > Actually,
> > if I use -odac without any rtaudio option, it says
> > rtaudio: PortAudio module enabled ...
> > so you are correct,
> > but I get no sound, and no list if audio devices.
> > I tried using -odac99 to provoke an error and geet the list of devies that portaudio can access, but nothing appears.
> > Csound keeps working for the duration of the score, so some kind of realtime processing is going on, but it is a mystery where the sound goes.
> > If I use -+rtaudio"mme" I get the sound and also the list of audio devices. Just not with portaudio.
> >
> >
> > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff :
> > Not sure if/when this changed but the default would seem to be PortAudio
> > except on Linux where it is alsa.
> >
> > That is from just reading the code as I set rtaudio in .csiund6rc so do ot
> > use any default.
> >
> >
> > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
> >
> > > Hi,
> > > it has been some times since I rendered on the command line, but now it seems
> > > I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by
> > > design, or something odd with my system?
> > > Tested on 6.11, and also on 6.10
> > >
> > > Not really a problem to add this option in my files, but would allow for
> > > better crossplatform csds if it could be avoided.
> > >
> > > all best
> > > Oeyvind
> > >
> > > --
> > >
> > > Oeyvind Brandtsegg
> > > Professor of Music Technology
> > > NTNU
> > > 7491 Trondheim
> > > Norway
> > > Cell: +47 92 203 205
> > >
> > > http://www.partikkelaudio.com/
> > > http://crossadaptive.hf.ntnu.no
> > > http://gdsp.hf.ntnu.no/
> > > http://soundcloud.com/brandtsegg
> > > http://flyndresang.no/
> > > http://soundcloud.com/t-emp
> > >
> > > Csound mailing list Csound@listserv.heanet.ie
> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> > > https://github.com/csound/csound/issues Discussions of bugs and features can
> > > be posted here
> > >
> >
> > Csound mailing list
> > Csound@listserv.heanet.ie
> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> > Send bugs reports to
> >         https://github.com/csound/csound/issues
> > Discussions of bugs and features can be posted here
> >
> >
> > --
> >
> > Oeyvind Brandtsegg
> > Professor of Music Technology
> > NTNU
> > 7491 Trondheim
> > Norway
> > Cell: +47 92 203 205
> >
> > http://www.partikkelaudio.com/
> > http://crossadaptive.hf.ntnu.no
> > http://gdsp.hf.ntnu.no/
> > http://soundcloud.com/brandtsegg
> > http://flyndresang.no/
> > http://soundcloud.com/t-emp
> >
> > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-08-24 22:41
FromOeyvind Brandtsegg
SubjectRe: [Csnd] rtaudio

Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <stevenyi@gmail.com>:
I have a Windows computer where I just did a fresh install of
dependencies and compiled Csound.  It's using Portaudio and working
okay.

Oeyvind: Is this a self-compile or are you using one built on
AppVeyor? (or a release build?)
On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
<Victor.Lazzarini@mu.ie> wrote:
>
> Looks like a problem with portaudio on your system. MME is the old windows audio subsystem, which would
> give you high latency.
> ========================
> Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
> >
> > Actually,
> > if I use -odac without any rtaudio option, it says
> > rtaudio: PortAudio module enabled ...
> > so you are correct,
> > but I get no sound, and no list if audio devices.
> > I tried using -odac99 to provoke an error and geet the list of devies that portaudio can access, but nothing appears.
> > Csound keeps working for the duration of the score, so some kind of realtime processing is going on, but it is a mystery where the sound goes.
> > If I use -+rtaudio"mme" I get the sound and also the list of audio devices. Just not with portaudio.
> >
> >
> > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <jpff@codemist.co.uk>:
> > Not sure if/when this changed but the default would seem to be PortAudio
> > except on Linux where it is alsa.
> >
> > That is from just reading the code as I set rtaudio in .csiund6rc so do ot
> > use any default.
> >
> >
> > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
> >
> > > Hi,
> > > it has been some times since I rendered on the command line, but now it seems
> > > I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by
> > > design, or something odd with my system?
> > > Tested on 6.11, and also on 6.10
> > >
> > > Not really a problem to add this option in my files, but would allow for
> > > better crossplatform csds if it could be avoided.
> > >
> > > all best
> > > Oeyvind
> > >
> > > --
> > >
> > > Oeyvind Brandtsegg
> > > Professor of Music Technology
> > > NTNU
> > > 7491 Trondheim
> > > Norway
> > > Cell: +47 92 203 205
> > >
> > > http://www.partikkelaudio.com/
> > > http://crossadaptive.hf.ntnu.no
> > > http://gdsp.hf.ntnu.no/
> > > http://soundcloud.com/brandtsegg
> > > http://flyndresang.no/
> > > http://soundcloud.com/t-emp
> > >
> > > Csound mailing list Csound@listserv.heanet.ie
> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
> > > https://github.com/csound/csound/issues Discussions of bugs and features can
> > > be posted here
> > >
> >
> > Csound mailing list
> > Csound@listserv.heanet.ie
> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> > Send bugs reports to
> >         https://github.com/csound/csound/issues
> > Discussions of bugs and features can be posted here
> >
> >
> > --
> >
> > Oeyvind Brandtsegg
> > Professor of Music Technology
> > NTNU
> > 7491 Trondheim
> > Norway
> > Cell: +47 92 203 205
> >
> > http://www.partikkelaudio.com/
> > http://crossadaptive.hf.ntnu.no
> > http://gdsp.hf.ntnu.no/
> > http://soundcloud.com/brandtsegg
> > http://flyndresang.no/
> > http://soundcloud.com/t-emp
> >
> > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-08-25 08:02
FromSteven Yi
SubjectRe: [Csnd] rtaudio
6.10 and 6.11 both were compiled with MSVC rather than MINGW. I'm
wondering if you by chance installed over a previous < 6.10 install
and if there's some mixing of dll's?

One thing to check is what you get when running:

csound --devices

It could be that the device you are using is not the one you are
expecting?  This happens to me when an ASIO device gets selected and
ASIO4ALL is set to output to something like "Speakers" which isn't
hooked up at the moment.  (That sounds strange, but seems to be what I
remember happening.)

If that doesn't provide any new information, you could try:

1. Removing csound completely and reinstalling from the 6.11 installer
2. Try using one of the newer develop builds on AppVeyor, such as at:

https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts


On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
 wrote:
>
> Hi, thanks for looking into it.
> I tested with the binary from this link
> https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
> on
> https://csound.com/download.html
>
>
> Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi :
>>
>> I have a Windows computer where I just did a fresh install of
>> dependencies and compiled Csound.  It's using Portaudio and working
>> okay.
>>
>> Oeyvind: Is this a self-compile or are you using one built on
>> AppVeyor? (or a release build?)
>> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>>  wrote:
>> >
>> > Looks like a problem with portaudio on your system. MME is the old windows audio subsystem, which would
>> > give you high latency.
>> > ========================
>> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg  wrote:
>> > >
>> > > Actually,
>> > > if I use -odac without any rtaudio option, it says
>> > > rtaudio: PortAudio module enabled ...
>> > > so you are correct,
>> > > but I get no sound, and no list if audio devices.
>> > > I tried using -odac99 to provoke an error and geet the list of devies that portaudio can access, but nothing appears.
>> > > Csound keeps working for the duration of the score, so some kind of realtime processing is going on, but it is a mystery where the sound goes.
>> > > If I use -+rtaudio"mme" I get the sound and also the list of audio devices. Just not with portaudio.
>> > >
>> > >
>> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff :
>> > > Not sure if/when this changed but the default would seem to be PortAudio
>> > > except on Linux where it is alsa.
>> > >
>> > > That is from just reading the code as I set rtaudio in .csiund6rc so do ot
>> > > use any default.
>> > >
>> > >
>> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>> > >
>> > > > Hi,
>> > > > it has been some times since I rendered on the command line, but now it seems
>> > > > I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by
>> > > > design, or something odd with my system?
>> > > > Tested on 6.11, and also on 6.10
>> > > >
>> > > > Not really a problem to add this option in my files, but would allow for
>> > > > better crossplatform csds if it could be avoided.
>> > > >
>> > > > all best
>> > > > Oeyvind
>> > > >
>> > > > --
>> > > >
>> > > > Oeyvind Brandtsegg
>> > > > Professor of Music Technology
>> > > > NTNU
>> > > > 7491 Trondheim
>> > > > Norway
>> > > > Cell: +47 92 203 205
>> > > >
>> > > > http://www.partikkelaudio.com/
>> > > > http://crossadaptive.hf.ntnu.no
>> > > > http://gdsp.hf.ntnu.no/
>> > > > http://soundcloud.com/brandtsegg
>> > > > http://flyndresang.no/
>> > > > http://soundcloud.com/t-emp
>> > > >
>> > > > Csound mailing list Csound@listserv.heanet.ie
>> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > > > https://github.com/csound/csound/issues Discussions of bugs and features can
>> > > > be posted here
>> > > >
>> > >
>> > > Csound mailing list
>> > > Csound@listserv.heanet.ie
>> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> > > Send bugs reports to
>> > >         https://github.com/csound/csound/issues
>> > > Discussions of bugs and features can be posted here
>> > >
>> > >
>> > > --
>> > >
>> > > Oeyvind Brandtsegg
>> > > Professor of Music Technology
>> > > NTNU
>> > > 7491 Trondheim
>> > > Norway
>> > > Cell: +47 92 203 205
>> > >
>> > > http://www.partikkelaudio.com/
>> > > http://crossadaptive.hf.ntnu.no
>> > > http://gdsp.hf.ntnu.no/
>> > > http://soundcloud.com/brandtsegg
>> > > http://flyndresang.no/
>> > > http://soundcloud.com/t-emp
>> > >
>> > > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> >
>> > Csound mailing list
>> > Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> > Send bugs reports to
>> >         https://github.com/csound/csound/issues
>> > Discussions of bugs and features can be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-12-03 20:39
FromOeyvind Brandtsegg
SubjectRe: [Csnd] rtaudio
Hm, I am coming back to this as I have not yet been able to solve it.
I can not use portaudio for realtime i/o, only mme

It appears similar in 6.11 and 6.12.
One thing I notice is that rtpa.dll and rtwinmm.dll are located in /plugins64, not it /bin as I would have expected.
In /bin there is a portaudio_x64.dll

* if I delete the rtpa.dll from /plugins64 and try to run a sime csd with -odac, I get: 
unknown rtaudio module: 'PortAudio', using dummy module
rtaudio: dummy module enabled
- this suggests that the portaudio i/o is loaded from /plugins64, and wildly guessing that the portaudio file under /bin does nothing useful?

* if I move the rtpa.dll file to /bin I get the same error.
Should it really be located in /plugins64? I was under the impression that only plugin opcodes would go there(?).

Just trying to poke at why this is not working.
I think I can rule out that there is a conflicting version of portaudio somewhere on my system, since portaudio can not be found if I delete the rtpa.dll frpom /plugins64

Oeyvind

Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi <stevenyi@gmail.com>:
6.10 and 6.11 both were compiled with MSVC rather than MINGW. I'm
wondering if you by chance installed over a previous < 6.10 install
and if there's some mixing of dll's?

One thing to check is what you get when running:

csound --devices

It could be that the device you are using is not the one you are
expecting?  This happens to me when an ASIO device gets selected and
ASIO4ALL is set to output to something like "Speakers" which isn't
hooked up at the moment.  (That sounds strange, but seems to be what I
remember happening.)

If that doesn't provide any new information, you could try:

1. Removing csound completely and reinstalling from the 6.11 installer
2. Try using one of the newer develop builds on AppVeyor, such as at:

https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts


On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
<oyvind.brandtsegg@ntnu.no> wrote:
>
> Hi, thanks for looking into it.
> I tested with the binary from this link
> https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
> on
> https://csound.com/download.html
>
>
> Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <stevenyi@gmail.com>:
>>
>> I have a Windows computer where I just did a fresh install of
>> dependencies and compiled Csound.  It's using Portaudio and working
>> okay.
>>
>> Oeyvind: Is this a self-compile or are you using one built on
>> AppVeyor? (or a release build?)
>> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>> <Victor.Lazzarini@mu.ie> wrote:
>> >
>> > Looks like a problem with portaudio on your system. MME is the old windows audio subsystem, which would
>> > give you high latency.
>> > ========================
>> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>> > >
>> > > Actually,
>> > > if I use -odac without any rtaudio option, it says
>> > > rtaudio: PortAudio module enabled ...
>> > > so you are correct,
>> > > but I get no sound, and no list if audio devices.
>> > > I tried using -odac99 to provoke an error and geet the list of devies that portaudio can access, but nothing appears.
>> > > Csound keeps working for the duration of the score, so some kind of realtime processing is going on, but it is a mystery where the sound goes.
>> > > If I use -+rtaudio"mme" I get the sound and also the list of audio devices. Just not with portaudio.
>> > >
>> > >
>> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <jpff@codemist.co.uk>:
>> > > Not sure if/when this changed but the default would seem to be PortAudio
>> > > except on Linux where it is alsa.
>> > >
>> > > That is from just reading the code as I set rtaudio in .csiund6rc so do ot
>> > > use any default.
>> > >
>> > >
>> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>> > >
>> > > > Hi,
>> > > > it has been some times since I rendered on the command line, but now it seems
>> > > > I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by
>> > > > design, or something odd with my system?
>> > > > Tested on 6.11, and also on 6.10
>> > > >
>> > > > Not really a problem to add this option in my files, but would allow for
>> > > > better crossplatform csds if it could be avoided.
>> > > >
>> > > > all best
>> > > > Oeyvind
>> > > >
>> > > > --
>> > > >
>> > > > Oeyvind Brandtsegg
>> > > > Professor of Music Technology
>> > > > NTNU
>> > > > 7491 Trondheim
>> > > > Norway
>> > > > Cell: +47 92 203 205
>> > > >
>> > > > http://www.partikkelaudio.com/
>> > > > http://crossadaptive.hf.ntnu.no
>> > > > http://gdsp.hf.ntnu.no/
>> > > > http://soundcloud.com/brandtsegg
>> > > > http://flyndresang.no/
>> > > > http://soundcloud.com/t-emp
>> > > >
>> > > > Csound mailing list Csound@listserv.heanet.ie
>> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > > > https://github.com/csound/csound/issues Discussions of bugs and features can
>> > > > be posted here
>> > > >
>> > >
>> > > Csound mailing list
>> > > Csound@listserv.heanet.ie
>> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> > > Send bugs reports to
>> > >         https://github.com/csound/csound/issues
>> > > Discussions of bugs and features can be posted here
>> > >
>> > >
>> > > --
>> > >
>> > > Oeyvind Brandtsegg
>> > > Professor of Music Technology
>> > > NTNU
>> > > 7491 Trondheim
>> > > Norway
>> > > Cell: +47 92 203 205
>> > >
>> > > http://www.partikkelaudio.com/
>> > > http://crossadaptive.hf.ntnu.no
>> > > http://gdsp.hf.ntnu.no/
>> > > http://soundcloud.com/brandtsegg
>> > > http://flyndresang.no/
>> > > http://soundcloud.com/t-emp
>> > >
>> > > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> >
>> > Csound mailing list
>> > Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> > Send bugs reports to
>> >         https://github.com/csound/csound/issues
>> > Discussions of bugs and features can be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-03 20:41
FromOeyvind Brandtsegg
SubjectRe: [Csnd] rtaudio
Also, if I run csound --devices I get
D:\Projects\efx_experiments>csound  --devices
time resolution is 364.672 ns
0dBFS level = 32768.0
--Csound version 6.12 beta (double samples) Oct 24 2018
[commit: 037becccce26dc9ebc37198a75877e817431d978]
libsndfile-1.0.29pre1
rtaudio: PortAudio module enabled ...
using callback interface
rtmidi: PortMIDI module enabled

(then nothing more, just the command prompt again)



Den man. 3. des. 2018 kl. 21:39 skrev Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no>:
Hm, I am coming back to this as I have not yet been able to solve it.
I can not use portaudio for realtime i/o, only mme

It appears similar in 6.11 and 6.12.
One thing I notice is that rtpa.dll and rtwinmm.dll are located in /plugins64, not it /bin as I would have expected.
In /bin there is a portaudio_x64.dll

* if I delete the rtpa.dll from /plugins64 and try to run a sime csd with -odac, I get: 
unknown rtaudio module: 'PortAudio', using dummy module
rtaudio: dummy module enabled
- this suggests that the portaudio i/o is loaded from /plugins64, and wildly guessing that the portaudio file under /bin does nothing useful?

* if I move the rtpa.dll file to /bin I get the same error.
Should it really be located in /plugins64? I was under the impression that only plugin opcodes would go there(?).

Just trying to poke at why this is not working.
I think I can rule out that there is a conflicting version of portaudio somewhere on my system, since portaudio can not be found if I delete the rtpa.dll frpom /plugins64

Oeyvind

Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi <stevenyi@gmail.com>:
6.10 and 6.11 both were compiled with MSVC rather than MINGW. I'm
wondering if you by chance installed over a previous < 6.10 install
and if there's some mixing of dll's?

One thing to check is what you get when running:

csound --devices

It could be that the device you are using is not the one you are
expecting?  This happens to me when an ASIO device gets selected and
ASIO4ALL is set to output to something like "Speakers" which isn't
hooked up at the moment.  (That sounds strange, but seems to be what I
remember happening.)

If that doesn't provide any new information, you could try:

1. Removing csound completely and reinstalling from the 6.11 installer
2. Try using one of the newer develop builds on AppVeyor, such as at:

https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts


On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
<oyvind.brandtsegg@ntnu.no> wrote:
>
> Hi, thanks for looking into it.
> I tested with the binary from this link
> https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
> on
> https://csound.com/download.html
>
>
> Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <stevenyi@gmail.com>:
>>
>> I have a Windows computer where I just did a fresh install of
>> dependencies and compiled Csound.  It's using Portaudio and working
>> okay.
>>
>> Oeyvind: Is this a self-compile or are you using one built on
>> AppVeyor? (or a release build?)
>> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>> <Victor.Lazzarini@mu.ie> wrote:
>> >
>> > Looks like a problem with portaudio on your system. MME is the old windows audio subsystem, which would
>> > give you high latency.
>> > ========================
>> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>> > >
>> > > Actually,
>> > > if I use -odac without any rtaudio option, it says
>> > > rtaudio: PortAudio module enabled ...
>> > > so you are correct,
>> > > but I get no sound, and no list if audio devices.
>> > > I tried using -odac99 to provoke an error and geet the list of devies that portaudio can access, but nothing appears.
>> > > Csound keeps working for the duration of the score, so some kind of realtime processing is going on, but it is a mystery where the sound goes.
>> > > If I use -+rtaudio"mme" I get the sound and also the list of audio devices. Just not with portaudio.
>> > >
>> > >
>> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <jpff@codemist.co.uk>:
>> > > Not sure if/when this changed but the default would seem to be PortAudio
>> > > except on Linux where it is alsa.
>> > >
>> > > That is from just reading the code as I set rtaudio in .csiund6rc so do ot
>> > > use any default.
>> > >
>> > >
>> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>> > >
>> > > > Hi,
>> > > > it has been some times since I rendered on the command line, but now it seems
>> > > > I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by
>> > > > design, or something odd with my system?
>> > > > Tested on 6.11, and also on 6.10
>> > > >
>> > > > Not really a problem to add this option in my files, but would allow for
>> > > > better crossplatform csds if it could be avoided.
>> > > >
>> > > > all best
>> > > > Oeyvind
>> > > >
>> > > > --
>> > > >
>> > > > Oeyvind Brandtsegg
>> > > > Professor of Music Technology
>> > > > NTNU
>> > > > 7491 Trondheim
>> > > > Norway
>> > > > Cell: +47 92 203 205
>> > > >
>> > > > http://www.partikkelaudio.com/
>> > > > http://crossadaptive.hf.ntnu.no
>> > > > http://gdsp.hf.ntnu.no/
>> > > > http://soundcloud.com/brandtsegg
>> > > > http://flyndresang.no/
>> > > > http://soundcloud.com/t-emp
>> > > >
>> > > > Csound mailing list Csound@listserv.heanet.ie
>> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > > > https://github.com/csound/csound/issues Discussions of bugs and features can
>> > > > be posted here
>> > > >
>> > >
>> > > Csound mailing list
>> > > Csound@listserv.heanet.ie
>> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> > > Send bugs reports to
>> > >         https://github.com/csound/csound/issues
>> > > Discussions of bugs and features can be posted here
>> > >
>> > >
>> > > --
>> > >
>> > > Oeyvind Brandtsegg
>> > > Professor of Music Technology
>> > > NTNU
>> > > 7491 Trondheim
>> > > Norway
>> > > Cell: +47 92 203 205
>> > >
>> > > http://www.partikkelaudio.com/
>> > > http://crossadaptive.hf.ntnu.no
>> > > http://gdsp.hf.ntnu.no/
>> > > http://soundcloud.com/brandtsegg
>> > > http://flyndresang.no/
>> > > http://soundcloud.com/t-emp
>> > >
>> > > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> >
>> > Csound mailing list
>> > Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> > Send bugs reports to
>> >         https://github.com/csound/csound/issues
>> > Discussions of bugs and features can be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-03 21:53
FromVictor Lazzarini
SubjectRe: [Csnd] rtaudio
rtpa.dll is the csound portaudio plugin
portaudio_x64.dll is the portaudio library

Unless rtpa.dll is using a static portaudio lib, both files are needed.

Looks like something not right with the portaudio library, maybe an iffy build of
the library?

Windows devs are needed to check up
on this.

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

On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg <oyvind.brandtsegg@NTNU.NO> wrote:

Hm, I am coming back to this as I have not yet been able to solve it.
I can not use portaudio for realtime i/o, only mme

It appears similar in 6.11 and 6.12.
One thing I notice is that rtpa.dll and rtwinmm.dll are located in /plugins64, not it /bin as I would have expected.
In /bin there is a portaudio_x64.dll

* if I delete the rtpa.dll from /plugins64 and try to run a sime csd with -odac, I get: 
unknown rtaudio module: 'PortAudio', using dummy module
rtaudio: dummy module enabled
- this suggests that the portaudio i/o is loaded from /plugins64, and wildly guessing that the portaudio file under /bin does nothing useful?

* if I move the rtpa.dll file to /bin I get the same error.
Should it really be located in /plugins64? I was under the impression that only plugin opcodes would go there(?).

Just trying to poke at why this is not working.
I think I can rule out that there is a conflicting version of portaudio somewhere on my system, since portaudio can not be found if I delete the rtpa.dll frpom /plugins64

Oeyvind

Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi <stevenyi@gmail.com>:
6.10 and 6.11 both were compiled with MSVC rather than MINGW. I'm
wondering if you by chance installed over a previous < 6.10 install
and if there's some mixing of dll's?

One thing to check is what you get when running:

csound --devices

It could be that the device you are using is not the one you are
expecting?  This happens to me when an ASIO device gets selected and
ASIO4ALL is set to output to something like "Speakers" which isn't
hooked up at the moment.  (That sounds strange, but seems to be what I
remember happening.)

If that doesn't provide any new information, you could try:

1. Removing csound completely and reinstalling from the 6.11 installer
2. Try using one of the newer develop builds on AppVeyor, such as at:

https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts


On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
<oyvind.brandtsegg@ntnu.no> wrote:
>
> Hi, thanks for looking into it.
> I tested with the binary from this link
> https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
> on
> https://csound.com/download.html
>
>
> Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <stevenyi@gmail.com>:
>>
>> I have a Windows computer where I just did a fresh install of
>> dependencies and compiled Csound.  It's using Portaudio and working
>> okay.
>>
>> Oeyvind: Is this a self-compile or are you using one built on
>> AppVeyor? (or a release build?)
>> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>> <Victor.Lazzarini@mu.ie> wrote:
>> >
>> > Looks like a problem with portaudio on your system. MME is the old windows audio subsystem, which would
>> > give you high latency.
>> > ========================
>> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>> > >
>> > > Actually,
>> > > if I use -odac without any rtaudio option, it says
>> > > rtaudio: PortAudio module enabled ...
>> > > so you are correct,
>> > > but I get no sound, and no list if audio devices.
>> > > I tried using -odac99 to provoke an error and geet the list of devies that portaudio can access, but nothing appears.
>> > > Csound keeps working for the duration of the score, so some kind of realtime processing is going on, but it is a mystery where the sound goes.
>> > > If I use -+rtaudio"mme" I get the sound and also the list of audio devices. Just not with portaudio.
>> > >
>> > >
>> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <jpff@codemist.co.uk>:
>> > > Not sure if/when this changed but the default would seem to be PortAudio
>> > > except on Linux where it is alsa.
>> > >
>> > > That is from just reading the code as I set rtaudio in .csiund6rc so do ot
>> > > use any default.
>> > >
>> > >
>> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>> > >
>> > > > Hi,
>> > > > it has been some times since I rendered on the command line, but now it seems
>> > > > I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by
>> > > > design, or something odd with my system?
>> > > > Tested on 6.11, and also on 6.10
>> > > >
>> > > > Not really a problem to add this option in my files, but would allow for
>> > > > better crossplatform csds if it could be avoided.
>> > > >
>> > > > all best
>> > > > Oeyvind
>> > > >
>> > > > --
>> > > >
>> > > > Oeyvind Brandtsegg
>> > > > Professor of Music Technology
>> > > > NTNU
>> > > > 7491 Trondheim
>> > > > Norway
>> > > > Cell: +47 92 203 205
>> > > >
>> > > > http://www.partikkelaudio.com/
>> > > > http://crossadaptive.hf.ntnu.no
>> > > > http://gdsp.hf.ntnu.no/
>> > > > http://soundcloud.com/brandtsegg
>> > > > http://flyndresang.no/
>> > > > http://soundcloud.com/t-emp
>> > > >
>> > > > Csound mailing list Csound@listserv.heanet.ie
>> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > > > https://github.com/csound/csound/issues Discussions of bugs and features can
>> > > > be posted here
>> > > >
>> > >
>> > > Csound mailing list
>> > > Csound@listserv.heanet.ie
>> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> > > Send bugs reports to
>> > >         https://github.com/csound/csound/issues
>> > > Discussions of bugs and features can be posted here
>> > >
>> > >
>> > > --
>> > >
>> > > Oeyvind Brandtsegg
>> > > Professor of Music Technology
>> > > NTNU
>> > > 7491 Trondheim
>> > > Norway
>> > > Cell: +47 92 203 205
>> > >
>> > > http://www.partikkelaudio.com/
>> > > http://crossadaptive.hf.ntnu.no
>> > > http://gdsp.hf.ntnu.no/
>> > > http://soundcloud.com/brandtsegg
>> > > http://flyndresang.no/
>> > > http://soundcloud.com/t-emp
>> > >
>> > > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> >
>> > Csound mailing list
>> > Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> > Send bugs reports to
>> >         https://github.com/csound/csound/issues
>> > Discussions of bugs and features can be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-04 09:42
FromRory Walsh
SubjectRe: [Csnd] rtaudio
Hi Oeyvind, I get the following after csound --devices:

--Csound version 6.12 beta (double samples) Oct 24 2018
[commit: 037becccce26dc9ebc37198a75877e817431d978]
libsndfile-1.0.29pre1
rtaudio: PortAudio module enabled ...
using callback interface
rtmidi: PortMIDI module enabled
PortAudio V19.6.0-devel, revision unknown
7 audio input devices
 0: adc0 (Microsoft Sound Mapper - Input [MME])
 1: adc1 (Microphone Array (Realtek High  [MME])
 2: adc2 (Primary Sound Capture Driver [Windows DirectSound])
 3: adc3 (Microphone Array (Realtek High Definition Audio) [Windows Dire)
 4: adc4 (ASIO4ALL v2 [ASIO])
 5: adc5 (Microphone Array (Realtek High Definition Audio) [Windows WASA)
 6: adc6 (Microphone Array (Realtek HD Audio Mic input) [Windows WDM-KS])
7 audio output devices
 0: dac0 (Microsoft Sound Mapper - Output [MME])
 1: dac1 (Speaker/HP (Realtek High Defini [MME])
 2: dac2 (Primary Sound Driver [Windows DirectSound])
 3: dac3 (Speaker/HP (Realtek High Definition Audio) [Windows DirectSoun)
 4: dac4 (ASIO4ALL v2 [ASIO])
 5: dac5 (Speaker/HP (Realtek High Definition Audio) [Windows WASAPI])
 6: dac6 (Speakers (Realtek HD Audio output) [Windows WDM-KS])
end of score.              overall amps:      0.0
           overall samples out of range:        0
0 errors in performance
Elapsed time at end of performance: real: 0.757s, CPU: 0.757s



On Mon, 3 Dec 2018 at 21:53, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
rtpa.dll is the csound portaudio plugin
portaudio_x64.dll is the portaudio library

Unless rtpa.dll is using a static portaudio lib, both files are needed.

Looks like something not right with the portaudio library, maybe an iffy build of
the library?

Windows devs are needed to check up
on this.

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

On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg <oyvind.brandtsegg@NTNU.NO> wrote:

Hm, I am coming back to this as I have not yet been able to solve it.
I can not use portaudio for realtime i/o, only mme

It appears similar in 6.11 and 6.12.
One thing I notice is that rtpa.dll and rtwinmm.dll are located in /plugins64, not it /bin as I would have expected.
In /bin there is a portaudio_x64.dll

* if I delete the rtpa.dll from /plugins64 and try to run a sime csd with -odac, I get: 
unknown rtaudio module: 'PortAudio', using dummy module
rtaudio: dummy module enabled
- this suggests that the portaudio i/o is loaded from /plugins64, and wildly guessing that the portaudio file under /bin does nothing useful?

* if I move the rtpa.dll file to /bin I get the same error.
Should it really be located in /plugins64? I was under the impression that only plugin opcodes would go there(?).

Just trying to poke at why this is not working.
I think I can rule out that there is a conflicting version of portaudio somewhere on my system, since portaudio can not be found if I delete the rtpa.dll frpom /plugins64

Oeyvind

Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi <stevenyi@gmail.com>:
6.10 and 6.11 both were compiled with MSVC rather than MINGW. I'm
wondering if you by chance installed over a previous < 6.10 install
and if there's some mixing of dll's?

One thing to check is what you get when running:

csound --devices

It could be that the device you are using is not the one you are
expecting?  This happens to me when an ASIO device gets selected and
ASIO4ALL is set to output to something like "Speakers" which isn't
hooked up at the moment.  (That sounds strange, but seems to be what I
remember happening.)

If that doesn't provide any new information, you could try:

1. Removing csound completely and reinstalling from the 6.11 installer
2. Try using one of the newer develop builds on AppVeyor, such as at:

https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts


On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
<oyvind.brandtsegg@ntnu.no> wrote:
>
> Hi, thanks for looking into it.
> I tested with the binary from this link
> https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
> on
> https://csound.com/download.html
>
>
> Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <stevenyi@gmail.com>:
>>
>> I have a Windows computer where I just did a fresh install of
>> dependencies and compiled Csound.  It's using Portaudio and working
>> okay.
>>
>> Oeyvind: Is this a self-compile or are you using one built on
>> AppVeyor? (or a release build?)
>> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>> <Victor.Lazzarini@mu.ie> wrote:
>> >
>> > Looks like a problem with portaudio on your system. MME is the old windows audio subsystem, which would
>> > give you high latency.
>> > ========================
>> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>> > >
>> > > Actually,
>> > > if I use -odac without any rtaudio option, it says
>> > > rtaudio: PortAudio module enabled ...
>> > > so you are correct,
>> > > but I get no sound, and no list if audio devices.
>> > > I tried using -odac99 to provoke an error and geet the list of devies that portaudio can access, but nothing appears.
>> > > Csound keeps working for the duration of the score, so some kind of realtime processing is going on, but it is a mystery where the sound goes.
>> > > If I use -+rtaudio"mme" I get the sound and also the list of audio devices. Just not with portaudio.
>> > >
>> > >
>> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <jpff@codemist.co.uk>:
>> > > Not sure if/when this changed but the default would seem to be PortAudio
>> > > except on Linux where it is alsa.
>> > >
>> > > That is from just reading the code as I set rtaudio in .csiund6rc so do ot
>> > > use any default.
>> > >
>> > >
>> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>> > >
>> > > > Hi,
>> > > > it has been some times since I rendered on the command line, but now it seems
>> > > > I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by
>> > > > design, or something odd with my system?
>> > > > Tested on 6.11, and also on 6.10
>> > > >
>> > > > Not really a problem to add this option in my files, but would allow for
>> > > > better crossplatform csds if it could be avoided.
>> > > >
>> > > > all best
>> > > > Oeyvind
>> > > >
>> > > > --
>> > > >
>> > > > Oeyvind Brandtsegg
>> > > > Professor of Music Technology
>> > > > NTNU
>> > > > 7491 Trondheim
>> > > > Norway
>> > > > Cell: +47 92 203 205
>> > > >
>> > > > http://www.partikkelaudio.com/
>> > > > http://crossadaptive.hf.ntnu.no
>> > > > http://gdsp.hf.ntnu.no/
>> > > > http://soundcloud.com/brandtsegg
>> > > > http://flyndresang.no/
>> > > > http://soundcloud.com/t-emp
>> > > >
>> > > > Csound mailing list Csound@listserv.heanet.ie
>> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > > > https://github.com/csound/csound/issues Discussions of bugs and features can
>> > > > be posted here
>> > > >
>> > >
>> > > Csound mailing list
>> > > Csound@listserv.heanet.ie
>> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> > > Send bugs reports to
>> > >         https://github.com/csound/csound/issues
>> > > Discussions of bugs and features can be posted here
>> > >
>> > >
>> > > --
>> > >
>> > > Oeyvind Brandtsegg
>> > > Professor of Music Technology
>> > > NTNU
>> > > 7491 Trondheim
>> > > Norway
>> > > Cell: +47 92 203 205
>> > >
>> > > http://www.partikkelaudio.com/
>> > > http://crossadaptive.hf.ntnu.no
>> > > http://gdsp.hf.ntnu.no/
>> > > http://soundcloud.com/brandtsegg
>> > > http://flyndresang.no/
>> > > http://soundcloud.com/t-emp
>> > >
>> > > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> >
>> > Csound mailing list
>> > Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> > Send bugs reports to
>> >         https://github.com/csound/csound/issues
>> > Discussions of bugs and features can be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-04 14:09
FromOeyvind Brandtsegg
SubjectRe: [Csnd] rtaudio
Thank you Rory,
your print is looking good.
It also shows that you have your own Csound build.
Could you send me your rtpa.dll and portaudio_x64.dll ?, and I can see if it makes any difference if I replace those I have here (mine are from the binary installer)

Den tir. 4. des. 2018 kl. 10:43 skrev Rory Walsh <rorywalsh@ear.ie>:
Hi Oeyvind, I get the following after csound --devices:

--Csound version 6.12 beta (double samples) Oct 24 2018
[commit: 037becccce26dc9ebc37198a75877e817431d978]
libsndfile-1.0.29pre1
rtaudio: PortAudio module enabled ...
using callback interface
rtmidi: PortMIDI module enabled
PortAudio V19.6.0-devel, revision unknown
7 audio input devices
 0: adc0 (Microsoft Sound Mapper - Input [MME])
 1: adc1 (Microphone Array (Realtek High  [MME])
 2: adc2 (Primary Sound Capture Driver [Windows DirectSound])
 3: adc3 (Microphone Array (Realtek High Definition Audio) [Windows Dire)
 4: adc4 (ASIO4ALL v2 [ASIO])
 5: adc5 (Microphone Array (Realtek High Definition Audio) [Windows WASA)
 6: adc6 (Microphone Array (Realtek HD Audio Mic input) [Windows WDM-KS])
7 audio output devices
 0: dac0 (Microsoft Sound Mapper - Output [MME])
 1: dac1 (Speaker/HP (Realtek High Defini [MME])
 2: dac2 (Primary Sound Driver [Windows DirectSound])
 3: dac3 (Speaker/HP (Realtek High Definition Audio) [Windows DirectSoun)
 4: dac4 (ASIO4ALL v2 [ASIO])
 5: dac5 (Speaker/HP (Realtek High Definition Audio) [Windows WASAPI])
 6: dac6 (Speakers (Realtek HD Audio output) [Windows WDM-KS])
end of score.              overall amps:      0.0
           overall samples out of range:        0
0 errors in performance
Elapsed time at end of performance: real: 0.757s, CPU: 0.757s



On Mon, 3 Dec 2018 at 21:53, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
rtpa.dll is the csound portaudio plugin
portaudio_x64.dll is the portaudio library

Unless rtpa.dll is using a static portaudio lib, both files are needed.

Looks like something not right with the portaudio library, maybe an iffy build of
the library?

Windows devs are needed to check up
on this.

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

On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg <oyvind.brandtsegg@NTNU.NO> wrote:

Hm, I am coming back to this as I have not yet been able to solve it.
I can not use portaudio for realtime i/o, only mme

It appears similar in 6.11 and 6.12.
One thing I notice is that rtpa.dll and rtwinmm.dll are located in /plugins64, not it /bin as I would have expected.
In /bin there is a portaudio_x64.dll

* if I delete the rtpa.dll from /plugins64 and try to run a sime csd with -odac, I get: 
unknown rtaudio module: 'PortAudio', using dummy module
rtaudio: dummy module enabled
- this suggests that the portaudio i/o is loaded from /plugins64, and wildly guessing that the portaudio file under /bin does nothing useful?

* if I move the rtpa.dll file to /bin I get the same error.
Should it really be located in /plugins64? I was under the impression that only plugin opcodes would go there(?).

Just trying to poke at why this is not working.
I think I can rule out that there is a conflicting version of portaudio somewhere on my system, since portaudio can not be found if I delete the rtpa.dll frpom /plugins64

Oeyvind

Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi <stevenyi@gmail.com>:
6.10 and 6.11 both were compiled with MSVC rather than MINGW. I'm
wondering if you by chance installed over a previous < 6.10 install
and if there's some mixing of dll's?

One thing to check is what you get when running:

csound --devices

It could be that the device you are using is not the one you are
expecting?  This happens to me when an ASIO device gets selected and
ASIO4ALL is set to output to something like "Speakers" which isn't
hooked up at the moment.  (That sounds strange, but seems to be what I
remember happening.)

If that doesn't provide any new information, you could try:

1. Removing csound completely and reinstalling from the 6.11 installer
2. Try using one of the newer develop builds on AppVeyor, such as at:

https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts


On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
<oyvind.brandtsegg@ntnu.no> wrote:
>
> Hi, thanks for looking into it.
> I tested with the binary from this link
> https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
> on
> https://csound.com/download.html
>
>
> Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <stevenyi@gmail.com>:
>>
>> I have a Windows computer where I just did a fresh install of
>> dependencies and compiled Csound.  It's using Portaudio and working
>> okay.
>>
>> Oeyvind: Is this a self-compile or are you using one built on
>> AppVeyor? (or a release build?)
>> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>> <Victor.Lazzarini@mu.ie> wrote:
>> >
>> > Looks like a problem with portaudio on your system. MME is the old windows audio subsystem, which would
>> > give you high latency.
>> > ========================
>> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>> > >
>> > > Actually,
>> > > if I use -odac without any rtaudio option, it says
>> > > rtaudio: PortAudio module enabled ...
>> > > so you are correct,
>> > > but I get no sound, and no list if audio devices.
>> > > I tried using -odac99 to provoke an error and geet the list of devies that portaudio can access, but nothing appears.
>> > > Csound keeps working for the duration of the score, so some kind of realtime processing is going on, but it is a mystery where the sound goes.
>> > > If I use -+rtaudio"mme" I get the sound and also the list of audio devices. Just not with portaudio.
>> > >
>> > >
>> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <jpff@codemist.co.uk>:
>> > > Not sure if/when this changed but the default would seem to be PortAudio
>> > > except on Linux where it is alsa.
>> > >
>> > > That is from just reading the code as I set rtaudio in .csiund6rc so do ot
>> > > use any default.
>> > >
>> > >
>> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>> > >
>> > > > Hi,
>> > > > it has been some times since I rendered on the command line, but now it seems
>> > > > I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by
>> > > > design, or something odd with my system?
>> > > > Tested on 6.11, and also on 6.10
>> > > >
>> > > > Not really a problem to add this option in my files, but would allow for
>> > > > better crossplatform csds if it could be avoided.
>> > > >
>> > > > all best
>> > > > Oeyvind
>> > > >
>> > > > --
>> > > >
>> > > > Oeyvind Brandtsegg
>> > > > Professor of Music Technology
>> > > > NTNU
>> > > > 7491 Trondheim
>> > > > Norway
>> > > > Cell: +47 92 203 205
>> > > >
>> > > > http://www.partikkelaudio.com/
>> > > > http://crossadaptive.hf.ntnu.no
>> > > > http://gdsp.hf.ntnu.no/
>> > > > http://soundcloud.com/brandtsegg
>> > > > http://flyndresang.no/
>> > > > http://soundcloud.com/t-emp
>> > > >
>> > > > Csound mailing list Csound@listserv.heanet.ie
>> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > > > https://github.com/csound/csound/issues Discussions of bugs and features can
>> > > > be posted here
>> > > >
>> > >
>> > > Csound mailing list
>> > > Csound@listserv.heanet.ie
>> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> > > Send bugs reports to
>> > >         https://github.com/csound/csound/issues
>> > > Discussions of bugs and features can be posted here
>> > >
>> > >
>> > > --
>> > >
>> > > Oeyvind Brandtsegg
>> > > Professor of Music Technology
>> > > NTNU
>> > > 7491 Trondheim
>> > > Norway
>> > > Cell: +47 92 203 205
>> > >
>> > > http://www.partikkelaudio.com/
>> > > http://crossadaptive.hf.ntnu.no
>> > > http://gdsp.hf.ntnu.no/
>> > > http://soundcloud.com/brandtsegg
>> > > http://flyndresang.no/
>> > > http://soundcloud.com/t-emp
>> > >
>> > > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> >
>> > Csound mailing list
>> > Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> > Send bugs reports to
>> >         https://github.com/csound/csound/issues
>> > Discussions of bugs and features can be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-04 14:14
FromOeyvind Brandtsegg
SubjectRe: [Csnd] rtaudio
Thanks Victor,
Isn't it odd that rtpa.dll is in the plugins directory then?
Even if rtpa.dll is technically a plugin, I thought it was only opcode plugins that shoud go in /plugins64
If I move rtpa.dll to /bin it behaves the same as if I delete it, so it is obviously only being looked for in /plugins64
I think at some point in the past rtpa.dll used to live in /bin

I would not have a problem with it either way, I just investigate everything that looks odd in this context, to try to poke at why this is not working here.


Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini <Victor.Lazzarini@mu.ie>:
rtpa.dll is the csound portaudio plugin
portaudio_x64.dll is the portaudio library

Unless rtpa.dll is using a static portaudio lib, both files are needed.

Looks like something not right with the portaudio library, maybe an iffy build of
the library?

Windows devs are needed to check up
on this.

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

On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg <oyvind.brandtsegg@NTNU.NO> wrote:

Hm, I am coming back to this as I have not yet been able to solve it.
I can not use portaudio for realtime i/o, only mme

It appears similar in 6.11 and 6.12.
One thing I notice is that rtpa.dll and rtwinmm.dll are located in /plugins64, not it /bin as I would have expected.
In /bin there is a portaudio_x64.dll

* if I delete the rtpa.dll from /plugins64 and try to run a sime csd with -odac, I get: 
unknown rtaudio module: 'PortAudio', using dummy module
rtaudio: dummy module enabled
- this suggests that the portaudio i/o is loaded from /plugins64, and wildly guessing that the portaudio file under /bin does nothing useful?

* if I move the rtpa.dll file to /bin I get the same error.
Should it really be located in /plugins64? I was under the impression that only plugin opcodes would go there(?).

Just trying to poke at why this is not working.
I think I can rule out that there is a conflicting version of portaudio somewhere on my system, since portaudio can not be found if I delete the rtpa.dll frpom /plugins64

Oeyvind

Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi <stevenyi@gmail.com>:
6.10 and 6.11 both were compiled with MSVC rather than MINGW. I'm
wondering if you by chance installed over a previous < 6.10 install
and if there's some mixing of dll's?

One thing to check is what you get when running:

csound --devices

It could be that the device you are using is not the one you are
expecting?  This happens to me when an ASIO device gets selected and
ASIO4ALL is set to output to something like "Speakers" which isn't
hooked up at the moment.  (That sounds strange, but seems to be what I
remember happening.)

If that doesn't provide any new information, you could try:

1. Removing csound completely and reinstalling from the 6.11 installer
2. Try using one of the newer develop builds on AppVeyor, such as at:

https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts


On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
<oyvind.brandtsegg@ntnu.no> wrote:
>
> Hi, thanks for looking into it.
> I tested with the binary from this link
> https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
> on
> https://csound.com/download.html
>
>
> Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <stevenyi@gmail.com>:
>>
>> I have a Windows computer where I just did a fresh install of
>> dependencies and compiled Csound.  It's using Portaudio and working
>> okay.
>>
>> Oeyvind: Is this a self-compile or are you using one built on
>> AppVeyor? (or a release build?)
>> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>> <Victor.Lazzarini@mu.ie> wrote:
>> >
>> > Looks like a problem with portaudio on your system. MME is the old windows audio subsystem, which would
>> > give you high latency.
>> > ========================
>> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>> > >
>> > > Actually,
>> > > if I use -odac without any rtaudio option, it says
>> > > rtaudio: PortAudio module enabled ...
>> > > so you are correct,
>> > > but I get no sound, and no list if audio devices.
>> > > I tried using -odac99 to provoke an error and geet the list of devies that portaudio can access, but nothing appears.
>> > > Csound keeps working for the duration of the score, so some kind of realtime processing is going on, but it is a mystery where the sound goes.
>> > > If I use -+rtaudio"mme" I get the sound and also the list of audio devices. Just not with portaudio.
>> > >
>> > >
>> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <jpff@codemist.co.uk>:
>> > > Not sure if/when this changed but the default would seem to be PortAudio
>> > > except on Linux where it is alsa.
>> > >
>> > > That is from just reading the code as I set rtaudio in .csiund6rc so do ot
>> > > use any default.
>> > >
>> > >
>> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>> > >
>> > > > Hi,
>> > > > it has been some times since I rendered on the command line, but now it seems
>> > > > I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by
>> > > > design, or something odd with my system?
>> > > > Tested on 6.11, and also on 6.10
>> > > >
>> > > > Not really a problem to add this option in my files, but would allow for
>> > > > better crossplatform csds if it could be avoided.
>> > > >
>> > > > all best
>> > > > Oeyvind
>> > > >
>> > > > --
>> > > >
>> > > > Oeyvind Brandtsegg
>> > > > Professor of Music Technology
>> > > > NTNU
>> > > > 7491 Trondheim
>> > > > Norway
>> > > > Cell: +47 92 203 205
>> > > >
>> > > > http://www.partikkelaudio.com/
>> > > > http://crossadaptive.hf.ntnu.no
>> > > > http://gdsp.hf.ntnu.no/
>> > > > http://soundcloud.com/brandtsegg
>> > > > http://flyndresang.no/
>> > > > http://soundcloud.com/t-emp
>> > > >
>> > > > Csound mailing list Csound@listserv.heanet.ie
>> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > > > https://github.com/csound/csound/issues Discussions of bugs and features can
>> > > > be posted here
>> > > >
>> > >
>> > > Csound mailing list
>> > > Csound@listserv.heanet.ie
>> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> > > Send bugs reports to
>> > >         https://github.com/csound/csound/issues
>> > > Discussions of bugs and features can be posted here
>> > >
>> > >
>> > > --
>> > >
>> > > Oeyvind Brandtsegg
>> > > Professor of Music Technology
>> > > NTNU
>> > > 7491 Trondheim
>> > > Norway
>> > > Cell: +47 92 203 205
>> > >
>> > > http://www.partikkelaudio.com/
>> > > http://crossadaptive.hf.ntnu.no
>> > > http://gdsp.hf.ntnu.no/
>> > > http://soundcloud.com/brandtsegg
>> > > http://flyndresang.no/
>> > > http://soundcloud.com/t-emp
>> > >
>> > > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> >
>> > Csound mailing list
>> > Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> > Send bugs reports to
>> >         https://github.com/csound/csound/issues
>> > Discussions of bugs and features can be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-04 14:40
FromRory Walsh
SubjectRe: [Csnd] rtaudio
I don't have my own build on this PC. I just installed using the latest Csound package for 6.12?

On Tue, 4 Dec 2018 at 14:10, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
Thank you Rory,
your print is looking good.
It also shows that you have your own Csound build.
Could you send me your rtpa.dll and portaudio_x64.dll ?, and I can see if it makes any difference if I replace those I have here (mine are from the binary installer)

Den tir. 4. des. 2018 kl. 10:43 skrev Rory Walsh <rorywalsh@ear.ie>:
Hi Oeyvind, I get the following after csound --devices:

--Csound version 6.12 beta (double samples) Oct 24 2018
[commit: 037becccce26dc9ebc37198a75877e817431d978]
libsndfile-1.0.29pre1
rtaudio: PortAudio module enabled ...
using callback interface
rtmidi: PortMIDI module enabled
PortAudio V19.6.0-devel, revision unknown
7 audio input devices
 0: adc0 (Microsoft Sound Mapper - Input [MME])
 1: adc1 (Microphone Array (Realtek High  [MME])
 2: adc2 (Primary Sound Capture Driver [Windows DirectSound])
 3: adc3 (Microphone Array (Realtek High Definition Audio) [Windows Dire)
 4: adc4 (ASIO4ALL v2 [ASIO])
 5: adc5 (Microphone Array (Realtek High Definition Audio) [Windows WASA)
 6: adc6 (Microphone Array (Realtek HD Audio Mic input) [Windows WDM-KS])
7 audio output devices
 0: dac0 (Microsoft Sound Mapper - Output [MME])
 1: dac1 (Speaker/HP (Realtek High Defini [MME])
 2: dac2 (Primary Sound Driver [Windows DirectSound])
 3: dac3 (Speaker/HP (Realtek High Definition Audio) [Windows DirectSoun)
 4: dac4 (ASIO4ALL v2 [ASIO])
 5: dac5 (Speaker/HP (Realtek High Definition Audio) [Windows WASAPI])
 6: dac6 (Speakers (Realtek HD Audio output) [Windows WDM-KS])
end of score.              overall amps:      0.0
           overall samples out of range:        0
0 errors in performance
Elapsed time at end of performance: real: 0.757s, CPU: 0.757s



On Mon, 3 Dec 2018 at 21:53, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
rtpa.dll is the csound portaudio plugin
portaudio_x64.dll is the portaudio library

Unless rtpa.dll is using a static portaudio lib, both files are needed.

Looks like something not right with the portaudio library, maybe an iffy build of
the library?

Windows devs are needed to check up
on this.

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

On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg <oyvind.brandtsegg@NTNU.NO> wrote:

Hm, I am coming back to this as I have not yet been able to solve it.
I can not use portaudio for realtime i/o, only mme

It appears similar in 6.11 and 6.12.
One thing I notice is that rtpa.dll and rtwinmm.dll are located in /plugins64, not it /bin as I would have expected.
In /bin there is a portaudio_x64.dll

* if I delete the rtpa.dll from /plugins64 and try to run a sime csd with -odac, I get: 
unknown rtaudio module: 'PortAudio', using dummy module
rtaudio: dummy module enabled
- this suggests that the portaudio i/o is loaded from /plugins64, and wildly guessing that the portaudio file under /bin does nothing useful?

* if I move the rtpa.dll file to /bin I get the same error.
Should it really be located in /plugins64? I was under the impression that only plugin opcodes would go there(?).

Just trying to poke at why this is not working.
I think I can rule out that there is a conflicting version of portaudio somewhere on my system, since portaudio can not be found if I delete the rtpa.dll frpom /plugins64

Oeyvind

Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi <stevenyi@gmail.com>:
6.10 and 6.11 both were compiled with MSVC rather than MINGW. I'm
wondering if you by chance installed over a previous < 6.10 install
and if there's some mixing of dll's?

One thing to check is what you get when running:

csound --devices

It could be that the device you are using is not the one you are
expecting?  This happens to me when an ASIO device gets selected and
ASIO4ALL is set to output to something like "Speakers" which isn't
hooked up at the moment.  (That sounds strange, but seems to be what I
remember happening.)

If that doesn't provide any new information, you could try:

1. Removing csound completely and reinstalling from the 6.11 installer
2. Try using one of the newer develop builds on AppVeyor, such as at:

https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts


On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
<oyvind.brandtsegg@ntnu.no> wrote:
>
> Hi, thanks for looking into it.
> I tested with the binary from this link
> https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
> on
> https://csound.com/download.html
>
>
> Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <stevenyi@gmail.com>:
>>
>> I have a Windows computer where I just did a fresh install of
>> dependencies and compiled Csound.  It's using Portaudio and working
>> okay.
>>
>> Oeyvind: Is this a self-compile or are you using one built on
>> AppVeyor? (or a release build?)
>> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>> <Victor.Lazzarini@mu.ie> wrote:
>> >
>> > Looks like a problem with portaudio on your system. MME is the old windows audio subsystem, which would
>> > give you high latency.
>> > ========================
>> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>> > >
>> > > Actually,
>> > > if I use -odac without any rtaudio option, it says
>> > > rtaudio: PortAudio module enabled ...
>> > > so you are correct,
>> > > but I get no sound, and no list if audio devices.
>> > > I tried using -odac99 to provoke an error and geet the list of devies that portaudio can access, but nothing appears.
>> > > Csound keeps working for the duration of the score, so some kind of realtime processing is going on, but it is a mystery where the sound goes.
>> > > If I use -+rtaudio"mme" I get the sound and also the list of audio devices. Just not with portaudio.
>> > >
>> > >
>> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <jpff@codemist.co.uk>:
>> > > Not sure if/when this changed but the default would seem to be PortAudio
>> > > except on Linux where it is alsa.
>> > >
>> > > That is from just reading the code as I set rtaudio in .csiund6rc so do ot
>> > > use any default.
>> > >
>> > >
>> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>> > >
>> > > > Hi,
>> > > > it has been some times since I rendered on the command line, but now it seems
>> > > > I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by
>> > > > design, or something odd with my system?
>> > > > Tested on 6.11, and also on 6.10
>> > > >
>> > > > Not really a problem to add this option in my files, but would allow for
>> > > > better crossplatform csds if it could be avoided.
>> > > >
>> > > > all best
>> > > > Oeyvind
>> > > >
>> > > > --
>> > > >
>> > > > Oeyvind Brandtsegg
>> > > > Professor of Music Technology
>> > > > NTNU
>> > > > 7491 Trondheim
>> > > > Norway
>> > > > Cell: +47 92 203 205
>> > > >
>> > > > http://www.partikkelaudio.com/
>> > > > http://crossadaptive.hf.ntnu.no
>> > > > http://gdsp.hf.ntnu.no/
>> > > > http://soundcloud.com/brandtsegg
>> > > > http://flyndresang.no/
>> > > > http://soundcloud.com/t-emp
>> > > >
>> > > > Csound mailing list Csound@listserv.heanet.ie
>> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> > > > https://github.com/csound/csound/issues Discussions of bugs and features can
>> > > > be posted here
>> > > >
>> > >
>> > > Csound mailing list
>> > > Csound@listserv.heanet.ie
>> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> > > Send bugs reports to
>> > >         https://github.com/csound/csound/issues
>> > > Discussions of bugs and features can be posted here
>> > >
>> > >
>> > > --
>> > >
>> > > Oeyvind Brandtsegg
>> > > Professor of Music Technology
>> > > NTNU
>> > > 7491 Trondheim
>> > > Norway
>> > > Cell: +47 92 203 205
>> > >
>> > > http://www.partikkelaudio.com/
>> > > http://crossadaptive.hf.ntnu.no
>> > > http://gdsp.hf.ntnu.no/
>> > > http://soundcloud.com/brandtsegg
>> > > http://flyndresang.no/
>> > > http://soundcloud.com/t-emp
>> > >
>> > > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> >
>> > Csound mailing list
>> > Csound@listserv.heanet.ie
>> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> > Send bugs reports to
>> >         https://github.com/csound/csound/issues
>> > Discussions of bugs and features can be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-04 15:14
FromVictor Lazzarini
SubjectRe: [Csnd] rtaudio
No, it’s the way we’ve always done it, all plugins (opcodes, function tables, audio and midi IO) are in the
plugins directory. When Csound runs it looks for that directory and loads them all from there.



========================
Prof. 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 4 Dec 2018, at 14:14, Oeyvind Brandtsegg  wrote:
> 
> Thanks Victor,
> Isn't it odd that rtpa.dll is in the plugins directory then?
> Even if rtpa.dll is technically a plugin, I thought it was only opcode plugins that shoud go in /plugins64
> If I move rtpa.dll to /bin it behaves the same as if I delete it, so it is obviously only being looked for in /plugins64
> I think at some point in the past rtpa.dll used to live in /bin
> 
> I would not have a problem with it either way, I just investigate everything that looks odd in this context, to try to poke at why this is not working here.
> 
> 
> Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini :
> rtpa.dll is the csound portaudio plugin
> portaudio_x64.dll is the portaudio library
> 
> Unless rtpa.dll is using a static portaudio lib, both files are needed.
> 
> Looks like something not right with the portaudio library, maybe an iffy build of
> the library?
> 
> Windows devs are needed to check up
> on this.
> 
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
> 
> On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg  wrote:
> 
>> Hm, I am coming back to this as I have not yet been able to solve it.
>> I can not use portaudio for realtime i/o, only mme
>> 
>> It appears similar in 6.11 and 6.12.
>> One thing I notice is that rtpa.dll and rtwinmm.dll are located in /plugins64, not it /bin as I would have expected.
>> In /bin there is a portaudio_x64.dll
>> 
>> * if I delete the rtpa.dll from /plugins64 and try to run a sime csd with -odac, I get: 
>> unknown rtaudio module: 'PortAudio', using dummy module
>> rtaudio: dummy module enabled
>> - this suggests that the portaudio i/o is loaded from /plugins64, and wildly guessing that the portaudio file under /bin does nothing useful?
>> 
>> * if I move the rtpa.dll file to /bin I get the same error.
>> Should it really be located in /plugins64? I was under the impression that only plugin opcodes would go there(?).
>> 
>> Just trying to poke at why this is not working.
>> I think I can rule out that there is a conflicting version of portaudio somewhere on my system, since portaudio can not be found if I delete the rtpa.dll frpom /plugins64
>> 
>> Oeyvind
>> 
>> Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi :
>> 6.10 and 6.11 both were compiled with MSVC rather than MINGW. I'm
>> wondering if you by chance installed over a previous < 6.10 install
>> and if there's some mixing of dll's?
>> 
>> One thing to check is what you get when running:
>> 
>> csound --devices
>> 
>> It could be that the device you are using is not the one you are
>> expecting?  This happens to me when an ASIO device gets selected and
>> ASIO4ALL is set to output to something like "Speakers" which isn't
>> hooked up at the moment.  (That sounds strange, but seems to be what I
>> remember happening.)
>> 
>> If that doesn't provide any new information, you could try:
>> 
>> 1. Removing csound completely and reinstalling from the 6.11 installer
>> 2. Try using one of the newer develop builds on AppVeyor, such as at:
>> 
>> https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts
>> 
>> 
>> On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
>>  wrote:
>> >
>> > Hi, thanks for looking into it.
>> > I tested with the binary from this link
>> > https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
>> > on
>> > https://csound.com/download.html
>> >
>> >
>> > Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi :
>> >>
>> >> I have a Windows computer where I just did a fresh install of
>> >> dependencies and compiled Csound.  It's using Portaudio and working
>> >> okay.
>> >>
>> >> Oeyvind: Is this a self-compile or are you using one built on
>> >> AppVeyor? (or a release build?)
>> >> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>> >>  wrote:
>> >> >
>> >> > Looks like a problem with portaudio on your system. MME is the old windows audio subsystem, which would
>> >> > give you high latency.
>> >> > ========================
>> >> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg  wrote:
>> >> > >
>> >> > > Actually,
>> >> > > if I use -odac without any rtaudio option, it says
>> >> > > rtaudio: PortAudio module enabled ...
>> >> > > so you are correct,
>> >> > > but I get no sound, and no list if audio devices.
>> >> > > I tried using -odac99 to provoke an error and geet the list of devies that portaudio can access, but nothing appears.
>> >> > > Csound keeps working for the duration of the score, so some kind of realtime processing is going on, but it is a mystery where the sound goes.
>> >> > > If I use -+rtaudio"mme" I get the sound and also the list of audio devices. Just not with portaudio.
>> >> > >
>> >> > >
>> >> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff :
>> >> > > Not sure if/when this changed but the default would seem to be PortAudio
>> >> > > except on Linux where it is alsa.
>> >> > >
>> >> > > That is from just reading the code as I set rtaudio in .csiund6rc so do ot
>> >> > > use any default.
>> >> > >
>> >> > >
>> >> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>> >> > >
>> >> > > > Hi,
>> >> > > > it has been some times since I rendered on the command line, but now it seems
>> >> > > > I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by
>> >> > > > design, or something odd with my system?
>> >> > > > Tested on 6.11, and also on 6.10
>> >> > > >
>> >> > > > Not really a problem to add this option in my files, but would allow for
>> >> > > > better crossplatform csds if it could be avoided.
>> >> > > >
>> >> > > > all best
>> >> > > > Oeyvind
>> >> > > >
>> >> > > > --
>> >> > > >
>> >> > > > Oeyvind Brandtsegg
>> >> > > > Professor of Music Technology
>> >> > > > NTNU
>> >> > > > 7491 Trondheim
>> >> > > > Norway
>> >> > > > Cell: +47 92 203 205
>> >> > > >
>> >> > > > http://www.partikkelaudio.com/
>> >> > > > http://crossadaptive.hf.ntnu.no
>> >> > > > http://gdsp.hf.ntnu.no/
>> >> > > > http://soundcloud.com/brandtsegg
>> >> > > > http://flyndresang.no/
>> >> > > > http://soundcloud.com/t-emp
>> >> > > >
>> >> > > > Csound mailing list Csound@listserv.heanet.ie
>> >> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> >> > > > https://github.com/csound/csound/issues Discussions of bugs and features can
>> >> > > > be posted here
>> >> > > >
>> >> > >
>> >> > > Csound mailing list
>> >> > > Csound@listserv.heanet.ie
>> >> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> > > Send bugs reports to
>> >> > >         https://github.com/csound/csound/issues
>> >> > > Discussions of bugs and features can be posted here
>> >> > >
>> >> > >
>> >> > > --
>> >> > >
>> >> > > Oeyvind Brandtsegg
>> >> > > Professor of Music Technology
>> >> > > NTNU
>> >> > > 7491 Trondheim
>> >> > > Norway
>> >> > > Cell: +47 92 203 205
>> >> > >
>> >> > > http://www.partikkelaudio.com/
>> >> > > http://crossadaptive.hf.ntnu.no
>> >> > > http://gdsp.hf.ntnu.no/
>> >> > > http://soundcloud.com/brandtsegg
>> >> > > http://flyndresang.no/
>> >> > > http://soundcloud.com/t-emp
>> >> > >
>> >> > > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> >> >
>> >> > Csound mailing list
>> >> > Csound@listserv.heanet.ie
>> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> > Send bugs reports to
>> >> >         https://github.com/csound/csound/issues
>> >> > Discussions of bugs and features can be posted here
>> >>
>> >> Csound mailing list
>> >> Csound@listserv.heanet.ie
>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >
>> >
>> >
>> > --
>> >
>> > Oeyvind Brandtsegg
>> > Professor of Music Technology
>> > NTNU
>> > 7491 Trondheim
>> > Norway
>> > Cell: +47 92 203 205
>> >
>> > http://www.partikkelaudio.com/
>> > http://crossadaptive.hf.ntnu.no
>> > http://gdsp.hf.ntnu.no/
>> > http://soundcloud.com/brandtsegg
>> > http://flyndresang.no/
>> > http://soundcloud.com/t-emp
>> >
>> > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> 
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> 
>> 
>> -- 
>> 
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>> 
>> http://www.partikkelaudio.com/
>> http://crossadaptive.hf.ntnu.no
>> http://gdsp.hf.ntnu.no/
>> http://soundcloud.com/brandtsegg
>> http://flyndresang.no/
>> http://soundcloud.com/t-emp
>>  
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
> 
> 
> -- 
> 
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
> 
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
>  
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here


Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-12-04 17:51
FromOeyvind Brandtsegg
SubjectRe: [Csnd] rtaudio
ok. Thanks. That is good to know.

Is there any way to get any more information about what portaudio fails to do on my system?
Any way of accessing portaudio with some sort of verbose or debug output?

Den tir. 4. des. 2018 kl. 16:14 skrev Victor Lazzarini <Victor.Lazzarini@mu.ie>:
No, it’s the way we’ve always done it, all plugins (opcodes, function tables, audio and midi IO) are in the
plugins directory. When Csound runs it looks for that directory and loads them all from there.



========================
Prof. 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 4 Dec 2018, at 14:14, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>
> Thanks Victor,
> Isn't it odd that rtpa.dll is in the plugins directory then?
> Even if rtpa.dll is technically a plugin, I thought it was only opcode plugins that shoud go in /plugins64
> If I move rtpa.dll to /bin it behaves the same as if I delete it, so it is obviously only being looked for in /plugins64
> I think at some point in the past rtpa.dll used to live in /bin
>
> I would not have a problem with it either way, I just investigate everything that looks odd in this context, to try to poke at why this is not working here.
>
>
> Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini <Victor.Lazzarini@mu.ie>:
> rtpa.dll is the csound portaudio plugin
> portaudio_x64.dll is the portaudio library
>
> Unless rtpa.dll is using a static portaudio lib, both files are needed.
>
> Looks like something not right with the portaudio library, maybe an iffy build of
> the library?
>
> Windows devs are needed to check up
> on this.
>
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
>
> On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg <oyvind.brandtsegg@NTNU.NO> wrote:
>
>> Hm, I am coming back to this as I have not yet been able to solve it.
>> I can not use portaudio for realtime i/o, only mme
>>
>> It appears similar in 6.11 and 6.12.
>> One thing I notice is that rtpa.dll and rtwinmm.dll are located in /plugins64, not it /bin as I would have expected.
>> In /bin there is a portaudio_x64.dll
>>
>> * if I delete the rtpa.dll from /plugins64 and try to run a sime csd with -odac, I get:
>> unknown rtaudio module: 'PortAudio', using dummy module
>> rtaudio: dummy module enabled
>> - this suggests that the portaudio i/o is loaded from /plugins64, and wildly guessing that the portaudio file under /bin does nothing useful?
>>
>> * if I move the rtpa.dll file to /bin I get the same error.
>> Should it really be located in /plugins64? I was under the impression that only plugin opcodes would go there(?).
>>
>> Just trying to poke at why this is not working.
>> I think I can rule out that there is a conflicting version of portaudio somewhere on my system, since portaudio can not be found if I delete the rtpa.dll frpom /plugins64
>>
>> Oeyvind
>>
>> Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi <stevenyi@gmail.com>:
>> 6.10 and 6.11 both were compiled with MSVC rather than MINGW. I'm
>> wondering if you by chance installed over a previous < 6.10 install
>> and if there's some mixing of dll's?
>>
>> One thing to check is what you get when running:
>>
>> csound --devices
>>
>> It could be that the device you are using is not the one you are
>> expecting?  This happens to me when an ASIO device gets selected and
>> ASIO4ALL is set to output to something like "Speakers" which isn't
>> hooked up at the moment.  (That sounds strange, but seems to be what I
>> remember happening.)
>>
>> If that doesn't provide any new information, you could try:
>>
>> 1. Removing csound completely and reinstalling from the 6.11 installer
>> 2. Try using one of the newer develop builds on AppVeyor, such as at:
>>
>> https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts
>>
>>
>> On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
>> <oyvind.brandtsegg@ntnu.no> wrote:
>> >
>> > Hi, thanks for looking into it.
>> > I tested with the binary from this link
>> > https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
>> > on
>> > https://csound.com/download.html
>> >
>> >
>> > Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <stevenyi@gmail.com>:
>> >>
>> >> I have a Windows computer where I just did a fresh install of
>> >> dependencies and compiled Csound.  It's using Portaudio and working
>> >> okay.
>> >>
>> >> Oeyvind: Is this a self-compile or are you using one built on
>> >> AppVeyor? (or a release build?)
>> >> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>> >> <Victor.Lazzarini@mu.ie> wrote:
>> >> >
>> >> > Looks like a problem with portaudio on your system. MME is the old windows audio subsystem, which would
>> >> > give you high latency.
>> >> > ========================
>> >> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>> >> > >
>> >> > > Actually,
>> >> > > if I use -odac without any rtaudio option, it says
>> >> > > rtaudio: PortAudio module enabled ...
>> >> > > so you are correct,
>> >> > > but I get no sound, and no list if audio devices.
>> >> > > I tried using -odac99 to provoke an error and geet the list of devies that portaudio can access, but nothing appears.
>> >> > > Csound keeps working for the duration of the score, so some kind of realtime processing is going on, but it is a mystery where the sound goes.
>> >> > > If I use -+rtaudio"mme" I get the sound and also the list of audio devices. Just not with portaudio.
>> >> > >
>> >> > >
>> >> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <jpff@codemist.co.uk>:
>> >> > > Not sure if/when this changed but the default would seem to be PortAudio
>> >> > > except on Linux where it is alsa.
>> >> > >
>> >> > > That is from just reading the code as I set rtaudio in .csiund6rc so do ot
>> >> > > use any default.
>> >> > >
>> >> > >
>> >> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>> >> > >
>> >> > > > Hi,
>> >> > > > it has been some times since I rendered on the command line, but now it seems
>> >> > > > I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by
>> >> > > > design, or something odd with my system?
>> >> > > > Tested on 6.11, and also on 6.10
>> >> > > >
>> >> > > > Not really a problem to add this option in my files, but would allow for
>> >> > > > better crossplatform csds if it could be avoided.
>> >> > > >
>> >> > > > all best
>> >> > > > Oeyvind
>> >> > > >
>> >> > > > --
>> >> > > >
>> >> > > > Oeyvind Brandtsegg
>> >> > > > Professor of Music Technology
>> >> > > > NTNU
>> >> > > > 7491 Trondheim
>> >> > > > Norway
>> >> > > > Cell: +47 92 203 205
>> >> > > >
>> >> > > > http://www.partikkelaudio.com/
>> >> > > > http://crossadaptive.hf.ntnu.no
>> >> > > > http://gdsp.hf.ntnu.no/
>> >> > > > http://soundcloud.com/brandtsegg
>> >> > > > http://flyndresang.no/
>> >> > > > http://soundcloud.com/t-emp
>> >> > > >
>> >> > > > Csound mailing list Csound@listserv.heanet.ie
>> >> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> >> > > > https://github.com/csound/csound/issues Discussions of bugs and features can
>> >> > > > be posted here
>> >> > > >
>> >> > >
>> >> > > Csound mailing list
>> >> > > Csound@listserv.heanet.ie
>> >> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> > > Send bugs reports to
>> >> > >         https://github.com/csound/csound/issues
>> >> > > Discussions of bugs and features can be posted here
>> >> > >
>> >> > >
>> >> > > --
>> >> > >
>> >> > > Oeyvind Brandtsegg
>> >> > > Professor of Music Technology
>> >> > > NTNU
>> >> > > 7491 Trondheim
>> >> > > Norway
>> >> > > Cell: +47 92 203 205
>> >> > >
>> >> > > http://www.partikkelaudio.com/
>> >> > > http://crossadaptive.hf.ntnu.no
>> >> > > http://gdsp.hf.ntnu.no/
>> >> > > http://soundcloud.com/brandtsegg
>> >> > > http://flyndresang.no/
>> >> > > http://soundcloud.com/t-emp
>> >> > >
>> >> > > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> >> >
>> >> > Csound mailing list
>> >> > Csound@listserv.heanet.ie
>> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> > Send bugs reports to
>> >> >         https://github.com/csound/csound/issues
>> >> > Discussions of bugs and features can be posted here
>> >>
>> >> Csound mailing list
>> >> Csound@listserv.heanet.ie
>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >
>> >
>> >
>> > --
>> >
>> > Oeyvind Brandtsegg
>> > Professor of Music Technology
>> > NTNU
>> > 7491 Trondheim
>> > Norway
>> > Cell: +47 92 203 205
>> >
>> > http://www.partikkelaudio.com/
>> > http://crossadaptive.hf.ntnu.no
>> > http://gdsp.hf.ntnu.no/
>> > http://soundcloud.com/brandtsegg
>> > http://flyndresang.no/
>> > http://soundcloud.com/t-emp
>> >
>> > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>>
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://www.partikkelaudio.com/
>> http://crossadaptive.hf.ntnu.no
>> http://gdsp.hf.ntnu.no/
>> http://soundcloud.com/brandtsegg
>> http://flyndresang.no/
>> http://soundcloud.com/t-emp
>> 
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp

> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here


Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-04 17:57
FromVictor Lazzarini
SubjectRe: [Csnd] rtaudio
I am sorry, but I don't know much about windows. The windows people here should be able to help.

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

On 4 Dec 2018, at 17:51, Oeyvind Brandtsegg <oyvind.brandtsegg@NTNU.NO> wrote:

ok. Thanks. That is good to know.

Is there any way to get any more information about what portaudio fails to do on my system?
Any way of accessing portaudio with some sort of verbose or debug output?

Den tir. 4. des. 2018 kl. 16:14 skrev Victor Lazzarini <Victor.Lazzarini@mu.ie>:
No, it’s the way we’ve always done it, all plugins (opcodes, function tables, audio and midi IO) are in the
plugins directory. When Csound runs it looks for that directory and loads them all from there.



========================
Prof. 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 4 Dec 2018, at 14:14, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>
> Thanks Victor,
> Isn't it odd that rtpa.dll is in the plugins directory then?
> Even if rtpa.dll is technically a plugin, I thought it was only opcode plugins that shoud go in /plugins64
> If I move rtpa.dll to /bin it behaves the same as if I delete it, so it is obviously only being looked for in /plugins64
> I think at some point in the past rtpa.dll used to live in /bin
>
> I would not have a problem with it either way, I just investigate everything that looks odd in this context, to try to poke at why this is not working here.
>
>
> Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini <Victor.Lazzarini@mu.ie>:
> rtpa.dll is the csound portaudio plugin
> portaudio_x64.dll is the portaudio library
>
> Unless rtpa.dll is using a static portaudio lib, both files are needed.
>
> Looks like something not right with the portaudio library, maybe an iffy build of
> the library?
>
> Windows devs are needed to check up
> on this.
>
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
>
> On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg <oyvind.brandtsegg@NTNU.NO> wrote:
>
>> Hm, I am coming back to this as I have not yet been able to solve it.
>> I can not use portaudio for realtime i/o, only mme
>>
>> It appears similar in 6.11 and 6.12.
>> One thing I notice is that rtpa.dll and rtwinmm.dll are located in /plugins64, not it /bin as I would have expected.
>> In /bin there is a portaudio_x64.dll
>>
>> * if I delete the rtpa.dll from /plugins64 and try to run a sime csd with -odac, I get:
>> unknown rtaudio module: 'PortAudio', using dummy module
>> rtaudio: dummy module enabled
>> - this suggests that the portaudio i/o is loaded from /plugins64, and wildly guessing that the portaudio file under /bin does nothing useful?
>>
>> * if I move the rtpa.dll file to /bin I get the same error.
>> Should it really be located in /plugins64? I was under the impression that only plugin opcodes would go there(?).
>>
>> Just trying to poke at why this is not working.
>> I think I can rule out that there is a conflicting version of portaudio somewhere on my system, since portaudio can not be found if I delete the rtpa.dll frpom /plugins64
>>
>> Oeyvind
>>
>> Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi <stevenyi@gmail.com>:
>> 6.10 and 6.11 both were compiled with MSVC rather than MINGW. I'm
>> wondering if you by chance installed over a previous < 6.10 install
>> and if there's some mixing of dll's?
>>
>> One thing to check is what you get when running:
>>
>> csound --devices
>>
>> It could be that the device you are using is not the one you are
>> expecting?  This happens to me when an ASIO device gets selected and
>> ASIO4ALL is set to output to something like "Speakers" which isn't
>> hooked up at the moment.  (That sounds strange, but seems to be what I
>> remember happening.)
>>
>> If that doesn't provide any new information, you could try:
>>
>> 1. Removing csound completely and reinstalling from the 6.11 installer
>> 2. Try using one of the newer develop builds on AppVeyor, such as at:
>>
>> https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts
>>
>>
>> On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
>> <oyvind.brandtsegg@ntnu.no> wrote:
>> >
>> > Hi, thanks for looking into it.
>> > I tested with the binary from this link
>> > https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
>> > on
>> > https://csound.com/download.html
>> >
>> >
>> > Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <stevenyi@gmail.com>:
>> >>
>> >> I have a Windows computer where I just did a fresh install of
>> >> dependencies and compiled Csound.  It's using Portaudio and working
>> >> okay.
>> >>
>> >> Oeyvind: Is this a self-compile or are you using one built on
>> >> AppVeyor? (or a release build?)
>> >> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>> >> <Victor.Lazzarini@mu.ie> wrote:
>> >> >
>> >> > Looks like a problem with portaudio on your system. MME is the old windows audio subsystem, which would
>> >> > give you high latency.
>> >> > ========================
>> >> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>> >> > >
>> >> > > Actually,
>> >> > > if I use -odac without any rtaudio option, it says
>> >> > > rtaudio: PortAudio module enabled ...
>> >> > > so you are correct,
>> >> > > but I get no sound, and no list if audio devices.
>> >> > > I tried using -odac99 to provoke an error and geet the list of devies that portaudio can access, but nothing appears.
>> >> > > Csound keeps working for the duration of the score, so some kind of realtime processing is going on, but it is a mystery where the sound goes.
>> >> > > If I use -+rtaudio"mme" I get the sound and also the list of audio devices. Just not with portaudio.
>> >> > >
>> >> > >
>> >> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <jpff@codemist.co.uk>:
>> >> > > Not sure if/when this changed but the default would seem to be PortAudio
>> >> > > except on Linux where it is alsa.
>> >> > >
>> >> > > That is from just reading the code as I set rtaudio in .csiund6rc so do ot
>> >> > > use any default.
>> >> > >
>> >> > >
>> >> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>> >> > >
>> >> > > > Hi,
>> >> > > > it has been some times since I rendered on the command line, but now it seems
>> >> > > > I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by
>> >> > > > design, or something odd with my system?
>> >> > > > Tested on 6.11, and also on 6.10
>> >> > > >
>> >> > > > Not really a problem to add this option in my files, but would allow for
>> >> > > > better crossplatform csds if it could be avoided.
>> >> > > >
>> >> > > > all best
>> >> > > > Oeyvind
>> >> > > >
>> >> > > > --
>> >> > > >
>> >> > > > Oeyvind Brandtsegg
>> >> > > > Professor of Music Technology
>> >> > > > NTNU
>> >> > > > 7491 Trondheim
>> >> > > > Norway
>> >> > > > Cell: +47 92 203 205
>> >> > > >
>> >> > > > http://www.partikkelaudio.com/
>> >> > > > http://crossadaptive.hf.ntnu.no
>> >> > > > http://gdsp.hf.ntnu.no/
>> >> > > > http://soundcloud.com/brandtsegg
>> >> > > > http://flyndresang.no/
>> >> > > > http://soundcloud.com/t-emp
>> >> > > >
>> >> > > > Csound mailing list Csound@listserv.heanet.ie
>> >> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> >> > > > https://github.com/csound/csound/issues Discussions of bugs and features can
>> >> > > > be posted here
>> >> > > >
>> >> > >
>> >> > > Csound mailing list
>> >> > > Csound@listserv.heanet.ie
>> >> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> > > Send bugs reports to
>> >> > >         https://github.com/csound/csound/issues
>> >> > > Discussions of bugs and features can be posted here
>> >> > >
>> >> > >
>> >> > > --
>> >> > >
>> >> > > Oeyvind Brandtsegg
>> >> > > Professor of Music Technology
>> >> > > NTNU
>> >> > > 7491 Trondheim
>> >> > > Norway
>> >> > > Cell: +47 92 203 205
>> >> > >
>> >> > > http://www.partikkelaudio.com/
>> >> > > http://crossadaptive.hf.ntnu.no
>> >> > > http://gdsp.hf.ntnu.no/
>> >> > > http://soundcloud.com/brandtsegg
>> >> > > http://flyndresang.no/
>> >> > > http://soundcloud.com/t-emp
>> >> > >
>> >> > > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> >> >
>> >> > Csound mailing list
>> >> > Csound@listserv.heanet.ie
>> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> > Send bugs reports to
>> >> >         https://github.com/csound/csound/issues
>> >> > Discussions of bugs and features can be posted here
>> >>
>> >> Csound mailing list
>> >> Csound@listserv.heanet.ie
>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >
>> >
>> >
>> > --
>> >
>> > Oeyvind Brandtsegg
>> > Professor of Music Technology
>> > NTNU
>> > 7491 Trondheim
>> > Norway
>> > Cell: +47 92 203 205
>> >
>> > http://www.partikkelaudio.com/
>> > http://crossadaptive.hf.ntnu.no
>> > http://gdsp.hf.ntnu.no/
>> > http://soundcloud.com/brandtsegg
>> > http://flyndresang.no/
>> > http://soundcloud.com/t-emp
>> >
>> > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>>
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://www.partikkelaudio.com/
>> http://crossadaptive.hf.ntnu.no
>> http://gdsp.hf.ntnu.no/
>> http://soundcloud.com/brandtsegg
>> http://flyndresang.no/
>> http://soundcloud.com/t-emp
>> 
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp

> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here


Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-04 18:47
FromRory Walsh
SubjectRe: [Csnd] rtaudio
Hi Oeyvind. Could you possibly have multiple portaudio dlls in your system? I seen issues before where conflicting versions have caused problems. Here's a link to the dlls I have on my system.


On Tue, 4 Dec 2018 at 17:57, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
I am sorry, but I don't know much about windows. The windows people here should be able to help.

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

On 4 Dec 2018, at 17:51, Oeyvind Brandtsegg <oyvind.brandtsegg@NTNU.NO> wrote:

ok. Thanks. That is good to know.

Is there any way to get any more information about what portaudio fails to do on my system?
Any way of accessing portaudio with some sort of verbose or debug output?

Den tir. 4. des. 2018 kl. 16:14 skrev Victor Lazzarini <Victor.Lazzarini@mu.ie>:
No, it’s the way we’ve always done it, all plugins (opcodes, function tables, audio and midi IO) are in the
plugins directory. When Csound runs it looks for that directory and loads them all from there.



========================
Prof. 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 4 Dec 2018, at 14:14, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>
> Thanks Victor,
> Isn't it odd that rtpa.dll is in the plugins directory then?
> Even if rtpa.dll is technically a plugin, I thought it was only opcode plugins that shoud go in /plugins64
> If I move rtpa.dll to /bin it behaves the same as if I delete it, so it is obviously only being looked for in /plugins64
> I think at some point in the past rtpa.dll used to live in /bin
>
> I would not have a problem with it either way, I just investigate everything that looks odd in this context, to try to poke at why this is not working here.
>
>
> Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini <Victor.Lazzarini@mu.ie>:
> rtpa.dll is the csound portaudio plugin
> portaudio_x64.dll is the portaudio library
>
> Unless rtpa.dll is using a static portaudio lib, both files are needed.
>
> Looks like something not right with the portaudio library, maybe an iffy build of
> the library?
>
> Windows devs are needed to check up
> on this.
>
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
>
> On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg <oyvind.brandtsegg@NTNU.NO> wrote:
>
>> Hm, I am coming back to this as I have not yet been able to solve it.
>> I can not use portaudio for realtime i/o, only mme
>>
>> It appears similar in 6.11 and 6.12.
>> One thing I notice is that rtpa.dll and rtwinmm.dll are located in /plugins64, not it /bin as I would have expected.
>> In /bin there is a portaudio_x64.dll
>>
>> * if I delete the rtpa.dll from /plugins64 and try to run a sime csd with -odac, I get:
>> unknown rtaudio module: 'PortAudio', using dummy module
>> rtaudio: dummy module enabled
>> - this suggests that the portaudio i/o is loaded from /plugins64, and wildly guessing that the portaudio file under /bin does nothing useful?
>>
>> * if I move the rtpa.dll file to /bin I get the same error.
>> Should it really be located in /plugins64? I was under the impression that only plugin opcodes would go there(?).
>>
>> Just trying to poke at why this is not working.
>> I think I can rule out that there is a conflicting version of portaudio somewhere on my system, since portaudio can not be found if I delete the rtpa.dll frpom /plugins64
>>
>> Oeyvind
>>
>> Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi <stevenyi@gmail.com>:
>> 6.10 and 6.11 both were compiled with MSVC rather than MINGW. I'm
>> wondering if you by chance installed over a previous < 6.10 install
>> and if there's some mixing of dll's?
>>
>> One thing to check is what you get when running:
>>
>> csound --devices
>>
>> It could be that the device you are using is not the one you are
>> expecting?  This happens to me when an ASIO device gets selected and
>> ASIO4ALL is set to output to something like "Speakers" which isn't
>> hooked up at the moment.  (That sounds strange, but seems to be what I
>> remember happening.)
>>
>> If that doesn't provide any new information, you could try:
>>
>> 1. Removing csound completely and reinstalling from the 6.11 installer
>> 2. Try using one of the newer develop builds on AppVeyor, such as at:
>>
>> https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts
>>
>>
>> On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
>> <oyvind.brandtsegg@ntnu.no> wrote:
>> >
>> > Hi, thanks for looking into it.
>> > I tested with the binary from this link
>> > https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
>> > on
>> > https://csound.com/download.html
>> >
>> >
>> > Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <stevenyi@gmail.com>:
>> >>
>> >> I have a Windows computer where I just did a fresh install of
>> >> dependencies and compiled Csound.  It's using Portaudio and working
>> >> okay.
>> >>
>> >> Oeyvind: Is this a self-compile or are you using one built on
>> >> AppVeyor? (or a release build?)
>> >> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>> >> <Victor.Lazzarini@mu.ie> wrote:
>> >> >
>> >> > Looks like a problem with portaudio on your system. MME is the old windows audio subsystem, which would
>> >> > give you high latency.
>> >> > ========================
>> >> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>> >> > >
>> >> > > Actually,
>> >> > > if I use -odac without any rtaudio option, it says
>> >> > > rtaudio: PortAudio module enabled ...
>> >> > > so you are correct,
>> >> > > but I get no sound, and no list if audio devices.
>> >> > > I tried using -odac99 to provoke an error and geet the list of devies that portaudio can access, but nothing appears.
>> >> > > Csound keeps working for the duration of the score, so some kind of realtime processing is going on, but it is a mystery where the sound goes.
>> >> > > If I use -+rtaudio"mme" I get the sound and also the list of audio devices. Just not with portaudio.
>> >> > >
>> >> > >
>> >> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <jpff@codemist.co.uk>:
>> >> > > Not sure if/when this changed but the default would seem to be PortAudio
>> >> > > except on Linux where it is alsa.
>> >> > >
>> >> > > That is from just reading the code as I set rtaudio in .csiund6rc so do ot
>> >> > > use any default.
>> >> > >
>> >> > >
>> >> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>> >> > >
>> >> > > > Hi,
>> >> > > > it has been some times since I rendered on the command line, but now it seems
>> >> > > > I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by
>> >> > > > design, or something odd with my system?
>> >> > > > Tested on 6.11, and also on 6.10
>> >> > > >
>> >> > > > Not really a problem to add this option in my files, but would allow for
>> >> > > > better crossplatform csds if it could be avoided.
>> >> > > >
>> >> > > > all best
>> >> > > > Oeyvind
>> >> > > >
>> >> > > > --
>> >> > > >
>> >> > > > Oeyvind Brandtsegg
>> >> > > > Professor of Music Technology
>> >> > > > NTNU
>> >> > > > 7491 Trondheim
>> >> > > > Norway
>> >> > > > Cell: +47 92 203 205
>> >> > > >
>> >> > > > http://www.partikkelaudio.com/
>> >> > > > http://crossadaptive.hf.ntnu.no
>> >> > > > http://gdsp.hf.ntnu.no/
>> >> > > > http://soundcloud.com/brandtsegg
>> >> > > > http://flyndresang.no/
>> >> > > > http://soundcloud.com/t-emp
>> >> > > >
>> >> > > > Csound mailing list Csound@listserv.heanet.ie
>> >> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> >> > > > https://github.com/csound/csound/issues Discussions of bugs and features can
>> >> > > > be posted here
>> >> > > >
>> >> > >
>> >> > > Csound mailing list
>> >> > > Csound@listserv.heanet.ie
>> >> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> > > Send bugs reports to
>> >> > >         https://github.com/csound/csound/issues
>> >> > > Discussions of bugs and features can be posted here
>> >> > >
>> >> > >
>> >> > > --
>> >> > >
>> >> > > Oeyvind Brandtsegg
>> >> > > Professor of Music Technology
>> >> > > NTNU
>> >> > > 7491 Trondheim
>> >> > > Norway
>> >> > > Cell: +47 92 203 205
>> >> > >
>> >> > > http://www.partikkelaudio.com/
>> >> > > http://crossadaptive.hf.ntnu.no
>> >> > > http://gdsp.hf.ntnu.no/
>> >> > > http://soundcloud.com/brandtsegg
>> >> > > http://flyndresang.no/
>> >> > > http://soundcloud.com/t-emp
>> >> > >
>> >> > > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> >> >
>> >> > Csound mailing list
>> >> > Csound@listserv.heanet.ie
>> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> > Send bugs reports to
>> >> >         https://github.com/csound/csound/issues
>> >> > Discussions of bugs and features can be posted here
>> >>
>> >> Csound mailing list
>> >> Csound@listserv.heanet.ie
>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >
>> >
>> >
>> > --
>> >
>> > Oeyvind Brandtsegg
>> > Professor of Music Technology
>> > NTNU
>> > 7491 Trondheim
>> > Norway
>> > Cell: +47 92 203 205
>> >
>> > http://www.partikkelaudio.com/
>> > http://crossadaptive.hf.ntnu.no
>> > http://gdsp.hf.ntnu.no/
>> > http://soundcloud.com/brandtsegg
>> > http://flyndresang.no/
>> > http://soundcloud.com/t-emp
>> >
>> > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>>
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://www.partikkelaudio.com/
>> http://crossadaptive.hf.ntnu.no
>> http://gdsp.hf.ntnu.no/
>> http://soundcloud.com/brandtsegg
>> http://flyndresang.no/
>> http://soundcloud.com/t-emp
>> 
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp

> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here


Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-04 22:13
FromOeyvind Brandtsegg
SubjectRe: [Csnd] rtaudio
Thanks Rory,
The dlls you have are identical to mine, and also the Csound version is the same (I was confused at first because it is called version 6.12 beta).

I do not think I have conflicting versions, because I get errors if I try to delete either rtpa.dll or portaudio_x64.dll.
For example, if I delete rtpa.dll and run a simple csd with -odac, I get
unknown rtaudio module: 'PortAudio', using dummy module

With rtpa.dll in place, I get 
rtaudio: PortAudio module enabled ...

but no sound out, and no device listing, no effect out of changing the device number, e.g. -odac99 gives the same result as plain -odac
Csound will seem to be working on something for a few (5-ish) seconds, and then just return.
There are the last lines printed
orch now loaded
audio buffered in 4096 sample-frame blocks




Den tir. 4. des. 2018 kl. 19:47 skrev Rory Walsh <rorywalsh@ear.ie>:
Hi Oeyvind. Could you possibly have multiple portaudio dlls in your system? I seen issues before where conflicting versions have caused problems. Here's a link to the dlls I have on my system.


On Tue, 4 Dec 2018 at 17:57, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
I am sorry, but I don't know much about windows. The windows people here should be able to help.

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

On 4 Dec 2018, at 17:51, Oeyvind Brandtsegg <oyvind.brandtsegg@NTNU.NO> wrote:

ok. Thanks. That is good to know.

Is there any way to get any more information about what portaudio fails to do on my system?
Any way of accessing portaudio with some sort of verbose or debug output?

Den tir. 4. des. 2018 kl. 16:14 skrev Victor Lazzarini <Victor.Lazzarini@mu.ie>:
No, it’s the way we’ve always done it, all plugins (opcodes, function tables, audio and midi IO) are in the
plugins directory. When Csound runs it looks for that directory and loads them all from there.



========================
Prof. 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 4 Dec 2018, at 14:14, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>
> Thanks Victor,
> Isn't it odd that rtpa.dll is in the plugins directory then?
> Even if rtpa.dll is technically a plugin, I thought it was only opcode plugins that shoud go in /plugins64
> If I move rtpa.dll to /bin it behaves the same as if I delete it, so it is obviously only being looked for in /plugins64
> I think at some point in the past rtpa.dll used to live in /bin
>
> I would not have a problem with it either way, I just investigate everything that looks odd in this context, to try to poke at why this is not working here.
>
>
> Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini <Victor.Lazzarini@mu.ie>:
> rtpa.dll is the csound portaudio plugin
> portaudio_x64.dll is the portaudio library
>
> Unless rtpa.dll is using a static portaudio lib, both files are needed.
>
> Looks like something not right with the portaudio library, maybe an iffy build of
> the library?
>
> Windows devs are needed to check up
> on this.
>
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
>
> On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg <oyvind.brandtsegg@NTNU.NO> wrote:
>
>> Hm, I am coming back to this as I have not yet been able to solve it.
>> I can not use portaudio for realtime i/o, only mme
>>
>> It appears similar in 6.11 and 6.12.
>> One thing I notice is that rtpa.dll and rtwinmm.dll are located in /plugins64, not it /bin as I would have expected.
>> In /bin there is a portaudio_x64.dll
>>
>> * if I delete the rtpa.dll from /plugins64 and try to run a sime csd with -odac, I get:
>> unknown rtaudio module: 'PortAudio', using dummy module
>> rtaudio: dummy module enabled
>> - this suggests that the portaudio i/o is loaded from /plugins64, and wildly guessing that the portaudio file under /bin does nothing useful?
>>
>> * if I move the rtpa.dll file to /bin I get the same error.
>> Should it really be located in /plugins64? I was under the impression that only plugin opcodes would go there(?).
>>
>> Just trying to poke at why this is not working.
>> I think I can rule out that there is a conflicting version of portaudio somewhere on my system, since portaudio can not be found if I delete the rtpa.dll frpom /plugins64
>>
>> Oeyvind
>>
>> Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi <stevenyi@gmail.com>:
>> 6.10 and 6.11 both were compiled with MSVC rather than MINGW. I'm
>> wondering if you by chance installed over a previous < 6.10 install
>> and if there's some mixing of dll's?
>>
>> One thing to check is what you get when running:
>>
>> csound --devices
>>
>> It could be that the device you are using is not the one you are
>> expecting?  This happens to me when an ASIO device gets selected and
>> ASIO4ALL is set to output to something like "Speakers" which isn't
>> hooked up at the moment.  (That sounds strange, but seems to be what I
>> remember happening.)
>>
>> If that doesn't provide any new information, you could try:
>>
>> 1. Removing csound completely and reinstalling from the 6.11 installer
>> 2. Try using one of the newer develop builds on AppVeyor, such as at:
>>
>> https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts
>>
>>
>> On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
>> <oyvind.brandtsegg@ntnu.no> wrote:
>> >
>> > Hi, thanks for looking into it.
>> > I tested with the binary from this link
>> > https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
>> > on
>> > https://csound.com/download.html
>> >
>> >
>> > Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <stevenyi@gmail.com>:
>> >>
>> >> I have a Windows computer where I just did a fresh install of
>> >> dependencies and compiled Csound.  It's using Portaudio and working
>> >> okay.
>> >>
>> >> Oeyvind: Is this a self-compile or are you using one built on
>> >> AppVeyor? (or a release build?)
>> >> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>> >> <Victor.Lazzarini@mu.ie> wrote:
>> >> >
>> >> > Looks like a problem with portaudio on your system. MME is the old windows audio subsystem, which would
>> >> > give you high latency.
>> >> > ========================
>> >> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>> >> > >
>> >> > > Actually,
>> >> > > if I use -odac without any rtaudio option, it says
>> >> > > rtaudio: PortAudio module enabled ...
>> >> > > so you are correct,
>> >> > > but I get no sound, and no list if audio devices.
>> >> > > I tried using -odac99 to provoke an error and geet the list of devies that portaudio can access, but nothing appears.
>> >> > > Csound keeps working for the duration of the score, so some kind of realtime processing is going on, but it is a mystery where the sound goes.
>> >> > > If I use -+rtaudio"mme" I get the sound and also the list of audio devices. Just not with portaudio.
>> >> > >
>> >> > >
>> >> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <jpff@codemist.co.uk>:
>> >> > > Not sure if/when this changed but the default would seem to be PortAudio
>> >> > > except on Linux where it is alsa.
>> >> > >
>> >> > > That is from just reading the code as I set rtaudio in .csiund6rc so do ot
>> >> > > use any default.
>> >> > >
>> >> > >
>> >> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>> >> > >
>> >> > > > Hi,
>> >> > > > it has been some times since I rendered on the command line, but now it seems
>> >> > > > I need to specify -+rtaudio="mme" to enable audio out to dac. Is this by
>> >> > > > design, or something odd with my system?
>> >> > > > Tested on 6.11, and also on 6.10
>> >> > > >
>> >> > > > Not really a problem to add this option in my files, but would allow for
>> >> > > > better crossplatform csds if it could be avoided.
>> >> > > >
>> >> > > > all best
>> >> > > > Oeyvind
>> >> > > >
>> >> > > > --
>> >> > > >
>> >> > > > Oeyvind Brandtsegg
>> >> > > > Professor of Music Technology
>> >> > > > NTNU
>> >> > > > 7491 Trondheim
>> >> > > > Norway
>> >> > > > Cell: +47 92 203 205
>> >> > > >
>> >> > > > http://www.partikkelaudio.com/
>> >> > > > http://crossadaptive.hf.ntnu.no
>> >> > > > http://gdsp.hf.ntnu.no/
>> >> > > > http://soundcloud.com/brandtsegg
>> >> > > > http://flyndresang.no/
>> >> > > > http://soundcloud.com/t-emp
>> >> > > >
>> >> > > > Csound mailing list Csound@listserv.heanet.ie
>> >> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> >> > > > https://github.com/csound/csound/issues Discussions of bugs and features can
>> >> > > > be posted here
>> >> > > >
>> >> > >
>> >> > > Csound mailing list
>> >> > > Csound@listserv.heanet.ie
>> >> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> > > Send bugs reports to
>> >> > >         https://github.com/csound/csound/issues
>> >> > > Discussions of bugs and features can be posted here
>> >> > >
>> >> > >
>> >> > > --
>> >> > >
>> >> > > Oeyvind Brandtsegg
>> >> > > Professor of Music Technology
>> >> > > NTNU
>> >> > > 7491 Trondheim
>> >> > > Norway
>> >> > > Cell: +47 92 203 205
>> >> > >
>> >> > > http://www.partikkelaudio.com/
>> >> > > http://crossadaptive.hf.ntnu.no
>> >> > > http://gdsp.hf.ntnu.no/
>> >> > > http://soundcloud.com/brandtsegg
>> >> > > http://flyndresang.no/
>> >> > > http://soundcloud.com/t-emp
>> >> > >
>> >> > > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> >> >
>> >> > Csound mailing list
>> >> > Csound@listserv.heanet.ie
>> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> > Send bugs reports to
>> >> >         https://github.com/csound/csound/issues
>> >> > Discussions of bugs and features can be posted here
>> >>
>> >> Csound mailing list
>> >> Csound@listserv.heanet.ie
>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> >> Send bugs reports to
>> >>         https://github.com/csound/csound/issues
>> >> Discussions of bugs and features can be posted here
>> >
>> >
>> >
>> > --
>> >
>> > Oeyvind Brandtsegg
>> > Professor of Music Technology
>> > NTNU
>> > 7491 Trondheim
>> > Norway
>> > Cell: +47 92 203 205
>> >
>> > http://www.partikkelaudio.com/
>> > http://crossadaptive.hf.ntnu.no
>> > http://gdsp.hf.ntnu.no/
>> > http://soundcloud.com/brandtsegg
>> > http://flyndresang.no/
>> > http://soundcloud.com/t-emp
>> >
>> > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>>
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://www.partikkelaudio.com/
>> http://crossadaptive.hf.ntnu.no
>> http://gdsp.hf.ntnu.no/
>> http://soundcloud.com/brandtsegg
>> http://flyndresang.no/
>> http://soundcloud.com/t-emp
>> 
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp

> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here


Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-06 12:28
FromJohn ff
SubjectRe: [Csnd] rtaudio
This may not be relevant but ....
If you run with -v option do you get any further output?

⁣Sent from TypeApp ​

On Dec 4, 2018, 22:14, at 22:14, Oeyvind Brandtsegg  wrote:
>Thanks Rory,
>The dlls you have are identical to mine, and also the Csound version is
>the
>same (I was confused at first because it is called version 6.12 beta).
>
>I do not think I have conflicting versions, because I get errors if I
>try
>to delete either rtpa.dll or portaudio_x64.dll.
>For example, if I delete rtpa.dll and run a simple csd with -odac, I
>get
>unknown rtaudio module: 'PortAudio', using dummy module
>
>With rtpa.dll in place, I get
>rtaudio: PortAudio module enabled ...
>
>but no sound out, and no device listing, no effect out of changing the
>device number, e.g. -odac99 gives the same result as plain -odac
>Csound will seem to be working on something for a few (5-ish) seconds,
>and
>then just return.
>There are the last lines printed
>orch now loaded
>audio buffered in 4096 sample-frame blocks
>
>
>
>
>Den tir. 4. des. 2018 kl. 19:47 skrev Rory Walsh :
>
>> Hi Oeyvind. Could you possibly have multiple portaudio dlls in your
>> system? I seen issues before where conflicting versions have caused
>> problems. Here's a link to the dlls I have on my system.
>>
>> https://www.dropbox.com/s/dxkxhohwspmqbeg/dlls.zip?dl=0
>>
>> On Tue, 4 Dec 2018 at 17:57, Victor Lazzarini
>
>> wrote:
>>
>>> I am sorry, but I don't know much about windows. The windows people
>here
>>> should be able to help.
>>>
>>> Victor Lazzarini
>>> Dean of Arts, Celtic Studies, and Philosophy
>>> Maynooth University
>>> Ireland
>>>
>>> On 4 Dec 2018, at 17:51, Oeyvind Brandtsegg
>
>>> wrote:
>>>
>>> ok. Thanks. That is good to know.
>>>
>>> Is there any way to get any more information about what portaudio
>fails
>>> to do on my system?
>>> Any way of accessing portaudio with some sort of verbose or debug
>output?
>>>
>>> Den tir. 4. des. 2018 kl. 16:14 skrev Victor Lazzarini <
>>> Victor.Lazzarini@mu.ie>:
>>>
>>>> No, it’s the way we’ve always done it, all plugins (opcodes,
>function
>>>> tables, audio and midi IO) are in the
>>>> plugins directory. When Csound runs it looks for that directory and
>>>> loads them all from there.
>>>>
>>>>
>>>>
>>>> ========================
>>>> Prof. 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 4 Dec 2018, at 14:14, Oeyvind Brandtsegg
>
>>>> wrote:
>>>> >
>>>> > Thanks Victor,
>>>> > Isn't it odd that rtpa.dll is in the plugins directory then?
>>>> > Even if rtpa.dll is technically a plugin, I thought it was only
>opcode
>>>> plugins that shoud go in /plugins64
>>>> > If I move rtpa.dll to /bin it behaves the same as if I delete it,
>so
>>>> it is obviously only being looked for in /plugins64
>>>> > I think at some point in the past rtpa.dll used to live in /bin
>>>> >
>>>> > I would not have a problem with it either way, I just investigate
>>>> everything that looks odd in this context, to try to poke at why
>this is
>>>> not working here.
>>>> >
>>>> >
>>>> > Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini <
>>>> Victor.Lazzarini@mu.ie>:
>>>> > rtpa.dll is the csound portaudio plugin
>>>> > portaudio_x64.dll is the portaudio library
>>>> >
>>>> > Unless rtpa.dll is using a static portaudio lib, both files are
>needed.
>>>> >
>>>> > Looks like something not right with the portaudio library, maybe
>an
>>>> iffy build of
>>>> > the library?
>>>> >
>>>> > Windows devs are needed to check up
>>>> > on this.
>>>> >
>>>> > Victor Lazzarini
>>>> > Dean of Arts, Celtic Studies, and Philosophy
>>>> > Maynooth University
>>>> > Ireland
>>>> >
>>>> > On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg
>
>>>> wrote:
>>>> >
>>>> >> Hm, I am coming back to this as I have not yet been able to
>solve it.
>>>> >> I can not use portaudio for realtime i/o, only mme
>>>> >>
>>>> >> It appears similar in 6.11 and 6.12.
>>>> >> One thing I notice is that rtpa.dll and rtwinmm.dll are located
>in
>>>> /plugins64, not it /bin as I would have expected.
>>>> >> In /bin there is a portaudio_x64.dll
>>>> >>
>>>> >> * if I delete the rtpa.dll from /plugins64 and try to run a sime
>csd
>>>> with -odac, I get:
>>>> >> unknown rtaudio module: 'PortAudio', using dummy module
>>>> >> rtaudio: dummy module enabled
>>>> >> - this suggests that the portaudio i/o is loaded from
>/plugins64, and
>>>> wildly guessing that the portaudio file under /bin does nothing
>useful?
>>>> >>
>>>> >> * if I move the rtpa.dll file to /bin I get the same error.
>>>> >> Should it really be located in /plugins64? I was under the
>impression
>>>> that only plugin opcodes would go there(?).
>>>> >>
>>>> >> Just trying to poke at why this is not working.
>>>> >> I think I can rule out that there is a conflicting version of
>>>> portaudio somewhere on my system, since portaudio can not be found
>if I
>>>> delete the rtpa.dll frpom /plugins64
>>>> >>
>>>> >> Oeyvind
>>>> >>
>>>> >> Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi
>>>> >:
>>>> >> 6.10 and 6.11 both were compiled with MSVC rather than MINGW.
>I'm
>>>> >> wondering if you by chance installed over a previous < 6.10
>install
>>>> >> and if there's some mixing of dll's?
>>>> >>
>>>> >> One thing to check is what you get when running:
>>>> >>
>>>> >> csound --devices
>>>> >>
>>>> >> It could be that the device you are using is not the one you are
>>>> >> expecting?  This happens to me when an ASIO device gets selected
>and
>>>> >> ASIO4ALL is set to output to something like "Speakers" which
>isn't
>>>> >> hooked up at the moment.  (That sounds strange, but seems to be
>what I
>>>> >> remember happening.)
>>>> >>
>>>> >> If that doesn't provide any new information, you could try:
>>>> >>
>>>> >> 1. Removing csound completely and reinstalling from the 6.11
>installer
>>>> >> 2. Try using one of the newer develop builds on AppVeyor, such
>as at:
>>>> >>
>>>> >>
>>>>
>https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts
>>>> >>
>>>> >>
>>>> >> On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
>>>> >>  wrote:
>>>> >> >
>>>> >> > Hi, thanks for looking into it.
>>>> >> > I tested with the binary from this link
>>>> >> >
>>>>
>https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
>>>> >> > on
>>>> >> > https://csound.com/download.html
>>>> >> >
>>>> >> >
>>>> >> > Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <
>>>> stevenyi@gmail.com>:
>>>> >> >>
>>>> >> >> I have a Windows computer where I just did a fresh install of
>>>> >> >> dependencies and compiled Csound.  It's using Portaudio and
>working
>>>> >> >> okay.
>>>> >> >>
>>>> >> >> Oeyvind: Is this a self-compile or are you using one built on
>>>> >> >> AppVeyor? (or a release build?)
>>>> >> >> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>>>> >> >>  wrote:
>>>> >> >> >
>>>> >> >> > Looks like a problem with portaudio on your system. MME is
>the
>>>> old windows audio subsystem, which would
>>>> >> >> > give you high latency.
>>>> >> >> > ========================
>>>> >> >> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <
>>>> oyvind.brandtsegg@ntnu.no> wrote:
>>>> >> >> > >
>>>> >> >> > > Actually,
>>>> >> >> > > if I use -odac without any rtaudio option, it says
>>>> >> >> > > rtaudio: PortAudio module enabled ...
>>>> >> >> > > so you are correct,
>>>> >> >> > > but I get no sound, and no list if audio devices.
>>>> >> >> > > I tried using -odac99 to provoke an error and geet the
>list of
>>>> devies that portaudio can access, but nothing appears.
>>>> >> >> > > Csound keeps working for the duration of the score, so
>some
>>>> kind of realtime processing is going on, but it is a mystery where
>the
>>>> sound goes.
>>>> >> >> > > If I use -+rtaudio"mme" I get the sound and also the list
>of
>>>> audio devices. Just not with portaudio.
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <
>>>> jpff@codemist.co.uk>:
>>>> >> >> > > Not sure if/when this changed but the default would seem
>to be
>>>> PortAudio
>>>> >> >> > > except on Linux where it is alsa.
>>>> >> >> > >
>>>> >> >> > > That is from just reading the code as I set rtaudio in
>>>> .csiund6rc so do ot
>>>> >> >> > > use any default.
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>>>> >> >> > >
>>>> >> >> > > > Hi,
>>>> >> >> > > > it has been some times since I rendered on the command
>line,
>>>> but now it seems
>>>> >> >> > > > I need to specify -+rtaudio="mme" to enable audio out
>to
>>>> dac. Is this by
>>>> >> >> > > > design, or something odd with my system?
>>>> >> >> > > > Tested on 6.11, and also on 6.10
>>>> >> >> > > >
>>>> >> >> > > > Not really a problem to add this option in my files,
>but
>>>> would allow for
>>>> >> >> > > > better crossplatform csds if it could be avoided.
>>>> >> >> > > >
>>>> >> >> > > > all best
>>>> >> >> > > > Oeyvind
>>>> >> >> > > >
>>>> >> >> > > > --
>>>> >> >> > > >
>>>> >> >> > > > Oeyvind Brandtsegg
>>>> >> >> > > > Professor of Music Technology
>>>> >> >> > > > NTNU
>>>> >> >> > > > 7491 Trondheim
>>>> >> >> > > > Norway
>>>> >> >> > > > Cell: +47 92 203 205
>>>> >> >> > > >
>>>> >> >> > > > http://www.partikkelaudio.com/
>>>> >> >> > > > http://crossadaptive.hf.ntnu.no
>>>> >> >> > > > http://gdsp.hf.ntnu.no/
>>>> >> >> > > > http://soundcloud.com/brandtsegg
>>>> >> >> > > > http://flyndresang.no/
>>>> >> >> > > > http://soundcloud.com/t-emp
>>>> >> >> > > >
>>>> >> >> > > > Csound mailing list Csound@listserv.heanet.ie
>>>> >> >> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send
>bugs
>>>> reports to
>>>> >> >> > > > https://github.com/csound/csound/issues Discussions of
>bugs
>>>> and features can
>>>> >> >> > > > be posted here
>>>> >> >> > > >
>>>> >> >> > >
>>>> >> >> > > Csound mailing list
>>>> >> >> > > Csound@listserv.heanet.ie
>>>> >> >> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> > > Send bugs reports to
>>>> >> >> > >         https://github.com/csound/csound/issues
>>>> >> >> > > Discussions of bugs and features can be posted here
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > --
>>>> >> >> > >
>>>> >> >> > > Oeyvind Brandtsegg
>>>> >> >> > > Professor of Music Technology
>>>> >> >> > > NTNU
>>>> >> >> > > 7491 Trondheim
>>>> >> >> > > Norway
>>>> >> >> > > Cell: +47 92 203 205
>>>> >> >> > >
>>>> >> >> > > http://www.partikkelaudio.com/
>>>> >> >> > > http://crossadaptive.hf.ntnu.no
>>>> >> >> > > http://gdsp.hf.ntnu.no/
>>>> >> >> > > http://soundcloud.com/brandtsegg
>>>> >> >> > > http://flyndresang.no/
>>>> >> >> > > http://soundcloud.com/t-emp
>>>> >> >> > >
>>>> >> >> > > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >> >> >
>>>> >> >> > Csound mailing list
>>>> >> >> > Csound@listserv.heanet.ie
>>>> >> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> > Send bugs reports to
>>>> >> >> >         https://github.com/csound/csound/issues
>>>> >> >> > Discussions of bugs and features can be posted here
>>>> >> >>
>>>> >> >> Csound mailing list
>>>> >> >> Csound@listserv.heanet.ie
>>>> >> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> Send bugs reports to
>>>> >> >>         https://github.com/csound/csound/issues
>>>> >> >> Discussions of bugs and features can be posted here
>>>> >> >
>>>> >> >
>>>> >> >
>>>> >> > --
>>>> >> >
>>>> >> > Oeyvind Brandtsegg
>>>> >> > Professor of Music Technology
>>>> >> > NTNU
>>>> >> > 7491 Trondheim
>>>> >> > Norway
>>>> >> > Cell: +47 92 203 205
>>>> >> >
>>>> >> > http://www.partikkelaudio.com/
>>>> >> > http://crossadaptive.hf.ntnu.no
>>>> >> > http://gdsp.hf.ntnu.no/
>>>> >> > http://soundcloud.com/brandtsegg
>>>> >> > http://flyndresang.no/
>>>> >> > http://soundcloud.com/t-emp
>>>> >> >
>>>> >> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >>
>>>> >> Csound mailing list
>>>> >> Csound@listserv.heanet.ie
>>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> Send bugs reports to
>>>> >>         https://github.com/csound/csound/issues
>>>> >> Discussions of bugs and features can be posted here
>>>> >>
>>>> >>
>>>> >> --
>>>> >>
>>>> >> Oeyvind Brandtsegg
>>>> >> Professor of Music Technology
>>>> >> NTNU
>>>> >> 7491 Trondheim
>>>> >> Norway
>>>> >> Cell: +47 92 203 205
>>>> >>
>>>> >> http://www.partikkelaudio.com/
>>>> >> http://crossadaptive.hf.ntnu.no
>>>> >> http://gdsp.hf.ntnu.no/
>>>> >> http://soundcloud.com/brandtsegg
>>>> >> http://flyndresang.no/
>>>> >> http://soundcloud.com/t-emp
>>>> >>
>>>> >> Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >
>>>> >
>>>> > --
>>>> >
>>>> > Oeyvind Brandtsegg
>>>> > Professor of Music Technology
>>>> > NTNU
>>>> > 7491 Trondheim
>>>> > Norway
>>>> > Cell: +47 92 203 205
>>>> >
>>>> > http://www.partikkelaudio.com/
>>>> > http://crossadaptive.hf.ntnu.no
>>>> > http://gdsp.hf.ntnu.no/
>>>> > http://soundcloud.com/brandtsegg
>>>> > http://flyndresang.no/
>>>> > http://soundcloud.com/t-emp
>>>> >
>>>> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>>
>>>>
>>>> Csound mailing list
>>>> Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>>
>>>
>>>
>>> --
>>>
>>> Oeyvind Brandtsegg
>>> Professor of Music Technology
>>> NTNU
>>> 7491 Trondheim
>>> Norway
>>> Cell: +47 92 203 205
>>>
>>> http://www.partikkelaudio.com/
>>> http://crossadaptive.hf.ntnu.no
>>> http://gdsp.hf.ntnu.no/
>>> http://soundcloud.com/brandtsegg
>>> http://flyndresang.no/
>>> http://soundcloud.com/t-emp
>>>
>>> Csound mailing list Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>>> can be posted here
>>>
>>> Csound mailing list Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>>> can be posted here
>>
>> Csound mailing list Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>> can be posted here
>
>
>
>-- 
>
>Oeyvind Brandtsegg
>Professor of Music Technology
>NTNU
>7491 Trondheim
>Norway
>Cell: +47 92 203 205
>
>http://www.partikkelaudio.com/
>http://crossadaptive.hf.ntnu.no
>http://gdsp.hf.ntnu.no/
>http://soundcloud.com/brandtsegg
>http://flyndresang.no/
>http://soundcloud.com/t-emp
>
>Csound mailing list
>Csound@listserv.heanet.ie
>https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>Send bugs reports to
>        https://github.com/csound/csound/issues
>Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-12-07 11:00
FromOeyvind Brandtsegg
SubjectRe: [Csnd] rtaudio
Thanks so much,
but it did not print any additional info.
Maybe I could try to investigate if the error is realted to rtpa.dll, or portaudio_x64.dll?
Is there some method of tracing the order of events, i.e. what happens and which files/commands are invoked?
Would dependency walker or something similar be able to give me some info (just shooting in the dark here, no particular experience with what might be useful)?
Oeyvind

Den tor. 6. des. 2018 kl. 13:28 skrev John ff <jpff@codemist.co.uk>:
This may not be relevant but ....
If you run with -v option do you get any further output?

⁣Sent from TypeApp ​

On Dec 4, 2018, 22:14, at 22:14, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>Thanks Rory,
>The dlls you have are identical to mine, and also the Csound version is
>the
>same (I was confused at first because it is called version 6.12 beta).
>
>I do not think I have conflicting versions, because I get errors if I
>try
>to delete either rtpa.dll or portaudio_x64.dll.
>For example, if I delete rtpa.dll and run a simple csd with -odac, I
>get
>unknown rtaudio module: 'PortAudio', using dummy module
>
>With rtpa.dll in place, I get
>rtaudio: PortAudio module enabled ...
>
>but no sound out, and no device listing, no effect out of changing the
>device number, e.g. -odac99 gives the same result as plain -odac
>Csound will seem to be working on something for a few (5-ish) seconds,
>and
>then just return.
>There are the last lines printed
>orch now loaded
>audio buffered in 4096 sample-frame blocks
>
>
>
>
>Den tir. 4. des. 2018 kl. 19:47 skrev Rory Walsh <rorywalsh@ear.ie>:
>
>> Hi Oeyvind. Could you possibly have multiple portaudio dlls in your
>> system? I seen issues before where conflicting versions have caused
>> problems. Here's a link to the dlls I have on my system.
>>
>> https://www.dropbox.com/s/dxkxhohwspmqbeg/dlls.zip?dl=0
>>
>> On Tue, 4 Dec 2018 at 17:57, Victor Lazzarini
><Victor.Lazzarini@mu.ie>
>> wrote:
>>
>>> I am sorry, but I don't know much about windows. The windows people
>here
>>> should be able to help.
>>>
>>> Victor Lazzarini
>>> Dean of Arts, Celtic Studies, and Philosophy
>>> Maynooth University
>>> Ireland
>>>
>>> On 4 Dec 2018, at 17:51, Oeyvind Brandtsegg
><oyvind.brandtsegg@NTNU.NO>
>>> wrote:
>>>
>>> ok. Thanks. That is good to know.
>>>
>>> Is there any way to get any more information about what portaudio
>fails
>>> to do on my system?
>>> Any way of accessing portaudio with some sort of verbose or debug
>output?
>>>
>>> Den tir. 4. des. 2018 kl. 16:14 skrev Victor Lazzarini <
>>> Victor.Lazzarini@mu.ie>:
>>>
>>>> No, it’s the way we’ve always done it, all plugins (opcodes,
>function
>>>> tables, audio and midi IO) are in the
>>>> plugins directory. When Csound runs it looks for that directory and
>>>> loads them all from there.
>>>>
>>>>
>>>>
>>>> ========================
>>>> Prof. 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 4 Dec 2018, at 14:14, Oeyvind Brandtsegg
><oyvind.brandtsegg@ntnu.no>
>>>> wrote:
>>>> >
>>>> > Thanks Victor,
>>>> > Isn't it odd that rtpa.dll is in the plugins directory then?
>>>> > Even if rtpa.dll is technically a plugin, I thought it was only
>opcode
>>>> plugins that shoud go in /plugins64
>>>> > If I move rtpa.dll to /bin it behaves the same as if I delete it,
>so
>>>> it is obviously only being looked for in /plugins64
>>>> > I think at some point in the past rtpa.dll used to live in /bin
>>>> >
>>>> > I would not have a problem with it either way, I just investigate
>>>> everything that looks odd in this context, to try to poke at why
>this is
>>>> not working here.
>>>> >
>>>> >
>>>> > Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini <
>>>> Victor.Lazzarini@mu.ie>:
>>>> > rtpa.dll is the csound portaudio plugin
>>>> > portaudio_x64.dll is the portaudio library
>>>> >
>>>> > Unless rtpa.dll is using a static portaudio lib, both files are
>needed.
>>>> >
>>>> > Looks like something not right with the portaudio library, maybe
>an
>>>> iffy build of
>>>> > the library?
>>>> >
>>>> > Windows devs are needed to check up
>>>> > on this.
>>>> >
>>>> > Victor Lazzarini
>>>> > Dean of Arts, Celtic Studies, and Philosophy
>>>> > Maynooth University
>>>> > Ireland
>>>> >
>>>> > On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg
><oyvind.brandtsegg@NTNU.NO>
>>>> wrote:
>>>> >
>>>> >> Hm, I am coming back to this as I have not yet been able to
>solve it.
>>>> >> I can not use portaudio for realtime i/o, only mme
>>>> >>
>>>> >> It appears similar in 6.11 and 6.12.
>>>> >> One thing I notice is that rtpa.dll and rtwinmm.dll are located
>in
>>>> /plugins64, not it /bin as I would have expected.
>>>> >> In /bin there is a portaudio_x64.dll
>>>> >>
>>>> >> * if I delete the rtpa.dll from /plugins64 and try to run a sime
>csd
>>>> with -odac, I get:
>>>> >> unknown rtaudio module: 'PortAudio', using dummy module
>>>> >> rtaudio: dummy module enabled
>>>> >> - this suggests that the portaudio i/o is loaded from
>/plugins64, and
>>>> wildly guessing that the portaudio file under /bin does nothing
>useful?
>>>> >>
>>>> >> * if I move the rtpa.dll file to /bin I get the same error.
>>>> >> Should it really be located in /plugins64? I was under the
>impression
>>>> that only plugin opcodes would go there(?).
>>>> >>
>>>> >> Just trying to poke at why this is not working.
>>>> >> I think I can rule out that there is a conflicting version of
>>>> portaudio somewhere on my system, since portaudio can not be found
>if I
>>>> delete the rtpa.dll frpom /plugins64
>>>> >>
>>>> >> Oeyvind
>>>> >>
>>>> >> Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi
><stevenyi@gmail.com
>>>> >:
>>>> >> 6.10 and 6.11 both were compiled with MSVC rather than MINGW.
>I'm
>>>> >> wondering if you by chance installed over a previous < 6.10
>install
>>>> >> and if there's some mixing of dll's?
>>>> >>
>>>> >> One thing to check is what you get when running:
>>>> >>
>>>> >> csound --devices
>>>> >>
>>>> >> It could be that the device you are using is not the one you are
>>>> >> expecting?  This happens to me when an ASIO device gets selected
>and
>>>> >> ASIO4ALL is set to output to something like "Speakers" which
>isn't
>>>> >> hooked up at the moment.  (That sounds strange, but seems to be
>what I
>>>> >> remember happening.)
>>>> >>
>>>> >> If that doesn't provide any new information, you could try:
>>>> >>
>>>> >> 1. Removing csound completely and reinstalling from the 6.11
>installer
>>>> >> 2. Try using one of the newer develop builds on AppVeyor, such
>as at:
>>>> >>
>>>> >>
>>>>
>https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts
>>>> >>
>>>> >>
>>>> >> On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
>>>> >> <oyvind.brandtsegg@ntnu.no> wrote:
>>>> >> >
>>>> >> > Hi, thanks for looking into it.
>>>> >> > I tested with the binary from this link
>>>> >> >
>>>>
>https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
>>>> >> > on
>>>> >> > https://csound.com/download.html
>>>> >> >
>>>> >> >
>>>> >> > Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <
>>>> stevenyi@gmail.com>:
>>>> >> >>
>>>> >> >> I have a Windows computer where I just did a fresh install of
>>>> >> >> dependencies and compiled Csound.  It's using Portaudio and
>working
>>>> >> >> okay.
>>>> >> >>
>>>> >> >> Oeyvind: Is this a self-compile or are you using one built on
>>>> >> >> AppVeyor? (or a release build?)
>>>> >> >> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>>>> >> >> <Victor.Lazzarini@mu.ie> wrote:
>>>> >> >> >
>>>> >> >> > Looks like a problem with portaudio on your system. MME is
>the
>>>> old windows audio subsystem, which would
>>>> >> >> > give you high latency.
>>>> >> >> > ========================
>>>> >> >> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <
>>>> oyvind.brandtsegg@ntnu.no> wrote:
>>>> >> >> > >
>>>> >> >> > > Actually,
>>>> >> >> > > if I use -odac without any rtaudio option, it says
>>>> >> >> > > rtaudio: PortAudio module enabled ...
>>>> >> >> > > so you are correct,
>>>> >> >> > > but I get no sound, and no list if audio devices.
>>>> >> >> > > I tried using -odac99 to provoke an error and geet the
>list of
>>>> devies that portaudio can access, but nothing appears.
>>>> >> >> > > Csound keeps working for the duration of the score, so
>some
>>>> kind of realtime processing is going on, but it is a mystery where
>the
>>>> sound goes.
>>>> >> >> > > If I use -+rtaudio"mme" I get the sound and also the list
>of
>>>> audio devices. Just not with portaudio.
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <
>>>> jpff@codemist.co.uk>:
>>>> >> >> > > Not sure if/when this changed but the default would seem
>to be
>>>> PortAudio
>>>> >> >> > > except on Linux where it is alsa.
>>>> >> >> > >
>>>> >> >> > > That is from just reading the code as I set rtaudio in
>>>> .csiund6rc so do ot
>>>> >> >> > > use any default.
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>>>> >> >> > >
>>>> >> >> > > > Hi,
>>>> >> >> > > > it has been some times since I rendered on the command
>line,
>>>> but now it seems
>>>> >> >> > > > I need to specify -+rtaudio="mme" to enable audio out
>to
>>>> dac. Is this by
>>>> >> >> > > > design, or something odd with my system?
>>>> >> >> > > > Tested on 6.11, and also on 6.10
>>>> >> >> > > >
>>>> >> >> > > > Not really a problem to add this option in my files,
>but
>>>> would allow for
>>>> >> >> > > > better crossplatform csds if it could be avoided.
>>>> >> >> > > >
>>>> >> >> > > > all best
>>>> >> >> > > > Oeyvind
>>>> >> >> > > >
>>>> >> >> > > > --
>>>> >> >> > > >
>>>> >> >> > > > Oeyvind Brandtsegg
>>>> >> >> > > > Professor of Music Technology
>>>> >> >> > > > NTNU
>>>> >> >> > > > 7491 Trondheim
>>>> >> >> > > > Norway
>>>> >> >> > > > Cell: +47 92 203 205
>>>> >> >> > > >
>>>> >> >> > > > http://www.partikkelaudio.com/
>>>> >> >> > > > http://crossadaptive.hf.ntnu.no
>>>> >> >> > > > http://gdsp.hf.ntnu.no/
>>>> >> >> > > > http://soundcloud.com/brandtsegg
>>>> >> >> > > > http://flyndresang.no/
>>>> >> >> > > > http://soundcloud.com/t-emp
>>>> >> >> > > >
>>>> >> >> > > > Csound mailing list Csound@listserv.heanet.ie
>>>> >> >> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send
>bugs
>>>> reports to
>>>> >> >> > > > https://github.com/csound/csound/issues Discussions of
>bugs
>>>> and features can
>>>> >> >> > > > be posted here
>>>> >> >> > > >
>>>> >> >> > >
>>>> >> >> > > Csound mailing list
>>>> >> >> > > Csound@listserv.heanet.ie
>>>> >> >> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> > > Send bugs reports to
>>>> >> >> > >         https://github.com/csound/csound/issues
>>>> >> >> > > Discussions of bugs and features can be posted here
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > --
>>>> >> >> > >
>>>> >> >> > > Oeyvind Brandtsegg
>>>> >> >> > > Professor of Music Technology
>>>> >> >> > > NTNU
>>>> >> >> > > 7491 Trondheim
>>>> >> >> > > Norway
>>>> >> >> > > Cell: +47 92 203 205
>>>> >> >> > >
>>>> >> >> > > http://www.partikkelaudio.com/
>>>> >> >> > > http://crossadaptive.hf.ntnu.no
>>>> >> >> > > http://gdsp.hf.ntnu.no/
>>>> >> >> > > http://soundcloud.com/brandtsegg
>>>> >> >> > > http://flyndresang.no/
>>>> >> >> > > http://soundcloud.com/t-emp
>>>> >> >> > >
>>>> >> >> > > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >> >> >
>>>> >> >> > Csound mailing list
>>>> >> >> > Csound@listserv.heanet.ie
>>>> >> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> > Send bugs reports to
>>>> >> >> >         https://github.com/csound/csound/issues
>>>> >> >> > Discussions of bugs and features can be posted here
>>>> >> >>
>>>> >> >> Csound mailing list
>>>> >> >> Csound@listserv.heanet.ie
>>>> >> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> Send bugs reports to
>>>> >> >>         https://github.com/csound/csound/issues
>>>> >> >> Discussions of bugs and features can be posted here
>>>> >> >
>>>> >> >
>>>> >> >
>>>> >> > --
>>>> >> >
>>>> >> > Oeyvind Brandtsegg
>>>> >> > Professor of Music Technology
>>>> >> > NTNU
>>>> >> > 7491 Trondheim
>>>> >> > Norway
>>>> >> > Cell: +47 92 203 205
>>>> >> >
>>>> >> > http://www.partikkelaudio.com/
>>>> >> > http://crossadaptive.hf.ntnu.no
>>>> >> > http://gdsp.hf.ntnu.no/
>>>> >> > http://soundcloud.com/brandtsegg
>>>> >> > http://flyndresang.no/
>>>> >> > http://soundcloud.com/t-emp
>>>> >> >
>>>> >> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >>
>>>> >> Csound mailing list
>>>> >> Csound@listserv.heanet.ie
>>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> Send bugs reports to
>>>> >>         https://github.com/csound/csound/issues
>>>> >> Discussions of bugs and features can be posted here
>>>> >>
>>>> >>
>>>> >> --
>>>> >>
>>>> >> Oeyvind Brandtsegg
>>>> >> Professor of Music Technology
>>>> >> NTNU
>>>> >> 7491 Trondheim
>>>> >> Norway
>>>> >> Cell: +47 92 203 205
>>>> >>
>>>> >> http://www.partikkelaudio.com/
>>>> >> http://crossadaptive.hf.ntnu.no
>>>> >> http://gdsp.hf.ntnu.no/
>>>> >> http://soundcloud.com/brandtsegg
>>>> >> http://flyndresang.no/
>>>> >> http://soundcloud.com/t-emp
>>>> >>
>>>> >> Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >
>>>> >
>>>> > --
>>>> >
>>>> > Oeyvind Brandtsegg
>>>> > Professor of Music Technology
>>>> > NTNU
>>>> > 7491 Trondheim
>>>> > Norway
>>>> > Cell: +47 92 203 205
>>>> >
>>>> > http://www.partikkelaudio.com/
>>>> > http://crossadaptive.hf.ntnu.no
>>>> > http://gdsp.hf.ntnu.no/
>>>> > http://soundcloud.com/brandtsegg
>>>> > http://flyndresang.no/
>>>> > http://soundcloud.com/t-emp
>>>> >
>>>> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>>
>>>>
>>>> Csound mailing list
>>>> Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>>
>>>
>>>
>>> --
>>>
>>> Oeyvind Brandtsegg
>>> Professor of Music Technology
>>> NTNU
>>> 7491 Trondheim
>>> Norway
>>> Cell: +47 92 203 205
>>>
>>> http://www.partikkelaudio.com/
>>> http://crossadaptive.hf.ntnu.no
>>> http://gdsp.hf.ntnu.no/
>>> http://soundcloud.com/brandtsegg
>>> http://flyndresang.no/
>>> http://soundcloud.com/t-emp
>>>
>>> Csound mailing list Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>>> can be posted here
>>>
>>> Csound mailing list Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>>> can be posted here
>>
>> Csound mailing list Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>> can be posted here
>
>
>
>--
>
>Oeyvind Brandtsegg
>Professor of Music Technology
>NTNU
>7491 Trondheim
>Norway
>Cell: +47 92 203 205
>
>http://www.partikkelaudio.com/
>http://crossadaptive.hf.ntnu.no
>http://gdsp.hf.ntnu.no/
>http://soundcloud.com/brandtsegg
>http://flyndresang.no/
>http://soundcloud.com/t-emp
>
>Csound mailing list
>Csound@listserv.heanet.ie
>https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>Send bugs reports to
>        https://github.com/csound/csound/issues
>Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-07 11:07
FromMichael Gogins
SubjectRe: [Csnd] rtaudio
Yes, dependency walker will show all shared library loads and paths in detail. 

Regards, 
Mike

On Fri, Dec 7, 2018, 06:01 Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no wrote:
Thanks so much,
but it did not print any additional info.
Maybe I could try to investigate if the error is realted to rtpa.dll, or portaudio_x64.dll?
Is there some method of tracing the order of events, i.e. what happens and which files/commands are invoked?
Would dependency walker or something similar be able to give me some info (just shooting in the dark here, no particular experience with what might be useful)?
Oeyvind

Den tor. 6. des. 2018 kl. 13:28 skrev John ff <jpff@codemist.co.uk>:
This may not be relevant but ....
If you run with -v option do you get any further output?

⁣Sent from TypeApp ​

On Dec 4, 2018, 22:14, at 22:14, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>Thanks Rory,
>The dlls you have are identical to mine, and also the Csound version is
>the
>same (I was confused at first because it is called version 6.12 beta).
>
>I do not think I have conflicting versions, because I get errors if I
>try
>to delete either rtpa.dll or portaudio_x64.dll.
>For example, if I delete rtpa.dll and run a simple csd with -odac, I
>get
>unknown rtaudio module: 'PortAudio', using dummy module
>
>With rtpa.dll in place, I get
>rtaudio: PortAudio module enabled ...
>
>but no sound out, and no device listing, no effect out of changing the
>device number, e.g. -odac99 gives the same result as plain -odac
>Csound will seem to be working on something for a few (5-ish) seconds,
>and
>then just return.
>There are the last lines printed
>orch now loaded
>audio buffered in 4096 sample-frame blocks
>
>
>
>
>Den tir. 4. des. 2018 kl. 19:47 skrev Rory Walsh <rorywalsh@ear.ie>:
>
>> Hi Oeyvind. Could you possibly have multiple portaudio dlls in your
>> system? I seen issues before where conflicting versions have caused
>> problems. Here's a link to the dlls I have on my system.
>>
>> https://www.dropbox.com/s/dxkxhohwspmqbeg/dlls.zip?dl=0
>>
>> On Tue, 4 Dec 2018 at 17:57, Victor Lazzarini
><Victor.Lazzarini@mu.ie>
>> wrote:
>>
>>> I am sorry, but I don't know much about windows. The windows people
>here
>>> should be able to help.
>>>
>>> Victor Lazzarini
>>> Dean of Arts, Celtic Studies, and Philosophy
>>> Maynooth University
>>> Ireland
>>>
>>> On 4 Dec 2018, at 17:51, Oeyvind Brandtsegg
><oyvind.brandtsegg@NTNU.NO>
>>> wrote:
>>>
>>> ok. Thanks. That is good to know.
>>>
>>> Is there any way to get any more information about what portaudio
>fails
>>> to do on my system?
>>> Any way of accessing portaudio with some sort of verbose or debug
>output?
>>>
>>> Den tir. 4. des. 2018 kl. 16:14 skrev Victor Lazzarini <
>>> Victor.Lazzarini@mu.ie>:
>>>
>>>> No, it’s the way we’ve always done it, all plugins (opcodes,
>function
>>>> tables, audio and midi IO) are in the
>>>> plugins directory. When Csound runs it looks for that directory and
>>>> loads them all from there.
>>>>
>>>>
>>>>
>>>> ========================
>>>> Prof. 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 4 Dec 2018, at 14:14, Oeyvind Brandtsegg
><oyvind.brandtsegg@ntnu.no>
>>>> wrote:
>>>> >
>>>> > Thanks Victor,
>>>> > Isn't it odd that rtpa.dll is in the plugins directory then?
>>>> > Even if rtpa.dll is technically a plugin, I thought it was only
>opcode
>>>> plugins that shoud go in /plugins64
>>>> > If I move rtpa.dll to /bin it behaves the same as if I delete it,
>so
>>>> it is obviously only being looked for in /plugins64
>>>> > I think at some point in the past rtpa.dll used to live in /bin
>>>> >
>>>> > I would not have a problem with it either way, I just investigate
>>>> everything that looks odd in this context, to try to poke at why
>this is
>>>> not working here.
>>>> >
>>>> >
>>>> > Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini <
>>>> Victor.Lazzarini@mu.ie>:
>>>> > rtpa.dll is the csound portaudio plugin
>>>> > portaudio_x64.dll is the portaudio library
>>>> >
>>>> > Unless rtpa.dll is using a static portaudio lib, both files are
>needed.
>>>> >
>>>> > Looks like something not right with the portaudio library, maybe
>an
>>>> iffy build of
>>>> > the library?
>>>> >
>>>> > Windows devs are needed to check up
>>>> > on this.
>>>> >
>>>> > Victor Lazzarini
>>>> > Dean of Arts, Celtic Studies, and Philosophy
>>>> > Maynooth University
>>>> > Ireland
>>>> >
>>>> > On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg
><oyvind.brandtsegg@NTNU.NO>
>>>> wrote:
>>>> >
>>>> >> Hm, I am coming back to this as I have not yet been able to
>solve it.
>>>> >> I can not use portaudio for realtime i/o, only mme
>>>> >>
>>>> >> It appears similar in 6.11 and 6.12.
>>>> >> One thing I notice is that rtpa.dll and rtwinmm.dll are located
>in
>>>> /plugins64, not it /bin as I would have expected.
>>>> >> In /bin there is a portaudio_x64.dll
>>>> >>
>>>> >> * if I delete the rtpa.dll from /plugins64 and try to run a sime
>csd
>>>> with -odac, I get:
>>>> >> unknown rtaudio module: 'PortAudio', using dummy module
>>>> >> rtaudio: dummy module enabled
>>>> >> - this suggests that the portaudio i/o is loaded from
>/plugins64, and
>>>> wildly guessing that the portaudio file under /bin does nothing
>useful?
>>>> >>
>>>> >> * if I move the rtpa.dll file to /bin I get the same error.
>>>> >> Should it really be located in /plugins64? I was under the
>impression
>>>> that only plugin opcodes would go there(?).
>>>> >>
>>>> >> Just trying to poke at why this is not working.
>>>> >> I think I can rule out that there is a conflicting version of
>>>> portaudio somewhere on my system, since portaudio can not be found
>if I
>>>> delete the rtpa.dll frpom /plugins64
>>>> >>
>>>> >> Oeyvind
>>>> >>
>>>> >> Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi
><stevenyi@gmail.com
>>>> >:
>>>> >> 6.10 and 6.11 both were compiled with MSVC rather than MINGW.
>I'm
>>>> >> wondering if you by chance installed over a previous < 6.10
>install
>>>> >> and if there's some mixing of dll's?
>>>> >>
>>>> >> One thing to check is what you get when running:
>>>> >>
>>>> >> csound --devices
>>>> >>
>>>> >> It could be that the device you are using is not the one you are
>>>> >> expecting?  This happens to me when an ASIO device gets selected
>and
>>>> >> ASIO4ALL is set to output to something like "Speakers" which
>isn't
>>>> >> hooked up at the moment.  (That sounds strange, but seems to be
>what I
>>>> >> remember happening.)
>>>> >>
>>>> >> If that doesn't provide any new information, you could try:
>>>> >>
>>>> >> 1. Removing csound completely and reinstalling from the 6.11
>installer
>>>> >> 2. Try using one of the newer develop builds on AppVeyor, such
>as at:
>>>> >>
>>>> >>
>>>>
>https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts
>>>> >>
>>>> >>
>>>> >> On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
>>>> >> <oyvind.brandtsegg@ntnu.no> wrote:
>>>> >> >
>>>> >> > Hi, thanks for looking into it.
>>>> >> > I tested with the binary from this link
>>>> >> >
>>>>
>https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
>>>> >> > on
>>>> >> > https://csound.com/download.html
>>>> >> >
>>>> >> >
>>>> >> > Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <
>>>> stevenyi@gmail.com>:
>>>> >> >>
>>>> >> >> I have a Windows computer where I just did a fresh install of
>>>> >> >> dependencies and compiled Csound.  It's using Portaudio and
>working
>>>> >> >> okay.
>>>> >> >>
>>>> >> >> Oeyvind: Is this a self-compile or are you using one built on
>>>> >> >> AppVeyor? (or a release build?)
>>>> >> >> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>>>> >> >> <Victor.Lazzarini@mu.ie> wrote:
>>>> >> >> >
>>>> >> >> > Looks like a problem with portaudio on your system. MME is
>the
>>>> old windows audio subsystem, which would
>>>> >> >> > give you high latency.
>>>> >> >> > ========================
>>>> >> >> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <
>>>> oyvind.brandtsegg@ntnu.no> wrote:
>>>> >> >> > >
>>>> >> >> > > Actually,
>>>> >> >> > > if I use -odac without any rtaudio option, it says
>>>> >> >> > > rtaudio: PortAudio module enabled ...
>>>> >> >> > > so you are correct,
>>>> >> >> > > but I get no sound, and no list if audio devices.
>>>> >> >> > > I tried using -odac99 to provoke an error and geet the
>list of
>>>> devies that portaudio can access, but nothing appears.
>>>> >> >> > > Csound keeps working for the duration of the score, so
>some
>>>> kind of realtime processing is going on, but it is a mystery where
>the
>>>> sound goes.
>>>> >> >> > > If I use -+rtaudio"mme" I get the sound and also the list
>of
>>>> audio devices. Just not with portaudio.
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <
>>>> jpff@codemist.co.uk>:
>>>> >> >> > > Not sure if/when this changed but the default would seem
>to be
>>>> PortAudio
>>>> >> >> > > except on Linux where it is alsa.
>>>> >> >> > >
>>>> >> >> > > That is from just reading the code as I set rtaudio in
>>>> .csiund6rc so do ot
>>>> >> >> > > use any default.
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>>>> >> >> > >
>>>> >> >> > > > Hi,
>>>> >> >> > > > it has been some times since I rendered on the command
>line,
>>>> but now it seems
>>>> >> >> > > > I need to specify -+rtaudio="mme" to enable audio out
>to
>>>> dac. Is this by
>>>> >> >> > > > design, or something odd with my system?
>>>> >> >> > > > Tested on 6.11, and also on 6.10
>>>> >> >> > > >
>>>> >> >> > > > Not really a problem to add this option in my files,
>but
>>>> would allow for
>>>> >> >> > > > better crossplatform csds if it could be avoided.
>>>> >> >> > > >
>>>> >> >> > > > all best
>>>> >> >> > > > Oeyvind
>>>> >> >> > > >
>>>> >> >> > > > --
>>>> >> >> > > >
>>>> >> >> > > > Oeyvind Brandtsegg
>>>> >> >> > > > Professor of Music Technology
>>>> >> >> > > > NTNU
>>>> >> >> > > > 7491 Trondheim
>>>> >> >> > > > Norway
>>>> >> >> > > > Cell: +47 92 203 205
>>>> >> >> > > >
>>>> >> >> > > > http://www.partikkelaudio.com/
>>>> >> >> > > > http://crossadaptive.hf.ntnu.no
>>>> >> >> > > > http://gdsp.hf.ntnu.no/
>>>> >> >> > > > http://soundcloud.com/brandtsegg
>>>> >> >> > > > http://flyndresang.no/
>>>> >> >> > > > http://soundcloud.com/t-emp
>>>> >> >> > > >
>>>> >> >> > > > Csound mailing list Csound@listserv.heanet.ie
>>>> >> >> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send
>bugs
>>>> reports to
>>>> >> >> > > > https://github.com/csound/csound/issues Discussions of
>bugs
>>>> and features can
>>>> >> >> > > > be posted here
>>>> >> >> > > >
>>>> >> >> > >
>>>> >> >> > > Csound mailing list
>>>> >> >> > > Csound@listserv.heanet.ie
>>>> >> >> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> > > Send bugs reports to
>>>> >> >> > >         https://github.com/csound/csound/issues
>>>> >> >> > > Discussions of bugs and features can be posted here
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > --
>>>> >> >> > >
>>>> >> >> > > Oeyvind Brandtsegg
>>>> >> >> > > Professor of Music Technology
>>>> >> >> > > NTNU
>>>> >> >> > > 7491 Trondheim
>>>> >> >> > > Norway
>>>> >> >> > > Cell: +47 92 203 205
>>>> >> >> > >
>>>> >> >> > > http://www.partikkelaudio.com/
>>>> >> >> > > http://crossadaptive.hf.ntnu.no
>>>> >> >> > > http://gdsp.hf.ntnu.no/
>>>> >> >> > > http://soundcloud.com/brandtsegg
>>>> >> >> > > http://flyndresang.no/
>>>> >> >> > > http://soundcloud.com/t-emp
>>>> >> >> > >
>>>> >> >> > > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >> >> >
>>>> >> >> > Csound mailing list
>>>> >> >> > Csound@listserv.heanet.ie
>>>> >> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> > Send bugs reports to
>>>> >> >> >         https://github.com/csound/csound/issues
>>>> >> >> > Discussions of bugs and features can be posted here
>>>> >> >>
>>>> >> >> Csound mailing list
>>>> >> >> Csound@listserv.heanet.ie
>>>> >> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> Send bugs reports to
>>>> >> >>         https://github.com/csound/csound/issues
>>>> >> >> Discussions of bugs and features can be posted here
>>>> >> >
>>>> >> >
>>>> >> >
>>>> >> > --
>>>> >> >
>>>> >> > Oeyvind Brandtsegg
>>>> >> > Professor of Music Technology
>>>> >> > NTNU
>>>> >> > 7491 Trondheim
>>>> >> > Norway
>>>> >> > Cell: +47 92 203 205
>>>> >> >
>>>> >> > http://www.partikkelaudio.com/
>>>> >> > http://crossadaptive.hf.ntnu.no
>>>> >> > http://gdsp.hf.ntnu.no/
>>>> >> > http://soundcloud.com/brandtsegg
>>>> >> > http://flyndresang.no/
>>>> >> > http://soundcloud.com/t-emp
>>>> >> >
>>>> >> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >>
>>>> >> Csound mailing list
>>>> >> Csound@listserv.heanet.ie
>>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> Send bugs reports to
>>>> >>         https://github.com/csound/csound/issues
>>>> >> Discussions of bugs and features can be posted here
>>>> >>
>>>> >>
>>>> >> --
>>>> >>
>>>> >> Oeyvind Brandtsegg
>>>> >> Professor of Music Technology
>>>> >> NTNU
>>>> >> 7491 Trondheim
>>>> >> Norway
>>>> >> Cell: +47 92 203 205
>>>> >>
>>>> >> http://www.partikkelaudio.com/
>>>> >> http://crossadaptive.hf.ntnu.no
>>>> >> http://gdsp.hf.ntnu.no/
>>>> >> http://soundcloud.com/brandtsegg
>>>> >> http://flyndresang.no/
>>>> >> http://soundcloud.com/t-emp
>>>> >>
>>>> >> Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >
>>>> >
>>>> > --
>>>> >
>>>> > Oeyvind Brandtsegg
>>>> > Professor of Music Technology
>>>> > NTNU
>>>> > 7491 Trondheim
>>>> > Norway
>>>> > Cell: +47 92 203 205
>>>> >
>>>> > http://www.partikkelaudio.com/
>>>> > http://crossadaptive.hf.ntnu.no
>>>> > http://gdsp.hf.ntnu.no/
>>>> > http://soundcloud.com/brandtsegg
>>>> > http://flyndresang.no/
>>>> > http://soundcloud.com/t-emp
>>>> >
>>>> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>>
>>>>
>>>> Csound mailing list
>>>> Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>>
>>>
>>>
>>> --
>>>
>>> Oeyvind Brandtsegg
>>> Professor of Music Technology
>>> NTNU
>>> 7491 Trondheim
>>> Norway
>>> Cell: +47 92 203 205
>>>
>>> http://www.partikkelaudio.com/
>>> http://crossadaptive.hf.ntnu.no
>>> http://gdsp.hf.ntnu.no/
>>> http://soundcloud.com/brandtsegg
>>> http://flyndresang.no/
>>> http://soundcloud.com/t-emp
>>>
>>> Csound mailing list Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>>> can be posted here
>>>
>>> Csound mailing list Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>>> can be posted here
>>
>> Csound mailing list Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>> can be posted here
>
>
>
>--
>
>Oeyvind Brandtsegg
>Professor of Music Technology
>NTNU
>7491 Trondheim
>Norway
>Cell: +47 92 203 205
>
>http://www.partikkelaudio.com/
>http://crossadaptive.hf.ntnu.no
>http://gdsp.hf.ntnu.no/
>http://soundcloud.com/brandtsegg
>http://flyndresang.no/
>http://soundcloud.com/t-emp
>
>Csound mailing list
>Csound@listserv.heanet.ie
>https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>Send bugs reports to
>        https://github.com/csound/csound/issues
>Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-07 11:08
FromRichard
SubjectRe: [Csnd] rtaudio

Sysinternals could be of use here...

Richard

On 07/12/2018 12:00, Oeyvind Brandtsegg wrote:
Thanks so much,
but it did not print any additional info.
Maybe I could try to investigate if the error is realted to rtpa.dll, or portaudio_x64.dll?
Is there some method of tracing the order of events, i.e. what happens and which files/commands are invoked?
Would dependency walker or something similar be able to give me some info (just shooting in the dark here, no particular experience with what might be useful)?
Oeyvind

Den tor. 6. des. 2018 kl. 13:28 skrev John ff <jpff@codemist.co.uk>:
This may not be relevant but ....
If you run with -v option do you get any further output?

⁣Sent from TypeApp ​

On Dec 4, 2018, 22:14, at 22:14, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>Thanks Rory,
>The dlls you have are identical to mine, and also the Csound version is
>the
>same (I was confused at first because it is called version 6.12 beta).
>
>I do not think I have conflicting versions, because I get errors if I
>try
>to delete either rtpa.dll or portaudio_x64.dll.
>For example, if I delete rtpa.dll and run a simple csd with -odac, I
>get
>unknown rtaudio module: 'PortAudio', using dummy module
>
>With rtpa.dll in place, I get
>rtaudio: PortAudio module enabled ...
>
>but no sound out, and no device listing, no effect out of changing the
>device number, e.g. -odac99 gives the same result as plain -odac
>Csound will seem to be working on something for a few (5-ish) seconds,
>and
>then just return.
>There are the last lines printed
>orch now loaded
>audio buffered in 4096 sample-frame blocks
>
>
>
>
>Den tir. 4. des. 2018 kl. 19:47 skrev Rory Walsh <rorywalsh@ear.ie>:
>
>> Hi Oeyvind. Could you possibly have multiple portaudio dlls in your
>> system? I seen issues before where conflicting versions have caused
>> problems. Here's a link to the dlls I have on my system.
>>
>> https://www.dropbox.com/s/dxkxhohwspmqbeg/dlls.zip?dl=0
>>
>> On Tue, 4 Dec 2018 at 17:57, Victor Lazzarini
><Victor.Lazzarini@mu.ie>
>> wrote:
>>
>>> I am sorry, but I don't know much about windows. The windows people
>here
>>> should be able to help.
>>>
>>> Victor Lazzarini
>>> Dean of Arts, Celtic Studies, and Philosophy
>>> Maynooth University
>>> Ireland
>>>
>>> On 4 Dec 2018, at 17:51, Oeyvind Brandtsegg
><oyvind.brandtsegg@NTNU.NO>
>>> wrote:
>>>
>>> ok. Thanks. That is good to know.
>>>
>>> Is there any way to get any more information about what portaudio
>fails
>>> to do on my system?
>>> Any way of accessing portaudio with some sort of verbose or debug
>output?
>>>
>>> Den tir. 4. des. 2018 kl. 16:14 skrev Victor Lazzarini <
>>> Victor.Lazzarini@mu.ie>:
>>>
>>>> No, it’s the way we’ve always done it, all plugins (opcodes,
>function
>>>> tables, audio and midi IO) are in the
>>>> plugins directory. When Csound runs it looks for that directory and
>>>> loads them all from there.
>>>>
>>>>
>>>>
>>>> ========================
>>>> Prof. 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 4 Dec 2018, at 14:14, Oeyvind Brandtsegg
><oyvind.brandtsegg@ntnu.no>
>>>> wrote:
>>>> >
>>>> > Thanks Victor,
>>>> > Isn't it odd that rtpa.dll is in the plugins directory then?
>>>> > Even if rtpa.dll is technically a plugin, I thought it was only
>opcode
>>>> plugins that shoud go in /plugins64
>>>> > If I move rtpa.dll to /bin it behaves the same as if I delete it,
>so
>>>> it is obviously only being looked for in /plugins64
>>>> > I think at some point in the past rtpa.dll used to live in /bin
>>>> >
>>>> > I would not have a problem with it either way, I just investigate
>>>> everything that looks odd in this context, to try to poke at why
>this is
>>>> not working here.
>>>> >
>>>> >
>>>> > Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini <
>>>> Victor.Lazzarini@mu.ie>:
>>>> > rtpa.dll is the csound portaudio plugin
>>>> > portaudio_x64.dll is the portaudio library
>>>> >
>>>> > Unless rtpa.dll is using a static portaudio lib, both files are
>needed.
>>>> >
>>>> > Looks like something not right with the portaudio library, maybe
>an
>>>> iffy build of
>>>> > the library?
>>>> >
>>>> > Windows devs are needed to check up
>>>> > on this.
>>>> >
>>>> > Victor Lazzarini
>>>> > Dean of Arts, Celtic Studies, and Philosophy
>>>> > Maynooth University
>>>> > Ireland
>>>> >
>>>> > On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg
><oyvind.brandtsegg@NTNU.NO>
>>>> wrote:
>>>> >
>>>> >> Hm, I am coming back to this as I have not yet been able to
>solve it.
>>>> >> I can not use portaudio for realtime i/o, only mme
>>>> >>
>>>> >> It appears similar in 6.11 and 6.12.
>>>> >> One thing I notice is that rtpa.dll and rtwinmm.dll are located
>in
>>>> /plugins64, not it /bin as I would have expected.
>>>> >> In /bin there is a portaudio_x64.dll
>>>> >>
>>>> >> * if I delete the rtpa.dll from /plugins64 and try to run a sime
>csd
>>>> with -odac, I get:
>>>> >> unknown rtaudio module: 'PortAudio', using dummy module
>>>> >> rtaudio: dummy module enabled
>>>> >> - this suggests that the portaudio i/o is loaded from
>/plugins64, and
>>>> wildly guessing that the portaudio file under /bin does nothing
>useful?
>>>> >>
>>>> >> * if I move the rtpa.dll file to /bin I get the same error.
>>>> >> Should it really be located in /plugins64? I was under the
>impression
>>>> that only plugin opcodes would go there(?).
>>>> >>
>>>> >> Just trying to poke at why this is not working.
>>>> >> I think I can rule out that there is a conflicting version of
>>>> portaudio somewhere on my system, since portaudio can not be found
>if I
>>>> delete the rtpa.dll frpom /plugins64
>>>> >>
>>>> >> Oeyvind
>>>> >>
>>>> >> Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi
><stevenyi@gmail.com
>>>> >:
>>>> >> 6.10 and 6.11 both were compiled with MSVC rather than MINGW.
>I'm
>>>> >> wondering if you by chance installed over a previous < 6.10
>install
>>>> >> and if there's some mixing of dll's?
>>>> >>
>>>> >> One thing to check is what you get when running:
>>>> >>
>>>> >> csound --devices
>>>> >>
>>>> >> It could be that the device you are using is not the one you are
>>>> >> expecting?  This happens to me when an ASIO device gets selected
>and
>>>> >> ASIO4ALL is set to output to something like "Speakers" which
>isn't
>>>> >> hooked up at the moment.  (That sounds strange, but seems to be
>what I
>>>> >> remember happening.)
>>>> >>
>>>> >> If that doesn't provide any new information, you could try:
>>>> >>
>>>> >> 1. Removing csound completely and reinstalling from the 6.11
>installer
>>>> >> 2. Try using one of the newer develop builds on AppVeyor, such
>as at:
>>>> >>
>>>> >>
>>>>
>https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts
>>>> >>
>>>> >>
>>>> >> On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
>>>> >> <oyvind.brandtsegg@ntnu.no> wrote:
>>>> >> >
>>>> >> > Hi, thanks for looking into it.
>>>> >> > I tested with the binary from this link
>>>> >> >
>>>>
>https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
>>>> >> > on
>>>> >> > https://csound.com/download.html
>>>> >> >
>>>> >> >
>>>> >> > Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <
>>>> stevenyi@gmail.com>:
>>>> >> >>
>>>> >> >> I have a Windows computer where I just did a fresh install of
>>>> >> >> dependencies and compiled Csound.  It's using Portaudio and
>working
>>>> >> >> okay.
>>>> >> >>
>>>> >> >> Oeyvind: Is this a self-compile or are you using one built on
>>>> >> >> AppVeyor? (or a release build?)
>>>> >> >> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>>>> >> >> <Victor.Lazzarini@mu.ie> wrote:
>>>> >> >> >
>>>> >> >> > Looks like a problem with portaudio on your system. MME is
>the
>>>> old windows audio subsystem, which would
>>>> >> >> > give you high latency.
>>>> >> >> > ========================
>>>> >> >> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <
>>>> oyvind.brandtsegg@ntnu.no> wrote:
>>>> >> >> > >
>>>> >> >> > > Actually,
>>>> >> >> > > if I use -odac without any rtaudio option, it says
>>>> >> >> > > rtaudio: PortAudio module enabled ...
>>>> >> >> > > so you are correct,
>>>> >> >> > > but I get no sound, and no list if audio devices.
>>>> >> >> > > I tried using -odac99 to provoke an error and geet the
>list of
>>>> devies that portaudio can access, but nothing appears.
>>>> >> >> > > Csound keeps working for the duration of the score, so
>some
>>>> kind of realtime processing is going on, but it is a mystery where
>the
>>>> sound goes.
>>>> >> >> > > If I use -+rtaudio"mme" I get the sound and also the list
>of
>>>> audio devices. Just not with portaudio.
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <
>>>> jpff@codemist.co.uk>:
>>>> >> >> > > Not sure if/when this changed but the default would seem
>to be
>>>> PortAudio
>>>> >> >> > > except on Linux where it is alsa.
>>>> >> >> > >
>>>> >> >> > > That is from just reading the code as I set rtaudio in
>>>> .csiund6rc so do ot
>>>> >> >> > > use any default.
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>>>> >> >> > >
>>>> >> >> > > > Hi,
>>>> >> >> > > > it has been some times since I rendered on the command
>line,
>>>> but now it seems
>>>> >> >> > > > I need to specify -+rtaudio="mme" to enable audio out
>to
>>>> dac. Is this by
>>>> >> >> > > > design, or something odd with my system?
>>>> >> >> > > > Tested on 6.11, and also on 6.10
>>>> >> >> > > >
>>>> >> >> > > > Not really a problem to add this option in my files,
>but
>>>> would allow for
>>>> >> >> > > > better crossplatform csds if it could be avoided.
>>>> >> >> > > >
>>>> >> >> > > > all best
>>>> >> >> > > > Oeyvind
>>>> >> >> > > >
>>>> >> >> > > > --
>>>> >> >> > > >
>>>> >> >> > > > Oeyvind Brandtsegg
>>>> >> >> > > > Professor of Music Technology
>>>> >> >> > > > NTNU
>>>> >> >> > > > 7491 Trondheim
>>>> >> >> > > > Norway
>>>> >> >> > > > Cell: +47 92 203 205
>>>> >> >> > > >
>>>> >> >> > > > http://www.partikkelaudio.com/
>>>> >> >> > > > http://crossadaptive.hf.ntnu.no
>>>> >> >> > > > http://gdsp.hf.ntnu.no/
>>>> >> >> > > > http://soundcloud.com/brandtsegg
>>>> >> >> > > > http://flyndresang.no/
>>>> >> >> > > > http://soundcloud.com/t-emp
>>>> >> >> > > >
>>>> >> >> > > > Csound mailing list Csound@listserv.heanet.ie
>>>> >> >> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send
>bugs
>>>> reports to
>>>> >> >> > > > https://github.com/csound/csound/issues Discussions of
>bugs
>>>> and features can
>>>> >> >> > > > be posted here
>>>> >> >> > > >
>>>> >> >> > >
>>>> >> >> > > Csound mailing list
>>>> >> >> > > Csound@listserv.heanet.ie
>>>> >> >> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> > > Send bugs reports to
>>>> >> >> > >         https://github.com/csound/csound/issues
>>>> >> >> > > Discussions of bugs and features can be posted here
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > --
>>>> >> >> > >
>>>> >> >> > > Oeyvind Brandtsegg
>>>> >> >> > > Professor of Music Technology
>>>> >> >> > > NTNU
>>>> >> >> > > 7491 Trondheim
>>>> >> >> > > Norway
>>>> >> >> > > Cell: +47 92 203 205
>>>> >> >> > >
>>>> >> >> > > http://www.partikkelaudio.com/
>>>> >> >> > > http://crossadaptive.hf.ntnu.no
>>>> >> >> > > http://gdsp.hf.ntnu.no/
>>>> >> >> > > http://soundcloud.com/brandtsegg
>>>> >> >> > > http://flyndresang.no/
>>>> >> >> > > http://soundcloud.com/t-emp
>>>> >> >> > >
>>>> >> >> > > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >> >> >
>>>> >> >> > Csound mailing list
>>>> >> >> > Csound@listserv.heanet.ie
>>>> >> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> > Send bugs reports to
>>>> >> >> >         https://github.com/csound/csound/issues
>>>> >> >> > Discussions of bugs and features can be posted here
>>>> >> >>
>>>> >> >> Csound mailing list
>>>> >> >> Csound@listserv.heanet.ie
>>>> >> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> Send bugs reports to
>>>> >> >>         https://github.com/csound/csound/issues
>>>> >> >> Discussions of bugs and features can be posted here
>>>> >> >
>>>> >> >
>>>> >> >
>>>> >> > --
>>>> >> >
>>>> >> > Oeyvind Brandtsegg
>>>> >> > Professor of Music Technology
>>>> >> > NTNU
>>>> >> > 7491 Trondheim
>>>> >> > Norway
>>>> >> > Cell: +47 92 203 205
>>>> >> >
>>>> >> > http://www.partikkelaudio.com/
>>>> >> > http://crossadaptive.hf.ntnu.no
>>>> >> > http://gdsp.hf.ntnu.no/
>>>> >> > http://soundcloud.com/brandtsegg
>>>> >> > http://flyndresang.no/
>>>> >> > http://soundcloud.com/t-emp
>>>> >> >
>>>> >> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >>
>>>> >> Csound mailing list
>>>> >> Csound@listserv.heanet.ie
>>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> Send bugs reports to
>>>> >>         https://github.com/csound/csound/issues
>>>> >> Discussions of bugs and features can be posted here
>>>> >>
>>>> >>
>>>> >> --
>>>> >>
>>>> >> Oeyvind Brandtsegg
>>>> >> Professor of Music Technology
>>>> >> NTNU
>>>> >> 7491 Trondheim
>>>> >> Norway
>>>> >> Cell: +47 92 203 205
>>>> >>
>>>> >> http://www.partikkelaudio.com/
>>>> >> http://crossadaptive.hf.ntnu.no
>>>> >> http://gdsp.hf.ntnu.no/
>>>> >> http://soundcloud.com/brandtsegg
>>>> >> http://flyndresang.no/
>>>> >> http://soundcloud.com/t-emp
>>>> >>
>>>> >> Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >
>>>> >
>>>> > --
>>>> >
>>>> > Oeyvind Brandtsegg
>>>> > Professor of Music Technology
>>>> > NTNU
>>>> > 7491 Trondheim
>>>> > Norway
>>>> > Cell: +47 92 203 205
>>>> >
>>>> > http://www.partikkelaudio.com/
>>>> > http://crossadaptive.hf.ntnu.no
>>>> > http://gdsp.hf.ntnu.no/
>>>> > http://soundcloud.com/brandtsegg
>>>> > http://flyndresang.no/
>>>> > http://soundcloud.com/t-emp
>>>> >
>>>> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>>
>>>>
>>>> Csound mailing list
>>>> Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>>
>>>
>>>
>>> --
>>>
>>> Oeyvind Brandtsegg
>>> Professor of Music Technology
>>> NTNU
>>> 7491 Trondheim
>>> Norway
>>> Cell: +47 92 203 205
>>>
>>> http://www.partikkelaudio.com/
>>> http://crossadaptive.hf.ntnu.no
>>> http://gdsp.hf.ntnu.no/
>>> http://soundcloud.com/brandtsegg
>>> http://flyndresang.no/
>>> http://soundcloud.com/t-emp
>>>
>>> Csound mailing list Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>>> can be posted here
>>>
>>> Csound mailing list Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>>> can be posted here
>>
>> Csound mailing list Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>> can be posted here
>
>
>
>--
>
>Oeyvind Brandtsegg
>Professor of Music Technology
>NTNU
>7491 Trondheim
>Norway
>Cell: +47 92 203 205
>
>http://www.partikkelaudio.com/
>http://crossadaptive.hf.ntnu.no
>http://gdsp.hf.ntnu.no/
>http://soundcloud.com/brandtsegg
>http://flyndresang.no/
>http://soundcloud.com/t-emp
>
>Csound mailing list
>Csound@listserv.heanet.ie
>https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>Send bugs reports to
>        https://github.com/csound/csound/issues
>Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-07 11:26
FromOeyvind Brandtsegg
SubjectRe: [Csnd] rtaudio
Oh, that would be great.

As I am unfamiliar with how to use these tools, I would greatly appreciate some initial pointers on how to use Dependency Walker, or ProcessExplorer/Sysinternals
I downloaded both, opened and had a look, ... not sure how to proceed.

Den fre. 7. des. 2018 kl. 12:08 skrev Richard <zappfinger@gmail.com>:

Sysinternals could be of use here...

Richard

On 07/12/2018 12:00, Oeyvind Brandtsegg wrote:
Thanks so much,
but it did not print any additional info.
Maybe I could try to investigate if the error is realted to rtpa.dll, or portaudio_x64.dll?
Is there some method of tracing the order of events, i.e. what happens and which files/commands are invoked?
Would dependency walker or something similar be able to give me some info (just shooting in the dark here, no particular experience with what might be useful)?
Oeyvind

Den tor. 6. des. 2018 kl. 13:28 skrev John ff <jpff@codemist.co.uk>:
This may not be relevant but ....
If you run with -v option do you get any further output?

⁣Sent from TypeApp ​

On Dec 4, 2018, 22:14, at 22:14, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>Thanks Rory,
>The dlls you have are identical to mine, and also the Csound version is
>the
>same (I was confused at first because it is called version 6.12 beta).
>
>I do not think I have conflicting versions, because I get errors if I
>try
>to delete either rtpa.dll or portaudio_x64.dll.
>For example, if I delete rtpa.dll and run a simple csd with -odac, I
>get
>unknown rtaudio module: 'PortAudio', using dummy module
>
>With rtpa.dll in place, I get
>rtaudio: PortAudio module enabled ...
>
>but no sound out, and no device listing, no effect out of changing the
>device number, e.g. -odac99 gives the same result as plain -odac
>Csound will seem to be working on something for a few (5-ish) seconds,
>and
>then just return.
>There are the last lines printed
>orch now loaded
>audio buffered in 4096 sample-frame blocks
>
>
>
>
>Den tir. 4. des. 2018 kl. 19:47 skrev Rory Walsh <rorywalsh@ear.ie>:
>
>> Hi Oeyvind. Could you possibly have multiple portaudio dlls in your
>> system? I seen issues before where conflicting versions have caused
>> problems. Here's a link to the dlls I have on my system.
>>
>> https://www.dropbox.com/s/dxkxhohwspmqbeg/dlls.zip?dl=0
>>
>> On Tue, 4 Dec 2018 at 17:57, Victor Lazzarini
><Victor.Lazzarini@mu.ie>
>> wrote:
>>
>>> I am sorry, but I don't know much about windows. The windows people
>here
>>> should be able to help.
>>>
>>> Victor Lazzarini
>>> Dean of Arts, Celtic Studies, and Philosophy
>>> Maynooth University
>>> Ireland
>>>
>>> On 4 Dec 2018, at 17:51, Oeyvind Brandtsegg
><oyvind.brandtsegg@NTNU.NO>
>>> wrote:
>>>
>>> ok. Thanks. That is good to know.
>>>
>>> Is there any way to get any more information about what portaudio
>fails
>>> to do on my system?
>>> Any way of accessing portaudio with some sort of verbose or debug
>output?
>>>
>>> Den tir. 4. des. 2018 kl. 16:14 skrev Victor Lazzarini <
>>> Victor.Lazzarini@mu.ie>:
>>>
>>>> No, it’s the way we’ve always done it, all plugins (opcodes,
>function
>>>> tables, audio and midi IO) are in the
>>>> plugins directory. When Csound runs it looks for that directory and
>>>> loads them all from there.
>>>>
>>>>
>>>>
>>>> ========================
>>>> Prof. 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 4 Dec 2018, at 14:14, Oeyvind Brandtsegg
><oyvind.brandtsegg@ntnu.no>
>>>> wrote:
>>>> >
>>>> > Thanks Victor,
>>>> > Isn't it odd that rtpa.dll is in the plugins directory then?
>>>> > Even if rtpa.dll is technically a plugin, I thought it was only
>opcode
>>>> plugins that shoud go in /plugins64
>>>> > If I move rtpa.dll to /bin it behaves the same as if I delete it,
>so
>>>> it is obviously only being looked for in /plugins64
>>>> > I think at some point in the past rtpa.dll used to live in /bin
>>>> >
>>>> > I would not have a problem with it either way, I just investigate
>>>> everything that looks odd in this context, to try to poke at why
>this is
>>>> not working here.
>>>> >
>>>> >
>>>> > Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini <
>>>> Victor.Lazzarini@mu.ie>:
>>>> > rtpa.dll is the csound portaudio plugin
>>>> > portaudio_x64.dll is the portaudio library
>>>> >
>>>> > Unless rtpa.dll is using a static portaudio lib, both files are
>needed.
>>>> >
>>>> > Looks like something not right with the portaudio library, maybe
>an
>>>> iffy build of
>>>> > the library?
>>>> >
>>>> > Windows devs are needed to check up
>>>> > on this.
>>>> >
>>>> > Victor Lazzarini
>>>> > Dean of Arts, Celtic Studies, and Philosophy
>>>> > Maynooth University
>>>> > Ireland
>>>> >
>>>> > On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg
><oyvind.brandtsegg@NTNU.NO>
>>>> wrote:
>>>> >
>>>> >> Hm, I am coming back to this as I have not yet been able to
>solve it.
>>>> >> I can not use portaudio for realtime i/o, only mme
>>>> >>
>>>> >> It appears similar in 6.11 and 6.12.
>>>> >> One thing I notice is that rtpa.dll and rtwinmm.dll are located
>in
>>>> /plugins64, not it /bin as I would have expected.
>>>> >> In /bin there is a portaudio_x64.dll
>>>> >>
>>>> >> * if I delete the rtpa.dll from /plugins64 and try to run a sime
>csd
>>>> with -odac, I get:
>>>> >> unknown rtaudio module: 'PortAudio', using dummy module
>>>> >> rtaudio: dummy module enabled
>>>> >> - this suggests that the portaudio i/o is loaded from
>/plugins64, and
>>>> wildly guessing that the portaudio file under /bin does nothing
>useful?
>>>> >>
>>>> >> * if I move the rtpa.dll file to /bin I get the same error.
>>>> >> Should it really be located in /plugins64? I was under the
>impression
>>>> that only plugin opcodes would go there(?).
>>>> >>
>>>> >> Just trying to poke at why this is not working.
>>>> >> I think I can rule out that there is a conflicting version of
>>>> portaudio somewhere on my system, since portaudio can not be found
>if I
>>>> delete the rtpa.dll frpom /plugins64
>>>> >>
>>>> >> Oeyvind
>>>> >>
>>>> >> Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi
><stevenyi@gmail.com
>>>> >:
>>>> >> 6.10 and 6.11 both were compiled with MSVC rather than MINGW.
>I'm
>>>> >> wondering if you by chance installed over a previous < 6.10
>install
>>>> >> and if there's some mixing of dll's?
>>>> >>
>>>> >> One thing to check is what you get when running:
>>>> >>
>>>> >> csound --devices
>>>> >>
>>>> >> It could be that the device you are using is not the one you are
>>>> >> expecting?  This happens to me when an ASIO device gets selected
>and
>>>> >> ASIO4ALL is set to output to something like "Speakers" which
>isn't
>>>> >> hooked up at the moment.  (That sounds strange, but seems to be
>what I
>>>> >> remember happening.)
>>>> >>
>>>> >> If that doesn't provide any new information, you could try:
>>>> >>
>>>> >> 1. Removing csound completely and reinstalling from the 6.11
>installer
>>>> >> 2. Try using one of the newer develop builds on AppVeyor, such
>as at:
>>>> >>
>>>> >>
>>>>
>https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts
>>>> >>
>>>> >>
>>>> >> On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
>>>> >> <oyvind.brandtsegg@ntnu.no> wrote:
>>>> >> >
>>>> >> > Hi, thanks for looking into it.
>>>> >> > I tested with the binary from this link
>>>> >> >
>>>>
>https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
>>>> >> > on
>>>> >> > https://csound.com/download.html
>>>> >> >
>>>> >> >
>>>> >> > Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <
>>>> stevenyi@gmail.com>:
>>>> >> >>
>>>> >> >> I have a Windows computer where I just did a fresh install of
>>>> >> >> dependencies and compiled Csound.  It's using Portaudio and
>working
>>>> >> >> okay.
>>>> >> >>
>>>> >> >> Oeyvind: Is this a self-compile or are you using one built on
>>>> >> >> AppVeyor? (or a release build?)
>>>> >> >> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>>>> >> >> <Victor.Lazzarini@mu.ie> wrote:
>>>> >> >> >
>>>> >> >> > Looks like a problem with portaudio on your system. MME is
>the
>>>> old windows audio subsystem, which would
>>>> >> >> > give you high latency.
>>>> >> >> > ========================
>>>> >> >> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <
>>>> oyvind.brandtsegg@ntnu.no> wrote:
>>>> >> >> > >
>>>> >> >> > > Actually,
>>>> >> >> > > if I use -odac without any rtaudio option, it says
>>>> >> >> > > rtaudio: PortAudio module enabled ...
>>>> >> >> > > so you are correct,
>>>> >> >> > > but I get no sound, and no list if audio devices.
>>>> >> >> > > I tried using -odac99 to provoke an error and geet the
>list of
>>>> devies that portaudio can access, but nothing appears.
>>>> >> >> > > Csound keeps working for the duration of the score, so
>some
>>>> kind of realtime processing is going on, but it is a mystery where
>the
>>>> sound goes.
>>>> >> >> > > If I use -+rtaudio"mme" I get the sound and also the list
>of
>>>> audio devices. Just not with portaudio.
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <
>>>> jpff@codemist.co.uk>:
>>>> >> >> > > Not sure if/when this changed but the default would seem
>to be
>>>> PortAudio
>>>> >> >> > > except on Linux where it is alsa.
>>>> >> >> > >
>>>> >> >> > > That is from just reading the code as I set rtaudio in
>>>> .csiund6rc so do ot
>>>> >> >> > > use any default.
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>>>> >> >> > >
>>>> >> >> > > > Hi,
>>>> >> >> > > > it has been some times since I rendered on the command
>line,
>>>> but now it seems
>>>> >> >> > > > I need to specify -+rtaudio="mme" to enable audio out
>to
>>>> dac. Is this by
>>>> >> >> > > > design, or something odd with my system?
>>>> >> >> > > > Tested on 6.11, and also on 6.10
>>>> >> >> > > >
>>>> >> >> > > > Not really a problem to add this option in my files,
>but
>>>> would allow for
>>>> >> >> > > > better crossplatform csds if it could be avoided.
>>>> >> >> > > >
>>>> >> >> > > > all best
>>>> >> >> > > > Oeyvind
>>>> >> >> > > >
>>>> >> >> > > > --
>>>> >> >> > > >
>>>> >> >> > > > Oeyvind Brandtsegg
>>>> >> >> > > > Professor of Music Technology
>>>> >> >> > > > NTNU
>>>> >> >> > > > 7491 Trondheim
>>>> >> >> > > > Norway
>>>> >> >> > > > Cell: +47 92 203 205
>>>> >> >> > > >
>>>> >> >> > > > http://www.partikkelaudio.com/
>>>> >> >> > > > http://crossadaptive.hf.ntnu.no
>>>> >> >> > > > http://gdsp.hf.ntnu.no/
>>>> >> >> > > > http://soundcloud.com/brandtsegg
>>>> >> >> > > > http://flyndresang.no/
>>>> >> >> > > > http://soundcloud.com/t-emp
>>>> >> >> > > >
>>>> >> >> > > > Csound mailing list Csound@listserv.heanet.ie
>>>> >> >> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send
>bugs
>>>> reports to
>>>> >> >> > > > https://github.com/csound/csound/issues Discussions of
>bugs
>>>> and features can
>>>> >> >> > > > be posted here
>>>> >> >> > > >
>>>> >> >> > >
>>>> >> >> > > Csound mailing list
>>>> >> >> > > Csound@listserv.heanet.ie
>>>> >> >> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> > > Send bugs reports to
>>>> >> >> > >         https://github.com/csound/csound/issues
>>>> >> >> > > Discussions of bugs and features can be posted here
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > --
>>>> >> >> > >
>>>> >> >> > > Oeyvind Brandtsegg
>>>> >> >> > > Professor of Music Technology
>>>> >> >> > > NTNU
>>>> >> >> > > 7491 Trondheim
>>>> >> >> > > Norway
>>>> >> >> > > Cell: +47 92 203 205
>>>> >> >> > >
>>>> >> >> > > http://www.partikkelaudio.com/
>>>> >> >> > > http://crossadaptive.hf.ntnu.no
>>>> >> >> > > http://gdsp.hf.ntnu.no/
>>>> >> >> > > http://soundcloud.com/brandtsegg
>>>> >> >> > > http://flyndresang.no/
>>>> >> >> > > http://soundcloud.com/t-emp
>>>> >> >> > >
>>>> >> >> > > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >> >> >
>>>> >> >> > Csound mailing list
>>>> >> >> > Csound@listserv.heanet.ie
>>>> >> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> > Send bugs reports to
>>>> >> >> >         https://github.com/csound/csound/issues
>>>> >> >> > Discussions of bugs and features can be posted here
>>>> >> >>
>>>> >> >> Csound mailing list
>>>> >> >> Csound@listserv.heanet.ie
>>>> >> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> Send bugs reports to
>>>> >> >>         https://github.com/csound/csound/issues
>>>> >> >> Discussions of bugs and features can be posted here
>>>> >> >
>>>> >> >
>>>> >> >
>>>> >> > --
>>>> >> >
>>>> >> > Oeyvind Brandtsegg
>>>> >> > Professor of Music Technology
>>>> >> > NTNU
>>>> >> > 7491 Trondheim
>>>> >> > Norway
>>>> >> > Cell: +47 92 203 205
>>>> >> >
>>>> >> > http://www.partikkelaudio.com/
>>>> >> > http://crossadaptive.hf.ntnu.no
>>>> >> > http://gdsp.hf.ntnu.no/
>>>> >> > http://soundcloud.com/brandtsegg
>>>> >> > http://flyndresang.no/
>>>> >> > http://soundcloud.com/t-emp
>>>> >> >
>>>> >> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >>
>>>> >> Csound mailing list
>>>> >> Csound@listserv.heanet.ie
>>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> Send bugs reports to
>>>> >>         https://github.com/csound/csound/issues
>>>> >> Discussions of bugs and features can be posted here
>>>> >>
>>>> >>
>>>> >> --
>>>> >>
>>>> >> Oeyvind Brandtsegg
>>>> >> Professor of Music Technology
>>>> >> NTNU
>>>> >> 7491 Trondheim
>>>> >> Norway
>>>> >> Cell: +47 92 203 205
>>>> >>
>>>> >> http://www.partikkelaudio.com/
>>>> >> http://crossadaptive.hf.ntnu.no
>>>> >> http://gdsp.hf.ntnu.no/
>>>> >> http://soundcloud.com/brandtsegg
>>>> >> http://flyndresang.no/
>>>> >> http://soundcloud.com/t-emp
>>>> >>
>>>> >> Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >
>>>> >
>>>> > --
>>>> >
>>>> > Oeyvind Brandtsegg
>>>> > Professor of Music Technology
>>>> > NTNU
>>>> > 7491 Trondheim
>>>> > Norway
>>>> > Cell: +47 92 203 205
>>>> >
>>>> > http://www.partikkelaudio.com/
>>>> > http://crossadaptive.hf.ntnu.no
>>>> > http://gdsp.hf.ntnu.no/
>>>> > http://soundcloud.com/brandtsegg
>>>> > http://flyndresang.no/
>>>> > http://soundcloud.com/t-emp
>>>> >
>>>> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>>
>>>>
>>>> Csound mailing list
>>>> Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>>
>>>
>>>
>>> --
>>>
>>> Oeyvind Brandtsegg
>>> Professor of Music Technology
>>> NTNU
>>> 7491 Trondheim
>>> Norway
>>> Cell: +47 92 203 205
>>>
>>> http://www.partikkelaudio.com/
>>> http://crossadaptive.hf.ntnu.no
>>> http://gdsp.hf.ntnu.no/
>>> http://soundcloud.com/brandtsegg
>>> http://flyndresang.no/
>>> http://soundcloud.com/t-emp
>>>
>>> Csound mailing list Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>>> can be posted here
>>>
>>> Csound mailing list Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>>> can be posted here
>>
>> Csound mailing list Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>> can be posted here
>
>
>
>--
>
>Oeyvind Brandtsegg
>Professor of Music Technology
>NTNU
>7491 Trondheim
>Norway
>Cell: +47 92 203 205
>
>http://www.partikkelaudio.com/
>http://crossadaptive.hf.ntnu.no
>http://gdsp.hf.ntnu.no/
>http://soundcloud.com/brandtsegg
>http://flyndresang.no/
>http://soundcloud.com/t-emp
>
>Csound mailing list
>Csound@listserv.heanet.ie
>https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>Send bugs reports to
>        https://github.com/csound/csound/issues
>Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-07 13:25
FromRory Walsh
SubjectRe: [Csnd] rtaudio
Open Csound in dep walker. It should list all the DLLs, look out for the various audio DLLs. You should be able to see the locations of each DLL that is loaded. Might give you some useful info. 

On Fri 7 Dec 2018, 11:26 Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no wrote:
Oh, that would be great.

As I am unfamiliar with how to use these tools, I would greatly appreciate some initial pointers on how to use Dependency Walker, or ProcessExplorer/Sysinternals
I downloaded both, opened and had a look, ... not sure how to proceed.

Den fre. 7. des. 2018 kl. 12:08 skrev Richard <zappfinger@gmail.com>:

Sysinternals could be of use here...

Richard

On 07/12/2018 12:00, Oeyvind Brandtsegg wrote:
Thanks so much,
but it did not print any additional info.
Maybe I could try to investigate if the error is realted to rtpa.dll, or portaudio_x64.dll?
Is there some method of tracing the order of events, i.e. what happens and which files/commands are invoked?
Would dependency walker or something similar be able to give me some info (just shooting in the dark here, no particular experience with what might be useful)?
Oeyvind

Den tor. 6. des. 2018 kl. 13:28 skrev John ff <jpff@codemist.co.uk>:
This may not be relevant but ....
If you run with -v option do you get any further output?

⁣Sent from TypeApp ​

On Dec 4, 2018, 22:14, at 22:14, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>Thanks Rory,
>The dlls you have are identical to mine, and also the Csound version is
>the
>same (I was confused at first because it is called version 6.12 beta).
>
>I do not think I have conflicting versions, because I get errors if I
>try
>to delete either rtpa.dll or portaudio_x64.dll.
>For example, if I delete rtpa.dll and run a simple csd with -odac, I
>get
>unknown rtaudio module: 'PortAudio', using dummy module
>
>With rtpa.dll in place, I get
>rtaudio: PortAudio module enabled ...
>
>but no sound out, and no device listing, no effect out of changing the
>device number, e.g. -odac99 gives the same result as plain -odac
>Csound will seem to be working on something for a few (5-ish) seconds,
>and
>then just return.
>There are the last lines printed
>orch now loaded
>audio buffered in 4096 sample-frame blocks
>
>
>
>
>Den tir. 4. des. 2018 kl. 19:47 skrev Rory Walsh <rorywalsh@ear.ie>:
>
>> Hi Oeyvind. Could you possibly have multiple portaudio dlls in your
>> system? I seen issues before where conflicting versions have caused
>> problems. Here's a link to the dlls I have on my system.
>>
>> https://www.dropbox.com/s/dxkxhohwspmqbeg/dlls.zip?dl=0
>>
>> On Tue, 4 Dec 2018 at 17:57, Victor Lazzarini
><Victor.Lazzarini@mu.ie>
>> wrote:
>>
>>> I am sorry, but I don't know much about windows. The windows people
>here
>>> should be able to help.
>>>
>>> Victor Lazzarini
>>> Dean of Arts, Celtic Studies, and Philosophy
>>> Maynooth University
>>> Ireland
>>>
>>> On 4 Dec 2018, at 17:51, Oeyvind Brandtsegg
><oyvind.brandtsegg@NTNU.NO>
>>> wrote:
>>>
>>> ok. Thanks. That is good to know.
>>>
>>> Is there any way to get any more information about what portaudio
>fails
>>> to do on my system?
>>> Any way of accessing portaudio with some sort of verbose or debug
>output?
>>>
>>> Den tir. 4. des. 2018 kl. 16:14 skrev Victor Lazzarini <
>>> Victor.Lazzarini@mu.ie>:
>>>
>>>> No, it’s the way we’ve always done it, all plugins (opcodes,
>function
>>>> tables, audio and midi IO) are in the
>>>> plugins directory. When Csound runs it looks for that directory and
>>>> loads them all from there.
>>>>
>>>>
>>>>
>>>> ========================
>>>> Prof. 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 4 Dec 2018, at 14:14, Oeyvind Brandtsegg
><oyvind.brandtsegg@ntnu.no>
>>>> wrote:
>>>> >
>>>> > Thanks Victor,
>>>> > Isn't it odd that rtpa.dll is in the plugins directory then?
>>>> > Even if rtpa.dll is technically a plugin, I thought it was only
>opcode
>>>> plugins that shoud go in /plugins64
>>>> > If I move rtpa.dll to /bin it behaves the same as if I delete it,
>so
>>>> it is obviously only being looked for in /plugins64
>>>> > I think at some point in the past rtpa.dll used to live in /bin
>>>> >
>>>> > I would not have a problem with it either way, I just investigate
>>>> everything that looks odd in this context, to try to poke at why
>this is
>>>> not working here.
>>>> >
>>>> >
>>>> > Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini <
>>>> Victor.Lazzarini@mu.ie>:
>>>> > rtpa.dll is the csound portaudio plugin
>>>> > portaudio_x64.dll is the portaudio library
>>>> >
>>>> > Unless rtpa.dll is using a static portaudio lib, both files are
>needed.
>>>> >
>>>> > Looks like something not right with the portaudio library, maybe
>an
>>>> iffy build of
>>>> > the library?
>>>> >
>>>> > Windows devs are needed to check up
>>>> > on this.
>>>> >
>>>> > Victor Lazzarini
>>>> > Dean of Arts, Celtic Studies, and Philosophy
>>>> > Maynooth University
>>>> > Ireland
>>>> >
>>>> > On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg
><oyvind.brandtsegg@NTNU.NO>
>>>> wrote:
>>>> >
>>>> >> Hm, I am coming back to this as I have not yet been able to
>solve it.
>>>> >> I can not use portaudio for realtime i/o, only mme
>>>> >>
>>>> >> It appears similar in 6.11 and 6.12.
>>>> >> One thing I notice is that rtpa.dll and rtwinmm.dll are located
>in
>>>> /plugins64, not it /bin as I would have expected.
>>>> >> In /bin there is a portaudio_x64.dll
>>>> >>
>>>> >> * if I delete the rtpa.dll from /plugins64 and try to run a sime
>csd
>>>> with -odac, I get:
>>>> >> unknown rtaudio module: 'PortAudio', using dummy module
>>>> >> rtaudio: dummy module enabled
>>>> >> - this suggests that the portaudio i/o is loaded from
>/plugins64, and
>>>> wildly guessing that the portaudio file under /bin does nothing
>useful?
>>>> >>
>>>> >> * if I move the rtpa.dll file to /bin I get the same error.
>>>> >> Should it really be located in /plugins64? I was under the
>impression
>>>> that only plugin opcodes would go there(?).
>>>> >>
>>>> >> Just trying to poke at why this is not working.
>>>> >> I think I can rule out that there is a conflicting version of
>>>> portaudio somewhere on my system, since portaudio can not be found
>if I
>>>> delete the rtpa.dll frpom /plugins64
>>>> >>
>>>> >> Oeyvind
>>>> >>
>>>> >> Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi
><stevenyi@gmail.com
>>>> >:
>>>> >> 6.10 and 6.11 both were compiled with MSVC rather than MINGW.
>I'm
>>>> >> wondering if you by chance installed over a previous < 6.10
>install
>>>> >> and if there's some mixing of dll's?
>>>> >>
>>>> >> One thing to check is what you get when running:
>>>> >>
>>>> >> csound --devices
>>>> >>
>>>> >> It could be that the device you are using is not the one you are
>>>> >> expecting?  This happens to me when an ASIO device gets selected
>and
>>>> >> ASIO4ALL is set to output to something like "Speakers" which
>isn't
>>>> >> hooked up at the moment.  (That sounds strange, but seems to be
>what I
>>>> >> remember happening.)
>>>> >>
>>>> >> If that doesn't provide any new information, you could try:
>>>> >>
>>>> >> 1. Removing csound completely and reinstalling from the 6.11
>installer
>>>> >> 2. Try using one of the newer develop builds on AppVeyor, such
>as at:
>>>> >>
>>>> >>
>>>>
>https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts
>>>> >>
>>>> >>
>>>> >> On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
>>>> >> <oyvind.brandtsegg@ntnu.no> wrote:
>>>> >> >
>>>> >> > Hi, thanks for looking into it.
>>>> >> > I tested with the binary from this link
>>>> >> >
>>>>
>https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
>>>> >> > on
>>>> >> > https://csound.com/download.html
>>>> >> >
>>>> >> >
>>>> >> > Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <
>>>> stevenyi@gmail.com>:
>>>> >> >>
>>>> >> >> I have a Windows computer where I just did a fresh install of
>>>> >> >> dependencies and compiled Csound.  It's using Portaudio and
>working
>>>> >> >> okay.
>>>> >> >>
>>>> >> >> Oeyvind: Is this a self-compile or are you using one built on
>>>> >> >> AppVeyor? (or a release build?)
>>>> >> >> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>>>> >> >> <Victor.Lazzarini@mu.ie> wrote:
>>>> >> >> >
>>>> >> >> > Looks like a problem with portaudio on your system. MME is
>the
>>>> old windows audio subsystem, which would
>>>> >> >> > give you high latency.
>>>> >> >> > ========================
>>>> >> >> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <
>>>> oyvind.brandtsegg@ntnu.no> wrote:
>>>> >> >> > >
>>>> >> >> > > Actually,
>>>> >> >> > > if I use -odac without any rtaudio option, it says
>>>> >> >> > > rtaudio: PortAudio module enabled ...
>>>> >> >> > > so you are correct,
>>>> >> >> > > but I get no sound, and no list if audio devices.
>>>> >> >> > > I tried using -odac99 to provoke an error and geet the
>list of
>>>> devies that portaudio can access, but nothing appears.
>>>> >> >> > > Csound keeps working for the duration of the score, so
>some
>>>> kind of realtime processing is going on, but it is a mystery where
>the
>>>> sound goes.
>>>> >> >> > > If I use -+rtaudio"mme" I get the sound and also the list
>of
>>>> audio devices. Just not with portaudio.
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <
>>>> jpff@codemist.co.uk>:
>>>> >> >> > > Not sure if/when this changed but the default would seem
>to be
>>>> PortAudio
>>>> >> >> > > except on Linux where it is alsa.
>>>> >> >> > >
>>>> >> >> > > That is from just reading the code as I set rtaudio in
>>>> .csiund6rc so do ot
>>>> >> >> > > use any default.
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>>>> >> >> > >
>>>> >> >> > > > Hi,
>>>> >> >> > > > it has been some times since I rendered on the command
>line,
>>>> but now it seems
>>>> >> >> > > > I need to specify -+rtaudio="mme" to enable audio out
>to
>>>> dac. Is this by
>>>> >> >> > > > design, or something odd with my system?
>>>> >> >> > > > Tested on 6.11, and also on 6.10
>>>> >> >> > > >
>>>> >> >> > > > Not really a problem to add this option in my files,
>but
>>>> would allow for
>>>> >> >> > > > better crossplatform csds if it could be avoided.
>>>> >> >> > > >
>>>> >> >> > > > all best
>>>> >> >> > > > Oeyvind
>>>> >> >> > > >
>>>> >> >> > > > --
>>>> >> >> > > >
>>>> >> >> > > > Oeyvind Brandtsegg
>>>> >> >> > > > Professor of Music Technology
>>>> >> >> > > > NTNU
>>>> >> >> > > > 7491 Trondheim
>>>> >> >> > > > Norway
>>>> >> >> > > > Cell: +47 92 203 205
>>>> >> >> > > >
>>>> >> >> > > > http://www.partikkelaudio.com/
>>>> >> >> > > > http://crossadaptive.hf.ntnu.no
>>>> >> >> > > > http://gdsp.hf.ntnu.no/
>>>> >> >> > > > http://soundcloud.com/brandtsegg
>>>> >> >> > > > http://flyndresang.no/
>>>> >> >> > > > http://soundcloud.com/t-emp
>>>> >> >> > > >
>>>> >> >> > > > Csound mailing list Csound@listserv.heanet.ie
>>>> >> >> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send
>bugs
>>>> reports to
>>>> >> >> > > > https://github.com/csound/csound/issues Discussions of
>bugs
>>>> and features can
>>>> >> >> > > > be posted here
>>>> >> >> > > >
>>>> >> >> > >
>>>> >> >> > > Csound mailing list
>>>> >> >> > > Csound@listserv.heanet.ie
>>>> >> >> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> > > Send bugs reports to
>>>> >> >> > >         https://github.com/csound/csound/issues
>>>> >> >> > > Discussions of bugs and features can be posted here
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > --
>>>> >> >> > >
>>>> >> >> > > Oeyvind Brandtsegg
>>>> >> >> > > Professor of Music Technology
>>>> >> >> > > NTNU
>>>> >> >> > > 7491 Trondheim
>>>> >> >> > > Norway
>>>> >> >> > > Cell: +47 92 203 205
>>>> >> >> > >
>>>> >> >> > > http://www.partikkelaudio.com/
>>>> >> >> > > http://crossadaptive.hf.ntnu.no
>>>> >> >> > > http://gdsp.hf.ntnu.no/
>>>> >> >> > > http://soundcloud.com/brandtsegg
>>>> >> >> > > http://flyndresang.no/
>>>> >> >> > > http://soundcloud.com/t-emp
>>>> >> >> > >
>>>> >> >> > > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >> >> >
>>>> >> >> > Csound mailing list
>>>> >> >> > Csound@listserv.heanet.ie
>>>> >> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> > Send bugs reports to
>>>> >> >> >         https://github.com/csound/csound/issues
>>>> >> >> > Discussions of bugs and features can be posted here
>>>> >> >>
>>>> >> >> Csound mailing list
>>>> >> >> Csound@listserv.heanet.ie
>>>> >> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> Send bugs reports to
>>>> >> >>         https://github.com/csound/csound/issues
>>>> >> >> Discussions of bugs and features can be posted here
>>>> >> >
>>>> >> >
>>>> >> >
>>>> >> > --
>>>> >> >
>>>> >> > Oeyvind Brandtsegg
>>>> >> > Professor of Music Technology
>>>> >> > NTNU
>>>> >> > 7491 Trondheim
>>>> >> > Norway
>>>> >> > Cell: +47 92 203 205
>>>> >> >
>>>> >> > http://www.partikkelaudio.com/
>>>> >> > http://crossadaptive.hf.ntnu.no
>>>> >> > http://gdsp.hf.ntnu.no/
>>>> >> > http://soundcloud.com/brandtsegg
>>>> >> > http://flyndresang.no/
>>>> >> > http://soundcloud.com/t-emp
>>>> >> >
>>>> >> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >>
>>>> >> Csound mailing list
>>>> >> Csound@listserv.heanet.ie
>>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> Send bugs reports to
>>>> >>         https://github.com/csound/csound/issues
>>>> >> Discussions of bugs and features can be posted here
>>>> >>
>>>> >>
>>>> >> --
>>>> >>
>>>> >> Oeyvind Brandtsegg
>>>> >> Professor of Music Technology
>>>> >> NTNU
>>>> >> 7491 Trondheim
>>>> >> Norway
>>>> >> Cell: +47 92 203 205
>>>> >>
>>>> >> http://www.partikkelaudio.com/
>>>> >> http://crossadaptive.hf.ntnu.no
>>>> >> http://gdsp.hf.ntnu.no/
>>>> >> http://soundcloud.com/brandtsegg
>>>> >> http://flyndresang.no/
>>>> >> http://soundcloud.com/t-emp
>>>> >>
>>>> >> Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >
>>>> >
>>>> > --
>>>> >
>>>> > Oeyvind Brandtsegg
>>>> > Professor of Music Technology
>>>> > NTNU
>>>> > 7491 Trondheim
>>>> > Norway
>>>> > Cell: +47 92 203 205
>>>> >
>>>> > http://www.partikkelaudio.com/
>>>> > http://crossadaptive.hf.ntnu.no
>>>> > http://gdsp.hf.ntnu.no/
>>>> > http://soundcloud.com/brandtsegg
>>>> > http://flyndresang.no/
>>>> > http://soundcloud.com/t-emp
>>>> >
>>>> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>>
>>>>
>>>> Csound mailing list
>>>> Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>>
>>>
>>>
>>> --
>>>
>>> Oeyvind Brandtsegg
>>> Professor of Music Technology
>>> NTNU
>>> 7491 Trondheim
>>> Norway
>>> Cell: +47 92 203 205
>>>
>>> http://www.partikkelaudio.com/
>>> http://crossadaptive.hf.ntnu.no
>>> http://gdsp.hf.ntnu.no/
>>> http://soundcloud.com/brandtsegg
>>> http://flyndresang.no/
>>> http://soundcloud.com/t-emp
>>>
>>> Csound mailing list Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>>> can be posted here
>>>
>>> Csound mailing list Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>>> can be posted here
>>
>> Csound mailing list Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>> can be posted here
>
>
>
>--
>
>Oeyvind Brandtsegg
>Professor of Music Technology
>NTNU
>7491 Trondheim
>Norway
>Cell: +47 92 203 205
>
>http://www.partikkelaudio.com/
>http://crossadaptive.hf.ntnu.no
>http://gdsp.hf.ntnu.no/
>http://soundcloud.com/brandtsegg
>http://flyndresang.no/
>http://soundcloud.com/t-emp
>
>Csound mailing list
>Csound@listserv.heanet.ie
>https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>Send bugs reports to
>        https://github.com/csound/csound/issues
>Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-07 15:36
FromOeyvind Brandtsegg
SubjectRe: [Csnd] rtaudio
Hm, ok. 
Tried to open csound.exe in dep walker and it chews on it for a while then gives an error.
The log window says 
'''
Error: At least one required implicit or forwarded dependency was not found.
Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
Error: A circular dependency was detected.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
'''
There is also a lot (dozens) of :
"Error opening file. The system cannot find the file specified" 
in the middle window (module window?)

How will it tell Csound to try to access realtime audio when invoked this way?
I don't understand how it could get any command line switches.
Sorry to be so utterly helpless with DW, but would like to try if you have the patience with me :-)

Oeyvind

Den fre. 7. des. 2018 kl. 14:25 skrev Rory Walsh <rorywalsh@ear.ie>:
Open Csound in dep walker. It should list all the DLLs, look out for the various audio DLLs. You should be able to see the locations of each DLL that is loaded. Might give you some useful info. 

On Fri 7 Dec 2018, 11:26 Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no wrote:
Oh, that would be great.

As I am unfamiliar with how to use these tools, I would greatly appreciate some initial pointers on how to use Dependency Walker, or ProcessExplorer/Sysinternals
I downloaded both, opened and had a look, ... not sure how to proceed.

Den fre. 7. des. 2018 kl. 12:08 skrev Richard <zappfinger@gmail.com>:

Sysinternals could be of use here...

Richard

On 07/12/2018 12:00, Oeyvind Brandtsegg wrote:
Thanks so much,
but it did not print any additional info.
Maybe I could try to investigate if the error is realted to rtpa.dll, or portaudio_x64.dll?
Is there some method of tracing the order of events, i.e. what happens and which files/commands are invoked?
Would dependency walker or something similar be able to give me some info (just shooting in the dark here, no particular experience with what might be useful)?
Oeyvind

Den tor. 6. des. 2018 kl. 13:28 skrev John ff <jpff@codemist.co.uk>:
This may not be relevant but ....
If you run with -v option do you get any further output?

⁣Sent from TypeApp ​

On Dec 4, 2018, 22:14, at 22:14, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>Thanks Rory,
>The dlls you have are identical to mine, and also the Csound version is
>the
>same (I was confused at first because it is called version 6.12 beta).
>
>I do not think I have conflicting versions, because I get errors if I
>try
>to delete either rtpa.dll or portaudio_x64.dll.
>For example, if I delete rtpa.dll and run a simple csd with -odac, I
>get
>unknown rtaudio module: 'PortAudio', using dummy module
>
>With rtpa.dll in place, I get
>rtaudio: PortAudio module enabled ...
>
>but no sound out, and no device listing, no effect out of changing the
>device number, e.g. -odac99 gives the same result as plain -odac
>Csound will seem to be working on something for a few (5-ish) seconds,
>and
>then just return.
>There are the last lines printed
>orch now loaded
>audio buffered in 4096 sample-frame blocks
>
>
>
>
>Den tir. 4. des. 2018 kl. 19:47 skrev Rory Walsh <rorywalsh@ear.ie>:
>
>> Hi Oeyvind. Could you possibly have multiple portaudio dlls in your
>> system? I seen issues before where conflicting versions have caused
>> problems. Here's a link to the dlls I have on my system.
>>
>> https://www.dropbox.com/s/dxkxhohwspmqbeg/dlls.zip?dl=0
>>
>> On Tue, 4 Dec 2018 at 17:57, Victor Lazzarini
><Victor.Lazzarini@mu.ie>
>> wrote:
>>
>>> I am sorry, but I don't know much about windows. The windows people
>here
>>> should be able to help.
>>>
>>> Victor Lazzarini
>>> Dean of Arts, Celtic Studies, and Philosophy
>>> Maynooth University
>>> Ireland
>>>
>>> On 4 Dec 2018, at 17:51, Oeyvind Brandtsegg
><oyvind.brandtsegg@NTNU.NO>
>>> wrote:
>>>
>>> ok. Thanks. That is good to know.
>>>
>>> Is there any way to get any more information about what portaudio
>fails
>>> to do on my system?
>>> Any way of accessing portaudio with some sort of verbose or debug
>output?
>>>
>>> Den tir. 4. des. 2018 kl. 16:14 skrev Victor Lazzarini <
>>> Victor.Lazzarini@mu.ie>:
>>>
>>>> No, it’s the way we’ve always done it, all plugins (opcodes,
>function
>>>> tables, audio and midi IO) are in the
>>>> plugins directory. When Csound runs it looks for that directory and
>>>> loads them all from there.
>>>>
>>>>
>>>>
>>>> ========================
>>>> Prof. 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 4 Dec 2018, at 14:14, Oeyvind Brandtsegg
><oyvind.brandtsegg@ntnu.no>
>>>> wrote:
>>>> >
>>>> > Thanks Victor,
>>>> > Isn't it odd that rtpa.dll is in the plugins directory then?
>>>> > Even if rtpa.dll is technically a plugin, I thought it was only
>opcode
>>>> plugins that shoud go in /plugins64
>>>> > If I move rtpa.dll to /bin it behaves the same as if I delete it,
>so
>>>> it is obviously only being looked for in /plugins64
>>>> > I think at some point in the past rtpa.dll used to live in /bin
>>>> >
>>>> > I would not have a problem with it either way, I just investigate
>>>> everything that looks odd in this context, to try to poke at why
>this is
>>>> not working here.
>>>> >
>>>> >
>>>> > Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini <
>>>> Victor.Lazzarini@mu.ie>:
>>>> > rtpa.dll is the csound portaudio plugin
>>>> > portaudio_x64.dll is the portaudio library
>>>> >
>>>> > Unless rtpa.dll is using a static portaudio lib, both files are
>needed.
>>>> >
>>>> > Looks like something not right with the portaudio library, maybe
>an
>>>> iffy build of
>>>> > the library?
>>>> >
>>>> > Windows devs are needed to check up
>>>> > on this.
>>>> >
>>>> > Victor Lazzarini
>>>> > Dean of Arts, Celtic Studies, and Philosophy
>>>> > Maynooth University
>>>> > Ireland
>>>> >
>>>> > On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg
><oyvind.brandtsegg@NTNU.NO>
>>>> wrote:
>>>> >
>>>> >> Hm, I am coming back to this as I have not yet been able to
>solve it.
>>>> >> I can not use portaudio for realtime i/o, only mme
>>>> >>
>>>> >> It appears similar in 6.11 and 6.12.
>>>> >> One thing I notice is that rtpa.dll and rtwinmm.dll are located
>in
>>>> /plugins64, not it /bin as I would have expected.
>>>> >> In /bin there is a portaudio_x64.dll
>>>> >>
>>>> >> * if I delete the rtpa.dll from /plugins64 and try to run a sime
>csd
>>>> with -odac, I get:
>>>> >> unknown rtaudio module: 'PortAudio', using dummy module
>>>> >> rtaudio: dummy module enabled
>>>> >> - this suggests that the portaudio i/o is loaded from
>/plugins64, and
>>>> wildly guessing that the portaudio file under /bin does nothing
>useful?
>>>> >>
>>>> >> * if I move the rtpa.dll file to /bin I get the same error.
>>>> >> Should it really be located in /plugins64? I was under the
>impression
>>>> that only plugin opcodes would go there(?).
>>>> >>
>>>> >> Just trying to poke at why this is not working.
>>>> >> I think I can rule out that there is a conflicting version of
>>>> portaudio somewhere on my system, since portaudio can not be found
>if I
>>>> delete the rtpa.dll frpom /plugins64
>>>> >>
>>>> >> Oeyvind
>>>> >>
>>>> >> Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi
><stevenyi@gmail.com
>>>> >:
>>>> >> 6.10 and 6.11 both were compiled with MSVC rather than MINGW.
>I'm
>>>> >> wondering if you by chance installed over a previous < 6.10
>install
>>>> >> and if there's some mixing of dll's?
>>>> >>
>>>> >> One thing to check is what you get when running:
>>>> >>
>>>> >> csound --devices
>>>> >>
>>>> >> It could be that the device you are using is not the one you are
>>>> >> expecting?  This happens to me when an ASIO device gets selected
>and
>>>> >> ASIO4ALL is set to output to something like "Speakers" which
>isn't
>>>> >> hooked up at the moment.  (That sounds strange, but seems to be
>what I
>>>> >> remember happening.)
>>>> >>
>>>> >> If that doesn't provide any new information, you could try:
>>>> >>
>>>> >> 1. Removing csound completely and reinstalling from the 6.11
>installer
>>>> >> 2. Try using one of the newer develop builds on AppVeyor, such
>as at:
>>>> >>
>>>> >>
>>>>
>https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts
>>>> >>
>>>> >>
>>>> >> On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
>>>> >> <oyvind.brandtsegg@ntnu.no> wrote:
>>>> >> >
>>>> >> > Hi, thanks for looking into it.
>>>> >> > I tested with the binary from this link
>>>> >> >
>>>>
>https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
>>>> >> > on
>>>> >> > https://csound.com/download.html
>>>> >> >
>>>> >> >
>>>> >> > Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <
>>>> stevenyi@gmail.com>:
>>>> >> >>
>>>> >> >> I have a Windows computer where I just did a fresh install of
>>>> >> >> dependencies and compiled Csound.  It's using Portaudio and
>working
>>>> >> >> okay.
>>>> >> >>
>>>> >> >> Oeyvind: Is this a self-compile or are you using one built on
>>>> >> >> AppVeyor? (or a release build?)
>>>> >> >> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>>>> >> >> <Victor.Lazzarini@mu.ie> wrote:
>>>> >> >> >
>>>> >> >> > Looks like a problem with portaudio on your system. MME is
>the
>>>> old windows audio subsystem, which would
>>>> >> >> > give you high latency.
>>>> >> >> > ========================
>>>> >> >> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <
>>>> oyvind.brandtsegg@ntnu.no> wrote:
>>>> >> >> > >
>>>> >> >> > > Actually,
>>>> >> >> > > if I use -odac without any rtaudio option, it says
>>>> >> >> > > rtaudio: PortAudio module enabled ...
>>>> >> >> > > so you are correct,
>>>> >> >> > > but I get no sound, and no list if audio devices.
>>>> >> >> > > I tried using -odac99 to provoke an error and geet the
>list of
>>>> devies that portaudio can access, but nothing appears.
>>>> >> >> > > Csound keeps working for the duration of the score, so
>some
>>>> kind of realtime processing is going on, but it is a mystery where
>the
>>>> sound goes.
>>>> >> >> > > If I use -+rtaudio"mme" I get the sound and also the list
>of
>>>> audio devices. Just not with portaudio.
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <
>>>> jpff@codemist.co.uk>:
>>>> >> >> > > Not sure if/when this changed but the default would seem
>to be
>>>> PortAudio
>>>> >> >> > > except on Linux where it is alsa.
>>>> >> >> > >
>>>> >> >> > > That is from just reading the code as I set rtaudio in
>>>> .csiund6rc so do ot
>>>> >> >> > > use any default.
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>>>> >> >> > >
>>>> >> >> > > > Hi,
>>>> >> >> > > > it has been some times since I rendered on the command
>line,
>>>> but now it seems
>>>> >> >> > > > I need to specify -+rtaudio="mme" to enable audio out
>to
>>>> dac. Is this by
>>>> >> >> > > > design, or something odd with my system?
>>>> >> >> > > > Tested on 6.11, and also on 6.10
>>>> >> >> > > >
>>>> >> >> > > > Not really a problem to add this option in my files,
>but
>>>> would allow for
>>>> >> >> > > > better crossplatform csds if it could be avoided.
>>>> >> >> > > >
>>>> >> >> > > > all best
>>>> >> >> > > > Oeyvind
>>>> >> >> > > >
>>>> >> >> > > > --
>>>> >> >> > > >
>>>> >> >> > > > Oeyvind Brandtsegg
>>>> >> >> > > > Professor of Music Technology
>>>> >> >> > > > NTNU
>>>> >> >> > > > 7491 Trondheim
>>>> >> >> > > > Norway
>>>> >> >> > > > Cell: +47 92 203 205
>>>> >> >> > > >
>>>> >> >> > > > http://www.partikkelaudio.com/
>>>> >> >> > > > http://crossadaptive.hf.ntnu.no
>>>> >> >> > > > http://gdsp.hf.ntnu.no/
>>>> >> >> > > > http://soundcloud.com/brandtsegg
>>>> >> >> > > > http://flyndresang.no/
>>>> >> >> > > > http://soundcloud.com/t-emp
>>>> >> >> > > >
>>>> >> >> > > > Csound mailing list Csound@listserv.heanet.ie
>>>> >> >> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send
>bugs
>>>> reports to
>>>> >> >> > > > https://github.com/csound/csound/issues Discussions of
>bugs
>>>> and features can
>>>> >> >> > > > be posted here
>>>> >> >> > > >
>>>> >> >> > >
>>>> >> >> > > Csound mailing list
>>>> >> >> > > Csound@listserv.heanet.ie
>>>> >> >> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> > > Send bugs reports to
>>>> >> >> > >         https://github.com/csound/csound/issues
>>>> >> >> > > Discussions of bugs and features can be posted here
>>>> >> >> > >
>>>> >> >> > >
>>>> >> >> > > --
>>>> >> >> > >
>>>> >> >> > > Oeyvind Brandtsegg
>>>> >> >> > > Professor of Music Technology
>>>> >> >> > > NTNU
>>>> >> >> > > 7491 Trondheim
>>>> >> >> > > Norway
>>>> >> >> > > Cell: +47 92 203 205
>>>> >> >> > >
>>>> >> >> > > http://www.partikkelaudio.com/
>>>> >> >> > > http://crossadaptive.hf.ntnu.no
>>>> >> >> > > http://gdsp.hf.ntnu.no/
>>>> >> >> > > http://soundcloud.com/brandtsegg
>>>> >> >> > > http://flyndresang.no/
>>>> >> >> > > http://soundcloud.com/t-emp
>>>> >> >> > >
>>>> >> >> > > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >> >> >
>>>> >> >> > Csound mailing list
>>>> >> >> > Csound@listserv.heanet.ie
>>>> >> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> > Send bugs reports to
>>>> >> >> >         https://github.com/csound/csound/issues
>>>> >> >> > Discussions of bugs and features can be posted here
>>>> >> >>
>>>> >> >> Csound mailing list
>>>> >> >> Csound@listserv.heanet.ie
>>>> >> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> >> Send bugs reports to
>>>> >> >>         https://github.com/csound/csound/issues
>>>> >> >> Discussions of bugs and features can be posted here
>>>> >> >
>>>> >> >
>>>> >> >
>>>> >> > --
>>>> >> >
>>>> >> > Oeyvind Brandtsegg
>>>> >> > Professor of Music Technology
>>>> >> > NTNU
>>>> >> > 7491 Trondheim
>>>> >> > Norway
>>>> >> > Cell: +47 92 203 205
>>>> >> >
>>>> >> > http://www.partikkelaudio.com/
>>>> >> > http://crossadaptive.hf.ntnu.no
>>>> >> > http://gdsp.hf.ntnu.no/
>>>> >> > http://soundcloud.com/brandtsegg
>>>> >> > http://flyndresang.no/
>>>> >> > http://soundcloud.com/t-emp
>>>> >> >
>>>> >> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >>
>>>> >> Csound mailing list
>>>> >> Csound@listserv.heanet.ie
>>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> >> Send bugs reports to
>>>> >>         https://github.com/csound/csound/issues
>>>> >> Discussions of bugs and features can be posted here
>>>> >>
>>>> >>
>>>> >> --
>>>> >>
>>>> >> Oeyvind Brandtsegg
>>>> >> Professor of Music Technology
>>>> >> NTNU
>>>> >> 7491 Trondheim
>>>> >> Norway
>>>> >> Cell: +47 92 203 205
>>>> >>
>>>> >> http://www.partikkelaudio.com/
>>>> >> http://crossadaptive.hf.ntnu.no
>>>> >> http://gdsp.hf.ntnu.no/
>>>> >> http://soundcloud.com/brandtsegg
>>>> >> http://flyndresang.no/
>>>> >> http://soundcloud.com/t-emp
>>>> >>
>>>> >> Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>> >
>>>> >
>>>> > --
>>>> >
>>>> > Oeyvind Brandtsegg
>>>> > Professor of Music Technology
>>>> > NTNU
>>>> > 7491 Trondheim
>>>> > Norway
>>>> > Cell: +47 92 203 205
>>>> >
>>>> > http://www.partikkelaudio.com/
>>>> > http://crossadaptive.hf.ntnu.no
>>>> > http://gdsp.hf.ntnu.no/
>>>> > http://soundcloud.com/brandtsegg
>>>> > http://flyndresang.no/
>>>> > http://soundcloud.com/t-emp
>>>> >
>>>> > Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>>
>>>>
>>>> Csound mailing list
>>>> Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> Send bugs reports to
>>>>         https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>>
>>>
>>>
>>> --
>>>
>>> Oeyvind Brandtsegg
>>> Professor of Music Technology
>>> NTNU
>>> 7491 Trondheim
>>> Norway
>>> Cell: +47 92 203 205
>>>
>>> http://www.partikkelaudio.com/
>>> http://crossadaptive.hf.ntnu.no
>>> http://gdsp.hf.ntnu.no/
>>> http://soundcloud.com/brandtsegg
>>> http://flyndresang.no/
>>> http://soundcloud.com/t-emp
>>>
>>> Csound mailing list Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>>> can be posted here
>>>
>>> Csound mailing list Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>>> can be posted here
>>
>> Csound mailing list Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>> can be posted here
>
>
>
>--
>
>Oeyvind Brandtsegg
>Professor of Music Technology
>NTNU
>7491 Trondheim
>Norway
>Cell: +47 92 203 205
>
>http://www.partikkelaudio.com/
>http://crossadaptive.hf.ntnu.no
>http://gdsp.hf.ntnu.no/
>http://soundcloud.com/brandtsegg
>http://flyndresang.no/
>http://soundcloud.com/t-emp
>
>Csound mailing list
>Csound@listserv.heanet.ie
>https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>Send bugs reports to
>        https://github.com/csound/csound/issues
>Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-07 18:09
FromMichael Gogins
SubjectRe: [Csnd] rtaudio
Dependency Walker has two modes, load and profile. Load which is
happen happens when you open an executable simply tracks static load.
Profile tracks loads that happen during execution. Execute the
"Profile" command and you will get a dialog that allows you specify
command line switches for Csound.

What you want to look at, for diagnosis, is not the messages that
Dependency Walker prints. It is the list of modules that were loaded,
or that failed to load. If you find something that failed to load you
can look at the messages and may get some help as to why. Configure
Dependency Walker to display full pathnames for all loads and you will
see what is coming from where.

Regards,
Mike

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

On Fri, Dec 7, 2018 at 10:36 AM Oeyvind Brandtsegg
 wrote:
>
> Hm, ok.
> Tried to open csound.exe in dep walker and it chews on it for a while then gives an error.
> The log window says
> '''
> Error: At least one required implicit or forwarded dependency was not found.
> Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
> Error: A circular dependency was detected.
> Warning: At least one delay-load dependency module was not found.
> Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
> '''
> There is also a lot (dozens) of :
> "Error opening file. The system cannot find the file specified"
> in the middle window (module window?)
>
> How will it tell Csound to try to access realtime audio when invoked this way?
> I don't understand how it could get any command line switches.
> Sorry to be so utterly helpless with DW, but would like to try if you have the patience with me :-)
>
> Oeyvind
>
> Den fre. 7. des. 2018 kl. 14:25 skrev Rory Walsh :
>>
>> Open Csound in dep walker. It should list all the DLLs, look out for the various audio DLLs. You should be able to see the locations of each DLL that is loaded. Might give you some useful info.
>>
>> On Fri 7 Dec 2018, 11:26 Oeyvind Brandtsegg >>
>>> Oh, that would be great.
>>>
>>> As I am unfamiliar with how to use these tools, I would greatly appreciate some initial pointers on how to use Dependency Walker, or ProcessExplorer/Sysinternals
>>> I downloaded both, opened and had a look, ... not sure how to proceed.
>>>
>>> Den fre. 7. des. 2018 kl. 12:08 skrev Richard :
>>>>
>>>> Sysinternals could be of use here...
>>>>
>>>> Richard
>>>>
>>>> On 07/12/2018 12:00, Oeyvind Brandtsegg wrote:
>>>>
>>>> Thanks so much,
>>>> but it did not print any additional info.
>>>> Maybe I could try to investigate if the error is realted to rtpa.dll, or portaudio_x64.dll?
>>>> Is there some method of tracing the order of events, i.e. what happens and which files/commands are invoked?
>>>> Would dependency walker or something similar be able to give me some info (just shooting in the dark here, no particular experience with what might be useful)?
>>>> Oeyvind
>>>>
>>>> Den tor. 6. des. 2018 kl. 13:28 skrev John ff :
>>>>>
>>>>> This may not be relevant but ....
>>>>> If you run with -v option do you get any further output?
>>>>>
>>>>> ⁣Sent from TypeApp
>>>>>
>>>>> On Dec 4, 2018, 22:14, at 22:14, Oeyvind Brandtsegg  wrote:
>>>>> >Thanks Rory,
>>>>> >The dlls you have are identical to mine, and also the Csound version is
>>>>> >the
>>>>> >same (I was confused at first because it is called version 6.12 beta).
>>>>> >
>>>>> >I do not think I have conflicting versions, because I get errors if I
>>>>> >try
>>>>> >to delete either rtpa.dll or portaudio_x64.dll.
>>>>> >For example, if I delete rtpa.dll and run a simple csd with -odac, I
>>>>> >get
>>>>> >unknown rtaudio module: 'PortAudio', using dummy module
>>>>> >
>>>>> >With rtpa.dll in place, I get
>>>>> >rtaudio: PortAudio module enabled ...
>>>>> >
>>>>> >but no sound out, and no device listing, no effect out of changing the
>>>>> >device number, e.g. -odac99 gives the same result as plain -odac
>>>>> >Csound will seem to be working on something for a few (5-ish) seconds,
>>>>> >and
>>>>> >then just return.
>>>>> >There are the last lines printed
>>>>> >orch now loaded
>>>>> >audio buffered in 4096 sample-frame blocks
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> >Den tir. 4. des. 2018 kl. 19:47 skrev Rory Walsh :
>>>>> >
>>>>> >> Hi Oeyvind. Could you possibly have multiple portaudio dlls in your
>>>>> >> system? I seen issues before where conflicting versions have caused
>>>>> >> problems. Here's a link to the dlls I have on my system.
>>>>> >>
>>>>> >> https://www.dropbox.com/s/dxkxhohwspmqbeg/dlls.zip?dl=0
>>>>> >>
>>>>> >> On Tue, 4 Dec 2018 at 17:57, Victor Lazzarini
>>>>> >
>>>>> >> wrote:
>>>>> >>
>>>>> >>> I am sorry, but I don't know much about windows. The windows people
>>>>> >here
>>>>> >>> should be able to help.
>>>>> >>>
>>>>> >>> Victor Lazzarini
>>>>> >>> Dean of Arts, Celtic Studies, and Philosophy
>>>>> >>> Maynooth University
>>>>> >>> Ireland
>>>>> >>>
>>>>> >>> On 4 Dec 2018, at 17:51, Oeyvind Brandtsegg
>>>>> >
>>>>> >>> wrote:
>>>>> >>>
>>>>> >>> ok. Thanks. That is good to know.
>>>>> >>>
>>>>> >>> Is there any way to get any more information about what portaudio
>>>>> >fails
>>>>> >>> to do on my system?
>>>>> >>> Any way of accessing portaudio with some sort of verbose or debug
>>>>> >output?
>>>>> >>>
>>>>> >>> Den tir. 4. des. 2018 kl. 16:14 skrev Victor Lazzarini <
>>>>> >>> Victor.Lazzarini@mu.ie>:
>>>>> >>>
>>>>> >>>> No, it’s the way we’ve always done it, all plugins (opcodes,
>>>>> >function
>>>>> >>>> tables, audio and midi IO) are in the
>>>>> >>>> plugins directory. When Csound runs it looks for that directory and
>>>>> >>>> loads them all from there.
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>> ========================
>>>>> >>>> Prof. 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 4 Dec 2018, at 14:14, Oeyvind Brandtsegg
>>>>> >
>>>>> >>>> wrote:
>>>>> >>>> >
>>>>> >>>> > Thanks Victor,
>>>>> >>>> > Isn't it odd that rtpa.dll is in the plugins directory then?
>>>>> >>>> > Even if rtpa.dll is technically a plugin, I thought it was only
>>>>> >opcode
>>>>> >>>> plugins that shoud go in /plugins64
>>>>> >>>> > If I move rtpa.dll to /bin it behaves the same as if I delete it,
>>>>> >so
>>>>> >>>> it is obviously only being looked for in /plugins64
>>>>> >>>> > I think at some point in the past rtpa.dll used to live in /bin
>>>>> >>>> >
>>>>> >>>> > I would not have a problem with it either way, I just investigate
>>>>> >>>> everything that looks odd in this context, to try to poke at why
>>>>> >this is
>>>>> >>>> not working here.
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini <
>>>>> >>>> Victor.Lazzarini@mu.ie>:
>>>>> >>>> > rtpa.dll is the csound portaudio plugin
>>>>> >>>> > portaudio_x64.dll is the portaudio library
>>>>> >>>> >
>>>>> >>>> > Unless rtpa.dll is using a static portaudio lib, both files are
>>>>> >needed.
>>>>> >>>> >
>>>>> >>>> > Looks like something not right with the portaudio library, maybe
>>>>> >an
>>>>> >>>> iffy build of
>>>>> >>>> > the library?
>>>>> >>>> >
>>>>> >>>> > Windows devs are needed to check up
>>>>> >>>> > on this.
>>>>> >>>> >
>>>>> >>>> > Victor Lazzarini
>>>>> >>>> > Dean of Arts, Celtic Studies, and Philosophy
>>>>> >>>> > Maynooth University
>>>>> >>>> > Ireland
>>>>> >>>> >
>>>>> >>>> > On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg
>>>>> >
>>>>> >>>> wrote:
>>>>> >>>> >
>>>>> >>>> >> Hm, I am coming back to this as I have not yet been able to
>>>>> >solve it.
>>>>> >>>> >> I can not use portaudio for realtime i/o, only mme
>>>>> >>>> >>
>>>>> >>>> >> It appears similar in 6.11 and 6.12.
>>>>> >>>> >> One thing I notice is that rtpa.dll and rtwinmm.dll are located
>>>>> >in
>>>>> >>>> /plugins64, not it /bin as I would have expected.
>>>>> >>>> >> In /bin there is a portaudio_x64.dll
>>>>> >>>> >>
>>>>> >>>> >> * if I delete the rtpa.dll from /plugins64 and try to run a sime
>>>>> >csd
>>>>> >>>> with -odac, I get:
>>>>> >>>> >> unknown rtaudio module: 'PortAudio', using dummy module
>>>>> >>>> >> rtaudio: dummy module enabled
>>>>> >>>> >> - this suggests that the portaudio i/o is loaded from
>>>>> >/plugins64, and
>>>>> >>>> wildly guessing that the portaudio file under /bin does nothing
>>>>> >useful?
>>>>> >>>> >>
>>>>> >>>> >> * if I move the rtpa.dll file to /bin I get the same error.
>>>>> >>>> >> Should it really be located in /plugins64? I was under the
>>>>> >impression
>>>>> >>>> that only plugin opcodes would go there(?).
>>>>> >>>> >>
>>>>> >>>> >> Just trying to poke at why this is not working.
>>>>> >>>> >> I think I can rule out that there is a conflicting version of
>>>>> >>>> portaudio somewhere on my system, since portaudio can not be found
>>>>> >if I
>>>>> >>>> delete the rtpa.dll frpom /plugins64
>>>>> >>>> >>
>>>>> >>>> >> Oeyvind
>>>>> >>>> >>
>>>>> >>>> >> Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi
>>>>> >>>>> >>>> >:
>>>>> >>>> >> 6.10 and 6.11 both were compiled with MSVC rather than MINGW.
>>>>> >I'm
>>>>> >>>> >> wondering if you by chance installed over a previous < 6.10
>>>>> >install
>>>>> >>>> >> and if there's some mixing of dll's?
>>>>> >>>> >>
>>>>> >>>> >> One thing to check is what you get when running:
>>>>> >>>> >>
>>>>> >>>> >> csound --devices
>>>>> >>>> >>
>>>>> >>>> >> It could be that the device you are using is not the one you are
>>>>> >>>> >> expecting?  This happens to me when an ASIO device gets selected
>>>>> >and
>>>>> >>>> >> ASIO4ALL is set to output to something like "Speakers" which
>>>>> >isn't
>>>>> >>>> >> hooked up at the moment.  (That sounds strange, but seems to be
>>>>> >what I
>>>>> >>>> >> remember happening.)
>>>>> >>>> >>
>>>>> >>>> >> If that doesn't provide any new information, you could try:
>>>>> >>>> >>
>>>>> >>>> >> 1. Removing csound completely and reinstalling from the 6.11
>>>>> >installer
>>>>> >>>> >> 2. Try using one of the newer develop builds on AppVeyor, such
>>>>> >as at:
>>>>> >>>> >>
>>>>> >>>> >>
>>>>> >>>>
>>>>> >https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts
>>>>> >>>> >>
>>>>> >>>> >>
>>>>> >>>> >> On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
>>>>> >>>> >>  wrote:
>>>>> >>>> >> >
>>>>> >>>> >> > Hi, thanks for looking into it.
>>>>> >>>> >> > I tested with the binary from this link
>>>>> >>>> >> >
>>>>> >>>>
>>>>> >https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
>>>>> >>>> >> > on
>>>>> >>>> >> > https://csound.com/download.html
>>>>> >>>> >> >
>>>>> >>>> >> >
>>>>> >>>> >> > Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <
>>>>> >>>> stevenyi@gmail.com>:
>>>>> >>>> >> >>
>>>>> >>>> >> >> I have a Windows computer where I just did a fresh install of
>>>>> >>>> >> >> dependencies and compiled Csound.  It's using Portaudio and
>>>>> >working
>>>>> >>>> >> >> okay.
>>>>> >>>> >> >>
>>>>> >>>> >> >> Oeyvind: Is this a self-compile or are you using one built on
>>>>> >>>> >> >> AppVeyor? (or a release build?)
>>>>> >>>> >> >> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>>>>> >>>> >> >>  wrote:
>>>>> >>>> >> >> >
>>>>> >>>> >> >> > Looks like a problem with portaudio on your system. MME is
>>>>> >the
>>>>> >>>> old windows audio subsystem, which would
>>>>> >>>> >> >> > give you high latency.
>>>>> >>>> >> >> > ========================
>>>>> >>>> >> >> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <
>>>>> >>>> oyvind.brandtsegg@ntnu.no> wrote:
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > Actually,
>>>>> >>>> >> >> > > if I use -odac without any rtaudio option, it says
>>>>> >>>> >> >> > > rtaudio: PortAudio module enabled ...
>>>>> >>>> >> >> > > so you are correct,
>>>>> >>>> >> >> > > but I get no sound, and no list if audio devices.
>>>>> >>>> >> >> > > I tried using -odac99 to provoke an error and geet the
>>>>> >list of
>>>>> >>>> devies that portaudio can access, but nothing appears.
>>>>> >>>> >> >> > > Csound keeps working for the duration of the score, so
>>>>> >some
>>>>> >>>> kind of realtime processing is going on, but it is a mystery where
>>>>> >the
>>>>> >>>> sound goes.
>>>>> >>>> >> >> > > If I use -+rtaudio"mme" I get the sound and also the list
>>>>> >of
>>>>> >>>> audio devices. Just not with portaudio.
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <
>>>>> >>>> jpff@codemist.co.uk>:
>>>>> >>>> >> >> > > Not sure if/when this changed but the default would seem
>>>>> >to be
>>>>> >>>> PortAudio
>>>>> >>>> >> >> > > except on Linux where it is alsa.
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > That is from just reading the code as I set rtaudio in
>>>>> >>>> .csiund6rc so do ot
>>>>> >>>> >> >> > > use any default.
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > > Hi,
>>>>> >>>> >> >> > > > it has been some times since I rendered on the command
>>>>> >line,
>>>>> >>>> but now it seems
>>>>> >>>> >> >> > > > I need to specify -+rtaudio="mme" to enable audio out
>>>>> >to
>>>>> >>>> dac. Is this by
>>>>> >>>> >> >> > > > design, or something odd with my system?
>>>>> >>>> >> >> > > > Tested on 6.11, and also on 6.10
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > > > Not really a problem to add this option in my files,
>>>>> >but
>>>>> >>>> would allow for
>>>>> >>>> >> >> > > > better crossplatform csds if it could be avoided.
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > > > all best
>>>>> >>>> >> >> > > > Oeyvind
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > > > --
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > > > Oeyvind Brandtsegg
>>>>> >>>> >> >> > > > Professor of Music Technology
>>>>> >>>> >> >> > > > NTNU
>>>>> >>>> >> >> > > > 7491 Trondheim
>>>>> >>>> >> >> > > > Norway
>>>>> >>>> >> >> > > > Cell: +47 92 203 205
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > > > http://www.partikkelaudio.com/
>>>>> >>>> >> >> > > > http://crossadaptive.hf.ntnu.no
>>>>> >>>> >> >> > > > http://gdsp.hf.ntnu.no/
>>>>> >>>> >> >> > > > http://soundcloud.com/brandtsegg
>>>>> >>>> >> >> > > > http://flyndresang.no/
>>>>> >>>> >> >> > > > http://soundcloud.com/t-emp
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > > > Csound mailing list Csound@listserv.heanet.ie
>>>>> >>>> >> >> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send
>>>>> >bugs
>>>>> >>>> reports to
>>>>> >>>> >> >> > > > https://github.com/csound/csound/issues Discussions of
>>>>> >bugs
>>>>> >>>> and features can
>>>>> >>>> >> >> > > > be posted here
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > Csound mailing list
>>>>> >>>> >> >> > > Csound@listserv.heanet.ie
>>>>> >>>> >> >> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> >>>> >> >> > > Send bugs reports to
>>>>> >>>> >> >> > >         https://github.com/csound/csound/issues
>>>>> >>>> >> >> > > Discussions of bugs and features can be posted here
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > --
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > Oeyvind Brandtsegg
>>>>> >>>> >> >> > > Professor of Music Technology
>>>>> >>>> >> >> > > NTNU
>>>>> >>>> >> >> > > 7491 Trondheim
>>>>> >>>> >> >> > > Norway
>>>>> >>>> >> >> > > Cell: +47 92 203 205
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > http://www.partikkelaudio.com/
>>>>> >>>> >> >> > > http://crossadaptive.hf.ntnu.no
>>>>> >>>> >> >> > > http://gdsp.hf.ntnu.no/
>>>>> >>>> >> >> > > http://soundcloud.com/brandtsegg
>>>>> >>>> >> >> > > http://flyndresang.no/
>>>>> >>>> >> >> > > http://soundcloud.com/t-emp
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > Csound mailing list Csound@listserv.heanet.ie
>>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>>>> >to
>>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >>>> features can be posted here
>>>>> >>>> >> >> >
>>>>> >>>> >> >> > Csound mailing list
>>>>> >>>> >> >> > Csound@listserv.heanet.ie
>>>>> >>>> >> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> >>>> >> >> > Send bugs reports to
>>>>> >>>> >> >> >         https://github.com/csound/csound/issues
>>>>> >>>> >> >> > Discussions of bugs and features can be posted here
>>>>> >>>> >> >>
>>>>> >>>> >> >> Csound mailing list
>>>>> >>>> >> >> Csound@listserv.heanet.ie
>>>>> >>>> >> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> >>>> >> >> Send bugs reports to
>>>>> >>>> >> >>         https://github.com/csound/csound/issues
>>>>> >>>> >> >> Discussions of bugs and features can be posted here
>>>>> >>>> >> >
>>>>> >>>> >> >
>>>>> >>>> >> >
>>>>> >>>> >> > --
>>>>> >>>> >> >
>>>>> >>>> >> > Oeyvind Brandtsegg
>>>>> >>>> >> > Professor of Music Technology
>>>>> >>>> >> > NTNU
>>>>> >>>> >> > 7491 Trondheim
>>>>> >>>> >> > Norway
>>>>> >>>> >> > Cell: +47 92 203 205
>>>>> >>>> >> >
>>>>> >>>> >> > http://www.partikkelaudio.com/
>>>>> >>>> >> > http://crossadaptive.hf.ntnu.no
>>>>> >>>> >> > http://gdsp.hf.ntnu.no/
>>>>> >>>> >> > http://soundcloud.com/brandtsegg
>>>>> >>>> >> > http://flyndresang.no/
>>>>> >>>> >> > http://soundcloud.com/t-emp
>>>>> >>>> >> >
>>>>> >>>> >> > Csound mailing list Csound@listserv.heanet.ie
>>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>>>> >to
>>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >>>> features can be posted here
>>>>> >>>> >>
>>>>> >>>> >> Csound mailing list
>>>>> >>>> >> Csound@listserv.heanet.ie
>>>>> >>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> >>>> >> Send bugs reports to
>>>>> >>>> >>         https://github.com/csound/csound/issues
>>>>> >>>> >> Discussions of bugs and features can be posted here
>>>>> >>>> >>
>>>>> >>>> >>
>>>>> >>>> >> --
>>>>> >>>> >>
>>>>> >>>> >> Oeyvind Brandtsegg
>>>>> >>>> >> Professor of Music Technology
>>>>> >>>> >> NTNU
>>>>> >>>> >> 7491 Trondheim
>>>>> >>>> >> Norway
>>>>> >>>> >> Cell: +47 92 203 205
>>>>> >>>> >>
>>>>> >>>> >> http://www.partikkelaudio.com/
>>>>> >>>> >> http://crossadaptive.hf.ntnu.no
>>>>> >>>> >> http://gdsp.hf.ntnu.no/
>>>>> >>>> >> http://soundcloud.com/brandtsegg
>>>>> >>>> >> http://flyndresang.no/
>>>>> >>>> >> http://soundcloud.com/t-emp
>>>>> >>>> >>
>>>>> >>>> >> Csound mailing list Csound@listserv.heanet.ie
>>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>>>> >to
>>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >>>> features can be posted here
>>>>> >>>> > Csound mailing list Csound@listserv.heanet.ie
>>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>>>> >to
>>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >>>> features can be posted here
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > --
>>>>> >>>> >
>>>>> >>>> > Oeyvind Brandtsegg
>>>>> >>>> > Professor of Music Technology
>>>>> >>>> > NTNU
>>>>> >>>> > 7491 Trondheim
>>>>> >>>> > Norway
>>>>> >>>> > Cell: +47 92 203 205
>>>>> >>>> >
>>>>> >>>> > http://www.partikkelaudio.com/
>>>>> >>>> > http://crossadaptive.hf.ntnu.no
>>>>> >>>> > http://gdsp.hf.ntnu.no/
>>>>> >>>> > http://soundcloud.com/brandtsegg
>>>>> >>>> > http://flyndresang.no/
>>>>> >>>> > http://soundcloud.com/t-emp
>>>>> >>>> >
>>>>> >>>> > Csound mailing list Csound@listserv.heanet.ie
>>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>>>> >to
>>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >>>> features can be posted here
>>>>> >>>>
>>>>> >>>>
>>>>> >>>> Csound mailing list
>>>>> >>>> Csound@listserv.heanet.ie
>>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> >>>> Send bugs reports to
>>>>> >>>>         https://github.com/csound/csound/issues
>>>>> >>>> Discussions of bugs and features can be posted here
>>>>> >>>>
>>>>> >>>
>>>>> >>>
>>>>> >>> --
>>>>> >>>
>>>>> >>> Oeyvind Brandtsegg
>>>>> >>> Professor of Music Technology
>>>>> >>> NTNU
>>>>> >>> 7491 Trondheim
>>>>> >>> Norway
>>>>> >>> Cell: +47 92 203 205
>>>>> >>>
>>>>> >>> http://www.partikkelaudio.com/
>>>>> >>> http://crossadaptive.hf.ntnu.no
>>>>> >>> http://gdsp.hf.ntnu.no/
>>>>> >>> http://soundcloud.com/brandtsegg
>>>>> >>> http://flyndresang.no/
>>>>> >>> http://soundcloud.com/t-emp
>>>>> >>>
>>>>> >>> Csound mailing list Csound@listserv.heanet.ie
>>>>> >>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>>>> >>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >features
>>>>> >>> can be posted here
>>>>> >>>
>>>>> >>> Csound mailing list Csound@listserv.heanet.ie
>>>>> >>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>>>> >>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >features
>>>>> >>> can be posted here
>>>>> >>
>>>>> >> Csound mailing list Csound@listserv.heanet.ie
>>>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>>>> >> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >features
>>>>> >> can be posted here
>>>>> >
>>>>> >
>>>>> >
>>>>> >--
>>>>> >
>>>>> >Oeyvind Brandtsegg
>>>>> >Professor of Music Technology
>>>>> >NTNU
>>>>> >7491 Trondheim
>>>>> >Norway
>>>>> >Cell: +47 92 203 205
>>>>> >
>>>>> >http://www.partikkelaudio.com/
>>>>> >http://crossadaptive.hf.ntnu.no
>>>>> >http://gdsp.hf.ntnu.no/
>>>>> >http://soundcloud.com/brandtsegg
>>>>> >http://flyndresang.no/
>>>>> >http://soundcloud.com/t-emp
>>>>> >
>>>>> >Csound mailing list
>>>>> >Csound@listserv.heanet.ie
>>>>> >https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> >Send bugs reports to
>>>>> >        https://github.com/csound/csound/issues
>>>>> >Discussions of bugs and features can be posted here
>>>>>
>>>>> Csound mailing list
>>>>> Csound@listserv.heanet.ie
>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> Send bugs reports to
>>>>>         https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Oeyvind Brandtsegg
>>>> Professor of Music Technology
>>>> NTNU
>>>> 7491 Trondheim
>>>> Norway
>>>> Cell: +47 92 203 205
>>>>
>>>> http://www.partikkelaudio.com/
>>>> http://crossadaptive.hf.ntnu.no
>>>> http://gdsp.hf.ntnu.no/
>>>> http://soundcloud.com/brandtsegg
>>>> http://flyndresang.no/
>>>> http://soundcloud.com/t-emp
>>>>
>>>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>>>
>>>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>>
>>>
>>>
>>> --
>>>
>>> Oeyvind Brandtsegg
>>> Professor of Music Technology
>>> NTNU
>>> 7491 Trondheim
>>> Norway
>>> Cell: +47 92 203 205
>>>
>>> http://www.partikkelaudio.com/
>>> http://crossadaptive.hf.ntnu.no
>>> http://gdsp.hf.ntnu.no/
>>> http://soundcloud.com/brandtsegg
>>> http://flyndresang.no/
>>> http://soundcloud.com/t-emp
>>>
>>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-12-07 23:22
FromOeyvind Brandtsegg
SubjectRe: [Csnd] rtaudio
Thanks so much. Getting there now. 
Realized the profiling menu does not show until the exe is loaded, so Ia have to load first, than profile.
Probably childs play to those who know, but I mention it in case someone who does not know (me, in a few weeks, when I have forgotten).
Load Csound, then go to the Profile menu, enter command line arguments, run profiling.



Den fre. 7. des. 2018 kl. 19:09 skrev Michael Gogins <michael.gogins@gmail.com>:
Dependency Walker has two modes, load and profile. Load which is
happen happens when you open an executable simply tracks static load.
Profile tracks loads that happen during execution. Execute the
"Profile" command and you will get a dialog that allows you specify
command line switches for Csound.

What you want to look at, for diagnosis, is not the messages that
Dependency Walker prints. It is the list of modules that were loaded,
or that failed to load. If you find something that failed to load you
can look at the messages and may get some help as to why. Configure
Dependency Walker to display full pathnames for all loads and you will
see what is coming from where.

Regards,
Mike

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

On Fri, Dec 7, 2018 at 10:36 AM Oeyvind Brandtsegg
<oyvind.brandtsegg@ntnu.no> wrote:
>
> Hm, ok.
> Tried to open csound.exe in dep walker and it chews on it for a while then gives an error.
> The log window says
> '''
> Error: At least one required implicit or forwarded dependency was not found.
> Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
> Error: A circular dependency was detected.
> Warning: At least one delay-load dependency module was not found.
> Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
> '''
> There is also a lot (dozens) of :
> "Error opening file. The system cannot find the file specified"
> in the middle window (module window?)
>
> How will it tell Csound to try to access realtime audio when invoked this way?
> I don't understand how it could get any command line switches.
> Sorry to be so utterly helpless with DW, but would like to try if you have the patience with me :-)
>
> Oeyvind
>
> Den fre. 7. des. 2018 kl. 14:25 skrev Rory Walsh <rorywalsh@ear.ie>:
>>
>> Open Csound in dep walker. It should list all the DLLs, look out for the various audio DLLs. You should be able to see the locations of each DLL that is loaded. Might give you some useful info.
>>
>> On Fri 7 Dec 2018, 11:26 Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no wrote:
>>>
>>> Oh, that would be great.
>>>
>>> As I am unfamiliar with how to use these tools, I would greatly appreciate some initial pointers on how to use Dependency Walker, or ProcessExplorer/Sysinternals
>>> I downloaded both, opened and had a look, ... not sure how to proceed.
>>>
>>> Den fre. 7. des. 2018 kl. 12:08 skrev Richard <zappfinger@gmail.com>:
>>>>
>>>> Sysinternals could be of use here...
>>>>
>>>> Richard
>>>>
>>>> On 07/12/2018 12:00, Oeyvind Brandtsegg wrote:
>>>>
>>>> Thanks so much,
>>>> but it did not print any additional info.
>>>> Maybe I could try to investigate if the error is realted to rtpa.dll, or portaudio_x64.dll?
>>>> Is there some method of tracing the order of events, i.e. what happens and which files/commands are invoked?
>>>> Would dependency walker or something similar be able to give me some info (just shooting in the dark here, no particular experience with what might be useful)?
>>>> Oeyvind
>>>>
>>>> Den tor. 6. des. 2018 kl. 13:28 skrev John ff <jpff@codemist.co.uk>:
>>>>>
>>>>> This may not be relevant but ....
>>>>> If you run with -v option do you get any further output?
>>>>>
>>>>> ⁣Sent from TypeApp
>>>>>
>>>>> On Dec 4, 2018, 22:14, at 22:14, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>>>>> >Thanks Rory,
>>>>> >The dlls you have are identical to mine, and also the Csound version is
>>>>> >the
>>>>> >same (I was confused at first because it is called version 6.12 beta).
>>>>> >
>>>>> >I do not think I have conflicting versions, because I get errors if I
>>>>> >try
>>>>> >to delete either rtpa.dll or portaudio_x64.dll.
>>>>> >For example, if I delete rtpa.dll and run a simple csd with -odac, I
>>>>> >get
>>>>> >unknown rtaudio module: 'PortAudio', using dummy module
>>>>> >
>>>>> >With rtpa.dll in place, I get
>>>>> >rtaudio: PortAudio module enabled ...
>>>>> >
>>>>> >but no sound out, and no device listing, no effect out of changing the
>>>>> >device number, e.g. -odac99 gives the same result as plain -odac
>>>>> >Csound will seem to be working on something for a few (5-ish) seconds,
>>>>> >and
>>>>> >then just return.
>>>>> >There are the last lines printed
>>>>> >orch now loaded
>>>>> >audio buffered in 4096 sample-frame blocks
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> >Den tir. 4. des. 2018 kl. 19:47 skrev Rory Walsh <rorywalsh@ear.ie>:
>>>>> >
>>>>> >> Hi Oeyvind. Could you possibly have multiple portaudio dlls in your
>>>>> >> system? I seen issues before where conflicting versions have caused
>>>>> >> problems. Here's a link to the dlls I have on my system.
>>>>> >>
>>>>> >> https://www.dropbox.com/s/dxkxhohwspmqbeg/dlls.zip?dl=0
>>>>> >>
>>>>> >> On Tue, 4 Dec 2018 at 17:57, Victor Lazzarini
>>>>> ><Victor.Lazzarini@mu.ie>
>>>>> >> wrote:
>>>>> >>
>>>>> >>> I am sorry, but I don't know much about windows. The windows people
>>>>> >here
>>>>> >>> should be able to help.
>>>>> >>>
>>>>> >>> Victor Lazzarini
>>>>> >>> Dean of Arts, Celtic Studies, and Philosophy
>>>>> >>> Maynooth University
>>>>> >>> Ireland
>>>>> >>>
>>>>> >>> On 4 Dec 2018, at 17:51, Oeyvind Brandtsegg
>>>>> ><oyvind.brandtsegg@NTNU.NO>
>>>>> >>> wrote:
>>>>> >>>
>>>>> >>> ok. Thanks. That is good to know.
>>>>> >>>
>>>>> >>> Is there any way to get any more information about what portaudio
>>>>> >fails
>>>>> >>> to do on my system?
>>>>> >>> Any way of accessing portaudio with some sort of verbose or debug
>>>>> >output?
>>>>> >>>
>>>>> >>> Den tir. 4. des. 2018 kl. 16:14 skrev Victor Lazzarini <
>>>>> >>> Victor.Lazzarini@mu.ie>:
>>>>> >>>
>>>>> >>>> No, it’s the way we’ve always done it, all plugins (opcodes,
>>>>> >function
>>>>> >>>> tables, audio and midi IO) are in the
>>>>> >>>> plugins directory. When Csound runs it looks for that directory and
>>>>> >>>> loads them all from there.
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>> ========================
>>>>> >>>> Prof. 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 4 Dec 2018, at 14:14, Oeyvind Brandtsegg
>>>>> ><oyvind.brandtsegg@ntnu.no>
>>>>> >>>> wrote:
>>>>> >>>> >
>>>>> >>>> > Thanks Victor,
>>>>> >>>> > Isn't it odd that rtpa.dll is in the plugins directory then?
>>>>> >>>> > Even if rtpa.dll is technically a plugin, I thought it was only
>>>>> >opcode
>>>>> >>>> plugins that shoud go in /plugins64
>>>>> >>>> > If I move rtpa.dll to /bin it behaves the same as if I delete it,
>>>>> >so
>>>>> >>>> it is obviously only being looked for in /plugins64
>>>>> >>>> > I think at some point in the past rtpa.dll used to live in /bin
>>>>> >>>> >
>>>>> >>>> > I would not have a problem with it either way, I just investigate
>>>>> >>>> everything that looks odd in this context, to try to poke at why
>>>>> >this is
>>>>> >>>> not working here.
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini <
>>>>> >>>> Victor.Lazzarini@mu.ie>:
>>>>> >>>> > rtpa.dll is the csound portaudio plugin
>>>>> >>>> > portaudio_x64.dll is the portaudio library
>>>>> >>>> >
>>>>> >>>> > Unless rtpa.dll is using a static portaudio lib, both files are
>>>>> >needed.
>>>>> >>>> >
>>>>> >>>> > Looks like something not right with the portaudio library, maybe
>>>>> >an
>>>>> >>>> iffy build of
>>>>> >>>> > the library?
>>>>> >>>> >
>>>>> >>>> > Windows devs are needed to check up
>>>>> >>>> > on this.
>>>>> >>>> >
>>>>> >>>> > Victor Lazzarini
>>>>> >>>> > Dean of Arts, Celtic Studies, and Philosophy
>>>>> >>>> > Maynooth University
>>>>> >>>> > Ireland
>>>>> >>>> >
>>>>> >>>> > On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg
>>>>> ><oyvind.brandtsegg@NTNU.NO>
>>>>> >>>> wrote:
>>>>> >>>> >
>>>>> >>>> >> Hm, I am coming back to this as I have not yet been able to
>>>>> >solve it.
>>>>> >>>> >> I can not use portaudio for realtime i/o, only mme
>>>>> >>>> >>
>>>>> >>>> >> It appears similar in 6.11 and 6.12.
>>>>> >>>> >> One thing I notice is that rtpa.dll and rtwinmm.dll are located
>>>>> >in
>>>>> >>>> /plugins64, not it /bin as I would have expected.
>>>>> >>>> >> In /bin there is a portaudio_x64.dll
>>>>> >>>> >>
>>>>> >>>> >> * if I delete the rtpa.dll from /plugins64 and try to run a sime
>>>>> >csd
>>>>> >>>> with -odac, I get:
>>>>> >>>> >> unknown rtaudio module: 'PortAudio', using dummy module
>>>>> >>>> >> rtaudio: dummy module enabled
>>>>> >>>> >> - this suggests that the portaudio i/o is loaded from
>>>>> >/plugins64, and
>>>>> >>>> wildly guessing that the portaudio file under /bin does nothing
>>>>> >useful?
>>>>> >>>> >>
>>>>> >>>> >> * if I move the rtpa.dll file to /bin I get the same error.
>>>>> >>>> >> Should it really be located in /plugins64? I was under the
>>>>> >impression
>>>>> >>>> that only plugin opcodes would go there(?).
>>>>> >>>> >>
>>>>> >>>> >> Just trying to poke at why this is not working.
>>>>> >>>> >> I think I can rule out that there is a conflicting version of
>>>>> >>>> portaudio somewhere on my system, since portaudio can not be found
>>>>> >if I
>>>>> >>>> delete the rtpa.dll frpom /plugins64
>>>>> >>>> >>
>>>>> >>>> >> Oeyvind
>>>>> >>>> >>
>>>>> >>>> >> Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi
>>>>> ><stevenyi@gmail.com
>>>>> >>>> >:
>>>>> >>>> >> 6.10 and 6.11 both were compiled with MSVC rather than MINGW.
>>>>> >I'm
>>>>> >>>> >> wondering if you by chance installed over a previous < 6.10
>>>>> >install
>>>>> >>>> >> and if there's some mixing of dll's?
>>>>> >>>> >>
>>>>> >>>> >> One thing to check is what you get when running:
>>>>> >>>> >>
>>>>> >>>> >> csound --devices
>>>>> >>>> >>
>>>>> >>>> >> It could be that the device you are using is not the one you are
>>>>> >>>> >> expecting?  This happens to me when an ASIO device gets selected
>>>>> >and
>>>>> >>>> >> ASIO4ALL is set to output to something like "Speakers" which
>>>>> >isn't
>>>>> >>>> >> hooked up at the moment.  (That sounds strange, but seems to be
>>>>> >what I
>>>>> >>>> >> remember happening.)
>>>>> >>>> >>
>>>>> >>>> >> If that doesn't provide any new information, you could try:
>>>>> >>>> >>
>>>>> >>>> >> 1. Removing csound completely and reinstalling from the 6.11
>>>>> >installer
>>>>> >>>> >> 2. Try using one of the newer develop builds on AppVeyor, such
>>>>> >as at:
>>>>> >>>> >>
>>>>> >>>> >>
>>>>> >>>>
>>>>> >https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts
>>>>> >>>> >>
>>>>> >>>> >>
>>>>> >>>> >> On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
>>>>> >>>> >> <oyvind.brandtsegg@ntnu.no> wrote:
>>>>> >>>> >> >
>>>>> >>>> >> > Hi, thanks for looking into it.
>>>>> >>>> >> > I tested with the binary from this link
>>>>> >>>> >> >
>>>>> >>>>
>>>>> >https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
>>>>> >>>> >> > on
>>>>> >>>> >> > https://csound.com/download.html
>>>>> >>>> >> >
>>>>> >>>> >> >
>>>>> >>>> >> > Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <
>>>>> >>>> stevenyi@gmail.com>:
>>>>> >>>> >> >>
>>>>> >>>> >> >> I have a Windows computer where I just did a fresh install of
>>>>> >>>> >> >> dependencies and compiled Csound.  It's using Portaudio and
>>>>> >working
>>>>> >>>> >> >> okay.
>>>>> >>>> >> >>
>>>>> >>>> >> >> Oeyvind: Is this a self-compile or are you using one built on
>>>>> >>>> >> >> AppVeyor? (or a release build?)
>>>>> >>>> >> >> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>>>>> >>>> >> >> <Victor.Lazzarini@mu.ie> wrote:
>>>>> >>>> >> >> >
>>>>> >>>> >> >> > Looks like a problem with portaudio on your system. MME is
>>>>> >the
>>>>> >>>> old windows audio subsystem, which would
>>>>> >>>> >> >> > give you high latency.
>>>>> >>>> >> >> > ========================
>>>>> >>>> >> >> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <
>>>>> >>>> oyvind.brandtsegg@ntnu.no> wrote:
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > Actually,
>>>>> >>>> >> >> > > if I use -odac without any rtaudio option, it says
>>>>> >>>> >> >> > > rtaudio: PortAudio module enabled ...
>>>>> >>>> >> >> > > so you are correct,
>>>>> >>>> >> >> > > but I get no sound, and no list if audio devices.
>>>>> >>>> >> >> > > I tried using -odac99 to provoke an error and geet the
>>>>> >list of
>>>>> >>>> devies that portaudio can access, but nothing appears.
>>>>> >>>> >> >> > > Csound keeps working for the duration of the score, so
>>>>> >some
>>>>> >>>> kind of realtime processing is going on, but it is a mystery where
>>>>> >the
>>>>> >>>> sound goes.
>>>>> >>>> >> >> > > If I use -+rtaudio"mme" I get the sound and also the list
>>>>> >of
>>>>> >>>> audio devices. Just not with portaudio.
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <
>>>>> >>>> jpff@codemist.co.uk>:
>>>>> >>>> >> >> > > Not sure if/when this changed but the default would seem
>>>>> >to be
>>>>> >>>> PortAudio
>>>>> >>>> >> >> > > except on Linux where it is alsa.
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > That is from just reading the code as I set rtaudio in
>>>>> >>>> .csiund6rc so do ot
>>>>> >>>> >> >> > > use any default.
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > > Hi,
>>>>> >>>> >> >> > > > it has been some times since I rendered on the command
>>>>> >line,
>>>>> >>>> but now it seems
>>>>> >>>> >> >> > > > I need to specify -+rtaudio="mme" to enable audio out
>>>>> >to
>>>>> >>>> dac. Is this by
>>>>> >>>> >> >> > > > design, or something odd with my system?
>>>>> >>>> >> >> > > > Tested on 6.11, and also on 6.10
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > > > Not really a problem to add this option in my files,
>>>>> >but
>>>>> >>>> would allow for
>>>>> >>>> >> >> > > > better crossplatform csds if it could be avoided.
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > > > all best
>>>>> >>>> >> >> > > > Oeyvind
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > > > --
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > > > Oeyvind Brandtsegg
>>>>> >>>> >> >> > > > Professor of Music Technology
>>>>> >>>> >> >> > > > NTNU
>>>>> >>>> >> >> > > > 7491 Trondheim
>>>>> >>>> >> >> > > > Norway
>>>>> >>>> >> >> > > > Cell: +47 92 203 205
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > > > http://www.partikkelaudio.com/
>>>>> >>>> >> >> > > > http://crossadaptive.hf.ntnu.no
>>>>> >>>> >> >> > > > http://gdsp.hf.ntnu.no/
>>>>> >>>> >> >> > > > http://soundcloud.com/brandtsegg
>>>>> >>>> >> >> > > > http://flyndresang.no/
>>>>> >>>> >> >> > > > http://soundcloud.com/t-emp
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > > > Csound mailing list Csound@listserv.heanet.ie
>>>>> >>>> >> >> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send
>>>>> >bugs
>>>>> >>>> reports to
>>>>> >>>> >> >> > > > https://github.com/csound/csound/issues Discussions of
>>>>> >bugs
>>>>> >>>> and features can
>>>>> >>>> >> >> > > > be posted here
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > Csound mailing list
>>>>> >>>> >> >> > > Csound@listserv.heanet.ie
>>>>> >>>> >> >> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> >>>> >> >> > > Send bugs reports to
>>>>> >>>> >> >> > >         https://github.com/csound/csound/issues
>>>>> >>>> >> >> > > Discussions of bugs and features can be posted here
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > --
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > Oeyvind Brandtsegg
>>>>> >>>> >> >> > > Professor of Music Technology
>>>>> >>>> >> >> > > NTNU
>>>>> >>>> >> >> > > 7491 Trondheim
>>>>> >>>> >> >> > > Norway
>>>>> >>>> >> >> > > Cell: +47 92 203 205
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > http://www.partikkelaudio.com/
>>>>> >>>> >> >> > > http://crossadaptive.hf.ntnu.no
>>>>> >>>> >> >> > > http://gdsp.hf.ntnu.no/
>>>>> >>>> >> >> > > http://soundcloud.com/brandtsegg
>>>>> >>>> >> >> > > http://flyndresang.no/
>>>>> >>>> >> >> > > http://soundcloud.com/t-emp
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > Csound mailing list Csound@listserv.heanet.ie
>>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>>>> >to
>>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >>>> features can be posted here
>>>>> >>>> >> >> >
>>>>> >>>> >> >> > Csound mailing list
>>>>> >>>> >> >> > Csound@listserv.heanet.ie
>>>>> >>>> >> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> >>>> >> >> > Send bugs reports to
>>>>> >>>> >> >> >         https://github.com/csound/csound/issues
>>>>> >>>> >> >> > Discussions of bugs and features can be posted here
>>>>> >>>> >> >>
>>>>> >>>> >> >> Csound mailing list
>>>>> >>>> >> >> Csound@listserv.heanet.ie
>>>>> >>>> >> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> >>>> >> >> Send bugs reports to
>>>>> >>>> >> >>         https://github.com/csound/csound/issues
>>>>> >>>> >> >> Discussions of bugs and features can be posted here
>>>>> >>>> >> >
>>>>> >>>> >> >
>>>>> >>>> >> >
>>>>> >>>> >> > --
>>>>> >>>> >> >
>>>>> >>>> >> > Oeyvind Brandtsegg
>>>>> >>>> >> > Professor of Music Technology
>>>>> >>>> >> > NTNU
>>>>> >>>> >> > 7491 Trondheim
>>>>> >>>> >> > Norway
>>>>> >>>> >> > Cell: +47 92 203 205
>>>>> >>>> >> >
>>>>> >>>> >> > http://www.partikkelaudio.com/
>>>>> >>>> >> > http://crossadaptive.hf.ntnu.no
>>>>> >>>> >> > http://gdsp.hf.ntnu.no/
>>>>> >>>> >> > http://soundcloud.com/brandtsegg
>>>>> >>>> >> > http://flyndresang.no/
>>>>> >>>> >> > http://soundcloud.com/t-emp
>>>>> >>>> >> >
>>>>> >>>> >> > Csound mailing list Csound@listserv.heanet.ie
>>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>>>> >to
>>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >>>> features can be posted here
>>>>> >>>> >>
>>>>> >>>> >> Csound mailing list
>>>>> >>>> >> Csound@listserv.heanet.ie
>>>>> >>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> >>>> >> Send bugs reports to
>>>>> >>>> >>         https://github.com/csound/csound/issues
>>>>> >>>> >> Discussions of bugs and features can be posted here
>>>>> >>>> >>
>>>>> >>>> >>
>>>>> >>>> >> --
>>>>> >>>> >>
>>>>> >>>> >> Oeyvind Brandtsegg
>>>>> >>>> >> Professor of Music Technology
>>>>> >>>> >> NTNU
>>>>> >>>> >> 7491 Trondheim
>>>>> >>>> >> Norway
>>>>> >>>> >> Cell: +47 92 203 205
>>>>> >>>> >>
>>>>> >>>> >> http://www.partikkelaudio.com/
>>>>> >>>> >> http://crossadaptive.hf.ntnu.no
>>>>> >>>> >> http://gdsp.hf.ntnu.no/
>>>>> >>>> >> http://soundcloud.com/brandtsegg
>>>>> >>>> >> http://flyndresang.no/
>>>>> >>>> >> http://soundcloud.com/t-emp
>>>>> >>>> >>
>>>>> >>>> >> Csound mailing list Csound@listserv.heanet.ie
>>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>>>> >to
>>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >>>> features can be posted here
>>>>> >>>> > Csound mailing list Csound@listserv.heanet.ie
>>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>>>> >to
>>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >>>> features can be posted here
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > --
>>>>> >>>> >
>>>>> >>>> > Oeyvind Brandtsegg
>>>>> >>>> > Professor of Music Technology
>>>>> >>>> > NTNU
>>>>> >>>> > 7491 Trondheim
>>>>> >>>> > Norway
>>>>> >>>> > Cell: +47 92 203 205
>>>>> >>>> >
>>>>> >>>> > http://www.partikkelaudio.com/
>>>>> >>>> > http://crossadaptive.hf.ntnu.no
>>>>> >>>> > http://gdsp.hf.ntnu.no/
>>>>> >>>> > http://soundcloud.com/brandtsegg
>>>>> >>>> > http://flyndresang.no/
>>>>> >>>> > http://soundcloud.com/t-emp
>>>>> >>>> >
>>>>> >>>> > Csound mailing list Csound@listserv.heanet.ie
>>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>>>> >to
>>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >>>> features can be posted here
>>>>> >>>>
>>>>> >>>>
>>>>> >>>> Csound mailing list
>>>>> >>>> Csound@listserv.heanet.ie
>>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> >>>> Send bugs reports to
>>>>> >>>>         https://github.com/csound/csound/issues
>>>>> >>>> Discussions of bugs and features can be posted here
>>>>> >>>>
>>>>> >>>
>>>>> >>>
>>>>> >>> --
>>>>> >>>
>>>>> >>> Oeyvind Brandtsegg
>>>>> >>> Professor of Music Technology
>>>>> >>> NTNU
>>>>> >>> 7491 Trondheim
>>>>> >>> Norway
>>>>> >>> Cell: +47 92 203 205
>>>>> >>>
>>>>> >>> http://www.partikkelaudio.com/
>>>>> >>> http://crossadaptive.hf.ntnu.no
>>>>> >>> http://gdsp.hf.ntnu.no/
>>>>> >>> http://soundcloud.com/brandtsegg
>>>>> >>> http://flyndresang.no/
>>>>> >>> http://soundcloud.com/t-emp
>>>>> >>>
>>>>> >>> Csound mailing list Csound@listserv.heanet.ie
>>>>> >>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>>>> >>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >features
>>>>> >>> can be posted here
>>>>> >>>
>>>>> >>> Csound mailing list Csound@listserv.heanet.ie
>>>>> >>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>>>> >>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >features
>>>>> >>> can be posted here
>>>>> >>
>>>>> >> Csound mailing list Csound@listserv.heanet.ie
>>>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>>>> >> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >features
>>>>> >> can be posted here
>>>>> >
>>>>> >
>>>>> >
>>>>> >--
>>>>> >
>>>>> >Oeyvind Brandtsegg
>>>>> >Professor of Music Technology
>>>>> >NTNU
>>>>> >7491 Trondheim
>>>>> >Norway
>>>>> >Cell: +47 92 203 205
>>>>> >
>>>>> >http://www.partikkelaudio.com/
>>>>> >http://crossadaptive.hf.ntnu.no
>>>>> >http://gdsp.hf.ntnu.no/
>>>>> >http://soundcloud.com/brandtsegg
>>>>> >http://flyndresang.no/
>>>>> >http://soundcloud.com/t-emp
>>>>> >
>>>>> >Csound mailing list
>>>>> >Csound@listserv.heanet.ie
>>>>> >https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> >Send bugs reports to
>>>>> >        https://github.com/csound/csound/issues
>>>>> >Discussions of bugs and features can be posted here
>>>>>
>>>>> Csound mailing list
>>>>> Csound@listserv.heanet.ie
>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> Send bugs reports to
>>>>>         https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Oeyvind Brandtsegg
>>>> Professor of Music Technology
>>>> NTNU
>>>> 7491 Trondheim
>>>> Norway
>>>> Cell: +47 92 203 205
>>>>
>>>> http://www.partikkelaudio.com/
>>>> http://crossadaptive.hf.ntnu.no
>>>> http://gdsp.hf.ntnu.no/
>>>> http://soundcloud.com/brandtsegg
>>>> http://flyndresang.no/
>>>> http://soundcloud.com/t-emp
>>>>
>>>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>>>
>>>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>>
>>>
>>>
>>> --
>>>
>>> Oeyvind Brandtsegg
>>> Professor of Music Technology
>>> NTNU
>>> 7491 Trondheim
>>> Norway
>>> Cell: +47 92 203 205
>>>
>>> http://www.partikkelaudio.com/
>>> http://crossadaptive.hf.ntnu.no
>>> http://gdsp.hf.ntnu.no/
>>> http://soundcloud.com/brandtsegg
>>> http://flyndresang.no/
>>> http://soundcloud.com/t-emp
>>>
>>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-07 23:35
FromOeyvind Brandtsegg
SubjectRe: [Csnd] rtaudio
Ok. Got something. Think I need help decoding what it means.
I can read that the rtpa.dll and portaudio_x64.dll are indeed the correct ones that are loaded (path points to those that are installed with Csound)

I ran once with a simple sinetone csd with realtime out to mme,
and then the same csd with realtime out to portaudio.
If anyone can help me take a look, the log files are here:

all best
Oeyvind



Den lør. 8. des. 2018 kl. 00:22 skrev Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no>:
Thanks so much. Getting there now. 
Realized the profiling menu does not show until the exe is loaded, so Ia have to load first, than profile.
Probably childs play to those who know, but I mention it in case someone who does not know (me, in a few weeks, when I have forgotten).
Load Csound, then go to the Profile menu, enter command line arguments, run profiling.



Den fre. 7. des. 2018 kl. 19:09 skrev Michael Gogins <michael.gogins@gmail.com>:
Dependency Walker has two modes, load and profile. Load which is
happen happens when you open an executable simply tracks static load.
Profile tracks loads that happen during execution. Execute the
"Profile" command and you will get a dialog that allows you specify
command line switches for Csound.

What you want to look at, for diagnosis, is not the messages that
Dependency Walker prints. It is the list of modules that were loaded,
or that failed to load. If you find something that failed to load you
can look at the messages and may get some help as to why. Configure
Dependency Walker to display full pathnames for all loads and you will
see what is coming from where.

Regards,
Mike

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

On Fri, Dec 7, 2018 at 10:36 AM Oeyvind Brandtsegg
<oyvind.brandtsegg@ntnu.no> wrote:
>
> Hm, ok.
> Tried to open csound.exe in dep walker and it chews on it for a while then gives an error.
> The log window says
> '''
> Error: At least one required implicit or forwarded dependency was not found.
> Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
> Error: A circular dependency was detected.
> Warning: At least one delay-load dependency module was not found.
> Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
> '''
> There is also a lot (dozens) of :
> "Error opening file. The system cannot find the file specified"
> in the middle window (module window?)
>
> How will it tell Csound to try to access realtime audio when invoked this way?
> I don't understand how it could get any command line switches.
> Sorry to be so utterly helpless with DW, but would like to try if you have the patience with me :-)
>
> Oeyvind
>
> Den fre. 7. des. 2018 kl. 14:25 skrev Rory Walsh <rorywalsh@ear.ie>:
>>
>> Open Csound in dep walker. It should list all the DLLs, look out for the various audio DLLs. You should be able to see the locations of each DLL that is loaded. Might give you some useful info.
>>
>> On Fri 7 Dec 2018, 11:26 Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no wrote:
>>>
>>> Oh, that would be great.
>>>
>>> As I am unfamiliar with how to use these tools, I would greatly appreciate some initial pointers on how to use Dependency Walker, or ProcessExplorer/Sysinternals
>>> I downloaded both, opened and had a look, ... not sure how to proceed.
>>>
>>> Den fre. 7. des. 2018 kl. 12:08 skrev Richard <zappfinger@gmail.com>:
>>>>
>>>> Sysinternals could be of use here...
>>>>
>>>> Richard
>>>>
>>>> On 07/12/2018 12:00, Oeyvind Brandtsegg wrote:
>>>>
>>>> Thanks so much,
>>>> but it did not print any additional info.
>>>> Maybe I could try to investigate if the error is realted to rtpa.dll, or portaudio_x64.dll?
>>>> Is there some method of tracing the order of events, i.e. what happens and which files/commands are invoked?
>>>> Would dependency walker or something similar be able to give me some info (just shooting in the dark here, no particular experience with what might be useful)?
>>>> Oeyvind
>>>>
>>>> Den tor. 6. des. 2018 kl. 13:28 skrev John ff <jpff@codemist.co.uk>:
>>>>>
>>>>> This may not be relevant but ....
>>>>> If you run with -v option do you get any further output?
>>>>>
>>>>> ⁣Sent from TypeApp
>>>>>
>>>>> On Dec 4, 2018, 22:14, at 22:14, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>>>>> >Thanks Rory,
>>>>> >The dlls you have are identical to mine, and also the Csound version is
>>>>> >the
>>>>> >same (I was confused at first because it is called version 6.12 beta).
>>>>> >
>>>>> >I do not think I have conflicting versions, because I get errors if I
>>>>> >try
>>>>> >to delete either rtpa.dll or portaudio_x64.dll.
>>>>> >For example, if I delete rtpa.dll and run a simple csd with -odac, I
>>>>> >get
>>>>> >unknown rtaudio module: 'PortAudio', using dummy module
>>>>> >
>>>>> >With rtpa.dll in place, I get
>>>>> >rtaudio: PortAudio module enabled ...
>>>>> >
>>>>> >but no sound out, and no device listing, no effect out of changing the
>>>>> >device number, e.g. -odac99 gives the same result as plain -odac
>>>>> >Csound will seem to be working on something for a few (5-ish) seconds,
>>>>> >and
>>>>> >then just return.
>>>>> >There are the last lines printed
>>>>> >orch now loaded
>>>>> >audio buffered in 4096 sample-frame blocks
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> >Den tir. 4. des. 2018 kl. 19:47 skrev Rory Walsh <rorywalsh@ear.ie>:
>>>>> >
>>>>> >> Hi Oeyvind. Could you possibly have multiple portaudio dlls in your
>>>>> >> system? I seen issues before where conflicting versions have caused
>>>>> >> problems. Here's a link to the dlls I have on my system.
>>>>> >>
>>>>> >> https://www.dropbox.com/s/dxkxhohwspmqbeg/dlls.zip?dl=0
>>>>> >>
>>>>> >> On Tue, 4 Dec 2018 at 17:57, Victor Lazzarini
>>>>> ><Victor.Lazzarini@mu.ie>
>>>>> >> wrote:
>>>>> >>
>>>>> >>> I am sorry, but I don't know much about windows. The windows people
>>>>> >here
>>>>> >>> should be able to help.
>>>>> >>>
>>>>> >>> Victor Lazzarini
>>>>> >>> Dean of Arts, Celtic Studies, and Philosophy
>>>>> >>> Maynooth University
>>>>> >>> Ireland
>>>>> >>>
>>>>> >>> On 4 Dec 2018, at 17:51, Oeyvind Brandtsegg
>>>>> ><oyvind.brandtsegg@NTNU.NO>
>>>>> >>> wrote:
>>>>> >>>
>>>>> >>> ok. Thanks. That is good to know.
>>>>> >>>
>>>>> >>> Is there any way to get any more information about what portaudio
>>>>> >fails
>>>>> >>> to do on my system?
>>>>> >>> Any way of accessing portaudio with some sort of verbose or debug
>>>>> >output?
>>>>> >>>
>>>>> >>> Den tir. 4. des. 2018 kl. 16:14 skrev Victor Lazzarini <
>>>>> >>> Victor.Lazzarini@mu.ie>:
>>>>> >>>
>>>>> >>>> No, it’s the way we’ve always done it, all plugins (opcodes,
>>>>> >function
>>>>> >>>> tables, audio and midi IO) are in the
>>>>> >>>> plugins directory. When Csound runs it looks for that directory and
>>>>> >>>> loads them all from there.
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>> ========================
>>>>> >>>> Prof. 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 4 Dec 2018, at 14:14, Oeyvind Brandtsegg
>>>>> ><oyvind.brandtsegg@ntnu.no>
>>>>> >>>> wrote:
>>>>> >>>> >
>>>>> >>>> > Thanks Victor,
>>>>> >>>> > Isn't it odd that rtpa.dll is in the plugins directory then?
>>>>> >>>> > Even if rtpa.dll is technically a plugin, I thought it was only
>>>>> >opcode
>>>>> >>>> plugins that shoud go in /plugins64
>>>>> >>>> > If I move rtpa.dll to /bin it behaves the same as if I delete it,
>>>>> >so
>>>>> >>>> it is obviously only being looked for in /plugins64
>>>>> >>>> > I think at some point in the past rtpa.dll used to live in /bin
>>>>> >>>> >
>>>>> >>>> > I would not have a problem with it either way, I just investigate
>>>>> >>>> everything that looks odd in this context, to try to poke at why
>>>>> >this is
>>>>> >>>> not working here.
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini <
>>>>> >>>> Victor.Lazzarini@mu.ie>:
>>>>> >>>> > rtpa.dll is the csound portaudio plugin
>>>>> >>>> > portaudio_x64.dll is the portaudio library
>>>>> >>>> >
>>>>> >>>> > Unless rtpa.dll is using a static portaudio lib, both files are
>>>>> >needed.
>>>>> >>>> >
>>>>> >>>> > Looks like something not right with the portaudio library, maybe
>>>>> >an
>>>>> >>>> iffy build of
>>>>> >>>> > the library?
>>>>> >>>> >
>>>>> >>>> > Windows devs are needed to check up
>>>>> >>>> > on this.
>>>>> >>>> >
>>>>> >>>> > Victor Lazzarini
>>>>> >>>> > Dean of Arts, Celtic Studies, and Philosophy
>>>>> >>>> > Maynooth University
>>>>> >>>> > Ireland
>>>>> >>>> >
>>>>> >>>> > On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg
>>>>> ><oyvind.brandtsegg@NTNU.NO>
>>>>> >>>> wrote:
>>>>> >>>> >
>>>>> >>>> >> Hm, I am coming back to this as I have not yet been able to
>>>>> >solve it.
>>>>> >>>> >> I can not use portaudio for realtime i/o, only mme
>>>>> >>>> >>
>>>>> >>>> >> It appears similar in 6.11 and 6.12.
>>>>> >>>> >> One thing I notice is that rtpa.dll and rtwinmm.dll are located
>>>>> >in
>>>>> >>>> /plugins64, not it /bin as I would have expected.
>>>>> >>>> >> In /bin there is a portaudio_x64.dll
>>>>> >>>> >>
>>>>> >>>> >> * if I delete the rtpa.dll from /plugins64 and try to run a sime
>>>>> >csd
>>>>> >>>> with -odac, I get:
>>>>> >>>> >> unknown rtaudio module: 'PortAudio', using dummy module
>>>>> >>>> >> rtaudio: dummy module enabled
>>>>> >>>> >> - this suggests that the portaudio i/o is loaded from
>>>>> >/plugins64, and
>>>>> >>>> wildly guessing that the portaudio file under /bin does nothing
>>>>> >useful?
>>>>> >>>> >>
>>>>> >>>> >> * if I move the rtpa.dll file to /bin I get the same error.
>>>>> >>>> >> Should it really be located in /plugins64? I was under the
>>>>> >impression
>>>>> >>>> that only plugin opcodes would go there(?).
>>>>> >>>> >>
>>>>> >>>> >> Just trying to poke at why this is not working.
>>>>> >>>> >> I think I can rule out that there is a conflicting version of
>>>>> >>>> portaudio somewhere on my system, since portaudio can not be found
>>>>> >if I
>>>>> >>>> delete the rtpa.dll frpom /plugins64
>>>>> >>>> >>
>>>>> >>>> >> Oeyvind
>>>>> >>>> >>
>>>>> >>>> >> Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi
>>>>> ><stevenyi@gmail.com
>>>>> >>>> >:
>>>>> >>>> >> 6.10 and 6.11 both were compiled with MSVC rather than MINGW.
>>>>> >I'm
>>>>> >>>> >> wondering if you by chance installed over a previous < 6.10
>>>>> >install
>>>>> >>>> >> and if there's some mixing of dll's?
>>>>> >>>> >>
>>>>> >>>> >> One thing to check is what you get when running:
>>>>> >>>> >>
>>>>> >>>> >> csound --devices
>>>>> >>>> >>
>>>>> >>>> >> It could be that the device you are using is not the one you are
>>>>> >>>> >> expecting?  This happens to me when an ASIO device gets selected
>>>>> >and
>>>>> >>>> >> ASIO4ALL is set to output to something like "Speakers" which
>>>>> >isn't
>>>>> >>>> >> hooked up at the moment.  (That sounds strange, but seems to be
>>>>> >what I
>>>>> >>>> >> remember happening.)
>>>>> >>>> >>
>>>>> >>>> >> If that doesn't provide any new information, you could try:
>>>>> >>>> >>
>>>>> >>>> >> 1. Removing csound completely and reinstalling from the 6.11
>>>>> >installer
>>>>> >>>> >> 2. Try using one of the newer develop builds on AppVeyor, such
>>>>> >as at:
>>>>> >>>> >>
>>>>> >>>> >>
>>>>> >>>>
>>>>> >https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts
>>>>> >>>> >>
>>>>> >>>> >>
>>>>> >>>> >> On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
>>>>> >>>> >> <oyvind.brandtsegg@ntnu.no> wrote:
>>>>> >>>> >> >
>>>>> >>>> >> > Hi, thanks for looking into it.
>>>>> >>>> >> > I tested with the binary from this link
>>>>> >>>> >> >
>>>>> >>>>
>>>>> >https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
>>>>> >>>> >> > on
>>>>> >>>> >> > https://csound.com/download.html
>>>>> >>>> >> >
>>>>> >>>> >> >
>>>>> >>>> >> > Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <
>>>>> >>>> stevenyi@gmail.com>:
>>>>> >>>> >> >>
>>>>> >>>> >> >> I have a Windows computer where I just did a fresh install of
>>>>> >>>> >> >> dependencies and compiled Csound.  It's using Portaudio and
>>>>> >working
>>>>> >>>> >> >> okay.
>>>>> >>>> >> >>
>>>>> >>>> >> >> Oeyvind: Is this a self-compile or are you using one built on
>>>>> >>>> >> >> AppVeyor? (or a release build?)
>>>>> >>>> >> >> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>>>>> >>>> >> >> <Victor.Lazzarini@mu.ie> wrote:
>>>>> >>>> >> >> >
>>>>> >>>> >> >> > Looks like a problem with portaudio on your system. MME is
>>>>> >the
>>>>> >>>> old windows audio subsystem, which would
>>>>> >>>> >> >> > give you high latency.
>>>>> >>>> >> >> > ========================
>>>>> >>>> >> >> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <
>>>>> >>>> oyvind.brandtsegg@ntnu.no> wrote:
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > Actually,
>>>>> >>>> >> >> > > if I use -odac without any rtaudio option, it says
>>>>> >>>> >> >> > > rtaudio: PortAudio module enabled ...
>>>>> >>>> >> >> > > so you are correct,
>>>>> >>>> >> >> > > but I get no sound, and no list if audio devices.
>>>>> >>>> >> >> > > I tried using -odac99 to provoke an error and geet the
>>>>> >list of
>>>>> >>>> devies that portaudio can access, but nothing appears.
>>>>> >>>> >> >> > > Csound keeps working for the duration of the score, so
>>>>> >some
>>>>> >>>> kind of realtime processing is going on, but it is a mystery where
>>>>> >the
>>>>> >>>> sound goes.
>>>>> >>>> >> >> > > If I use -+rtaudio"mme" I get the sound and also the list
>>>>> >of
>>>>> >>>> audio devices. Just not with portaudio.
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <
>>>>> >>>> jpff@codemist.co.uk>:
>>>>> >>>> >> >> > > Not sure if/when this changed but the default would seem
>>>>> >to be
>>>>> >>>> PortAudio
>>>>> >>>> >> >> > > except on Linux where it is alsa.
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > That is from just reading the code as I set rtaudio in
>>>>> >>>> .csiund6rc so do ot
>>>>> >>>> >> >> > > use any default.
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > > Hi,
>>>>> >>>> >> >> > > > it has been some times since I rendered on the command
>>>>> >line,
>>>>> >>>> but now it seems
>>>>> >>>> >> >> > > > I need to specify -+rtaudio="mme" to enable audio out
>>>>> >to
>>>>> >>>> dac. Is this by
>>>>> >>>> >> >> > > > design, or something odd with my system?
>>>>> >>>> >> >> > > > Tested on 6.11, and also on 6.10
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > > > Not really a problem to add this option in my files,
>>>>> >but
>>>>> >>>> would allow for
>>>>> >>>> >> >> > > > better crossplatform csds if it could be avoided.
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > > > all best
>>>>> >>>> >> >> > > > Oeyvind
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > > > --
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > > > Oeyvind Brandtsegg
>>>>> >>>> >> >> > > > Professor of Music Technology
>>>>> >>>> >> >> > > > NTNU
>>>>> >>>> >> >> > > > 7491 Trondheim
>>>>> >>>> >> >> > > > Norway
>>>>> >>>> >> >> > > > Cell: +47 92 203 205
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > > > http://www.partikkelaudio.com/
>>>>> >>>> >> >> > > > http://crossadaptive.hf.ntnu.no
>>>>> >>>> >> >> > > > http://gdsp.hf.ntnu.no/
>>>>> >>>> >> >> > > > http://soundcloud.com/brandtsegg
>>>>> >>>> >> >> > > > http://flyndresang.no/
>>>>> >>>> >> >> > > > http://soundcloud.com/t-emp
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > > > Csound mailing list Csound@listserv.heanet.ie
>>>>> >>>> >> >> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send
>>>>> >bugs
>>>>> >>>> reports to
>>>>> >>>> >> >> > > > https://github.com/csound/csound/issues Discussions of
>>>>> >bugs
>>>>> >>>> and features can
>>>>> >>>> >> >> > > > be posted here
>>>>> >>>> >> >> > > >
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > Csound mailing list
>>>>> >>>> >> >> > > Csound@listserv.heanet.ie
>>>>> >>>> >> >> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> >>>> >> >> > > Send bugs reports to
>>>>> >>>> >> >> > >         https://github.com/csound/csound/issues
>>>>> >>>> >> >> > > Discussions of bugs and features can be posted here
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > --
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > Oeyvind Brandtsegg
>>>>> >>>> >> >> > > Professor of Music Technology
>>>>> >>>> >> >> > > NTNU
>>>>> >>>> >> >> > > 7491 Trondheim
>>>>> >>>> >> >> > > Norway
>>>>> >>>> >> >> > > Cell: +47 92 203 205
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > http://www.partikkelaudio.com/
>>>>> >>>> >> >> > > http://crossadaptive.hf.ntnu.no
>>>>> >>>> >> >> > > http://gdsp.hf.ntnu.no/
>>>>> >>>> >> >> > > http://soundcloud.com/brandtsegg
>>>>> >>>> >> >> > > http://flyndresang.no/
>>>>> >>>> >> >> > > http://soundcloud.com/t-emp
>>>>> >>>> >> >> > >
>>>>> >>>> >> >> > > Csound mailing list Csound@listserv.heanet.ie
>>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>>>> >to
>>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >>>> features can be posted here
>>>>> >>>> >> >> >
>>>>> >>>> >> >> > Csound mailing list
>>>>> >>>> >> >> > Csound@listserv.heanet.ie
>>>>> >>>> >> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> >>>> >> >> > Send bugs reports to
>>>>> >>>> >> >> >         https://github.com/csound/csound/issues
>>>>> >>>> >> >> > Discussions of bugs and features can be posted here
>>>>> >>>> >> >>
>>>>> >>>> >> >> Csound mailing list
>>>>> >>>> >> >> Csound@listserv.heanet.ie
>>>>> >>>> >> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> >>>> >> >> Send bugs reports to
>>>>> >>>> >> >>         https://github.com/csound/csound/issues
>>>>> >>>> >> >> Discussions of bugs and features can be posted here
>>>>> >>>> >> >
>>>>> >>>> >> >
>>>>> >>>> >> >
>>>>> >>>> >> > --
>>>>> >>>> >> >
>>>>> >>>> >> > Oeyvind Brandtsegg
>>>>> >>>> >> > Professor of Music Technology
>>>>> >>>> >> > NTNU
>>>>> >>>> >> > 7491 Trondheim
>>>>> >>>> >> > Norway
>>>>> >>>> >> > Cell: +47 92 203 205
>>>>> >>>> >> >
>>>>> >>>> >> > http://www.partikkelaudio.com/
>>>>> >>>> >> > http://crossadaptive.hf.ntnu.no
>>>>> >>>> >> > http://gdsp.hf.ntnu.no/
>>>>> >>>> >> > http://soundcloud.com/brandtsegg
>>>>> >>>> >> > http://flyndresang.no/
>>>>> >>>> >> > http://soundcloud.com/t-emp
>>>>> >>>> >> >
>>>>> >>>> >> > Csound mailing list Csound@listserv.heanet.ie
>>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>>>> >to
>>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >>>> features can be posted here
>>>>> >>>> >>
>>>>> >>>> >> Csound mailing list
>>>>> >>>> >> Csound@listserv.heanet.ie
>>>>> >>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> >>>> >> Send bugs reports to
>>>>> >>>> >>         https://github.com/csound/csound/issues
>>>>> >>>> >> Discussions of bugs and features can be posted here
>>>>> >>>> >>
>>>>> >>>> >>
>>>>> >>>> >> --
>>>>> >>>> >>
>>>>> >>>> >> Oeyvind Brandtsegg
>>>>> >>>> >> Professor of Music Technology
>>>>> >>>> >> NTNU
>>>>> >>>> >> 7491 Trondheim
>>>>> >>>> >> Norway
>>>>> >>>> >> Cell: +47 92 203 205
>>>>> >>>> >>
>>>>> >>>> >> http://www.partikkelaudio.com/
>>>>> >>>> >> http://crossadaptive.hf.ntnu.no
>>>>> >>>> >> http://gdsp.hf.ntnu.no/
>>>>> >>>> >> http://soundcloud.com/brandtsegg
>>>>> >>>> >> http://flyndresang.no/
>>>>> >>>> >> http://soundcloud.com/t-emp
>>>>> >>>> >>
>>>>> >>>> >> Csound mailing list Csound@listserv.heanet.ie
>>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>>>> >to
>>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >>>> features can be posted here
>>>>> >>>> > Csound mailing list Csound@listserv.heanet.ie
>>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>>>> >to
>>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >>>> features can be posted here
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > --
>>>>> >>>> >
>>>>> >>>> > Oeyvind Brandtsegg
>>>>> >>>> > Professor of Music Technology
>>>>> >>>> > NTNU
>>>>> >>>> > 7491 Trondheim
>>>>> >>>> > Norway
>>>>> >>>> > Cell: +47 92 203 205
>>>>> >>>> >
>>>>> >>>> > http://www.partikkelaudio.com/
>>>>> >>>> > http://crossadaptive.hf.ntnu.no
>>>>> >>>> > http://gdsp.hf.ntnu.no/
>>>>> >>>> > http://soundcloud.com/brandtsegg
>>>>> >>>> > http://flyndresang.no/
>>>>> >>>> > http://soundcloud.com/t-emp
>>>>> >>>> >
>>>>> >>>> > Csound mailing list Csound@listserv.heanet.ie
>>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>>>> >to
>>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >>>> features can be posted here
>>>>> >>>>
>>>>> >>>>
>>>>> >>>> Csound mailing list
>>>>> >>>> Csound@listserv.heanet.ie
>>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> >>>> Send bugs reports to
>>>>> >>>>         https://github.com/csound/csound/issues
>>>>> >>>> Discussions of bugs and features can be posted here
>>>>> >>>>
>>>>> >>>
>>>>> >>>
>>>>> >>> --
>>>>> >>>
>>>>> >>> Oeyvind Brandtsegg
>>>>> >>> Professor of Music Technology
>>>>> >>> NTNU
>>>>> >>> 7491 Trondheim
>>>>> >>> Norway
>>>>> >>> Cell: +47 92 203 205
>>>>> >>>
>>>>> >>> http://www.partikkelaudio.com/
>>>>> >>> http://crossadaptive.hf.ntnu.no
>>>>> >>> http://gdsp.hf.ntnu.no/
>>>>> >>> http://soundcloud.com/brandtsegg
>>>>> >>> http://flyndresang.no/
>>>>> >>> http://soundcloud.com/t-emp
>>>>> >>>
>>>>> >>> Csound mailing list Csound@listserv.heanet.ie
>>>>> >>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>>>> >>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >features
>>>>> >>> can be posted here
>>>>> >>>
>>>>> >>> Csound mailing list Csound@listserv.heanet.ie
>>>>> >>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>>>> >>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >features
>>>>> >>> can be posted here
>>>>> >>
>>>>> >> Csound mailing list Csound@listserv.heanet.ie
>>>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>>>> >> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> >features
>>>>> >> can be posted here
>>>>> >
>>>>> >
>>>>> >
>>>>> >--
>>>>> >
>>>>> >Oeyvind Brandtsegg
>>>>> >Professor of Music Technology
>>>>> >NTNU
>>>>> >7491 Trondheim
>>>>> >Norway
>>>>> >Cell: +47 92 203 205
>>>>> >
>>>>> >http://www.partikkelaudio.com/
>>>>> >http://crossadaptive.hf.ntnu.no
>>>>> >http://gdsp.hf.ntnu.no/
>>>>> >http://soundcloud.com/brandtsegg
>>>>> >http://flyndresang.no/
>>>>> >http://soundcloud.com/t-emp
>>>>> >
>>>>> >Csound mailing list
>>>>> >Csound@listserv.heanet.ie
>>>>> >https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> >Send bugs reports to
>>>>> >        https://github.com/csound/csound/issues
>>>>> >Discussions of bugs and features can be posted here
>>>>>
>>>>> Csound mailing list
>>>>> Csound@listserv.heanet.ie
>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>> Send bugs reports to
>>>>>         https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Oeyvind Brandtsegg
>>>> Professor of Music Technology
>>>> NTNU
>>>> 7491 Trondheim
>>>> Norway
>>>> Cell: +47 92 203 205
>>>>
>>>> http://www.partikkelaudio.com/
>>>> http://crossadaptive.hf.ntnu.no
>>>> http://gdsp.hf.ntnu.no/
>>>> http://soundcloud.com/brandtsegg
>>>> http://flyndresang.no/
>>>> http://soundcloud.com/t-emp
>>>>
>>>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>>>
>>>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>>
>>>
>>>
>>> --
>>>
>>> Oeyvind Brandtsegg
>>> Professor of Music Technology
>>> NTNU
>>> 7491 Trondheim
>>> Norway
>>> Cell: +47 92 203 205
>>>
>>> http://www.partikkelaudio.com/
>>> http://crossadaptive.hf.ntnu.no
>>> http://gdsp.hf.ntnu.no/
>>> http://soundcloud.com/brandtsegg
>>> http://flyndresang.no/
>>> http://soundcloud.com/t-emp
>>>
>>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>
>
>
> --
>
> Oeyvind Brandtsegg
> Professor of Music Technology
> NTNU
> 7491 Trondheim
> Norway
> Cell: +47 92 203 205
>
> http://www.partikkelaudio.com/
> http://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-12-07 23:45
FromSteven Yi
SubjectRe: [Csnd] rtaudio
What version of Windows are you using?
On Fri, Dec 7, 2018 at 6:35 PM Oeyvind Brandtsegg
 wrote:
>
> Ok. Got something. Think I need help decoding what it means.
> I can read that the rtpa.dll and portaudio_x64.dll are indeed the correct ones that are loaded (path points to those that are installed with Csound)
>
> I ran once with a simple sinetone csd with realtime out to mme,
> and then the same csd with realtime out to portaudio.
> If anyone can help me take a look, the log files are here:
> http://crossadaptive.hf.ntnu.no/other/dwlogs/profiling_mme.txt
> http://crossadaptive.hf.ntnu.no/other/dwlogs/profiling_pa.txt
>
> all best
> Oeyvind
>
>
>
> Den lør. 8. des. 2018 kl. 00:22 skrev Oeyvind Brandtsegg :
>>
>> Thanks so much. Getting there now.
>> Realized the profiling menu does not show until the exe is loaded, so Ia have to load first, than profile.
>> Probably childs play to those who know, but I mention it in case someone who does not know (me, in a few weeks, when I have forgotten).
>> Load Csound, then go to the Profile menu, enter command line arguments, run profiling.
>>
>>
>>
>> Den fre. 7. des. 2018 kl. 19:09 skrev Michael Gogins :
>>>
>>> Dependency Walker has two modes, load and profile. Load which is
>>> happen happens when you open an executable simply tracks static load.
>>> Profile tracks loads that happen during execution. Execute the
>>> "Profile" command and you will get a dialog that allows you specify
>>> command line switches for Csound.
>>>
>>> What you want to look at, for diagnosis, is not the messages that
>>> Dependency Walker prints. It is the list of modules that were loaded,
>>> or that failed to load. If you find something that failed to load you
>>> can look at the messages and may get some help as to why. Configure
>>> Dependency Walker to display full pathnames for all loads and you will
>>> see what is coming from where.
>>>
>>> Regards,
>>> Mike
>>>
>>> -----------------------------------------------------
>>> Michael Gogins
>>> Irreducible Productions
>>> http://michaelgogins.tumblr.com
>>> Michael dot Gogins at gmail dot com
>>>
>>> On Fri, Dec 7, 2018 at 10:36 AM Oeyvind Brandtsegg
>>>  wrote:
>>> >
>>> > Hm, ok.
>>> > Tried to open csound.exe in dep walker and it chews on it for a while then gives an error.
>>> > The log window says
>>> > '''
>>> > Error: At least one required implicit or forwarded dependency was not found.
>>> > Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
>>> > Error: A circular dependency was detected.
>>> > Warning: At least one delay-load dependency module was not found.
>>> > Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
>>> > '''
>>> > There is also a lot (dozens) of :
>>> > "Error opening file. The system cannot find the file specified"
>>> > in the middle window (module window?)
>>> >
>>> > How will it tell Csound to try to access realtime audio when invoked this way?
>>> > I don't understand how it could get any command line switches.
>>> > Sorry to be so utterly helpless with DW, but would like to try if you have the patience with me :-)
>>> >
>>> > Oeyvind
>>> >
>>> > Den fre. 7. des. 2018 kl. 14:25 skrev Rory Walsh :
>>> >>
>>> >> Open Csound in dep walker. It should list all the DLLs, look out for the various audio DLLs. You should be able to see the locations of each DLL that is loaded. Might give you some useful info.
>>> >>
>>> >> On Fri 7 Dec 2018, 11:26 Oeyvind Brandtsegg >> >>>
>>> >>> Oh, that would be great.
>>> >>>
>>> >>> As I am unfamiliar with how to use these tools, I would greatly appreciate some initial pointers on how to use Dependency Walker, or ProcessExplorer/Sysinternals
>>> >>> I downloaded both, opened and had a look, ... not sure how to proceed.
>>> >>>
>>> >>> Den fre. 7. des. 2018 kl. 12:08 skrev Richard :
>>> >>>>
>>> >>>> Sysinternals could be of use here...
>>> >>>>
>>> >>>> Richard
>>> >>>>
>>> >>>> On 07/12/2018 12:00, Oeyvind Brandtsegg wrote:
>>> >>>>
>>> >>>> Thanks so much,
>>> >>>> but it did not print any additional info.
>>> >>>> Maybe I could try to investigate if the error is realted to rtpa.dll, or portaudio_x64.dll?
>>> >>>> Is there some method of tracing the order of events, i.e. what happens and which files/commands are invoked?
>>> >>>> Would dependency walker or something similar be able to give me some info (just shooting in the dark here, no particular experience with what might be useful)?
>>> >>>> Oeyvind
>>> >>>>
>>> >>>> Den tor. 6. des. 2018 kl. 13:28 skrev John ff :
>>> >>>>>
>>> >>>>> This may not be relevant but ....
>>> >>>>> If you run with -v option do you get any further output?
>>> >>>>>
>>> >>>>> ⁣Sent from TypeApp
>>> >>>>>
>>> >>>>> On Dec 4, 2018, 22:14, at 22:14, Oeyvind Brandtsegg  wrote:
>>> >>>>> >Thanks Rory,
>>> >>>>> >The dlls you have are identical to mine, and also the Csound version is
>>> >>>>> >the
>>> >>>>> >same (I was confused at first because it is called version 6.12 beta).
>>> >>>>> >
>>> >>>>> >I do not think I have conflicting versions, because I get errors if I
>>> >>>>> >try
>>> >>>>> >to delete either rtpa.dll or portaudio_x64.dll.
>>> >>>>> >For example, if I delete rtpa.dll and run a simple csd with -odac, I
>>> >>>>> >get
>>> >>>>> >unknown rtaudio module: 'PortAudio', using dummy module
>>> >>>>> >
>>> >>>>> >With rtpa.dll in place, I get
>>> >>>>> >rtaudio: PortAudio module enabled ...
>>> >>>>> >
>>> >>>>> >but no sound out, and no device listing, no effect out of changing the
>>> >>>>> >device number, e.g. -odac99 gives the same result as plain -odac
>>> >>>>> >Csound will seem to be working on something for a few (5-ish) seconds,
>>> >>>>> >and
>>> >>>>> >then just return.
>>> >>>>> >There are the last lines printed
>>> >>>>> >orch now loaded
>>> >>>>> >audio buffered in 4096 sample-frame blocks
>>> >>>>> >
>>> >>>>> >
>>> >>>>> >
>>> >>>>> >
>>> >>>>> >Den tir. 4. des. 2018 kl. 19:47 skrev Rory Walsh :
>>> >>>>> >
>>> >>>>> >> Hi Oeyvind. Could you possibly have multiple portaudio dlls in your
>>> >>>>> >> system? I seen issues before where conflicting versions have caused
>>> >>>>> >> problems. Here's a link to the dlls I have on my system.
>>> >>>>> >>
>>> >>>>> >> https://www.dropbox.com/s/dxkxhohwspmqbeg/dlls.zip?dl=0
>>> >>>>> >>
>>> >>>>> >> On Tue, 4 Dec 2018 at 17:57, Victor Lazzarini
>>> >>>>> >
>>> >>>>> >> wrote:
>>> >>>>> >>
>>> >>>>> >>> I am sorry, but I don't know much about windows. The windows people
>>> >>>>> >here
>>> >>>>> >>> should be able to help.
>>> >>>>> >>>
>>> >>>>> >>> Victor Lazzarini
>>> >>>>> >>> Dean of Arts, Celtic Studies, and Philosophy
>>> >>>>> >>> Maynooth University
>>> >>>>> >>> Ireland
>>> >>>>> >>>
>>> >>>>> >>> On 4 Dec 2018, at 17:51, Oeyvind Brandtsegg
>>> >>>>> >
>>> >>>>> >>> wrote:
>>> >>>>> >>>
>>> >>>>> >>> ok. Thanks. That is good to know.
>>> >>>>> >>>
>>> >>>>> >>> Is there any way to get any more information about what portaudio
>>> >>>>> >fails
>>> >>>>> >>> to do on my system?
>>> >>>>> >>> Any way of accessing portaudio with some sort of verbose or debug
>>> >>>>> >output?
>>> >>>>> >>>
>>> >>>>> >>> Den tir. 4. des. 2018 kl. 16:14 skrev Victor Lazzarini <
>>> >>>>> >>> Victor.Lazzarini@mu.ie>:
>>> >>>>> >>>
>>> >>>>> >>>> No, it’s the way we’ve always done it, all plugins (opcodes,
>>> >>>>> >function
>>> >>>>> >>>> tables, audio and midi IO) are in the
>>> >>>>> >>>> plugins directory. When Csound runs it looks for that directory and
>>> >>>>> >>>> loads them all from there.
>>> >>>>> >>>>
>>> >>>>> >>>>
>>> >>>>> >>>>
>>> >>>>> >>>> ========================
>>> >>>>> >>>> Prof. 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 4 Dec 2018, at 14:14, Oeyvind Brandtsegg
>>> >>>>> >
>>> >>>>> >>>> wrote:
>>> >>>>> >>>> >
>>> >>>>> >>>> > Thanks Victor,
>>> >>>>> >>>> > Isn't it odd that rtpa.dll is in the plugins directory then?
>>> >>>>> >>>> > Even if rtpa.dll is technically a plugin, I thought it was only
>>> >>>>> >opcode
>>> >>>>> >>>> plugins that shoud go in /plugins64
>>> >>>>> >>>> > If I move rtpa.dll to /bin it behaves the same as if I delete it,
>>> >>>>> >so
>>> >>>>> >>>> it is obviously only being looked for in /plugins64
>>> >>>>> >>>> > I think at some point in the past rtpa.dll used to live in /bin
>>> >>>>> >>>> >
>>> >>>>> >>>> > I would not have a problem with it either way, I just investigate
>>> >>>>> >>>> everything that looks odd in this context, to try to poke at why
>>> >>>>> >this is
>>> >>>>> >>>> not working here.
>>> >>>>> >>>> >
>>> >>>>> >>>> >
>>> >>>>> >>>> > Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini <
>>> >>>>> >>>> Victor.Lazzarini@mu.ie>:
>>> >>>>> >>>> > rtpa.dll is the csound portaudio plugin
>>> >>>>> >>>> > portaudio_x64.dll is the portaudio library
>>> >>>>> >>>> >
>>> >>>>> >>>> > Unless rtpa.dll is using a static portaudio lib, both files are
>>> >>>>> >needed.
>>> >>>>> >>>> >
>>> >>>>> >>>> > Looks like something not right with the portaudio library, maybe
>>> >>>>> >an
>>> >>>>> >>>> iffy build of
>>> >>>>> >>>> > the library?
>>> >>>>> >>>> >
>>> >>>>> >>>> > Windows devs are needed to check up
>>> >>>>> >>>> > on this.
>>> >>>>> >>>> >
>>> >>>>> >>>> > Victor Lazzarini
>>> >>>>> >>>> > Dean of Arts, Celtic Studies, and Philosophy
>>> >>>>> >>>> > Maynooth University
>>> >>>>> >>>> > Ireland
>>> >>>>> >>>> >
>>> >>>>> >>>> > On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg
>>> >>>>> >
>>> >>>>> >>>> wrote:
>>> >>>>> >>>> >
>>> >>>>> >>>> >> Hm, I am coming back to this as I have not yet been able to
>>> >>>>> >solve it.
>>> >>>>> >>>> >> I can not use portaudio for realtime i/o, only mme
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> It appears similar in 6.11 and 6.12.
>>> >>>>> >>>> >> One thing I notice is that rtpa.dll and rtwinmm.dll are located
>>> >>>>> >in
>>> >>>>> >>>> /plugins64, not it /bin as I would have expected.
>>> >>>>> >>>> >> In /bin there is a portaudio_x64.dll
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> * if I delete the rtpa.dll from /plugins64 and try to run a sime
>>> >>>>> >csd
>>> >>>>> >>>> with -odac, I get:
>>> >>>>> >>>> >> unknown rtaudio module: 'PortAudio', using dummy module
>>> >>>>> >>>> >> rtaudio: dummy module enabled
>>> >>>>> >>>> >> - this suggests that the portaudio i/o is loaded from
>>> >>>>> >/plugins64, and
>>> >>>>> >>>> wildly guessing that the portaudio file under /bin does nothing
>>> >>>>> >useful?
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> * if I move the rtpa.dll file to /bin I get the same error.
>>> >>>>> >>>> >> Should it really be located in /plugins64? I was under the
>>> >>>>> >impression
>>> >>>>> >>>> that only plugin opcodes would go there(?).
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> Just trying to poke at why this is not working.
>>> >>>>> >>>> >> I think I can rule out that there is a conflicting version of
>>> >>>>> >>>> portaudio somewhere on my system, since portaudio can not be found
>>> >>>>> >if I
>>> >>>>> >>>> delete the rtpa.dll frpom /plugins64
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> Oeyvind
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi
>>> >>>>> >>> >>>>> >>>> >:
>>> >>>>> >>>> >> 6.10 and 6.11 both were compiled with MSVC rather than MINGW.
>>> >>>>> >I'm
>>> >>>>> >>>> >> wondering if you by chance installed over a previous < 6.10
>>> >>>>> >install
>>> >>>>> >>>> >> and if there's some mixing of dll's?
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> One thing to check is what you get when running:
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> csound --devices
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> It could be that the device you are using is not the one you are
>>> >>>>> >>>> >> expecting?  This happens to me when an ASIO device gets selected
>>> >>>>> >and
>>> >>>>> >>>> >> ASIO4ALL is set to output to something like "Speakers" which
>>> >>>>> >isn't
>>> >>>>> >>>> >> hooked up at the moment.  (That sounds strange, but seems to be
>>> >>>>> >what I
>>> >>>>> >>>> >> remember happening.)
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> If that doesn't provide any new information, you could try:
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> 1. Removing csound completely and reinstalling from the 6.11
>>> >>>>> >installer
>>> >>>>> >>>> >> 2. Try using one of the newer develop builds on AppVeyor, such
>>> >>>>> >as at:
>>> >>>>> >>>> >>
>>> >>>>> >>>> >>
>>> >>>>> >>>>
>>> >>>>> >https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts
>>> >>>>> >>>> >>
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
>>> >>>>> >>>> >>  wrote:
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> > Hi, thanks for looking into it.
>>> >>>>> >>>> >> > I tested with the binary from this link
>>> >>>>> >>>> >> >
>>> >>>>> >>>>
>>> >>>>> >https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
>>> >>>>> >>>> >> > on
>>> >>>>> >>>> >> > https://csound.com/download.html
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> > Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <
>>> >>>>> >>>> stevenyi@gmail.com>:
>>> >>>>> >>>> >> >>
>>> >>>>> >>>> >> >> I have a Windows computer where I just did a fresh install of
>>> >>>>> >>>> >> >> dependencies and compiled Csound.  It's using Portaudio and
>>> >>>>> >working
>>> >>>>> >>>> >> >> okay.
>>> >>>>> >>>> >> >>
>>> >>>>> >>>> >> >> Oeyvind: Is this a self-compile or are you using one built on
>>> >>>>> >>>> >> >> AppVeyor? (or a release build?)
>>> >>>>> >>>> >> >> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>>> >>>>> >>>> >> >>  wrote:
>>> >>>>> >>>> >> >> >
>>> >>>>> >>>> >> >> > Looks like a problem with portaudio on your system. MME is
>>> >>>>> >the
>>> >>>>> >>>> old windows audio subsystem, which would
>>> >>>>> >>>> >> >> > give you high latency.
>>> >>>>> >>>> >> >> > ========================
>>> >>>>> >>>> >> >> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <
>>> >>>>> >>>> oyvind.brandtsegg@ntnu.no> wrote:
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > Actually,
>>> >>>>> >>>> >> >> > > if I use -odac without any rtaudio option, it says
>>> >>>>> >>>> >> >> > > rtaudio: PortAudio module enabled ...
>>> >>>>> >>>> >> >> > > so you are correct,
>>> >>>>> >>>> >> >> > > but I get no sound, and no list if audio devices.
>>> >>>>> >>>> >> >> > > I tried using -odac99 to provoke an error and geet the
>>> >>>>> >list of
>>> >>>>> >>>> devies that portaudio can access, but nothing appears.
>>> >>>>> >>>> >> >> > > Csound keeps working for the duration of the score, so
>>> >>>>> >some
>>> >>>>> >>>> kind of realtime processing is going on, but it is a mystery where
>>> >>>>> >the
>>> >>>>> >>>> sound goes.
>>> >>>>> >>>> >> >> > > If I use -+rtaudio"mme" I get the sound and also the list
>>> >>>>> >of
>>> >>>>> >>>> audio devices. Just not with portaudio.
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <
>>> >>>>> >>>> jpff@codemist.co.uk>:
>>> >>>>> >>>> >> >> > > Not sure if/when this changed but the default would seem
>>> >>>>> >to be
>>> >>>>> >>>> PortAudio
>>> >>>>> >>>> >> >> > > except on Linux where it is alsa.
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > That is from just reading the code as I set rtaudio in
>>> >>>>> >>>> .csiund6rc so do ot
>>> >>>>> >>>> >> >> > > use any default.
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > > Hi,
>>> >>>>> >>>> >> >> > > > it has been some times since I rendered on the command
>>> >>>>> >line,
>>> >>>>> >>>> but now it seems
>>> >>>>> >>>> >> >> > > > I need to specify -+rtaudio="mme" to enable audio out
>>> >>>>> >to
>>> >>>>> >>>> dac. Is this by
>>> >>>>> >>>> >> >> > > > design, or something odd with my system?
>>> >>>>> >>>> >> >> > > > Tested on 6.11, and also on 6.10
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > > > Not really a problem to add this option in my files,
>>> >>>>> >but
>>> >>>>> >>>> would allow for
>>> >>>>> >>>> >> >> > > > better crossplatform csds if it could be avoided.
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > > > all best
>>> >>>>> >>>> >> >> > > > Oeyvind
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > > > --
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > > > Oeyvind Brandtsegg
>>> >>>>> >>>> >> >> > > > Professor of Music Technology
>>> >>>>> >>>> >> >> > > > NTNU
>>> >>>>> >>>> >> >> > > > 7491 Trondheim
>>> >>>>> >>>> >> >> > > > Norway
>>> >>>>> >>>> >> >> > > > Cell: +47 92 203 205
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > > > http://www.partikkelaudio.com/
>>> >>>>> >>>> >> >> > > > http://crossadaptive.hf.ntnu.no
>>> >>>>> >>>> >> >> > > > http://gdsp.hf.ntnu.no/
>>> >>>>> >>>> >> >> > > > http://soundcloud.com/brandtsegg
>>> >>>>> >>>> >> >> > > > http://flyndresang.no/
>>> >>>>> >>>> >> >> > > > http://soundcloud.com/t-emp
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > > > Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>>> >> >> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send
>>> >>>>> >bugs
>>> >>>>> >>>> reports to
>>> >>>>> >>>> >> >> > > > https://github.com/csound/csound/issues Discussions of
>>> >>>>> >bugs
>>> >>>>> >>>> and features can
>>> >>>>> >>>> >> >> > > > be posted here
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > Csound mailing list
>>> >>>>> >>>> >> >> > > Csound@listserv.heanet.ie
>>> >>>>> >>>> >> >> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> >>>> >> >> > > Send bugs reports to
>>> >>>>> >>>> >> >> > >         https://github.com/csound/csound/issues
>>> >>>>> >>>> >> >> > > Discussions of bugs and features can be posted here
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > --
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > Oeyvind Brandtsegg
>>> >>>>> >>>> >> >> > > Professor of Music Technology
>>> >>>>> >>>> >> >> > > NTNU
>>> >>>>> >>>> >> >> > > 7491 Trondheim
>>> >>>>> >>>> >> >> > > Norway
>>> >>>>> >>>> >> >> > > Cell: +47 92 203 205
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > http://www.partikkelaudio.com/
>>> >>>>> >>>> >> >> > > http://crossadaptive.hf.ntnu.no
>>> >>>>> >>>> >> >> > > http://gdsp.hf.ntnu.no/
>>> >>>>> >>>> >> >> > > http://soundcloud.com/brandtsegg
>>> >>>>> >>>> >> >> > > http://flyndresang.no/
>>> >>>>> >>>> >> >> > > http://soundcloud.com/t-emp
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>> >>>>> >to
>>> >>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >>>> features can be posted here
>>> >>>>> >>>> >> >> >
>>> >>>>> >>>> >> >> > Csound mailing list
>>> >>>>> >>>> >> >> > Csound@listserv.heanet.ie
>>> >>>>> >>>> >> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> >>>> >> >> > Send bugs reports to
>>> >>>>> >>>> >> >> >         https://github.com/csound/csound/issues
>>> >>>>> >>>> >> >> > Discussions of bugs and features can be posted here
>>> >>>>> >>>> >> >>
>>> >>>>> >>>> >> >> Csound mailing list
>>> >>>>> >>>> >> >> Csound@listserv.heanet.ie
>>> >>>>> >>>> >> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> >>>> >> >> Send bugs reports to
>>> >>>>> >>>> >> >>         https://github.com/csound/csound/issues
>>> >>>>> >>>> >> >> Discussions of bugs and features can be posted here
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> > --
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> > Oeyvind Brandtsegg
>>> >>>>> >>>> >> > Professor of Music Technology
>>> >>>>> >>>> >> > NTNU
>>> >>>>> >>>> >> > 7491 Trondheim
>>> >>>>> >>>> >> > Norway
>>> >>>>> >>>> >> > Cell: +47 92 203 205
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> > http://www.partikkelaudio.com/
>>> >>>>> >>>> >> > http://crossadaptive.hf.ntnu.no
>>> >>>>> >>>> >> > http://gdsp.hf.ntnu.no/
>>> >>>>> >>>> >> > http://soundcloud.com/brandtsegg
>>> >>>>> >>>> >> > http://flyndresang.no/
>>> >>>>> >>>> >> > http://soundcloud.com/t-emp
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> > Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>> >>>>> >to
>>> >>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >>>> features can be posted here
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> Csound mailing list
>>> >>>>> >>>> >> Csound@listserv.heanet.ie
>>> >>>>> >>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> >>>> >> Send bugs reports to
>>> >>>>> >>>> >>         https://github.com/csound/csound/issues
>>> >>>>> >>>> >> Discussions of bugs and features can be posted here
>>> >>>>> >>>> >>
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> --
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> Oeyvind Brandtsegg
>>> >>>>> >>>> >> Professor of Music Technology
>>> >>>>> >>>> >> NTNU
>>> >>>>> >>>> >> 7491 Trondheim
>>> >>>>> >>>> >> Norway
>>> >>>>> >>>> >> Cell: +47 92 203 205
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> http://www.partikkelaudio.com/
>>> >>>>> >>>> >> http://crossadaptive.hf.ntnu.no
>>> >>>>> >>>> >> http://gdsp.hf.ntnu.no/
>>> >>>>> >>>> >> http://soundcloud.com/brandtsegg
>>> >>>>> >>>> >> http://flyndresang.no/
>>> >>>>> >>>> >> http://soundcloud.com/t-emp
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>> >>>>> >to
>>> >>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >>>> features can be posted here
>>> >>>>> >>>> > Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>> >>>>> >to
>>> >>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >>>> features can be posted here
>>> >>>>> >>>> >
>>> >>>>> >>>> >
>>> >>>>> >>>> > --
>>> >>>>> >>>> >
>>> >>>>> >>>> > Oeyvind Brandtsegg
>>> >>>>> >>>> > Professor of Music Technology
>>> >>>>> >>>> > NTNU
>>> >>>>> >>>> > 7491 Trondheim
>>> >>>>> >>>> > Norway
>>> >>>>> >>>> > Cell: +47 92 203 205
>>> >>>>> >>>> >
>>> >>>>> >>>> > http://www.partikkelaudio.com/
>>> >>>>> >>>> > http://crossadaptive.hf.ntnu.no
>>> >>>>> >>>> > http://gdsp.hf.ntnu.no/
>>> >>>>> >>>> > http://soundcloud.com/brandtsegg
>>> >>>>> >>>> > http://flyndresang.no/
>>> >>>>> >>>> > http://soundcloud.com/t-emp
>>> >>>>> >>>> >
>>> >>>>> >>>> > Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>> >>>>> >to
>>> >>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >>>> features can be posted here
>>> >>>>> >>>>
>>> >>>>> >>>>
>>> >>>>> >>>> Csound mailing list
>>> >>>>> >>>> Csound@listserv.heanet.ie
>>> >>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> >>>> Send bugs reports to
>>> >>>>> >>>>         https://github.com/csound/csound/issues
>>> >>>>> >>>> Discussions of bugs and features can be posted here
>>> >>>>> >>>>
>>> >>>>> >>>
>>> >>>>> >>>
>>> >>>>> >>> --
>>> >>>>> >>>
>>> >>>>> >>> Oeyvind Brandtsegg
>>> >>>>> >>> Professor of Music Technology
>>> >>>>> >>> NTNU
>>> >>>>> >>> 7491 Trondheim
>>> >>>>> >>> Norway
>>> >>>>> >>> Cell: +47 92 203 205
>>> >>>>> >>>
>>> >>>>> >>> http://www.partikkelaudio.com/
>>> >>>>> >>> http://crossadaptive.hf.ntnu.no
>>> >>>>> >>> http://gdsp.hf.ntnu.no/
>>> >>>>> >>> http://soundcloud.com/brandtsegg
>>> >>>>> >>> http://flyndresang.no/
>>> >>>>> >>> http://soundcloud.com/t-emp
>>> >>>>> >>>
>>> >>>>> >>> Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> >>>>> >>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >features
>>> >>>>> >>> can be posted here
>>> >>>>> >>>
>>> >>>>> >>> Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> >>>>> >>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >features
>>> >>>>> >>> can be posted here
>>> >>>>> >>
>>> >>>>> >> Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> >>>>> >> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >features
>>> >>>>> >> can be posted here
>>> >>>>> >
>>> >>>>> >
>>> >>>>> >
>>> >>>>> >--
>>> >>>>> >
>>> >>>>> >Oeyvind Brandtsegg
>>> >>>>> >Professor of Music Technology
>>> >>>>> >NTNU
>>> >>>>> >7491 Trondheim
>>> >>>>> >Norway
>>> >>>>> >Cell: +47 92 203 205
>>> >>>>> >
>>> >>>>> >http://www.partikkelaudio.com/
>>> >>>>> >http://crossadaptive.hf.ntnu.no
>>> >>>>> >http://gdsp.hf.ntnu.no/
>>> >>>>> >http://soundcloud.com/brandtsegg
>>> >>>>> >http://flyndresang.no/
>>> >>>>> >http://soundcloud.com/t-emp
>>> >>>>> >
>>> >>>>> >Csound mailing list
>>> >>>>> >Csound@listserv.heanet.ie
>>> >>>>> >https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> >Send bugs reports to
>>> >>>>> >        https://github.com/csound/csound/issues
>>> >>>>> >Discussions of bugs and features can be posted here
>>> >>>>>
>>> >>>>> Csound mailing list
>>> >>>>> Csound@listserv.heanet.ie
>>> >>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> Send bugs reports to
>>> >>>>>         https://github.com/csound/csound/issues
>>> >>>>> Discussions of bugs and features can be posted here
>>> >>>>
>>> >>>>
>>> >>>>
>>> >>>> --
>>> >>>>
>>> >>>> Oeyvind Brandtsegg
>>> >>>> Professor of Music Technology
>>> >>>> NTNU
>>> >>>> 7491 Trondheim
>>> >>>> Norway
>>> >>>> Cell: +47 92 203 205
>>> >>>>
>>> >>>> http://www.partikkelaudio.com/
>>> >>>> http://crossadaptive.hf.ntnu.no
>>> >>>> http://gdsp.hf.ntnu.no/
>>> >>>> http://soundcloud.com/brandtsegg
>>> >>>> http://flyndresang.no/
>>> >>>> http://soundcloud.com/t-emp
>>> >>>>
>>> >>>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>> >>>>
>>> >>>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>> >>>
>>> >>>
>>> >>>
>>> >>> --
>>> >>>
>>> >>> Oeyvind Brandtsegg
>>> >>> Professor of Music Technology
>>> >>> NTNU
>>> >>> 7491 Trondheim
>>> >>> Norway
>>> >>> Cell: +47 92 203 205
>>> >>>
>>> >>> http://www.partikkelaudio.com/
>>> >>> http://crossadaptive.hf.ntnu.no
>>> >>> http://gdsp.hf.ntnu.no/
>>> >>> http://soundcloud.com/brandtsegg
>>> >>> http://flyndresang.no/
>>> >>> http://soundcloud.com/t-emp
>>> >>>
>>> >>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>> >>
>>> >> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>> >
>>> >
>>> >
>>> > --
>>> >
>>> > Oeyvind Brandtsegg
>>> > Professor of Music Technology
>>> > NTNU
>>> > 7491 Trondheim
>>> > Norway
>>> > Cell: +47 92 203 205
>>> >
>>> > http://www.partikkelaudio.com/
>>> > http://crossadaptive.hf.ntnu.no
>>> > http://gdsp.hf.ntnu.no/
>>> > http://soundcloud.com/brandtsegg
>>> > http://flyndresang.no/
>>> > http://soundcloud.com/t-emp
>>> >
>>> > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>>
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>>         https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>
>>
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://www.partikkelaudio.com/
>> http://crossadaptive.hf.ntnu.no
>> http://gdsp.hf.ntnu.no/
>> 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://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-12-08 20:19
FromOeyvind Brandtsegg
SubjectRe: [Csnd] rtaudio
Windows 10

Den lør. 8. des. 2018 kl. 00:45 skrev Steven Yi <stevenyi@gmail.com>:
What version of Windows are you using?
On Fri, Dec 7, 2018 at 6:35 PM Oeyvind Brandtsegg
<oyvind.brandtsegg@ntnu.no> wrote:
>
> Ok. Got something. Think I need help decoding what it means.
> I can read that the rtpa.dll and portaudio_x64.dll are indeed the correct ones that are loaded (path points to those that are installed with Csound)
>
> I ran once with a simple sinetone csd with realtime out to mme,
> and then the same csd with realtime out to portaudio.
> If anyone can help me take a look, the log files are here:
> http://crossadaptive.hf.ntnu.no/other/dwlogs/profiling_mme.txt
> http://crossadaptive.hf.ntnu.no/other/dwlogs/profiling_pa.txt
>
> all best
> Oeyvind
>
>
>
> Den lør. 8. des. 2018 kl. 00:22 skrev Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no>:
>>
>> Thanks so much. Getting there now.
>> Realized the profiling menu does not show until the exe is loaded, so Ia have to load first, than profile.
>> Probably childs play to those who know, but I mention it in case someone who does not know (me, in a few weeks, when I have forgotten).
>> Load Csound, then go to the Profile menu, enter command line arguments, run profiling.
>>
>>
>>
>> Den fre. 7. des. 2018 kl. 19:09 skrev Michael Gogins <michael.gogins@gmail.com>:
>>>
>>> Dependency Walker has two modes, load and profile. Load which is
>>> happen happens when you open an executable simply tracks static load.
>>> Profile tracks loads that happen during execution. Execute the
>>> "Profile" command and you will get a dialog that allows you specify
>>> command line switches for Csound.
>>>
>>> What you want to look at, for diagnosis, is not the messages that
>>> Dependency Walker prints. It is the list of modules that were loaded,
>>> or that failed to load. If you find something that failed to load you
>>> can look at the messages and may get some help as to why. Configure
>>> Dependency Walker to display full pathnames for all loads and you will
>>> see what is coming from where.
>>>
>>> Regards,
>>> Mike
>>>
>>> -----------------------------------------------------
>>> Michael Gogins
>>> Irreducible Productions
>>> http://michaelgogins.tumblr.com
>>> Michael dot Gogins at gmail dot com
>>>
>>> On Fri, Dec 7, 2018 at 10:36 AM Oeyvind Brandtsegg
>>> <oyvind.brandtsegg@ntnu.no> wrote:
>>> >
>>> > Hm, ok.
>>> > Tried to open csound.exe in dep walker and it chews on it for a while then gives an error.
>>> > The log window says
>>> > '''
>>> > Error: At least one required implicit or forwarded dependency was not found.
>>> > Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
>>> > Error: A circular dependency was detected.
>>> > Warning: At least one delay-load dependency module was not found.
>>> > Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
>>> > '''
>>> > There is also a lot (dozens) of :
>>> > "Error opening file. The system cannot find the file specified"
>>> > in the middle window (module window?)
>>> >
>>> > How will it tell Csound to try to access realtime audio when invoked this way?
>>> > I don't understand how it could get any command line switches.
>>> > Sorry to be so utterly helpless with DW, but would like to try if you have the patience with me :-)
>>> >
>>> > Oeyvind
>>> >
>>> > Den fre. 7. des. 2018 kl. 14:25 skrev Rory Walsh <rorywalsh@ear.ie>:
>>> >>
>>> >> Open Csound in dep walker. It should list all the DLLs, look out for the various audio DLLs. You should be able to see the locations of each DLL that is loaded. Might give you some useful info.
>>> >>
>>> >> On Fri 7 Dec 2018, 11:26 Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no wrote:
>>> >>>
>>> >>> Oh, that would be great.
>>> >>>
>>> >>> As I am unfamiliar with how to use these tools, I would greatly appreciate some initial pointers on how to use Dependency Walker, or ProcessExplorer/Sysinternals
>>> >>> I downloaded both, opened and had a look, ... not sure how to proceed.
>>> >>>
>>> >>> Den fre. 7. des. 2018 kl. 12:08 skrev Richard <zappfinger@gmail.com>:
>>> >>>>
>>> >>>> Sysinternals could be of use here...
>>> >>>>
>>> >>>> Richard
>>> >>>>
>>> >>>> On 07/12/2018 12:00, Oeyvind Brandtsegg wrote:
>>> >>>>
>>> >>>> Thanks so much,
>>> >>>> but it did not print any additional info.
>>> >>>> Maybe I could try to investigate if the error is realted to rtpa.dll, or portaudio_x64.dll?
>>> >>>> Is there some method of tracing the order of events, i.e. what happens and which files/commands are invoked?
>>> >>>> Would dependency walker or something similar be able to give me some info (just shooting in the dark here, no particular experience with what might be useful)?
>>> >>>> Oeyvind
>>> >>>>
>>> >>>> Den tor. 6. des. 2018 kl. 13:28 skrev John ff <jpff@codemist.co.uk>:
>>> >>>>>
>>> >>>>> This may not be relevant but ....
>>> >>>>> If you run with -v option do you get any further output?
>>> >>>>>
>>> >>>>> ⁣Sent from TypeApp
>>> >>>>>
>>> >>>>> On Dec 4, 2018, 22:14, at 22:14, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>>> >>>>> >Thanks Rory,
>>> >>>>> >The dlls you have are identical to mine, and also the Csound version is
>>> >>>>> >the
>>> >>>>> >same (I was confused at first because it is called version 6.12 beta).
>>> >>>>> >
>>> >>>>> >I do not think I have conflicting versions, because I get errors if I
>>> >>>>> >try
>>> >>>>> >to delete either rtpa.dll or portaudio_x64.dll.
>>> >>>>> >For example, if I delete rtpa.dll and run a simple csd with -odac, I
>>> >>>>> >get
>>> >>>>> >unknown rtaudio module: 'PortAudio', using dummy module
>>> >>>>> >
>>> >>>>> >With rtpa.dll in place, I get
>>> >>>>> >rtaudio: PortAudio module enabled ...
>>> >>>>> >
>>> >>>>> >but no sound out, and no device listing, no effect out of changing the
>>> >>>>> >device number, e.g. -odac99 gives the same result as plain -odac
>>> >>>>> >Csound will seem to be working on something for a few (5-ish) seconds,
>>> >>>>> >and
>>> >>>>> >then just return.
>>> >>>>> >There are the last lines printed
>>> >>>>> >orch now loaded
>>> >>>>> >audio buffered in 4096 sample-frame blocks
>>> >>>>> >
>>> >>>>> >
>>> >>>>> >
>>> >>>>> >
>>> >>>>> >Den tir. 4. des. 2018 kl. 19:47 skrev Rory Walsh <rorywalsh@ear.ie>:
>>> >>>>> >
>>> >>>>> >> Hi Oeyvind. Could you possibly have multiple portaudio dlls in your
>>> >>>>> >> system? I seen issues before where conflicting versions have caused
>>> >>>>> >> problems. Here's a link to the dlls I have on my system.
>>> >>>>> >>
>>> >>>>> >> https://www.dropbox.com/s/dxkxhohwspmqbeg/dlls.zip?dl=0
>>> >>>>> >>
>>> >>>>> >> On Tue, 4 Dec 2018 at 17:57, Victor Lazzarini
>>> >>>>> ><Victor.Lazzarini@mu.ie>
>>> >>>>> >> wrote:
>>> >>>>> >>
>>> >>>>> >>> I am sorry, but I don't know much about windows. The windows people
>>> >>>>> >here
>>> >>>>> >>> should be able to help.
>>> >>>>> >>>
>>> >>>>> >>> Victor Lazzarini
>>> >>>>> >>> Dean of Arts, Celtic Studies, and Philosophy
>>> >>>>> >>> Maynooth University
>>> >>>>> >>> Ireland
>>> >>>>> >>>
>>> >>>>> >>> On 4 Dec 2018, at 17:51, Oeyvind Brandtsegg
>>> >>>>> ><oyvind.brandtsegg@NTNU.NO>
>>> >>>>> >>> wrote:
>>> >>>>> >>>
>>> >>>>> >>> ok. Thanks. That is good to know.
>>> >>>>> >>>
>>> >>>>> >>> Is there any way to get any more information about what portaudio
>>> >>>>> >fails
>>> >>>>> >>> to do on my system?
>>> >>>>> >>> Any way of accessing portaudio with some sort of verbose or debug
>>> >>>>> >output?
>>> >>>>> >>>
>>> >>>>> >>> Den tir. 4. des. 2018 kl. 16:14 skrev Victor Lazzarini <
>>> >>>>> >>> Victor.Lazzarini@mu.ie>:
>>> >>>>> >>>
>>> >>>>> >>>> No, it’s the way we’ve always done it, all plugins (opcodes,
>>> >>>>> >function
>>> >>>>> >>>> tables, audio and midi IO) are in the
>>> >>>>> >>>> plugins directory. When Csound runs it looks for that directory and
>>> >>>>> >>>> loads them all from there.
>>> >>>>> >>>>
>>> >>>>> >>>>
>>> >>>>> >>>>
>>> >>>>> >>>> ========================
>>> >>>>> >>>> Prof. 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 4 Dec 2018, at 14:14, Oeyvind Brandtsegg
>>> >>>>> ><oyvind.brandtsegg@ntnu.no>
>>> >>>>> >>>> wrote:
>>> >>>>> >>>> >
>>> >>>>> >>>> > Thanks Victor,
>>> >>>>> >>>> > Isn't it odd that rtpa.dll is in the plugins directory then?
>>> >>>>> >>>> > Even if rtpa.dll is technically a plugin, I thought it was only
>>> >>>>> >opcode
>>> >>>>> >>>> plugins that shoud go in /plugins64
>>> >>>>> >>>> > If I move rtpa.dll to /bin it behaves the same as if I delete it,
>>> >>>>> >so
>>> >>>>> >>>> it is obviously only being looked for in /plugins64
>>> >>>>> >>>> > I think at some point in the past rtpa.dll used to live in /bin
>>> >>>>> >>>> >
>>> >>>>> >>>> > I would not have a problem with it either way, I just investigate
>>> >>>>> >>>> everything that looks odd in this context, to try to poke at why
>>> >>>>> >this is
>>> >>>>> >>>> not working here.
>>> >>>>> >>>> >
>>> >>>>> >>>> >
>>> >>>>> >>>> > Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini <
>>> >>>>> >>>> Victor.Lazzarini@mu.ie>:
>>> >>>>> >>>> > rtpa.dll is the csound portaudio plugin
>>> >>>>> >>>> > portaudio_x64.dll is the portaudio library
>>> >>>>> >>>> >
>>> >>>>> >>>> > Unless rtpa.dll is using a static portaudio lib, both files are
>>> >>>>> >needed.
>>> >>>>> >>>> >
>>> >>>>> >>>> > Looks like something not right with the portaudio library, maybe
>>> >>>>> >an
>>> >>>>> >>>> iffy build of
>>> >>>>> >>>> > the library?
>>> >>>>> >>>> >
>>> >>>>> >>>> > Windows devs are needed to check up
>>> >>>>> >>>> > on this.
>>> >>>>> >>>> >
>>> >>>>> >>>> > Victor Lazzarini
>>> >>>>> >>>> > Dean of Arts, Celtic Studies, and Philosophy
>>> >>>>> >>>> > Maynooth University
>>> >>>>> >>>> > Ireland
>>> >>>>> >>>> >
>>> >>>>> >>>> > On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg
>>> >>>>> ><oyvind.brandtsegg@NTNU.NO>
>>> >>>>> >>>> wrote:
>>> >>>>> >>>> >
>>> >>>>> >>>> >> Hm, I am coming back to this as I have not yet been able to
>>> >>>>> >solve it.
>>> >>>>> >>>> >> I can not use portaudio for realtime i/o, only mme
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> It appears similar in 6.11 and 6.12.
>>> >>>>> >>>> >> One thing I notice is that rtpa.dll and rtwinmm.dll are located
>>> >>>>> >in
>>> >>>>> >>>> /plugins64, not it /bin as I would have expected.
>>> >>>>> >>>> >> In /bin there is a portaudio_x64.dll
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> * if I delete the rtpa.dll from /plugins64 and try to run a sime
>>> >>>>> >csd
>>> >>>>> >>>> with -odac, I get:
>>> >>>>> >>>> >> unknown rtaudio module: 'PortAudio', using dummy module
>>> >>>>> >>>> >> rtaudio: dummy module enabled
>>> >>>>> >>>> >> - this suggests that the portaudio i/o is loaded from
>>> >>>>> >/plugins64, and
>>> >>>>> >>>> wildly guessing that the portaudio file under /bin does nothing
>>> >>>>> >useful?
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> * if I move the rtpa.dll file to /bin I get the same error.
>>> >>>>> >>>> >> Should it really be located in /plugins64? I was under the
>>> >>>>> >impression
>>> >>>>> >>>> that only plugin opcodes would go there(?).
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> Just trying to poke at why this is not working.
>>> >>>>> >>>> >> I think I can rule out that there is a conflicting version of
>>> >>>>> >>>> portaudio somewhere on my system, since portaudio can not be found
>>> >>>>> >if I
>>> >>>>> >>>> delete the rtpa.dll frpom /plugins64
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> Oeyvind
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi
>>> >>>>> ><stevenyi@gmail.com
>>> >>>>> >>>> >:
>>> >>>>> >>>> >> 6.10 and 6.11 both were compiled with MSVC rather than MINGW.
>>> >>>>> >I'm
>>> >>>>> >>>> >> wondering if you by chance installed over a previous < 6.10
>>> >>>>> >install
>>> >>>>> >>>> >> and if there's some mixing of dll's?
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> One thing to check is what you get when running:
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> csound --devices
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> It could be that the device you are using is not the one you are
>>> >>>>> >>>> >> expecting?  This happens to me when an ASIO device gets selected
>>> >>>>> >and
>>> >>>>> >>>> >> ASIO4ALL is set to output to something like "Speakers" which
>>> >>>>> >isn't
>>> >>>>> >>>> >> hooked up at the moment.  (That sounds strange, but seems to be
>>> >>>>> >what I
>>> >>>>> >>>> >> remember happening.)
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> If that doesn't provide any new information, you could try:
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> 1. Removing csound completely and reinstalling from the 6.11
>>> >>>>> >installer
>>> >>>>> >>>> >> 2. Try using one of the newer develop builds on AppVeyor, such
>>> >>>>> >as at:
>>> >>>>> >>>> >>
>>> >>>>> >>>> >>
>>> >>>>> >>>>
>>> >>>>> >https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts
>>> >>>>> >>>> >>
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
>>> >>>>> >>>> >> <oyvind.brandtsegg@ntnu.no> wrote:
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> > Hi, thanks for looking into it.
>>> >>>>> >>>> >> > I tested with the binary from this link
>>> >>>>> >>>> >> >
>>> >>>>> >>>>
>>> >>>>> >https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
>>> >>>>> >>>> >> > on
>>> >>>>> >>>> >> > https://csound.com/download.html
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> > Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <
>>> >>>>> >>>> stevenyi@gmail.com>:
>>> >>>>> >>>> >> >>
>>> >>>>> >>>> >> >> I have a Windows computer where I just did a fresh install of
>>> >>>>> >>>> >> >> dependencies and compiled Csound.  It's using Portaudio and
>>> >>>>> >working
>>> >>>>> >>>> >> >> okay.
>>> >>>>> >>>> >> >>
>>> >>>>> >>>> >> >> Oeyvind: Is this a self-compile or are you using one built on
>>> >>>>> >>>> >> >> AppVeyor? (or a release build?)
>>> >>>>> >>>> >> >> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>>> >>>>> >>>> >> >> <Victor.Lazzarini@mu.ie> wrote:
>>> >>>>> >>>> >> >> >
>>> >>>>> >>>> >> >> > Looks like a problem with portaudio on your system. MME is
>>> >>>>> >the
>>> >>>>> >>>> old windows audio subsystem, which would
>>> >>>>> >>>> >> >> > give you high latency.
>>> >>>>> >>>> >> >> > ========================
>>> >>>>> >>>> >> >> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <
>>> >>>>> >>>> oyvind.brandtsegg@ntnu.no> wrote:
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > Actually,
>>> >>>>> >>>> >> >> > > if I use -odac without any rtaudio option, it says
>>> >>>>> >>>> >> >> > > rtaudio: PortAudio module enabled ...
>>> >>>>> >>>> >> >> > > so you are correct,
>>> >>>>> >>>> >> >> > > but I get no sound, and no list if audio devices.
>>> >>>>> >>>> >> >> > > I tried using -odac99 to provoke an error and geet the
>>> >>>>> >list of
>>> >>>>> >>>> devies that portaudio can access, but nothing appears.
>>> >>>>> >>>> >> >> > > Csound keeps working for the duration of the score, so
>>> >>>>> >some
>>> >>>>> >>>> kind of realtime processing is going on, but it is a mystery where
>>> >>>>> >the
>>> >>>>> >>>> sound goes.
>>> >>>>> >>>> >> >> > > If I use -+rtaudio"mme" I get the sound and also the list
>>> >>>>> >of
>>> >>>>> >>>> audio devices. Just not with portaudio.
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <
>>> >>>>> >>>> jpff@codemist.co.uk>:
>>> >>>>> >>>> >> >> > > Not sure if/when this changed but the default would seem
>>> >>>>> >to be
>>> >>>>> >>>> PortAudio
>>> >>>>> >>>> >> >> > > except on Linux where it is alsa.
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > That is from just reading the code as I set rtaudio in
>>> >>>>> >>>> .csiund6rc so do ot
>>> >>>>> >>>> >> >> > > use any default.
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > > Hi,
>>> >>>>> >>>> >> >> > > > it has been some times since I rendered on the command
>>> >>>>> >line,
>>> >>>>> >>>> but now it seems
>>> >>>>> >>>> >> >> > > > I need to specify -+rtaudio="mme" to enable audio out
>>> >>>>> >to
>>> >>>>> >>>> dac. Is this by
>>> >>>>> >>>> >> >> > > > design, or something odd with my system?
>>> >>>>> >>>> >> >> > > > Tested on 6.11, and also on 6.10
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > > > Not really a problem to add this option in my files,
>>> >>>>> >but
>>> >>>>> >>>> would allow for
>>> >>>>> >>>> >> >> > > > better crossplatform csds if it could be avoided.
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > > > all best
>>> >>>>> >>>> >> >> > > > Oeyvind
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > > > --
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > > > Oeyvind Brandtsegg
>>> >>>>> >>>> >> >> > > > Professor of Music Technology
>>> >>>>> >>>> >> >> > > > NTNU
>>> >>>>> >>>> >> >> > > > 7491 Trondheim
>>> >>>>> >>>> >> >> > > > Norway
>>> >>>>> >>>> >> >> > > > Cell: +47 92 203 205
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > > > http://www.partikkelaudio.com/
>>> >>>>> >>>> >> >> > > > http://crossadaptive.hf.ntnu.no
>>> >>>>> >>>> >> >> > > > http://gdsp.hf.ntnu.no/
>>> >>>>> >>>> >> >> > > > http://soundcloud.com/brandtsegg
>>> >>>>> >>>> >> >> > > > http://flyndresang.no/
>>> >>>>> >>>> >> >> > > > http://soundcloud.com/t-emp
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > > > Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>>> >> >> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send
>>> >>>>> >bugs
>>> >>>>> >>>> reports to
>>> >>>>> >>>> >> >> > > > https://github.com/csound/csound/issues Discussions of
>>> >>>>> >bugs
>>> >>>>> >>>> and features can
>>> >>>>> >>>> >> >> > > > be posted here
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > Csound mailing list
>>> >>>>> >>>> >> >> > > Csound@listserv.heanet.ie
>>> >>>>> >>>> >> >> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> >>>> >> >> > > Send bugs reports to
>>> >>>>> >>>> >> >> > >         https://github.com/csound/csound/issues
>>> >>>>> >>>> >> >> > > Discussions of bugs and features can be posted here
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > --
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > Oeyvind Brandtsegg
>>> >>>>> >>>> >> >> > > Professor of Music Technology
>>> >>>>> >>>> >> >> > > NTNU
>>> >>>>> >>>> >> >> > > 7491 Trondheim
>>> >>>>> >>>> >> >> > > Norway
>>> >>>>> >>>> >> >> > > Cell: +47 92 203 205
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > http://www.partikkelaudio.com/
>>> >>>>> >>>> >> >> > > http://crossadaptive.hf.ntnu.no
>>> >>>>> >>>> >> >> > > http://gdsp.hf.ntnu.no/
>>> >>>>> >>>> >> >> > > http://soundcloud.com/brandtsegg
>>> >>>>> >>>> >> >> > > http://flyndresang.no/
>>> >>>>> >>>> >> >> > > http://soundcloud.com/t-emp
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>> >>>>> >to
>>> >>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >>>> features can be posted here
>>> >>>>> >>>> >> >> >
>>> >>>>> >>>> >> >> > Csound mailing list
>>> >>>>> >>>> >> >> > Csound@listserv.heanet.ie
>>> >>>>> >>>> >> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> >>>> >> >> > Send bugs reports to
>>> >>>>> >>>> >> >> >         https://github.com/csound/csound/issues
>>> >>>>> >>>> >> >> > Discussions of bugs and features can be posted here
>>> >>>>> >>>> >> >>
>>> >>>>> >>>> >> >> Csound mailing list
>>> >>>>> >>>> >> >> Csound@listserv.heanet.ie
>>> >>>>> >>>> >> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> >>>> >> >> Send bugs reports to
>>> >>>>> >>>> >> >>         https://github.com/csound/csound/issues
>>> >>>>> >>>> >> >> Discussions of bugs and features can be posted here
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> > --
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> > Oeyvind Brandtsegg
>>> >>>>> >>>> >> > Professor of Music Technology
>>> >>>>> >>>> >> > NTNU
>>> >>>>> >>>> >> > 7491 Trondheim
>>> >>>>> >>>> >> > Norway
>>> >>>>> >>>> >> > Cell: +47 92 203 205
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> > http://www.partikkelaudio.com/
>>> >>>>> >>>> >> > http://crossadaptive.hf.ntnu.no
>>> >>>>> >>>> >> > http://gdsp.hf.ntnu.no/
>>> >>>>> >>>> >> > http://soundcloud.com/brandtsegg
>>> >>>>> >>>> >> > http://flyndresang.no/
>>> >>>>> >>>> >> > http://soundcloud.com/t-emp
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> > Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>> >>>>> >to
>>> >>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >>>> features can be posted here
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> Csound mailing list
>>> >>>>> >>>> >> Csound@listserv.heanet.ie
>>> >>>>> >>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> >>>> >> Send bugs reports to
>>> >>>>> >>>> >>         https://github.com/csound/csound/issues
>>> >>>>> >>>> >> Discussions of bugs and features can be posted here
>>> >>>>> >>>> >>
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> --
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> Oeyvind Brandtsegg
>>> >>>>> >>>> >> Professor of Music Technology
>>> >>>>> >>>> >> NTNU
>>> >>>>> >>>> >> 7491 Trondheim
>>> >>>>> >>>> >> Norway
>>> >>>>> >>>> >> Cell: +47 92 203 205
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> http://www.partikkelaudio.com/
>>> >>>>> >>>> >> http://crossadaptive.hf.ntnu.no
>>> >>>>> >>>> >> http://gdsp.hf.ntnu.no/
>>> >>>>> >>>> >> http://soundcloud.com/brandtsegg
>>> >>>>> >>>> >> http://flyndresang.no/
>>> >>>>> >>>> >> http://soundcloud.com/t-emp
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>> >>>>> >to
>>> >>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >>>> features can be posted here
>>> >>>>> >>>> > Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>> >>>>> >to
>>> >>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >>>> features can be posted here
>>> >>>>> >>>> >
>>> >>>>> >>>> >
>>> >>>>> >>>> > --
>>> >>>>> >>>> >
>>> >>>>> >>>> > Oeyvind Brandtsegg
>>> >>>>> >>>> > Professor of Music Technology
>>> >>>>> >>>> > NTNU
>>> >>>>> >>>> > 7491 Trondheim
>>> >>>>> >>>> > Norway
>>> >>>>> >>>> > Cell: +47 92 203 205
>>> >>>>> >>>> >
>>> >>>>> >>>> > http://www.partikkelaudio.com/
>>> >>>>> >>>> > http://crossadaptive.hf.ntnu.no
>>> >>>>> >>>> > http://gdsp.hf.ntnu.no/
>>> >>>>> >>>> > http://soundcloud.com/brandtsegg
>>> >>>>> >>>> > http://flyndresang.no/
>>> >>>>> >>>> > http://soundcloud.com/t-emp
>>> >>>>> >>>> >
>>> >>>>> >>>> > Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>> >>>>> >to
>>> >>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >>>> features can be posted here
>>> >>>>> >>>>
>>> >>>>> >>>>
>>> >>>>> >>>> Csound mailing list
>>> >>>>> >>>> Csound@listserv.heanet.ie
>>> >>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> >>>> Send bugs reports to
>>> >>>>> >>>>         https://github.com/csound/csound/issues
>>> >>>>> >>>> Discussions of bugs and features can be posted here
>>> >>>>> >>>>
>>> >>>>> >>>
>>> >>>>> >>>
>>> >>>>> >>> --
>>> >>>>> >>>
>>> >>>>> >>> Oeyvind Brandtsegg
>>> >>>>> >>> Professor of Music Technology
>>> >>>>> >>> NTNU
>>> >>>>> >>> 7491 Trondheim
>>> >>>>> >>> Norway
>>> >>>>> >>> Cell: +47 92 203 205
>>> >>>>> >>>
>>> >>>>> >>> http://www.partikkelaudio.com/
>>> >>>>> >>> http://crossadaptive.hf.ntnu.no
>>> >>>>> >>> http://gdsp.hf.ntnu.no/
>>> >>>>> >>> http://soundcloud.com/brandtsegg
>>> >>>>> >>> http://flyndresang.no/
>>> >>>>> >>> http://soundcloud.com/t-emp
>>> >>>>> >>>
>>> >>>>> >>> Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> >>>>> >>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >features
>>> >>>>> >>> can be posted here
>>> >>>>> >>>
>>> >>>>> >>> Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> >>>>> >>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >features
>>> >>>>> >>> can be posted here
>>> >>>>> >>
>>> >>>>> >> Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> >>>>> >> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >features
>>> >>>>> >> can be posted here
>>> >>>>> >
>>> >>>>> >
>>> >>>>> >
>>> >>>>> >--
>>> >>>>> >
>>> >>>>> >Oeyvind Brandtsegg
>>> >>>>> >Professor of Music Technology
>>> >>>>> >NTNU
>>> >>>>> >7491 Trondheim
>>> >>>>> >Norway
>>> >>>>> >Cell: +47 92 203 205
>>> >>>>> >
>>> >>>>> >http://www.partikkelaudio.com/
>>> >>>>> >http://crossadaptive.hf.ntnu.no
>>> >>>>> >http://gdsp.hf.ntnu.no/
>>> >>>>> >http://soundcloud.com/brandtsegg
>>> >>>>> >http://flyndresang.no/
>>> >>>>> >http://soundcloud.com/t-emp
>>> >>>>> >
>>> >>>>> >Csound mailing list
>>> >>>>> >Csound@listserv.heanet.ie
>>> >>>>> >https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> >Send bugs reports to
>>> >>>>> >        https://github.com/csound/csound/issues
>>> >>>>> >Discussions of bugs and features can be posted here
>>> >>>>>
>>> >>>>> Csound mailing list
>>> >>>>> Csound@listserv.heanet.ie
>>> >>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> Send bugs reports to
>>> >>>>>         https://github.com/csound/csound/issues
>>> >>>>> Discussions of bugs and features can be posted here
>>> >>>>
>>> >>>>
>>> >>>>
>>> >>>> --
>>> >>>>
>>> >>>> Oeyvind Brandtsegg
>>> >>>> Professor of Music Technology
>>> >>>> NTNU
>>> >>>> 7491 Trondheim
>>> >>>> Norway
>>> >>>> Cell: +47 92 203 205
>>> >>>>
>>> >>>> http://www.partikkelaudio.com/
>>> >>>> http://crossadaptive.hf.ntnu.no
>>> >>>> http://gdsp.hf.ntnu.no/
>>> >>>> http://soundcloud.com/brandtsegg
>>> >>>> http://flyndresang.no/
>>> >>>> http://soundcloud.com/t-emp
>>> >>>>
>>> >>>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>> >>>>
>>> >>>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>> >>>
>>> >>>
>>> >>>
>>> >>> --
>>> >>>
>>> >>> Oeyvind Brandtsegg
>>> >>> Professor of Music Technology
>>> >>> NTNU
>>> >>> 7491 Trondheim
>>> >>> Norway
>>> >>> Cell: +47 92 203 205
>>> >>>
>>> >>> http://www.partikkelaudio.com/
>>> >>> http://crossadaptive.hf.ntnu.no
>>> >>> http://gdsp.hf.ntnu.no/
>>> >>> http://soundcloud.com/brandtsegg
>>> >>> http://flyndresang.no/
>>> >>> http://soundcloud.com/t-emp
>>> >>>
>>> >>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>> >>
>>> >> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>> >
>>> >
>>> >
>>> > --
>>> >
>>> > Oeyvind Brandtsegg
>>> > Professor of Music Technology
>>> > NTNU
>>> > 7491 Trondheim
>>> > Norway
>>> > Cell: +47 92 203 205
>>> >
>>> > http://www.partikkelaudio.com/
>>> > http://crossadaptive.hf.ntnu.no
>>> > http://gdsp.hf.ntnu.no/
>>> > http://soundcloud.com/brandtsegg
>>> > http://flyndresang.no/
>>> > http://soundcloud.com/t-emp
>>> >
>>> > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>>
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>>         https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>
>>
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://www.partikkelaudio.com/
>> http://crossadaptive.hf.ntnu.no
>> http://gdsp.hf.ntnu.no/
>> 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://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2019-01-14 14:27
FromOeyvind Brandtsegg
SubjectRe: [Csnd] rtaudio
Just wanted to send a brief update un this,
in case someone else runs into this problem later.

With the help of Steven, I found out that the portaudio problem was related to Jack for Windows.
Uninstalling Jack solved my portaudio problems.


all best
Oeyvind 

Den lør. 8. des. 2018 kl. 21:19 skrev Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no>:
Windows 10

Den lør. 8. des. 2018 kl. 00:45 skrev Steven Yi <stevenyi@gmail.com>:
What version of Windows are you using?
On Fri, Dec 7, 2018 at 6:35 PM Oeyvind Brandtsegg
<oyvind.brandtsegg@ntnu.no> wrote:
>
> Ok. Got something. Think I need help decoding what it means.
> I can read that the rtpa.dll and portaudio_x64.dll are indeed the correct ones that are loaded (path points to those that are installed with Csound)
>
> I ran once with a simple sinetone csd with realtime out to mme,
> and then the same csd with realtime out to portaudio.
> If anyone can help me take a look, the log files are here:
> http://crossadaptive.hf.ntnu.no/other/dwlogs/profiling_mme.txt
> http://crossadaptive.hf.ntnu.no/other/dwlogs/profiling_pa.txt
>
> all best
> Oeyvind
>
>
>
> Den lør. 8. des. 2018 kl. 00:22 skrev Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no>:
>>
>> Thanks so much. Getting there now.
>> Realized the profiling menu does not show until the exe is loaded, so Ia have to load first, than profile.
>> Probably childs play to those who know, but I mention it in case someone who does not know (me, in a few weeks, when I have forgotten).
>> Load Csound, then go to the Profile menu, enter command line arguments, run profiling.
>>
>>
>>
>> Den fre. 7. des. 2018 kl. 19:09 skrev Michael Gogins <michael.gogins@gmail.com>:
>>>
>>> Dependency Walker has two modes, load and profile. Load which is
>>> happen happens when you open an executable simply tracks static load.
>>> Profile tracks loads that happen during execution. Execute the
>>> "Profile" command and you will get a dialog that allows you specify
>>> command line switches for Csound.
>>>
>>> What you want to look at, for diagnosis, is not the messages that
>>> Dependency Walker prints. It is the list of modules that were loaded,
>>> or that failed to load. If you find something that failed to load you
>>> can look at the messages and may get some help as to why. Configure
>>> Dependency Walker to display full pathnames for all loads and you will
>>> see what is coming from where.
>>>
>>> Regards,
>>> Mike
>>>
>>> -----------------------------------------------------
>>> Michael Gogins
>>> Irreducible Productions
>>> http://michaelgogins.tumblr.com
>>> Michael dot Gogins at gmail dot com
>>>
>>> On Fri, Dec 7, 2018 at 10:36 AM Oeyvind Brandtsegg
>>> <oyvind.brandtsegg@ntnu.no> wrote:
>>> >
>>> > Hm, ok.
>>> > Tried to open csound.exe in dep walker and it chews on it for a while then gives an error.
>>> > The log window says
>>> > '''
>>> > Error: At least one required implicit or forwarded dependency was not found.
>>> > Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
>>> > Error: A circular dependency was detected.
>>> > Warning: At least one delay-load dependency module was not found.
>>> > Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
>>> > '''
>>> > There is also a lot (dozens) of :
>>> > "Error opening file. The system cannot find the file specified"
>>> > in the middle window (module window?)
>>> >
>>> > How will it tell Csound to try to access realtime audio when invoked this way?
>>> > I don't understand how it could get any command line switches.
>>> > Sorry to be so utterly helpless with DW, but would like to try if you have the patience with me :-)
>>> >
>>> > Oeyvind
>>> >
>>> > Den fre. 7. des. 2018 kl. 14:25 skrev Rory Walsh <rorywalsh@ear.ie>:
>>> >>
>>> >> Open Csound in dep walker. It should list all the DLLs, look out for the various audio DLLs. You should be able to see the locations of each DLL that is loaded. Might give you some useful info.
>>> >>
>>> >> On Fri 7 Dec 2018, 11:26 Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no wrote:
>>> >>>
>>> >>> Oh, that would be great.
>>> >>>
>>> >>> As I am unfamiliar with how to use these tools, I would greatly appreciate some initial pointers on how to use Dependency Walker, or ProcessExplorer/Sysinternals
>>> >>> I downloaded both, opened and had a look, ... not sure how to proceed.
>>> >>>
>>> >>> Den fre. 7. des. 2018 kl. 12:08 skrev Richard <zappfinger@gmail.com>:
>>> >>>>
>>> >>>> Sysinternals could be of use here...
>>> >>>>
>>> >>>> Richard
>>> >>>>
>>> >>>> On 07/12/2018 12:00, Oeyvind Brandtsegg wrote:
>>> >>>>
>>> >>>> Thanks so much,
>>> >>>> but it did not print any additional info.
>>> >>>> Maybe I could try to investigate if the error is realted to rtpa.dll, or portaudio_x64.dll?
>>> >>>> Is there some method of tracing the order of events, i.e. what happens and which files/commands are invoked?
>>> >>>> Would dependency walker or something similar be able to give me some info (just shooting in the dark here, no particular experience with what might be useful)?
>>> >>>> Oeyvind
>>> >>>>
>>> >>>> Den tor. 6. des. 2018 kl. 13:28 skrev John ff <jpff@codemist.co.uk>:
>>> >>>>>
>>> >>>>> This may not be relevant but ....
>>> >>>>> If you run with -v option do you get any further output?
>>> >>>>>
>>> >>>>> ⁣Sent from TypeApp
>>> >>>>>
>>> >>>>> On Dec 4, 2018, 22:14, at 22:14, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
>>> >>>>> >Thanks Rory,
>>> >>>>> >The dlls you have are identical to mine, and also the Csound version is
>>> >>>>> >the
>>> >>>>> >same (I was confused at first because it is called version 6.12 beta).
>>> >>>>> >
>>> >>>>> >I do not think I have conflicting versions, because I get errors if I
>>> >>>>> >try
>>> >>>>> >to delete either rtpa.dll or portaudio_x64.dll.
>>> >>>>> >For example, if I delete rtpa.dll and run a simple csd with -odac, I
>>> >>>>> >get
>>> >>>>> >unknown rtaudio module: 'PortAudio', using dummy module
>>> >>>>> >
>>> >>>>> >With rtpa.dll in place, I get
>>> >>>>> >rtaudio: PortAudio module enabled ...
>>> >>>>> >
>>> >>>>> >but no sound out, and no device listing, no effect out of changing the
>>> >>>>> >device number, e.g. -odac99 gives the same result as plain -odac
>>> >>>>> >Csound will seem to be working on something for a few (5-ish) seconds,
>>> >>>>> >and
>>> >>>>> >then just return.
>>> >>>>> >There are the last lines printed
>>> >>>>> >orch now loaded
>>> >>>>> >audio buffered in 4096 sample-frame blocks
>>> >>>>> >
>>> >>>>> >
>>> >>>>> >
>>> >>>>> >
>>> >>>>> >Den tir. 4. des. 2018 kl. 19:47 skrev Rory Walsh <rorywalsh@ear.ie>:
>>> >>>>> >
>>> >>>>> >> Hi Oeyvind. Could you possibly have multiple portaudio dlls in your
>>> >>>>> >> system? I seen issues before where conflicting versions have caused
>>> >>>>> >> problems. Here's a link to the dlls I have on my system.
>>> >>>>> >>
>>> >>>>> >> https://www.dropbox.com/s/dxkxhohwspmqbeg/dlls.zip?dl=0
>>> >>>>> >>
>>> >>>>> >> On Tue, 4 Dec 2018 at 17:57, Victor Lazzarini
>>> >>>>> ><Victor.Lazzarini@mu.ie>
>>> >>>>> >> wrote:
>>> >>>>> >>
>>> >>>>> >>> I am sorry, but I don't know much about windows. The windows people
>>> >>>>> >here
>>> >>>>> >>> should be able to help.
>>> >>>>> >>>
>>> >>>>> >>> Victor Lazzarini
>>> >>>>> >>> Dean of Arts, Celtic Studies, and Philosophy
>>> >>>>> >>> Maynooth University
>>> >>>>> >>> Ireland
>>> >>>>> >>>
>>> >>>>> >>> On 4 Dec 2018, at 17:51, Oeyvind Brandtsegg
>>> >>>>> ><oyvind.brandtsegg@NTNU.NO>
>>> >>>>> >>> wrote:
>>> >>>>> >>>
>>> >>>>> >>> ok. Thanks. That is good to know.
>>> >>>>> >>>
>>> >>>>> >>> Is there any way to get any more information about what portaudio
>>> >>>>> >fails
>>> >>>>> >>> to do on my system?
>>> >>>>> >>> Any way of accessing portaudio with some sort of verbose or debug
>>> >>>>> >output?
>>> >>>>> >>>
>>> >>>>> >>> Den tir. 4. des. 2018 kl. 16:14 skrev Victor Lazzarini <
>>> >>>>> >>> Victor.Lazzarini@mu.ie>:
>>> >>>>> >>>
>>> >>>>> >>>> No, it’s the way we’ve always done it, all plugins (opcodes,
>>> >>>>> >function
>>> >>>>> >>>> tables, audio and midi IO) are in the
>>> >>>>> >>>> plugins directory. When Csound runs it looks for that directory and
>>> >>>>> >>>> loads them all from there.
>>> >>>>> >>>>
>>> >>>>> >>>>
>>> >>>>> >>>>
>>> >>>>> >>>> ========================
>>> >>>>> >>>> Prof. 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 4 Dec 2018, at 14:14, Oeyvind Brandtsegg
>>> >>>>> ><oyvind.brandtsegg@ntnu.no>
>>> >>>>> >>>> wrote:
>>> >>>>> >>>> >
>>> >>>>> >>>> > Thanks Victor,
>>> >>>>> >>>> > Isn't it odd that rtpa.dll is in the plugins directory then?
>>> >>>>> >>>> > Even if rtpa.dll is technically a plugin, I thought it was only
>>> >>>>> >opcode
>>> >>>>> >>>> plugins that shoud go in /plugins64
>>> >>>>> >>>> > If I move rtpa.dll to /bin it behaves the same as if I delete it,
>>> >>>>> >so
>>> >>>>> >>>> it is obviously only being looked for in /plugins64
>>> >>>>> >>>> > I think at some point in the past rtpa.dll used to live in /bin
>>> >>>>> >>>> >
>>> >>>>> >>>> > I would not have a problem with it either way, I just investigate
>>> >>>>> >>>> everything that looks odd in this context, to try to poke at why
>>> >>>>> >this is
>>> >>>>> >>>> not working here.
>>> >>>>> >>>> >
>>> >>>>> >>>> >
>>> >>>>> >>>> > Den man. 3. des. 2018 kl. 22:53 skrev Victor Lazzarini <
>>> >>>>> >>>> Victor.Lazzarini@mu.ie>:
>>> >>>>> >>>> > rtpa.dll is the csound portaudio plugin
>>> >>>>> >>>> > portaudio_x64.dll is the portaudio library
>>> >>>>> >>>> >
>>> >>>>> >>>> > Unless rtpa.dll is using a static portaudio lib, both files are
>>> >>>>> >needed.
>>> >>>>> >>>> >
>>> >>>>> >>>> > Looks like something not right with the portaudio library, maybe
>>> >>>>> >an
>>> >>>>> >>>> iffy build of
>>> >>>>> >>>> > the library?
>>> >>>>> >>>> >
>>> >>>>> >>>> > Windows devs are needed to check up
>>> >>>>> >>>> > on this.
>>> >>>>> >>>> >
>>> >>>>> >>>> > Victor Lazzarini
>>> >>>>> >>>> > Dean of Arts, Celtic Studies, and Philosophy
>>> >>>>> >>>> > Maynooth University
>>> >>>>> >>>> > Ireland
>>> >>>>> >>>> >
>>> >>>>> >>>> > On 3 Dec 2018, at 20:40, Oeyvind Brandtsegg
>>> >>>>> ><oyvind.brandtsegg@NTNU.NO>
>>> >>>>> >>>> wrote:
>>> >>>>> >>>> >
>>> >>>>> >>>> >> Hm, I am coming back to this as I have not yet been able to
>>> >>>>> >solve it.
>>> >>>>> >>>> >> I can not use portaudio for realtime i/o, only mme
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> It appears similar in 6.11 and 6.12.
>>> >>>>> >>>> >> One thing I notice is that rtpa.dll and rtwinmm.dll are located
>>> >>>>> >in
>>> >>>>> >>>> /plugins64, not it /bin as I would have expected.
>>> >>>>> >>>> >> In /bin there is a portaudio_x64.dll
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> * if I delete the rtpa.dll from /plugins64 and try to run a sime
>>> >>>>> >csd
>>> >>>>> >>>> with -odac, I get:
>>> >>>>> >>>> >> unknown rtaudio module: 'PortAudio', using dummy module
>>> >>>>> >>>> >> rtaudio: dummy module enabled
>>> >>>>> >>>> >> - this suggests that the portaudio i/o is loaded from
>>> >>>>> >/plugins64, and
>>> >>>>> >>>> wildly guessing that the portaudio file under /bin does nothing
>>> >>>>> >useful?
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> * if I move the rtpa.dll file to /bin I get the same error.
>>> >>>>> >>>> >> Should it really be located in /plugins64? I was under the
>>> >>>>> >impression
>>> >>>>> >>>> that only plugin opcodes would go there(?).
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> Just trying to poke at why this is not working.
>>> >>>>> >>>> >> I think I can rule out that there is a conflicting version of
>>> >>>>> >>>> portaudio somewhere on my system, since portaudio can not be found
>>> >>>>> >if I
>>> >>>>> >>>> delete the rtpa.dll frpom /plugins64
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> Oeyvind
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> Den lør. 25. aug. 2018 kl. 09:02 skrev Steven Yi
>>> >>>>> ><stevenyi@gmail.com
>>> >>>>> >>>> >:
>>> >>>>> >>>> >> 6.10 and 6.11 both were compiled with MSVC rather than MINGW.
>>> >>>>> >I'm
>>> >>>>> >>>> >> wondering if you by chance installed over a previous < 6.10
>>> >>>>> >install
>>> >>>>> >>>> >> and if there's some mixing of dll's?
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> One thing to check is what you get when running:
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> csound --devices
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> It could be that the device you are using is not the one you are
>>> >>>>> >>>> >> expecting?  This happens to me when an ASIO device gets selected
>>> >>>>> >and
>>> >>>>> >>>> >> ASIO4ALL is set to output to something like "Speakers" which
>>> >>>>> >isn't
>>> >>>>> >>>> >> hooked up at the moment.  (That sounds strange, but seems to be
>>> >>>>> >what I
>>> >>>>> >>>> >> remember happening.)
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> If that doesn't provide any new information, you could try:
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> 1. Removing csound completely and reinstalling from the 6.11
>>> >>>>> >installer
>>> >>>>> >>>> >> 2. Try using one of the newer develop builds on AppVeyor, such
>>> >>>>> >as at:
>>> >>>>> >>>> >>
>>> >>>>> >>>> >>
>>> >>>>> >>>>
>>> >>>>> >https://ci.appveyor.com/project/csound/csound/build/6.11.1918/artifacts
>>> >>>>> >>>> >>
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> On Fri, Aug 24, 2018 at 5:42 PM Oeyvind Brandtsegg
>>> >>>>> >>>> >> <oyvind.brandtsegg@ntnu.no> wrote:
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> > Hi, thanks for looking into it.
>>> >>>>> >>>> >> > I tested with the binary from this link
>>> >>>>> >>>> >> >
>>> >>>>> >>>>
>>> >>>>> >https://github.com/csound/csound/releases/download/6.11.0/Csound6.11.0-Windows_x64-installer.exe
>>> >>>>> >>>> >> > on
>>> >>>>> >>>> >> > https://csound.com/download.html
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> > Den fre. 24. aug. 2018 kl. 21:19 skrev Steven Yi <
>>> >>>>> >>>> stevenyi@gmail.com>:
>>> >>>>> >>>> >> >>
>>> >>>>> >>>> >> >> I have a Windows computer where I just did a fresh install of
>>> >>>>> >>>> >> >> dependencies and compiled Csound.  It's using Portaudio and
>>> >>>>> >working
>>> >>>>> >>>> >> >> okay.
>>> >>>>> >>>> >> >>
>>> >>>>> >>>> >> >> Oeyvind: Is this a self-compile or are you using one built on
>>> >>>>> >>>> >> >> AppVeyor? (or a release build?)
>>> >>>>> >>>> >> >> On Fri, Aug 24, 2018 at 11:58 AM Victor Lazzarini
>>> >>>>> >>>> >> >> <Victor.Lazzarini@mu.ie> wrote:
>>> >>>>> >>>> >> >> >
>>> >>>>> >>>> >> >> > Looks like a problem with portaudio on your system. MME is
>>> >>>>> >the
>>> >>>>> >>>> old windows audio subsystem, which would
>>> >>>>> >>>> >> >> > give you high latency.
>>> >>>>> >>>> >> >> > ========================
>>> >>>>> >>>> >> >> > Prof. 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 24 Aug 2018, at 12:18, Oeyvind Brandtsegg <
>>> >>>>> >>>> oyvind.brandtsegg@ntnu.no> wrote:
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > Actually,
>>> >>>>> >>>> >> >> > > if I use -odac without any rtaudio option, it says
>>> >>>>> >>>> >> >> > > rtaudio: PortAudio module enabled ...
>>> >>>>> >>>> >> >> > > so you are correct,
>>> >>>>> >>>> >> >> > > but I get no sound, and no list if audio devices.
>>> >>>>> >>>> >> >> > > I tried using -odac99 to provoke an error and geet the
>>> >>>>> >list of
>>> >>>>> >>>> devies that portaudio can access, but nothing appears.
>>> >>>>> >>>> >> >> > > Csound keeps working for the duration of the score, so
>>> >>>>> >some
>>> >>>>> >>>> kind of realtime processing is going on, but it is a mystery where
>>> >>>>> >the
>>> >>>>> >>>> sound goes.
>>> >>>>> >>>> >> >> > > If I use -+rtaudio"mme" I get the sound and also the list
>>> >>>>> >of
>>> >>>>> >>>> audio devices. Just not with portaudio.
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > Den tor. 23. aug. 2018 kl. 17:54 skrev jpff <
>>> >>>>> >>>> jpff@codemist.co.uk>:
>>> >>>>> >>>> >> >> > > Not sure if/when this changed but the default would seem
>>> >>>>> >to be
>>> >>>>> >>>> PortAudio
>>> >>>>> >>>> >> >> > > except on Linux where it is alsa.
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > That is from just reading the code as I set rtaudio in
>>> >>>>> >>>> .csiund6rc so do ot
>>> >>>>> >>>> >> >> > > use any default.
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > On Wed, 15 Aug 2018, Oeyvind Brandtsegg wrote:
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > > Hi,
>>> >>>>> >>>> >> >> > > > it has been some times since I rendered on the command
>>> >>>>> >line,
>>> >>>>> >>>> but now it seems
>>> >>>>> >>>> >> >> > > > I need to specify -+rtaudio="mme" to enable audio out
>>> >>>>> >to
>>> >>>>> >>>> dac. Is this by
>>> >>>>> >>>> >> >> > > > design, or something odd with my system?
>>> >>>>> >>>> >> >> > > > Tested on 6.11, and also on 6.10
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > > > Not really a problem to add this option in my files,
>>> >>>>> >but
>>> >>>>> >>>> would allow for
>>> >>>>> >>>> >> >> > > > better crossplatform csds if it could be avoided.
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > > > all best
>>> >>>>> >>>> >> >> > > > Oeyvind
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > > > --
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > > > Oeyvind Brandtsegg
>>> >>>>> >>>> >> >> > > > Professor of Music Technology
>>> >>>>> >>>> >> >> > > > NTNU
>>> >>>>> >>>> >> >> > > > 7491 Trondheim
>>> >>>>> >>>> >> >> > > > Norway
>>> >>>>> >>>> >> >> > > > Cell: +47 92 203 205
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > > > http://www.partikkelaudio.com/
>>> >>>>> >>>> >> >> > > > http://crossadaptive.hf.ntnu.no
>>> >>>>> >>>> >> >> > > > http://gdsp.hf.ntnu.no/
>>> >>>>> >>>> >> >> > > > http://soundcloud.com/brandtsegg
>>> >>>>> >>>> >> >> > > > http://flyndresang.no/
>>> >>>>> >>>> >> >> > > > http://soundcloud.com/t-emp
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > > > Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>>> >> >> > > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send
>>> >>>>> >bugs
>>> >>>>> >>>> reports to
>>> >>>>> >>>> >> >> > > > https://github.com/csound/csound/issues Discussions of
>>> >>>>> >bugs
>>> >>>>> >>>> and features can
>>> >>>>> >>>> >> >> > > > be posted here
>>> >>>>> >>>> >> >> > > >
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > Csound mailing list
>>> >>>>> >>>> >> >> > > Csound@listserv.heanet.ie
>>> >>>>> >>>> >> >> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> >>>> >> >> > > Send bugs reports to
>>> >>>>> >>>> >> >> > >         https://github.com/csound/csound/issues
>>> >>>>> >>>> >> >> > > Discussions of bugs and features can be posted here
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > --
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > Oeyvind Brandtsegg
>>> >>>>> >>>> >> >> > > Professor of Music Technology
>>> >>>>> >>>> >> >> > > NTNU
>>> >>>>> >>>> >> >> > > 7491 Trondheim
>>> >>>>> >>>> >> >> > > Norway
>>> >>>>> >>>> >> >> > > Cell: +47 92 203 205
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > http://www.partikkelaudio.com/
>>> >>>>> >>>> >> >> > > http://crossadaptive.hf.ntnu.no
>>> >>>>> >>>> >> >> > > http://gdsp.hf.ntnu.no/
>>> >>>>> >>>> >> >> > > http://soundcloud.com/brandtsegg
>>> >>>>> >>>> >> >> > > http://flyndresang.no/
>>> >>>>> >>>> >> >> > > http://soundcloud.com/t-emp
>>> >>>>> >>>> >> >> > >
>>> >>>>> >>>> >> >> > > Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>> >>>>> >to
>>> >>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >>>> features can be posted here
>>> >>>>> >>>> >> >> >
>>> >>>>> >>>> >> >> > Csound mailing list
>>> >>>>> >>>> >> >> > Csound@listserv.heanet.ie
>>> >>>>> >>>> >> >> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> >>>> >> >> > Send bugs reports to
>>> >>>>> >>>> >> >> >         https://github.com/csound/csound/issues
>>> >>>>> >>>> >> >> > Discussions of bugs and features can be posted here
>>> >>>>> >>>> >> >>
>>> >>>>> >>>> >> >> Csound mailing list
>>> >>>>> >>>> >> >> Csound@listserv.heanet.ie
>>> >>>>> >>>> >> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> >>>> >> >> Send bugs reports to
>>> >>>>> >>>> >> >>         https://github.com/csound/csound/issues
>>> >>>>> >>>> >> >> Discussions of bugs and features can be posted here
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> > --
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> > Oeyvind Brandtsegg
>>> >>>>> >>>> >> > Professor of Music Technology
>>> >>>>> >>>> >> > NTNU
>>> >>>>> >>>> >> > 7491 Trondheim
>>> >>>>> >>>> >> > Norway
>>> >>>>> >>>> >> > Cell: +47 92 203 205
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> > http://www.partikkelaudio.com/
>>> >>>>> >>>> >> > http://crossadaptive.hf.ntnu.no
>>> >>>>> >>>> >> > http://gdsp.hf.ntnu.no/
>>> >>>>> >>>> >> > http://soundcloud.com/brandtsegg
>>> >>>>> >>>> >> > http://flyndresang.no/
>>> >>>>> >>>> >> > http://soundcloud.com/t-emp
>>> >>>>> >>>> >> >
>>> >>>>> >>>> >> > Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>> >>>>> >to
>>> >>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >>>> features can be posted here
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> Csound mailing list
>>> >>>>> >>>> >> Csound@listserv.heanet.ie
>>> >>>>> >>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> >>>> >> Send bugs reports to
>>> >>>>> >>>> >>         https://github.com/csound/csound/issues
>>> >>>>> >>>> >> Discussions of bugs and features can be posted here
>>> >>>>> >>>> >>
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> --
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> Oeyvind Brandtsegg
>>> >>>>> >>>> >> Professor of Music Technology
>>> >>>>> >>>> >> NTNU
>>> >>>>> >>>> >> 7491 Trondheim
>>> >>>>> >>>> >> Norway
>>> >>>>> >>>> >> Cell: +47 92 203 205
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> http://www.partikkelaudio.com/
>>> >>>>> >>>> >> http://crossadaptive.hf.ntnu.no
>>> >>>>> >>>> >> http://gdsp.hf.ntnu.no/
>>> >>>>> >>>> >> http://soundcloud.com/brandtsegg
>>> >>>>> >>>> >> http://flyndresang.no/
>>> >>>>> >>>> >> http://soundcloud.com/t-emp
>>> >>>>> >>>> >>
>>> >>>>> >>>> >> Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>> >>>>> >to
>>> >>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >>>> features can be posted here
>>> >>>>> >>>> > Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>> >>>>> >to
>>> >>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >>>> features can be posted here
>>> >>>>> >>>> >
>>> >>>>> >>>> >
>>> >>>>> >>>> > --
>>> >>>>> >>>> >
>>> >>>>> >>>> > Oeyvind Brandtsegg
>>> >>>>> >>>> > Professor of Music Technology
>>> >>>>> >>>> > NTNU
>>> >>>>> >>>> > 7491 Trondheim
>>> >>>>> >>>> > Norway
>>> >>>>> >>>> > Cell: +47 92 203 205
>>> >>>>> >>>> >
>>> >>>>> >>>> > http://www.partikkelaudio.com/
>>> >>>>> >>>> > http://crossadaptive.hf.ntnu.no
>>> >>>>> >>>> > http://gdsp.hf.ntnu.no/
>>> >>>>> >>>> > http://soundcloud.com/brandtsegg
>>> >>>>> >>>> > http://flyndresang.no/
>>> >>>>> >>>> > http://soundcloud.com/t-emp
>>> >>>>> >>>> >
>>> >>>>> >>>> > Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>>> >>>>> >to
>>> >>>>> >>>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >>>> features can be posted here
>>> >>>>> >>>>
>>> >>>>> >>>>
>>> >>>>> >>>> Csound mailing list
>>> >>>>> >>>> Csound@listserv.heanet.ie
>>> >>>>> >>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> >>>> Send bugs reports to
>>> >>>>> >>>>         https://github.com/csound/csound/issues
>>> >>>>> >>>> Discussions of bugs and features can be posted here
>>> >>>>> >>>>
>>> >>>>> >>>
>>> >>>>> >>>
>>> >>>>> >>> --
>>> >>>>> >>>
>>> >>>>> >>> Oeyvind Brandtsegg
>>> >>>>> >>> Professor of Music Technology
>>> >>>>> >>> NTNU
>>> >>>>> >>> 7491 Trondheim
>>> >>>>> >>> Norway
>>> >>>>> >>> Cell: +47 92 203 205
>>> >>>>> >>>
>>> >>>>> >>> http://www.partikkelaudio.com/
>>> >>>>> >>> http://crossadaptive.hf.ntnu.no
>>> >>>>> >>> http://gdsp.hf.ntnu.no/
>>> >>>>> >>> http://soundcloud.com/brandtsegg
>>> >>>>> >>> http://flyndresang.no/
>>> >>>>> >>> http://soundcloud.com/t-emp
>>> >>>>> >>>
>>> >>>>> >>> Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> >>>>> >>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >features
>>> >>>>> >>> can be posted here
>>> >>>>> >>>
>>> >>>>> >>> Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> >>>>> >>> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >features
>>> >>>>> >>> can be posted here
>>> >>>>> >>
>>> >>>>> >> Csound mailing list Csound@listserv.heanet.ie
>>> >>>>> >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> >>>>> >> https://github.com/csound/csound/issues Discussions of bugs and
>>> >>>>> >features
>>> >>>>> >> can be posted here
>>> >>>>> >
>>> >>>>> >
>>> >>>>> >
>>> >>>>> >--
>>> >>>>> >
>>> >>>>> >Oeyvind Brandtsegg
>>> >>>>> >Professor of Music Technology
>>> >>>>> >NTNU
>>> >>>>> >7491 Trondheim
>>> >>>>> >Norway
>>> >>>>> >Cell: +47 92 203 205
>>> >>>>> >
>>> >>>>> >http://www.partikkelaudio.com/
>>> >>>>> >http://crossadaptive.hf.ntnu.no
>>> >>>>> >http://gdsp.hf.ntnu.no/
>>> >>>>> >http://soundcloud.com/brandtsegg
>>> >>>>> >http://flyndresang.no/
>>> >>>>> >http://soundcloud.com/t-emp
>>> >>>>> >
>>> >>>>> >Csound mailing list
>>> >>>>> >Csound@listserv.heanet.ie
>>> >>>>> >https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> >Send bugs reports to
>>> >>>>> >        https://github.com/csound/csound/issues
>>> >>>>> >Discussions of bugs and features can be posted here
>>> >>>>>
>>> >>>>> Csound mailing list
>>> >>>>> Csound@listserv.heanet.ie
>>> >>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> >>>>> Send bugs reports to
>>> >>>>>         https://github.com/csound/csound/issues
>>> >>>>> Discussions of bugs and features can be posted here
>>> >>>>
>>> >>>>
>>> >>>>
>>> >>>> --
>>> >>>>
>>> >>>> Oeyvind Brandtsegg
>>> >>>> Professor of Music Technology
>>> >>>> NTNU
>>> >>>> 7491 Trondheim
>>> >>>> Norway
>>> >>>> Cell: +47 92 203 205
>>> >>>>
>>> >>>> http://www.partikkelaudio.com/
>>> >>>> http://crossadaptive.hf.ntnu.no
>>> >>>> http://gdsp.hf.ntnu.no/
>>> >>>> http://soundcloud.com/brandtsegg
>>> >>>> http://flyndresang.no/
>>> >>>> http://soundcloud.com/t-emp
>>> >>>>
>>> >>>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>> >>>>
>>> >>>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>> >>>
>>> >>>
>>> >>>
>>> >>> --
>>> >>>
>>> >>> Oeyvind Brandtsegg
>>> >>> Professor of Music Technology
>>> >>> NTNU
>>> >>> 7491 Trondheim
>>> >>> Norway
>>> >>> Cell: +47 92 203 205
>>> >>>
>>> >>> http://www.partikkelaudio.com/
>>> >>> http://crossadaptive.hf.ntnu.no
>>> >>> http://gdsp.hf.ntnu.no/
>>> >>> http://soundcloud.com/brandtsegg
>>> >>> http://flyndresang.no/
>>> >>> http://soundcloud.com/t-emp
>>> >>>
>>> >>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>> >>
>>> >> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>> >
>>> >
>>> >
>>> > --
>>> >
>>> > Oeyvind Brandtsegg
>>> > Professor of Music Technology
>>> > NTNU
>>> > 7491 Trondheim
>>> > Norway
>>> > Cell: +47 92 203 205
>>> >
>>> > http://www.partikkelaudio.com/
>>> > http://crossadaptive.hf.ntnu.no
>>> > http://gdsp.hf.ntnu.no/
>>> > http://soundcloud.com/brandtsegg
>>> > http://flyndresang.no/
>>> > http://soundcloud.com/t-emp
>>> >
>>> > Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>>>
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>>         https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>
>>
>>
>> --
>>
>> Oeyvind Brandtsegg
>> Professor of Music Technology
>> NTNU
>> 7491 Trondheim
>> Norway
>> Cell: +47 92 203 205
>>
>> http://www.partikkelaudio.com/
>> http://crossadaptive.hf.ntnu.no
>> http://gdsp.hf.ntnu.no/
>> 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://crossadaptive.hf.ntnu.no
> http://gdsp.hf.ntnu.no/
> http://soundcloud.com/brandtsegg
> http://flyndresang.no/
> http://soundcloud.com/t-emp
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


--


--
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here