Csound Csound-dev Csound-tekno Search About

[Cs-dev] Still asking about Java API

Date2009-07-28 18:02
Fromjpff
Subject[Cs-dev] Still asking about Java API
I can see methods to set and get a named channel  with a single value,
but how do I access an audio channel?
==John ffitch

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-07-28 19:38
FromRory Walsh
SubjectRe: [Cs-dev] Still asking about Java API
Don't know how helpful this is but I usually use the
CsoundGetChannelPtr() function when doing it in C, as in:

csoundGetChannelPtr(csound->GetCsound(), &val, "audioChannel1",
				CSOUND_AUDIO_CHANNEL | CSOUND_OUTPUT_CHANNEL);

use this in conjunction with the chnset opcode in my Csound
instrument. If you want access to the audio being output by csound you
can call csoundGetSpout(). Of course I've no idea how to do this in
Java.

Rory.





2009/7/28 jpff :
> I can see methods to set and get a named channel  with a single value,
> but how do I access an audio channel?
> ==John ffitch
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net