View Single Post
Old 07-26-2010, 11:03 PM   #4
bvesco
Human being with feelings
 
bvesco's Avatar
 
Join Date: Jun 2007
Posts: 125
Default

What are the ws_ms and os_ms params for?

Also, your compilation error stems from the fact you are trying to pass the first value of your input array instead of passing a pointer to the beginning of the first byte of memory in the array. Pass a pointer, don't dereference it.
__________________
Audio tutorials and articles: http://www.benvesco.com/tonemonster/
My VST plugins: http://www.vescofx.com/
bvesco is offline   Reply With Quote