File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# AbletonParsing
22Parse an Ableton ASD clip file in Python.
33
4+ ## Install
5+
6+ ` pip install abletonparsing `
7+
8+ ## API
9+
410Clip class:
511* .loop_on - ( bool , READ/WRITE ) - Loop toggle is on
612* .start_marker - ( float , READ/WRITE ) - Start marker in beats relative to 1.1.1
Original file line number Diff line number Diff line change 11[metadata]
2- name = abletonparsing-braun
2+ name = abletonparsing
33version = 0.1.1
44author = David Braun
55author_email = braun@ccrma.stanford.edu
@@ -13,13 +13,13 @@ classifiers =
1313 Programming Language :: Python :: 3
1414 License :: OSI Approved :: MIT License
1515 Operating System :: OS Independent
16- tests_require = pytest; librosa; soundfile; pyrubberband
1716
1817[options]
1918package_dir =
2019 = src
2120packages = find:
2221python_requires = >=3.6
22+ tests_require = pytest; librosa; soundfile; pyrubberband
2323
2424[options.packages.find]
2525where = src
You can’t perform that action at this time.
0 commit comments