Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] Csound 5 status

Date2005-07-28 18:58
FromMichael Gogins
SubjectRe: [Cs-dev] Csound 5 status
Write a multi-threaded app that creates about 5 instances of Csound and renders 5 different orc/scos, one in each thread. Two should have FLTK guis, one should have RT audio, one gets MIDI input, two should write to soundfile (each to a different soundfile), etc. If everything renders OK things are looking good.

Regards,
Mike

-----Original Message-----
From: Iain Duncan 
Sent: Jul 28, 2005 1:01 PM
To: csound-devel@lists.sourceforge.net
Subject: Re: [Cs-dev] Csound 5 status

This is something I'm interested in. I'd be happy to help test that too, 
can anyone tell me what I need to do to make sure it worked on both 
windoze and linux?

Iain

Michael Gogins wrote:
> Csound 5 does now appear to be re-entrant, at least in CsoundVST. This may not be a complete test since this does not involve Csound's audio or MIDI plugins (the VST host handles that). But the "engine" and the lower half of the MIDI input driver do appear to be re-entrant now.
> 
> And this is a great step forward. It makes the whole thing much more modular/extensible.
> 
> Regards,
> Mike
> 
> -----Original Message-----
> From: jpff@codemist.co.uk
> Sent: Jul 28, 2005 7:48 AM
> To: csound-devel@lists.sourceforge.net
> Subject: [Cs-dev] Csound 5 status
> 
> More Questions:
> 
>      Are all opcodes documented?
> 
>      Is Cs5 reentrant?
> 
>      How far is that gap between Cs5 and CsoundAV?
> 
>      Has all matt's stuff been incorporated?
> 
>      Is looping working in aiff and wav files
> 
>      Are all the utilities converted?
> 
> ==John ffitch
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO September
> 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> 
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO September
> 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel





-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-07-28 19:32
FromIstvan Varga
SubjectRe: [Cs-dev] Csound 5 status
Michael Gogins wrote:

> Write a multi-threaded app that creates about 5 instances of
 > Csound and renders 5 different orc/scos, one in each thread.
 > Two should have FLTK guis, one should have RT audio, one gets
 > MIDI input, two should write to soundfile (each to a different
 > soundfile), etc.

These should be OK with the probable exception of running multiple
FLTK GUIs. You may, however, possibly use RT audio and MIDI in
multiple instances (and if not, that is most likely a problem with
PortAudio/PortMidi).


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-07-28 20:23
Fromiainduncan@telus.net
SubjectRe: [Cs-dev] Csound 5 status
> Write a multi-threaded app that creates about 5 instances of Csound and
> renders 5 different orc/scos, one in each thread. Two should have FLTK guis,
> one should have RT audio, one gets MIDI input, two should write to soundfile
> (each to a different soundfile), etc. If everything renders OK things are
> looking good.

You know that should actually fit in with a bit of a self teaching project I am
doing right now so I will try to hit all the above. It may take a while though,
as I am pretty new to multi-threading. I am using the pthreads library on linux
and windows. Will that be sufficient?

Iain

 
> Regards,
> Mike
> 
> -----Original Message-----
> From: Iain Duncan 
> Sent: Jul 28, 2005 1:01 PM
> To: csound-devel@lists.sourceforge.net
> Subject: Re: [Cs-dev] Csound 5 status
> 
> This is something I'm interested in. I'd be happy to help test that too, 
> can anyone tell me what I need to do to make sure it worked on both 
> windoze and linux?
> 
> Iain
> 
> Michael Gogins wrote:
> > Csound 5 does now appear to be re-entrant, at least in CsoundVST. This may
> not be a complete test since this does not involve Csound's audio or MIDI
> plugins (the VST host handles that). But the "engine" and the lower half of
> the MIDI input driver do appear to be re-entrant now.
> > 
> > And this is a great step forward. It makes the whole thing much more
> modular/extensible.
> > 
> > Regards,
> > Mike
> > 
> > -----Original Message-----
> > From: jpff@codemist.co.uk
> > Sent: Jul 28, 2005 7:48 AM
> > To: csound-devel@lists.sourceforge.net
> > Subject: [Cs-dev] Csound 5 status
> > 
> > More Questions:
> > 
> >      Are all opcodes documented?
> > 
> >      Is Cs5 reentrant?
> > 
> >      How far is that gap between Cs5 and CsoundAV?
> > 
> >      Has all matt's stuff been incorporated?
> > 
> >      Is looping working in aiff and wav files
> > 
> >      Are all the utilities converted?
> > 
> > ==John ffitch
> > 
> > 
> > -------------------------------------------------------
> > SF.Net email is Sponsored by the Better Software Conference & EXPO
> September
> > 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> > _______________________________________________
> > Csound-devel mailing list
> > Csound-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-devel
> > 
> > 
> > 
> > 
> > 
> > -------------------------------------------------------
> > SF.Net email is Sponsored by the Better Software Conference & EXPO
> September
> > 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> > _______________________________________________
> > Csound-devel mailing list
> > Csound-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-devel
> > 
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO September
> 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> 
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO September
> 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 






-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net