Csound Csound-dev Csound-tekno Search About

[Csnd] An API question of my own

Date2013-05-02 20:11
FromJacob Joaquin
Subject[Csnd] An API question of my own
How does one start up the Csound6 API without referencing an external csd/orc&sco? Is there way to pass in an csd in as a string instead? Or perhaps nothing at all since I'm planning on loading in instruments dynamically?

Best,
Jake

Date2013-05-02 20:28
FromMichael Gogins
SubjectRe: [Csnd] An API question of my own
You can use strings for the whole orc, the whole score, or parts of orcs and scos. You can't do a csd all in one though.

It depends if you want to use csoundPerformKsmps or not. Insofar as I can recall (not at my own computer right now):

If you do it's
createCsound
csound set various options
csoundCompileOrc
csoundReadScore
csoundStart
loop on csoundPerformKsmps

Hope this helps,
Mike


On Thu, May 2, 2013 at 3:11 PM, Jacob Joaquin <jacobjoaquin@gmail.com> wrote:
How does one start up the Csound6 API without referencing an external csd/orc&sco? Is there way to pass in an csd in as a string instead? Or perhaps nothing at all since I'm planning on loading in instruments dynamically?

Best,
Jake



--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com