[Csnd] No Audio Output Device
Date | 2018-03-03 07:06 |
From | Jim Aikin |
Subject | [Csnd] No Audio Output Device |
Installed 6.10.0 on my Windows 10 laptop tonight. The CsoundQt Configuration box offers no audio I/O device -- the only thing in the dropdown is "null." I'm pretty darn sure earlier versions of Csound have produced audio output to the built-in speakers. I have no idea what has changed. Suggestions on how to troubleshoot this would be welcome. Thanks! --Jim Aikin Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2018-03-03 13:33 |
From | Justin Rosander |
Subject | Re: [Csnd] No Audio Output Device |
Hi Jim, 6.10 is unusable for me, as well. I think there’s something wrong with Portaudio. I have to use an older version for things to work. The version I am using is 6.07. Regards, Justin Sent from Mail for Windows 10
From: Jim Aikin
Installed 6.10.0 on my Windows 10 laptop tonight. The CsoundQt Configuration box offers no audio I/O device -- the only thing in the dropdown is "null." I'm pretty darn sure earlier versions of Csound have produced audio output to the built-in speakers. I have no idea what has changed.
Suggestions on how to troubleshoot this would be welcome. Thanks!
--Jim Aikin
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
|
Date | 2018-03-03 14:31 |
From | Rory Walsh |
Subject | Re: [Csnd] No Audio Output Device |
This is just CsoundQT right? Everything works fine from the command line? On 3 Mar 2018 1:33 p.m., "Justin Rosander" <justinrosander@gmail.com> wrote:
|
Date | 2018-03-03 15:47 |
From | Victor Lazzarini |
Subject | Re: [Csnd] No Audio Output Device |
It appears 6.10 is working fine for other users. Not sure what issues you might have in your system.
As for Jim’s problem: that may well be a path issue. Maybe an older installation has set the OPCODE6DIR64 to the wrong location. You can try setting it in CsoundQT.
Also it is worth checking that the cmd line works. If you can try Cabbage and/or Blue,
that would also help us understand what might be wrong.
Starting with 6.10, releases are being built by Appveyor, so the installer is slightly different than in previous versions.
Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland
|
Date | 2018-03-03 19:07 |
From | Steven Yi |
Subject | Re: [Csnd] No Audio Output Device |
Hi Jim, Did you install 6.10 over an existing install of Csound? And is the version of CsoundQt the one from the installer? With 6.10, the build is compiled with a different compiler (Visual Studio) than previous versions (MinGW). I think that there could be issues if you install over a previous version, but I can't say for sure since I did not have a previous version of Csound installed from installer (I had just my self-compiled versions). If you haven't tried yet, I'd try uninstalling Csound, then check the "c:\Program Files\Csound6_x64" folder if there is anything remaining and removing it. Then a reinstall at the end would at least get into a clean state. Also, did you use the default options when installing? Thanks, steven On Sat, Mar 3, 2018 at 2:06 AM, Jim Aikin |
Date | 2018-03-04 11:08 |
From | Rory Walsh |
Subject | Re: [Csnd] No Audio Output Device |
I just tried a fresh install on my Windows 10 machine here of the latest Windows installer and everything works fine. I can select realtime audio output from CsoundQT. I think Steven's advice is good, completely nuke Csound from the system. Remove the install directory from the PATH, and remove OPCODE6DIR64, then reinstall the latest release from the github repo. I think that should sort it. On 3 March 2018 at 19:07, Steven Yi <stevenyi@gmail.com> wrote: Hi Jim, |
Date | 2018-03-04 12:20 |
From | Victor Lazzarini |
Subject | Re: [Csnd] No Audio Output Device |
What about Python? Does it work for you? Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland
|
Date | 2018-03-04 13:39 |
From | Rory Walsh |
Subject | Re: [Csnd] No Audio Output Device |
I can run the following instrument without CsoundQT giving me any python errors:
On 4 March 2018 at 12:20, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
|