https://github.com/steveb/bogt
https://github.com/steveb/bogt
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/steveb/bogt
- Owner: steveb
- License: gpl-3.0
- Created: 2016-03-12T03:26:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-03T06:27:11.000Z (almost 10 years ago)
- Last Synced: 2025-02-08T19:34:32.351Z (over 1 year ago)
- Language: Python
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
# Patch management tool for the Boss GT-100
bogt is a command line tool for managing patches on the BOSS GT-100 guitar
effects processor. It uses the same TSL file format for storing patches as the
BOSS TONE STUDIO application.
Other than commands for the basic sending and receiving of patches.
To install, create a python virtualenv and install by running `pip install ./`
To begin use, connect your GT-100 (or GT-001) via USB, run `bogt configure` and
follow the prompts. Run `bogt help` for other available commands.
This tool supports an extension mechanism to add extra commands. See the
[bogt-rando](https://github.com/steveb/bogt-rando) repository for an extension
which adds the `bogt rand` command which generates mutated patches from a base
patch.
This project is licensed under the GNU GPL v3.