summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2021-07-23More Python 3 fixesJohn Glover
2021-07-23More Python 3 cleanupJohn Glover
2021-06-22Fixed for python 3Brian Whitman
2013-06-14Add real-time harmonic synthesis example (C++)John Glover
2012-10-24[examples] Rename peaks to frames in plot peaks, clearerJohn 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 rateJohn 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-24Change to using distutils.John Glover
Currently only builds the simplsndobj module
2011-01-06Added new example: SMS residual signal approximationJohn Glover
2010-12-24whitespace adjustmentJohn Glover
2010-12-23Minor tidy upJohn Glover
2010-12-08Changed synth variable name for consistency.John Glover
2010-11-02Added colour to default plots (with heatmap) and some minor code tidyingJohn 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