summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Glover <john@john-glovers-macbook.local>2010-12-24 19:27:49 +0000
committerJohn Glover <john@john-glovers-macbook.local>2010-12-24 19:27:49 +0000
commit5dc6f2bcd88fb3583f95f3afbae695a91cf389a1 (patch)
tree01eca8e75d9f3004dd221571e840494eb46b5811
parent5daa78a0630c865519e557fde5aed57dcdee4aea (diff)
downloadsimpl-5dc6f2bcd88fb3583f95f3afbae695a91cf389a1.tar.gz
simpl-5dc6f2bcd88fb3583f95f3afbae695a91cf389a1.tar.bz2
simpl-5dc6f2bcd88fb3583f95f3afbae695a91cf389a1.zip
Updated version number
-rw-r--r--readme.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index 81d8b4a..59b629b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,5 +1,6 @@
Sinusoidal Modelling - A Python Library (SiMPL)
-Version 0.1
+Version 0.2 (first released in December 2010)
+
Copyright (c) 2009 John Glover, National University of Ireland, Maynooth
http://simplsound.sourceforge.net
john.c.glover@nuim.ie
@@ -100,8 +101,6 @@ sndobj:
- create properties for threshold and num_bins in SndObjPartialTracking class
- make sndobjs use self.sampling_rate
- make peak detection use the new window_size property
-- add partial_number to partials in the PartialTracking.update_partial function, as in
-SMS
sms:
- can sms_scaleDet be moved to the harmonic analysis phase?