Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Csound & C++

Name: Anonymous 2010-12-03 8:11

Without throwing too much logic and efficiency my way, how are some ways i can use both these languages on one project?

I am new to csound but i love it.

there is a sort of API that reads:

 #include "csound.h"

 int main(int argc, char **argv)
 {
   // Create Csound.
   void *csound = csoundCreate(0);
   // One complete compile/perform cycle.
   int result = csoundCompile(csound, argc, argv);
   if(!result) {
     while(csoundPerformKsmps(csound) == 0){}
     csoundCleanup(csound);
   }
   // Destroy Csound.
   csoundDestroy(csound);
   return result;
 }

Any other ways? tags/parsers?

Name: Anonymous 2010-12-03 9:33

The better question is, do you know what C++ is and why you think you want to use it? I don't think you do.

Name: Anonymous 2010-12-03 9:36

tbh i just want to put them together to see if i can. But the idea was to make a keyboard widget using Qt (C++ (like MFC)).

RtMidi, RtAudio are both pretty badass.

Name: Anonymous 2010-12-03 11:56

Are you the same guy that posted about Csound and XML before? Because if you are, I must assume that you are indeed trying to troll me which pathetically little effort on your part.

Name: Anonymous 2010-12-03 12:10

XML

Name: Anonymous 2010-12-17 1:28

Xarn is a bad boyfriend

Name: Anonymous 2010-12-22 0:19

Name: Anonymous 2011-02-03 2:51


Don't change these.
Name: Email:
Entire Thread Thread List