Nendo Plugin Loopify
Automatic audio loop extraction.
Features
- Automatically find loopable sections in a
NendoTrack - Automate your sample digging process
Requirements
Due to madmom versions < 0.17 errors with python 3.10, we require the latest version of the package from git, where this is fixed. See also this related issue.
Run:
pip install git+https://github.com/CPJKU/madmom.git@0551aa8
Installation
- Install Nendo
pip install nendo-plugin-loopify
Usage
Take a look at a basic usage example below. For more detailed information, please refer to the documentation.
For more advanced examples, check out the examples folder. or try it in colab:
from nendo import Nendo, NendoConfig
nd = Nendo(config=NendoConfig(plugins=["nendo_plugin_loopify"]))
track = nd.library.add_track(file_path='/path/to/track.mp3')
generated_loops = nd.plugins.loopify(
track=track,
n_loops=4,
beats_per_loop=8
)
generated_loops[0].loop()
Contributing
Visit our docs to learn all about how to contribute to Nendo: Contributing
License
Nendo: MIT License
Madmom: BSD License
Pretrained models: The weights are released under the CC-BY-NC 4.0 license
Release files for nendo-plugin-loopify 0.1.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nendo_plugin_loopify-0.1.7.tar.gz | 1.5 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nendo_plugin_loopify-0.1.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.0 MB
Release files / nendo_plugin_loopify-0.1.7.tar.gz
| Download URL | nendo_plugin_loopify-0.1.7.tar.gz |
|---|---|
| Size | 1.5 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4d2c675413eb1529f4c257e35a3a1e48b25dc12f3c860c456fe672eb93290d84
|
|
BLAKE2b-256 checksum How to use checksums |
ec2a43bcd6a87c49b0c5b0d8c3b8b907b1ccd7e4dcdb4a1015800eea55a9cba4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.9.16 Linux/6.6.25_1
|
Release files / nendo_plugin_loopify-0.1.7-py3-none-any.whl
| Download URL | nendo_plugin_loopify-0.1.7-py3-none-any.whl |
|---|---|
| Size | 1.5 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f841770b3349c562258bac1dc2d4c06cb14deb02d35d6a34faecb8c67b96a6af
|
|
BLAKE2b-256 checksum How to use checksums |
e50fb335867ea19fc60f9fbebd3154e9ed6ddf636ad11e7ca849dc3e162e6c51
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.9.16 Linux/6.6.25_1
|