# # ChangeLog for python/lib/aubio/cut.py # # Generated by Trac 1.2 # Oct 19, 2024, 11:45:46 AM Mon, 05 Nov 2018 13:02:20 GMT Paul Brossier [dc74f69] * python/lib/aubio/cmd.py (modified) * python/lib/aubio/cut.py (modified) [py] move cut_slice from cut to cmd to avoid cyclic import Mon, 05 Nov 2018 13:01:41 GMT Paul Brossier [f8c75aa] * python/lib/aubio/cut.py (modified) [py] [style] add space after , in cut.py Mon, 29 Oct 2018 14:37:14 GMT Paul Brossier [adf09b2] * python/lib/aubio/cut.py (modified) [py] [cut] use source.samplerate Mon, 29 Oct 2018 14:36:07 GMT Paul Brossier [e126e65] * python/lib/aubio/cmd.py (modified) * python/lib/aubio/cut.py (modified) [py] [cut] add option --create-first Sat, 16 Sep 2017 14:42:20 GMT Paul Brossier [c81c3d2] * python/lib/aubio/cut.py (modified) python/lib/aubio/cut.py: use AubioArgumentParser Sat, 16 Sep 2017 13:46:12 GMT Paul Brossier [eb8f7d5] * python/lib/aubio/cut.py (modified) python/lib/aubio/cut.py: remove unused variable Sat, 16 Sep 2017 10:36:42 GMT Paul Brossier [b02d52f] * python/lib/aubio/cut.py (modified) python/lib/aubio/cut.py: clean-up, split in functions Sun, 16 Apr 2017 09:38:10 GMT Paul Brossier [a5004903] * python/lib/aubio/cut.py (modified) python/lib/aubio/cut.py: upgrade to argparse Sun, 16 Apr 2017 09:37:54 GMT Paul Brossier [2bf530e0] * python/lib/aubio/cut.py (modified) python/lib/aubio/cut.py: pass samplerate to onset or tempo Thu, 23 Mar 2017 14:22:33 GMT Paul Brossier [4077fa1] * python/lib/aubio/cut.py (modified) python/lib/aubio/cut.py: remove unused imports Thu, 23 Mar 2017 13:56:50 GMT Paul Brossier [8e2f36a] * python/lib/aubio/cmd.py (moved) * python/lib/aubio/cut.py (moved) * setup.py (modified) setup.py: move cut and cmd inside aubio module, use entry_points to ...