-
Fix Soundfile support so that it works out of the box without compilation.
-
Add
cython/__main__.py
commandline interface. -
Add additional python debug checks
-
Complete
InterpreterDsp.build_user_interface
to properly acceptfi.UI* instances
-
Complete
InterpreterDsp.metadata
andfi.Meta* m
parameter
-
Try to find a use for
getUserData
: Return the xtended type of a box -
Add classes (thin wrappers around
Box
) -
box.getparams
andsignal.is_sig_xxx
are inconsistent apis -
Add more box api tests
-
Fix
Interval
wrapper andget_interval
,set_interval
methods -
Try to find a use for
getUserData
: Return the xtended type of a box -
Add classes (thin wrappers around
Signal
) -
Improve docstrings
-
Add more signal api tests
-
signal.is_sig_xxx
andBox.getparams
are inconsistent apis