index
:
simpl
master
Fork of John Glover's sinusoidal modelling library simpl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Collapse
)
Author
2021-07-23
More Python 3 fixes
John Glover
2021-07-23
More Python 3 cleanup
John Glover
2021-06-22
Fixed for python 3
Brian Whitman
2013-06-14
Add real-time harmonic synthesis example (C++)
John Glover
2012-10-24
[examples] Rename peaks to frames in plot peaks, clearer
John Glover
2012-10-04
[examples] Rename variables in plotpartials for clarity.
John Glover
2012-10-03
[examples] Add pitch shifting example.
John Glover
2012-10-03
[examples] Bug fix: Use original sampling rate
John Glover
when writing synthesised audio files.
2012-10-03
[examples] Add time scaling example.
John Glover
2012-08-30
[examples] Rename synthesis examples.
John Glover
2012-08-23
[examples] Move examples to top level. Update examples so file paths can be ↵
John Glover
specified on the command line.
2011-06-24
Change to using distutils.
John Glover
Currently only builds the simplsndobj module
2011-01-06
Added new example: SMS residual signal approximation
John Glover
2010-12-24
whitespace adjustment
John Glover
2010-12-23
Minor tidy up
John Glover
2010-12-08
Changed synth variable name for consistency.
John Glover
2010-11-02
Added colour to default plots (with heatmap) and some minor code tidying
John Glover
2010-10-21
Changed 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-18
Moved project over to Git
John Glover