Re: [Csnd] [EXTERNAL] [Csnd] How to get started with the API
Date | 2021-08-13 22:16 |
From | Jana Cole |
Subject | Re: [Csnd] [EXTERNAL] [Csnd] How to get started with the API |
Rory and Victor, I'm using Code::Blocks. How can I make it work with that? I'm willing to learn whatever I need to. Jana -----Original Message----- From: A discussion list for users of Csound CSOUND@LISTSERV.HEANET.IE Sent: Aug 13, 2021 2:05 PM To: CSOUND@LISTSERV.HEANET.IE Subject: Re: [Csnd] [EXTERNAL] [Csnd] How to get started with the API https://github.com/csound/csoundAPI_examples also has a Visual Studio project that you can use to get started. If you have Csound installed in the default location it should build out of the box for you. Let us know if you have any issues. You can post here, or file an issue at
https://github.com/csound/csoundAPI_examples On Fri, 13 Aug 2021 at 21:51, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote: Hi Jana, Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/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 | 2021-08-13 22:18 |
From | Victor Lazzarini |
Subject | Re: [Csnd] [EXTERNAL] [Csnd] How to get started with the API |
I think it’s probably better to use Visual Studio on Windows. It’s free (community edition). Rory might have some further advice as I don’t really use Windows. ======================== Prof. Victor Lazzarini Maynooth University Ireland > On 13 Aug 2021, at 22:16, Jana Cole |
Date | 2021-08-14 09:49 |
From | Rory Walsh |
Subject | Re: [Csnd] [EXTERNAL] [Csnd] How to get started with the API |
I second what Victor is saying. You will make life a whole lot easier for yourself if you switch to using Visual Studio. Its profiler, integrated debugger and various other tools make developing on Windows a lot less painful than other alternatives. As Victor says, it's completely free. On Fri, 13 Aug 2021 at 22:18, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote: I think it’s probably better to use Visual Studio on Windows. It’s free (community edition). |
Date | 2021-08-14 10:23 |
From | Josh Moore |
Subject | Re: [Csnd] [EXTERNAL] [Csnd] How to get started with the API |
If you must use codeblocks you'll need to set up mingw with dependencies. I used MSYS to get my GCC/G++ usable lib on windows. But you will need to also hack the cmake file quite heavy and compile the latest pulseaudio (don't use the one from the repository). On Fri, Aug 13, 2021, 2:16 PM Jana Cole <quikscor@ix.netcom.com> wrote:
|
Date | 2021-08-14 11:47 |
From | Victor Lazzarini |
Subject | Re: [Csnd] [EXTERNAL] [Csnd] How to get started with the API |
I never knew there was pulseaudio for windows... ======================== Prof. Victor Lazzarini Maynooth University Ireland > On 14 Aug 2021, at 10:23, Josh Moore |
Date | 2021-08-14 12:22 |
From | Michael Gogins |
Subject | Re: [Csnd] [EXTERNAL] [Csnd] How to get started with the API |
Yup, that's the way to go, Visual Studio with C++ free edition. On Sat, Aug 14, 2021, 04:50 Rory Walsh <rorywalsh@ear.ie> wrote:
|
Date | 2021-08-15 04:48 |
From | Josh Moore |
Subject | Re: [Csnd] [EXTERNAL] [Csnd] How to get started with the API |
Portaudio* my bad lol On Sat, Aug 14, 2021, 3:58 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote: I never knew there was pulseaudio for windows... |