#
# ChangeLog for python
#
# Generated by Trac 1.2
# Apr 11, 2025, 8:10:56 PM

Sat, 20 Aug 2016 17:41:23 GMT Paul Brossier <piem@piem.org> [6a72ff0]
	* python/lib/gen_code.py (modified)

	python/lib/gen_code.py: improve del_ function, safer DECREF, fix ...


Sat, 20 Aug 2016 17:28:20 GMT Paul Brossier <piem@piem.org> [773a7f3]
	* python/demos/demo_tss.py (modified)

	python/demos/demo_tss.py: improve default parameters, exit before ...


Sat, 20 Aug 2016 17:24:38 GMT Paul Brossier <piem@piem.org> [1bd8334]
	* python/lib/gen_external.py (modified)

	python/lib/gen_external.py: enable tss


Sat, 20 Aug 2016 17:24:11 GMT Paul Brossier <piem@piem.org> [73e068d]
	* python/lib/gen_code.py (modified)

	python/lib/gen_code.py: add support for multiple _do outputs


Thu, 18 Aug 2016 15:23:19 GMT Paul Brossier <piem@piem.org> [eeb4538]
	* python/demos/demo_timestretch.py (modified)
	* python/demos/demo_timestretch_online.py (modified)

	./python/demos/demo_timestretch{,_online}.py: fix usage string


