Merge pull request #40 from nphilipp/develop--py3k-fixes
[aubio.git] / python / lib / gen_pyobject.py
2016-04-18 Paul BrossierMerge pull request #40 from nphilipp/develop--py3k...
2016-02-09 Paul Brossierpython/lib/gen_pyobject.py: add sint_t
2015-11-26 Nils PhilippsenPython 3: coerce iterators into lists where necessary
2013-12-18 Paul BrossierMerge branch 'master' of aubio.org:/git/aubio/aubio...
2013-12-10 Paul Brossierlib/gen_pyobject.py: fix size checks
2013-11-05 Paul Brossierpython: add wavetable, skip parameter
2013-03-22 Paul Brossiermerge from develop
2013-03-22 Paul BrossierMerge branch 'synth' into develop
2013-03-22 Paul Brossierpython/lib/gen_pyobject.py: add sampler
2013-03-18 Paul Brossierpython/lib/gen_pyobject.py: add forgotten source
2013-03-18 Paul Brossiersrc/io: use hop_size, not block_size
2013-03-18 Paul Brossierpython/lib/gen_pyobject.py: add block_size for source
2013-03-18 Paul BrossierMerge branch 'pitchyinfft' into develop
2013-03-18 Paul Brossierpython/lib/gen_pyobject.py: fix shortname of methods...
2013-03-08 Paul Brossierpython/: move generator.py to lib, improve README,...