summaryrefslogtreecommitdiff
path: root/sndobj
AgeCommit message (Collapse)Author
2010-12-24Upgraded SndObjSynthesis to simpl 0.2John Glover
2010-12-24Updated MQ and SndObj peak detection and partial tracking to simpl 0.2John Glover
2010-12-23Fixed memset bug in constructorJohn Glover
2010-11-24Updated libsms to the latest version (1.15), includes some memory management ↵John Glover
improvements/simplifications but the basic API is the same. Also started updating the unit tests, which will now use the nose framework
2010-10-26Added MQSynthesis, fixed a few bugsJohn Glover
2010-10-21Changed from floats to doubles in the C/C++ code, makes Python integration a ↵John Glover
bit easier. Fixed a bug that would cause SndObjSynthesis to crash if peak values were floats.
2010-10-18Moved project over to GitJohn Glover