Fri, 22 Jul 2016 20:14:00 GMT Paul Brossier <piem@piem.org> [7f82f81]
	* python/README.md (modified)

	python/README.md: update (closes #2)


Fri, 22 Jul 2016 19:50:21 GMT Paul Brossier <piem@piem.org> [655150ce]
	* MANIFEST.in (modified)
	* README.md (modified)
	* python/README.md (moved)

	README.md: link to python/README.md


Tue, 12 Jul 2016 19:08:06 GMT Paul Brossier <piem@piem.org> [9530365]
	* python/tests/test_specdesc.py (modified)

	python/tests/test_specdesc.py: use correct input size (see #63)


Tue, 12 Jul 2016 18:26:30 GMT Paul Brossier <piem@piem.org> [c395732]
	* python/tests/test_mfcc.py (modified)

	python/tests/test_mfcc.py: test for wrong input size (see #63)


Tue, 12 Jul 2016 18:17:12 GMT Paul Brossier <piem@piem.org> [bf54364]
	* python/lib/gen_code.py (modified)

	python/lib/gen_code.py: add input size checks (see #63)


Fri, 08 Jul 2016 17:33:00 GMT GitHub <noreply@github.com> [7b69bc6]
	* python/README (modified)

	Update Readme Typo


Fri, 01 Jul 2016 14:02:36 GMT Paul Brossier <piem@piem.org> [8470144]
	* python/lib/gen_code.py (modified)

	python/lib/gen_code.py: add output size for notes


Mon, 06 Jun 2016 13:51:16 GMT Paul Brossier <piem@piem.org> [ae15c63]
	* python/demos/demo_timestretch_online.py (added)

	python/demos/demo_timestretch.py: add timescale algorithm (online ...


Mon, 06 Jun 2016 13:50:59 GMT Paul Brossier <piem@piem.org> [0ef9628]
	* python/demos/demo_timestretch.py (added)

	python/demos/demo_timestretch.py: add timescale algorithm


Thu, 19 May 2016 01:03:05 GMT Paul Brossier <piem@piem.org> [f6816a1]
	* python/VERSION (deleted)

	python/VERSION: remove, use same VERSION file for libaubio and ...


Mon, 16 May 2016 06:04:03 GMT Paul Brossier <piem@piem.org> [652d72d]
	* python/lib/moresetuptools.py (modified)

	python/lib/moresetuptools.py: fix typo


Mon, 16 May 2016 05:58:59 GMT Paul Brossier <piem@piem.org> [d392f3e]
	* python/lib/moresetuptools.py (modified)

	python/lib/moresetuptools.py: add apple audio sind and source


Mon, 16 May 2016 05:12:15 GMT Paul Brossier <piem@piem.org> [19c3d75]
	* python/lib/gen_external.py (modified)

	python/lib/gen_external.py: improve compiler detection, fixes build ...


Mon, 16 May 2016 04:09:38 GMT Paul Brossier <piem@piem.org> [3c4fb67]
	* python/tests/utils.py (modified)

	python/tests/utils.py: try reopening the file is deleting it fails on ...


Mon, 16 May 2016 03:23:56 GMT Paul Brossier <piem@piem.org> [a6f9ebf]
	* python/tests/test_mathutils.py (modified)

	python/tests/test_mathutils.py: can also raise NotImplementedError ...


Mon, 16 May 2016 03:08:18 GMT Paul Brossier <piem@piem.org> [0b6d23d]
	* python/tests/test_aubio.py (modified)
	* python/tests/test_cvec.py (modified)
	* python/tests/test_fft.py (modified)
	* python/tests/test_filter.py (modified)
	* python/tests/test_filterbank.py (modified)
	* python/tests/test_filterbank_mel.py (modified)
	* python/tests/test_fvec.py (modified)
	* python/tests/test_mathutils.py (modified)
	* python/tests/test_mfcc.py (modified)
	* python/tests/test_midi2note.py (modified)
	* python/tests/test_musicutils.py (modified)
	* python/tests/test_note2midi.py (modified)
	* python/tests/test_onset.py (modified)
	* python/tests/test_phasevoc.py (modified)
	* python/tests/test_pitch.py (modified)
	* python/tests/test_sink.py (modified)
	* python/tests/test_slicing.py (modified)
	* python/tests/test_source.py (modified)
	* python/tests/test_specdesc.py (modified)
	* python/tests/test_zero_crossing_rate.py (modified)
	* python/tests/utils.py (modified)

	python/tests: fix most prospect warnings


Mon, 16 May 2016 01:29:34 GMT Paul Brossier <piem@piem.org> [a377204]
	* python/demos/demo_specdesc.py (modified)

	python/demos/demo_specdesc.py: remove unused import


Mon, 16 May 2016 01:26:14 GMT Paul Brossier <piem@piem.org> [f44384d]
	* python/lib/gen_external.py (modified)

	python/: fix comparison to False


Mon, 16 May 2016 01:24:09 GMT Paul Brossier <piem@piem.org> [dc654f8]
	* python/demos/demo_bpm_extract.py (modified)
	* python/lib/aubio/slicing.py (modified)

	python/: fix comparisons to None


Mon, 16 May 2016 01:16:00 GMT Paul Brossier <piem@piem.org> [4120fbc]
	* python/demos/demo_bpm_extract.py (modified)
	* python/demos/demo_filterbank.py (modified)
	* python/demos/demo_filterbank_slaney.py (modified)
	* python/demos/demo_filterbank_triangle_bands.py (modified)
	* python/demos/demo_mel-energy.py (modified)
	* python/demos/demo_mfcc.py (modified)
	* python/demos/demo_onset.py (modified)
	* python/demos/demo_onset_plot.py (modified)
	* python/demos/demo_pitch.py (modified)
	* python/demos/demo_pitch_sinusoid.py (modified)
	* python/demos/demo_pysoundcard_record.py (modified)
	* python/demos/demo_simple_robot_voice.py (modified)
	* python/demos/demo_simple_spectral_weighting.py (modified)
	* python/demos/demo_sink.py (modified)
	* python/demos/demo_sink_create_woodblock.py (modified)
	* python/demos/demo_sink_multi.py (modified)
	* python/demos/demo_slicing.py (modified)
	* python/demos/demo_source.py (modified)
	* python/demos/demo_specdesc.py (modified)
	* python/demos/demo_spectrogram.py (modified)
	* python/demos/demo_tempo.py (modified)
	* python/demos/demo_tempo_plot.py (modified)
	* python/demos/demo_tss.py (modified)
	* python/demos/demo_waveform_plot.py (modified)

	python/demos: python3 and double precision compatibility


Sun, 15 May 2016 23:46:57 GMT Paul Brossier <piem@piem.org> [f5a0e82]
	* python/demos/__init__.py (added)

	python/demos/__init__.py: added empty file


Sun, 15 May 2016 23:04:15 GMT Paul Brossier <piem@piem.org> [6a28072]
	* python/demos/demo_create_test_sounds.py (modified)

	python/demos/demo_create_test_sounds.py: python 3 compat


Sun, 15 May 2016 22:17:53 GMT Paul Brossier <piem@piem.org> [6fb0f07]
	* python/demos/demo_create_test_sounds.py (added)

	python/demos/demo_create_test_sounds.py: add script to create simple ...


Sun, 15 May 2016 21:27:10 GMT Paul Brossier <piem@piem.org> [e27b6a1]
	* python/lib/moresetuptools.py (modified)

	python/lib/moresetuptools.py: define HAVE_WIN_HACKS on windows


Sun, 15 May 2016 21:27:02 GMT Paul Brossier <piem@piem.org> [999b1823]
	* python/lib/moresetuptools.py (modified)

	python/lib/moresetuptools.py: always define HAVE_C99_VARARGS_MACROS


Sun, 15 May 2016 21:26:56 GMT Paul Brossier <piem@piem.org> [1772630]
	* python/lib/moresetuptools.py (modified)

	python/lib/moresetuptools.py: also catch WindowsError and other ...


Sun, 15 May 2016 19:59:38 GMT Paul Brossier <piem@piem.org> [ca89d9f]
	* python/tests/test_source.py (modified)

	python/tests/test_source.py: fix when python/tests/sounds exists


Sun, 15 May 2016 19:25:13 GMT Paul Brossier <piem@piem.org> [15a005d]
	* python/tests/test_source.py (modified)

	python/tests/test_source.py: skip tests if no sounds were found


Sun, 15 May 2016 13:31:30 GMT Paul Brossier <piem@piem.org> [89b04e8]
	* python/lib/gen_external.py (modified)

	python/lib/gen_external.py: use os.path.join


Sun, 15 May 2016 12:16:32 GMT Paul Brossier <piem@piem.org> [bce913a]
	* python/lib/moresetuptools.py (modified)

	python/lib/moresetuptools.py: use -framework Accelerate, not
	accelerate


Sat, 14 May 2016 20:00:21 GMT Paul Brossier <piem@piem.org> [6e8b8f4]
	* MANIFEST.in (added)
	* python/MANIFEST.in (deleted)

	MANIFEST.in: move from python/, update contents


Sat, 14 May 2016 19:45:03 GMT Paul Brossier <piem@piem.org> [2675227]
	* python/lib/moresetuptools.py (modified)
	* setup.py (modified)

	setup.py: clean-up, add option to build libaubio inside python-aubio
 ...


Sat, 14 May 2016 03:34:15 GMT Paul Brossier <piem@piem.org> [283bb90]
	* python/tests/test_specdesc.py (modified)

	python/tests/test_specdesc.py: skip wrong name test


Sat, 14 May 2016 03:30:43 GMT Paul Brossier <piem@piem.org> [b6b65cb]
	* python/tests/test_mfcc.py (added)

	python/tests/test_mfcc.py: add more tests


Sat, 14 May 2016 03:28:58 GMT Paul Brossier <piem@piem.org> [aba0279]
	* python/tests/test_specdesc.py (modified)

	python/tests/test_specdesc.py: check for wrong values


Sat, 14 May 2016 03:27:05 GMT Paul Brossier <piem@piem.org> [2f4d9b7]
	* python/tests/test_fft.py (modified)

	python/tests/test_fft.py: avoid VisibleDeprecationWarning


Sat, 14 May 2016 03:25:34 GMT Paul Brossier <piem@piem.org> [a2ab20a]
	* python/ext/py-source.c (modified)

	python/ext/py-source.c: check seek is not negative


Sat, 14 May 2016 03:24:21 GMT Paul Brossier <piem@piem.org> [3865924]
	* python/tests/test_filterbank.py (modified)

	python/tests/test_filterbank.py: raise a ValueError


Sat, 14 May 2016 03:22:28 GMT Paul Brossier <piem@piem.org> [36e8956]
	* python/tests/test_source.py (modified)

	python/tests/test_source.py: simplify, quieten


Sat, 14 May 2016 03:21:01 GMT Paul Brossier <piem@piem.org> [ed938a2]
	* python/tests/test_filterbank.py (modified)

	python/tests/test_filterbank.py: check for wrong values


Fri, 13 May 2016 16:56:05 GMT Paul Brossier <piem@piem.org> [2e324f5]
	* python/__init__.py (added)

	python/__init__.py: add empty file


Fri, 13 May 2016 16:50:20 GMT Paul Brossier <piem@piem.org> [1167631]
	* Makefile (modified)
	* nose2.cfg (moved)
	* python/lib/gen_external.py (modified)
	* python/lib/moresetuptools.py (modified)
	* requirements.txt (added)
	* setup.py (moved)

	move python/setup.py to setup.py, update Makefile, add requirements


Fri, 13 May 2016 15:58:02 GMT Paul Brossier <piem@piem.org> [c09efca]
	* python/tests/test_cvec.py (modified)

	python/tests/test_cvec.py: add more tests


Fri, 13 May 2016 15:55:41 GMT Paul Brossier <piem@piem.org> [1164fd85]
	* python/lib/gen_code.py (modified)

	python/lib/gen_code.py: remove unused variable


Fri, 13 May 2016 15:54:49 GMT Paul Brossier <piem@piem.org> [98e4106]
	* python/tests/test_musicutils.py (modified)

	python/tests/test_musicutils.py: simplify, check TypeError is raised


Fri, 13 May 2016 15:23:20 GMT Paul Brossier <piem@piem.org> [ff89a06]
	* python/ext/py-musicutils.c (modified)

	python/ext/py-musicutils.c: do not overwrite PyArg_ParseTuple
	messages


Fri, 13 May 2016 15:22:32 GMT Paul Brossier <piem@piem.org> [7876b67]
	* python/ext/py-filterbank.c (modified)

	python/ext/py-filterbank.c: fix error message formatting, do not ...


Fri, 13 May 2016 15:13:35 GMT Paul Brossier <piem@piem.org> [dee266f]
	* python/demos/demo_reading_speed.py (modified)

	python/demos/demo_reading_speed.py: avoid unused variable


Fri, 13 May 2016 11:46:53 GMT Paul Brossier <piem@piem.org> [0e70ef9]
	* python/ext/py-cvec.c (modified)
	* python/ext/py-fft.c (modified)
	* python/ext/py-filter.c (modified)
	* python/ext/py-filterbank.c (modified)
	* python/ext/py-phasevoc.c (modified)
	* python/ext/py-sink.c (modified)
	* python/ext/py-source.c (modified)
	* python/lib/gen_code.py (modified)

	python/{ext/*.c,lib/gen_code.py}: complete PyTypeObject definitions


Fri, 13 May 2016 11:45:42 GMT Paul Brossier <piem@piem.org> [84fad5a]
	* python/ext/aubiomodule.c (modified)

	python/ext/aubiomodule.c: fix PyMethodDef sentinel


Thu, 12 May 2016 18:01:04 GMT Paul Brossier <piem@piem.org> [1670f39]
	* python/setup.py (modified)

	python/setup.py: no need to include ../build/src


Wed, 11 May 2016 23:30:26 GMT Paul Brossier <piem@piem.org> [2ee90df]
	* python/lib/gen_code.py (modified)

	python/lib/gen_code.py: fix error string


Wed, 11 May 2016 23:28:35 GMT Paul Brossier <piem@piem.org> [a138975]
	* python/ext/py-cvec.c (modified)
	* python/ext/py-fft.c (modified)
	* python/ext/py-source.c (modified)
	* python/ext/ufuncs.c (modified)

	ext/: build with -Wdeclaration-after-statement -Werror


Wed, 11 May 2016 23:28:23 GMT Paul Brossier <piem@piem.org> [911c22f]
	* python/ext/aubioproxy.c (modified)

	ext/aubioproxy.c: fix windows c89 compilation


Wed, 11 May 2016 23:27:42 GMT Paul Brossier <piem@piem.org> [bb4af3a]
	* python/ext/aubioproxy.c (modified)
	* python/ext/py-cvec.c (modified)

	python/ext/{aubioproxy,py-cvec}.c: use npy_intp, not long


Wed, 11 May 2016 13:20:00 GMT Paul Brossier <piem@piem.org> [c18bbef]
	* python/ext/py-source.c (modified)

	python/ext/py-source.c: fix free


Wed, 11 May 2016 13:18:08 GMT Paul Brossier <piem@piem.org> [cd2791f]
	* python/ext/py-source.c (modified)

	python/ext/py-source.c: fix error string, only delete if created


Wed, 11 May 2016 09:00:22 GMT Paul Brossier <piem@piem.org> [44312de]
	* python/tests/test_fvec.py (modified)

	python/tests/test_fvec.py: cope with accumulated errors


Wed, 11 May 2016 07:40:50 GMT Paul Brossier <piem@piem.org> [88554b9]
	* python/tests/test_fvec.py (modified)

	python/tests/test_fvec.py: clean up and simplify


Wed, 11 May 2016 07:40:04 GMT Paul Brossier <piem@piem.org> [b96a7b8]
	* python/lib/aubio/__init__.py (modified)

	python/lib/aubio/__init__.py: make sure length is not zero and ...


Wed, 11 May 2016 05:06:08 GMT Paul Brossier <piem@piem.org> [0df6e9e]
	* python/tests/test_fvec.py (modified)

	python/tests/test_fvec.py: avoid import


Wed, 11 May 2016 03:24:13 GMT Paul Brossier <piem@piem.org> [1ad9dc3]
	* python/ext/aubio-types.h (modified)
	* python/ext/py-cvec.c (modified)

	python/ext/py-cvec.c: remove unused function


Wed, 11 May 2016 02:54:06 GMT Paul Brossier <piem@piem.org> [34d0c25]
	* python/ext/aubio-types.h (modified)
	* python/ext/aubioproxy.c (modified)
	* python/ext/py-cvec.c (modified)

	python/ext/aubioproxy.c: factorize input checks into ...


Wed, 11 May 2016 00:53:11 GMT Paul Brossier <piem@piem.org> [ece990f]
	* python/tests/test_filter.py (modified)

	python/tests/test_filter.py: fix indent


Wed, 11 May 2016 00:52:19 GMT Paul Brossier <piem@piem.org> [2871e2b]
	* python/tests/test_filter.py (modified)

	python/tests/test_filter.py: add tests


Tue, 10 May 2016 21:45:41 GMT Paul Brossier <piem@piem.org> [84838c3]
	* python/demos/demo_reading_speed.py (modified)

	python/demos/demo_reading_speed.py: avoid unused variable, use ...


Tue, 10 May 2016 21:21:37 GMT Paul Brossier <piem@piem.org> [8cf51c4]
	* python/ext/py-phasevoc.c (modified)

	python/ext/py-phasevoc.c: make sure to avoid double free


Tue, 10 May 2016 21:20:52 GMT Paul Brossier <piem@piem.org> [ad9f999]
	* python/ext/py-phasevoc.c (modified)

	python/ext/py-phasevoc.c: improve error message


Tue, 10 May 2016 21:20:07 GMT Paul Brossier <piem@piem.org> [168a154]
	* python/tests/test_phasevoc.py (modified)

	python/tests/test_phasevoc.py: fix duplicate test name


Tue, 10 May 2016 21:02:57 GMT Paul Brossier <piem@piem.org> [1b62ee9]
	* python/lib/aubio/slicing.py (modified)

	python/lib/aubio/slicing.py: fix samplerate


Tue, 10 May 2016 21:00:09 GMT Paul Brossier <piem@piem.org> [0b64f15]
	* python/demos/demo_onset_plot.py (modified)

	python/demos/demo_onset_plot.py: remove unused import


Tue, 10 May 2016 20:59:12 GMT Paul Brossier <piem@piem.org> [fe738f1]
	* python/lib/gen_code.py (modified)

	python/lib/gen_code.py: remove unused variable


Tue, 10 May 2016 20:54:40 GMT Paul Brossier <piem@piem.org> [744190f]
	* python/lib/aubio/midiconv.py (modified)

	python/lib/aubio/slicing.py: fix samplerate


Tue, 10 May 2016 20:42:55 GMT Paul Brossier <piem@piem.org> [8b56b18]
	* python/lib/aubio/slicing.py (modified)

	python/lib/aubio/slicing.py: clean up


Tue, 10 May 2016 20:31:05 GMT Paul Brossier <piem@piem.org> [f6892d4]
	* python/demos/demo_pitch_sinusoid.py (modified)

	python/demos/demo_pitch_sinusoid.py: clean up, indent


Tue, 10 May 2016 20:09:02 GMT Paul Brossier <piem@piem.org> [0c6e3b0]
	* python/demos/demo_simple_robot_voice.py (modified)

	python/demos/demo_simple_robot_voice.py: indent


Tue, 10 May 2016 20:08:06 GMT Paul Brossier <piem@piem.org> [1e4d90f]
	* python/demos/demo_reading_speed.py (modified)

	python/demos/demo_reading_speed.py: disable other packages by default


Tue, 10 May 2016 19:53:01 GMT Paul Brossier <piem@piem.org> [8fb567c]
	* python/demos/demo_filterbank.py (modified)
	* python/demos/demo_filterbank_slaney.py (modified)
	* python/demos/demo_keyboard.py (modified)
	* python/demos/demo_mel-energy.py (modified)
	* python/demos/demo_mfcc.py (modified)
	* python/demos/demo_onset_plot.py (modified)
	* python/demos/demo_pitch.py (modified)
	* python/demos/demo_pitch_sinusoid.py (modified)
	* python/demos/demo_pysoundcard_record.py (modified)
	* python/demos/demo_reading_speed.py (modified)
	* python/demos/demo_sink_create_woodblock.py (modified)
	* python/demos/demo_tempo_plot.py (modified)
	* python/demos/demo_tss.py (modified)
	* python/demos/demo_waveform_plot.py (modified)

	python/demos: remove unused import and variables


Tue, 10 May 2016 19:37:37 GMT Paul Brossier <piem@piem.org> [143682b]
	* python/lib/aubio/__init__.py (modified)

	python/lib/aubio/__init__.py: clean up, use isinstance


Tue, 10 May 2016 19:18:38 GMT Paul Brossier <piem@piem.org> [016813e]
	* python/lib/aubio/midiconv.py (modified)

	python/lib/aubio/midiconv.py: fix instance checks


Tue, 10 May 2016 19:05:06 GMT Paul Brossier <piem@piem.org> [ddfa6be]
	* python/tests/test_mathutils.py (modified)

	python/tests/test_mathutils: fix test_miditobin test


Tue, 10 May 2016 19:03:10 GMT Paul Brossier <piem@piem.org> [1827c498]
	* python/lib/aubio/midiconv.py (modified)

	python/lib/aubio/midiconv.py: clean up, add some documentation


Tue, 10 May 2016 18:07:21 GMT Paul Brossier <piem@piem.org> [cb89e51]
	* python/lib/moresetuptools.py (modified)

	python/lib/moresetuptools.py: simplify imports


Tue, 10 May 2016 18:03:06 GMT Paul Brossier <piem@piem.org> [b3c2d33]
	* python/demos/demo_spectrogram.py (modified)

	python/demos/demo_spectrogram.py: remove unused import


Tue, 10 May 2016 17:56:59 GMT Paul Brossier <piem@piem.org> [337aaae]
	* python/demos/demo_spectrogram.py (modified)

	python/demos/demo_spectrogram.py: fix title


Tue, 10 May 2016 17:53:17 GMT Paul Brossier <piem@piem.org> [bbc62b5]
	* python/lib/gen_code.py (modified)

	python/lib/gen_code.py: fix format string


Tue, 10 May 2016 17:46:34 GMT Paul Brossier <piem@piem.org> [29693d0]
	* python/setup.py (modified)

	python/setup.py: remove unused import


Tue, 10 May 2016 17:42:30 GMT Paul Brossier <piem@piem.org> [c9a9f86]
	* python/demos/demo_pitch.py (modified)

	python/demos/demo_pitch.py: clean up imports


Tue, 10 May 2016 17:40:24 GMT Paul Brossier <piem@piem.org> [494df02]
	* python/demos/demo_bpm_extract.py (modified)

	python/demos/demo_bpm_extract.py: add exception type, avoid {} as ...


Tue, 10 May 2016 17:35:29 GMT Paul Brossier <piem@piem.org> [67e16c2]
	* python/demos/demo_spectrogram.py (modified)

	python/demos/demo_spectrogram.py: fix indent


Tue, 10 May 2016 17:02:47 GMT Paul Brossier <piem@piem.org> [d0faeca]
	* python/demos/demo_tss.py (modified)

	python/demos/demo_tss.py: fix indent


Tue, 10 May 2016 16:57:43 GMT Paul Brossier <piem@piem.org> [a4575c4]
	* python/demos/demo_spectrogram.py (modified)

	python/demos/demo_spectrogram.py: fix indent


Tue, 10 May 2016 16:50:36 GMT Paul Brossier <piem@piem.org> [01f7598]
	* python/demos/demo_filter.py (modified)

	python/demos/demo_filter.py: clean-up


Tue, 10 May 2016 16:45:58 GMT Paul Brossier <piem@piem.org> [73d38d5]
	* python/demos/demo_filter.py (moved)

	python/demos/demo_filter.py: moved from _a_weighting, clean-up


Wed, 04 May 2016 11:16:44 GMT Paul Brossier <piem@piem.org> [9e4e389]
	* python/lib/gen_code.py (modified)

	python/lib/gen_code.py: make sure aubio object has been created ...