[Cs-dev] compile with portaudio
Date | 2014-06-24 21:17 |
From | Oeyvind Brandtsegg |
Subject | [Cs-dev] compile with portaudio |
I've compiled with USE_PORTAUDIO and the CMakeCache.txt correctly lists the location of PORTAUDIO_INCLUDE_PATH and PORTAUDIO_LIBRARY However, when I run a simple csd trying to write to -odac99 I get audio buffered in 4096 sample-frame blocks unknown rtaudio module: 'PortAudio', using dummy module rtaudio: dummy module enabled writing 8192 sample blks of 64-bit floats to dac How can I check if Csound has correctly been built with portaudio enabled? I also tried some variations like -+rtaudio=pa, -+rtaudio=mme, -+rtaudio=portaudio (lowercase) but none of them seem available. It is puzzling that even mme is unknown. Could there be some basic rtaudio thing I have not enabled? -- Oeyvind Brandtsegg Professor of Music Technology NTNU 7491 Trondheim Norway Cell: +47 92 203 205 http://flyndresang.no/ http://www.partikkelaudio.com/ http://soundcloud.com/brandtsegg http://soundcloud.com/t-emp ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2014-06-24 21:23 |
From | Steven Yi |
Subject | Re: [Cs-dev] compile with portaudio |
Hi Oeyvind, Did you set OPCODE6DIR64 to the folder where you have the opcode libs? If you've got rtpa.dll built, then you should be good, unless the portaudio.dll that rtpa.dll depends on is not available on your path somewhere. (You can try copying it to the folder where rtpa.dll is). Also check "csound -z" for how many opcodes you have listed. steven On Tue, Jun 24, 2014 at 4:17 PM, Oeyvind Brandtsegg |
Date | 2014-06-24 21:55 |
From | Oeyvind Brandtsegg |
Subject | Re: [Cs-dev] compile with portaudio |
aha, thank you so much, the opcodes was copied into csound/lib/csound/plugins64-6.0 by the installer, I copied them to csound/plugins64 which is my OPCODE6DIR64 and it works now. All good. Oeyvind 2014-06-24 22:23 GMT+02:00 Steven Yi |
Date | 2014-06-24 21:58 |
From | Michael Gogins |
Subject | Re: [Cs-dev] compile with portaudio |
Attachments | None None |
Great! Remind me why you are building Csound instead of just using the installer? Best, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Tue, Jun 24, 2014 at 4:55 PM, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote: aha, thank you so much, |
Date | 2014-06-24 23:41 |
From | Oeyvind Brandtsegg |
Subject | Re: [Cs-dev] compile with portaudio |
I have some oddities with crash at load of VST plugins made with Cabbage, and I want to build Csound+Cabbage here to be able to figure out what is happening. 2014-06-24 22:58 GMT+02:00 Michael Gogins |