summaryrefslogtreecommitdiff
path: root/sndobj
diff options
context:
space:
mode:
authorJohn Glover <glover.john@gmail.com>2010-11-24 23:26:43 +0000
committerJohn Glover <glover.john@gmail.com>2010-11-24 23:26:43 +0000
commit5e25edb1b78f28bee09bd7513a80fb500bbd59c4 (patch)
tree9290c3757abdecf2525c68cd5e5082fa9604ca61 /sndobj
parent580dd2e019e9666dc5f4771dedeb0720aa8d1d07 (diff)
downloadsimpl-5e25edb1b78f28bee09bd7513a80fb500bbd59c4.tar.gz
simpl-5e25edb1b78f28bee09bd7513a80fb500bbd59c4.tar.bz2
simpl-5e25edb1b78f28bee09bd7513a80fb500bbd59c4.zip
Updated libsms to the latest version (1.15), includes some memory management improvements/simplifications but the basic API is the same. Also started updating the unit tests, which will now use the nose framework
Diffstat (limited to 'sndobj')
-rw-r--r--sndobj/sndobj.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/sndobj/sndobj.i b/sndobj/sndobj.i
index 413e7ae..ef2242a 100644
--- a/sndobj/sndobj.i
+++ b/sndobj/sndobj.i
@@ -1,4 +1,4 @@
-%module(directors="1") pysndobj
+%module(directors="1") simplsndobj
%{
#include "SndObj.h"
#include "SndIO.h"