https://github.com/alexandergrooff/audiosequencer
https://github.com/alexandergrooff/audiosequencer
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexandergrooff/audiosequencer
- Owner: AlexanderGrooff
- License: gpl-3.0
- Created: 2017-11-22T20:22:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T22:02:02.000Z (over 8 years ago)
- Last Synced: 2025-02-01T20:26:26.893Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Audio Sequencer
## How it works
Works by putting .wav files in the `dist` directory, and executing the audiosequencer.exe.
Every time the audiosequencer is run, it indexes any .wav files in the directory and saves these in the configuration file.
After this, it runs the next .wav file that is up, and loops back to the start when it ran the whole list of saved .wav files.
When adding any new .wav files after already having ran the audiosequences, it will append these new files to the end of the list.
## Build
Runs on Python 3.4.
Build via `python setup.py py2exe`