Csound Csound-dev Csound-tekno Search About

[Cs-dev] Java slider demo

Date2008-01-20 18:01
Fromkalma
Subject[Cs-dev] Java slider demo
Hello

I was trying to compile the slider demo from Csound journal summer 2006, but
it seems gives these error messages:

SliderDemo.java:180:
GetChannelPtr(csnd.SWIGTYPE_p_double,java.lang.String,int) in csnd.Csound
cannot be applied to (csnd.SWIGTYPE_p_p_double,java.lang.String,int)
if(csound.GetChannelPtr(myfltarray.GetPtr(), "pitch",  

SliderDemo.java:217:
GetChannelPtr(csnd.SWIGTYPE_p_double,java.lang.String,int) in csnd.Csound
cannot be applied to (csnd.SWIGTYPE_p_p_double,java.lang.String,int)
if(csound.GetChannelPtr(myfltarray.GetPtr(), "pitch",  

I was searching this mailing list archieves and somewhere was that
GetChannel and SetChannel should be used instead of those *ChannelPtr
methods, but I couldn't find an example of it. 

Is there working example of Csound java wrapper usage and or documentation
how to use it?

Thanks,
Matti

-----
-------------------------------------------------------------------
"But the dreams came on in the Japanese night like livewire voodoo..."
-- William Gibson, Neuromancer
-- 
View this message in context: http://www.nabble.com/Java-slider-demo-tp14984536p14984536.html
Sent from the Csound - Dev mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-01-24 05:49
From"Steven Yi"
SubjectRe: [Cs-dev] Java slider demo
AttachmentsNone