this is cool, (just noticed CSound got dssi..) one: how about throwing it in the externals/ CVS...
two: is this based off plugin~ ? if it is, maybe they shuld be combined since 95% of it is the same sans the osc/note input..
three: doesnt compile with GCC4:
cc -DPD -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wshadow -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -fPIC -I/usr/include -o dssi~.o -c dssi~.c dssi~.c: In function 'dssi_load_gui': dssi~.c:696: missing sentinel in function call make: *** [dssi~.pd_linux] Error 1
changing 0 to NULL at the end of the function call fixes it. i guess NULL is a "sentinel"..