Csound Csound-dev Csound-tekno Search About

[Cs-dev] STK plugin opcodes

Date2010-03-05 19:50
Fromjohn ffitch
Subject[Cs-dev] STK plugin opcodes
AttachmentsNone  None  
What is the secret to building the stk for Csound?  I keep getting
compilation errors.  I tried the latest code (4.4.2) and and not at

Opcodes/stk/src/BowTable.cpp:15: error: ‘BowTable’ has not been declared
Opcodes/stk/src/BowTable.cpp:15: error: ISO C++ forbids declaration of ‘BowTable’ with no type
Opcodes/stk/src/BowTable.cpp: In function ‘int BowTable()’:
Opcodes/stk/src/BowTable.cpp:17: error: ‘offset_’ was not declared in this scope
Opcodes/stk/src/BowTable.cpp:17: error: ‘StkFloat’ was not declared in this scope
Opcodes/stk/src/BowTable.cpp:17: error: expected ‘;’ before numeric constant
......etc............

==John ffitch