Csound Csound-dev Csound-tekno Search About

using adsyn

Date1997-06-18 02:47
FromJohn Francis Beahan
Subjectusing adsyn
THis is my first time using adsyn.  I did a phase vocoder analysis of a
simple sound using MixViews. then fed it into csound3.42 using the
following orchestra file:
 sr = 16000
 kr = 100 
ksmps = 160 
nchnls = 1
 ;test vocoder instrument
	instr 1
 ar adsyn 1,1,1, "test.vcdr" 
	out ar
	endin

This is what I got back:

INIT ERROR in instr 1: illegal code -9088 encountered
 ar adsyn 1 1 1 "test.vcdr" 
          B 0.000 - note deleted.  i1 had 1 init errors

Hopefully this is just some silly beginner error thing that I overlooked 
in the manual.  Any help would be appreciated.

If it helps I am running all this on an SGI indigo2.

Thanx,  John Beahan