| I would prefer 3 separate functions: csoundPlay, csoundPause, csoundStop as Csound::Play, Csound::Pause, Csound::Stop. Perhaps the score rewinding and seeking functions could be renamed (csoundRewind, csoundSeek) so that these functions fit clearly into a functional group.
Regards,
Mike
-----Original Message-----
From: Istvan Varga
Sent: Oct 28, 2005 12:14 PM
To: csound-devel@lists.sourceforge.net
Subject: Re: [Cs-dev] interfaces lib building in windows with MSVC
Michael Gogins wrote:
> I mean the API calls Csound::Perform (usually from a separate thread).
> Then, for example, the user decides he or she has heard enough, so the
> user clicks on a Stop button which calls Csound::Stop() and the Perform()
> call returns immediately. I have code for this in CppSound::perform and
> CppSound::stop, but I want to push this code, or some other code that
> does the same thing, down into the CSOUND object.
Is a function that takes an integer argument (0: play, 1: pause, 2: stop)
suitable ? What name should be used ?
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |