#  set_usr from ObjectProDSP 0.1
#  Copyright (C) 1994, Mountain Math Software, All rights reserved.
#  Licensed for free use and distribution under version 2 of the Gnu General
#  Public License. Please see file COPYING for details and restrictions.
#  
#  ObjectProDSP is a trademark of Mountain Math Software.
#  
OPD_USR_TAR="\
 $OPD_ROOT/src/dsp/nodes/proc\
 $OPD_ROOT/src/dsp/nodes/signal\
 $OPD_ROOT/src/dsp/nodes/ionode"

OPD_USR="$OPD_USR_TAR\
 $OPD_ROOT/src/dsp/lib/control\
 $OPD_ROOT/src/dsp/lib/network\
 $OPD_ROOT/src/dsp/nodes/display\
 $OPD_ROOT/src/dsp/nodes/sigdsk\
 $OPD_ROOT/src/dsp_gui/dsp"

OPD_USR_16="$OPD_ROOT/src/dsp/nodes/proc16"
OPD_USR_32="$OPD_ROOT/src/dsp/nodes/proc32"

