index
:
simpl
master
Fork of John Glover's sinusoidal modelling library simpl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-06-29
[sms] Rename sms.py to pysms.py.
John Glover
2012-06-28
[base] Add C++ implementation of Synthesis and Residual.
John Glover
2012-06-28
[tests] Remove old SMS test file.
John Glover
2012-06-28
Rename basetypes to pybase, PEP8 cleanup.
John Glover
2012-06-28
[base] Add C++ PartialTracking implementation.
John Glover
2012-06-26
[base] Whitespace cleanup.
John Glover
2012-06-26
[base] Rename 'number' to 'sample'.
John Glover
2012-06-26
[base] Add C++ implementation of PeakDetection.find_peaks_in_frame and PeakDe...
John Glover
2012-06-25
[base] Add C++/Cython PeakDetection.frames and Frame.peaks
John Glover
2012-03-22
[base] updating Cython Frame and PeakDetection classes
John Glover
2012-03-16
add Cython base.Peak class
John Glover
2012-03-16
add Cython version of simpl base frame class
John Glover
2012-03-08
[setup, tests] whitespace tidy up
John Glover
2012-01-27
Remove license info from individual source files.
John Glover
2012-01-27
[sms] add missing peak detection properties
John Glover
2012-01-27
[sms] add missing partial tracking properties
John Glover
2012-01-24
[sndobj] add empty partials if space available
John Glover
2012-01-20
improve error message if trying to plot with no peaks
John Glover
2012-01-20
tidy up ignore file slightly
John Glover
2011-09-02
Change frame.audio to point to a std::vector
John Glover
2011-09-02
move general functionality to base.i
John Glover
2011-09-02
Rename common.i to base.i
John Glover
2011-08-29
SWIG doesn't seem to like this throw statement,
John Glover
2011-08-29
Tidy up PeakDetection::find_peaks
John Glover
2011-08-27
Add frame peaks iterators and tidy up PeakDetection
John Glover
2011-08-26
frame refactor
John Glover
2011-08-26
ignore testbase.dSYM
John Glover
2011-08-26
Add simpl valgrind suppression file
John Glover
2011-08-26
Add -g
John Glover
2011-08-24
Change frame objects to have pointers to number
John Glover
2011-08-21
bugfix: remove .o files instead of *o
John Glover
2011-08-21
Add next_frame_size method
John Glover
2011-08-21
Add PeakDetection C++ class and tests
John Glover
2011-08-20
Add std vector wrapper
John Glover
2011-08-20
Add C++ frame class and tests
John Glover
2011-08-19
Add initial C++ unit tests
John Glover
2011-08-19
Use std::string instead of char*
John Glover
2011-08-19
Build simpl C++ module
John Glover
2011-08-19
load LorisPeakDetection from the C++ module
John Glover
2011-08-19
Add initial simpl module C++ files
John Glover
2011-08-19
Add default constructor/destructor
John Glover
2011-08-19
Remove old loris SWIG files
John Glover
2011-08-19
Update copyright info
John Glover
2011-07-22
add skeleton of loris test file
John Glover
2011-07-22
start adding analyze_peaks code
John Glover
2011-07-08
Start adding Loris files
John Glover
2011-06-25
Bug fix: both sms and sndobj build with setup.py
John Glover
2011-06-24
Ignore distuils/pip files
John Glover
2011-06-24
Update examples to find audio in moved test folder
John Glover
2011-06-24
Build sms using setup.py
John Glover
[next]