Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tom-weatherhead/boss-gx-700-patch-parser
A parser for MIDI SysEx messages that describe guitar effects patches used by the Boss GX-700 guitar effects processor.
https://github.com/tom-weatherhead/boss-gx-700-patch-parser
audio boss guitar gx-700 midi parser sysex-messages web-midi
Last synced: about 7 hours ago
JSON representation
A parser for MIDI SysEx messages that describe guitar effects patches used by the Boss GX-700 guitar effects processor.
- Host: GitHub
- URL: https://github.com/tom-weatherhead/boss-gx-700-patch-parser
- Owner: tom-weatherhead
- License: mit
- Created: 2022-10-20T03:59:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T23:17:46.000Z (about 2 years ago)
- Last Synced: 2024-04-14T23:52:48.776Z (7 months ago)
- Topics: audio, boss, guitar, gx-700, midi, parser, sysex-messages, web-midi
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# boss-gx-700-patch-parser
A parser for MIDI SysEx messages that describe guitar effects patches used by the Boss GX-700 guitar effects processor.[![watchers][watchers-badge-image]][watchers-url]
[![stars][stars-badge-image]][stars-url]
[![issues][issues-badge-image]][issues-url]
[![forks][forks-badge-image]][forks-url]
[![branches][branches-badge-image]][branches-url]
[![commits][commits-badge-image]][commits-url]
[![last commit][last-commit-badge-image]][last-commit-url]
[![license][license-badge-image]][license-url]## History
The Boss GX-700 is a 1990s-era (pre-USB) guitar effects processor. It was first manufactured in 1996.
## Running the app
Use [SysEx Librarian](https://www.snoize.com/sysexlibrarian/) (or something similar) to receive, record, and play back the messages dumped from the GX-700.
To run the parser app, use Google Chrome (or something similar) to load the file src/index.html . The app may not work in Firefox because Firefox requires Web MIDI API calls to run within a secure environment.
## License
[MIT](https://choosealicense.com/licenses/mit/)[watchers-badge-image]: https://badgen.net/github/watchers/tom-weatherhead/boss-gx-700-patch-parser
[watchers-url]: https://github.com/tom-weatherhead/boss-gx-700-patch-parser/watchers
[stars-badge-image]: https://badgen.net/github/stars/tom-weatherhead/boss-gx-700-patch-parser
[stars-url]: https://github.com/tom-weatherhead/boss-gx-700-patch-parser/stargazers
[issues-badge-image]: https://badgen.net/github/issues/tom-weatherhead/boss-gx-700-patch-parser
[issues-url]: https://github.com/tom-weatherhead/boss-gx-700-patch-parser/issues
[forks-badge-image]: https://badgen.net/github/forks/tom-weatherhead/boss-gx-700-patch-parser
[forks-url]: https://github.com/tom-weatherhead/boss-gx-700-patch-parser/network/members
[branches-badge-image]: https://badgen.net/github/branches/tom-weatherhead/boss-gx-700-patch-parser
[branches-url]: https://github.com/tom-weatherhead/boss-gx-700-patch-parser/branches
[commits-badge-image]: https://badgen.net/github/commits/tom-weatherhead/boss-gx-700-patch-parser
[commits-url]: https://github.com/tom-weatherhead/boss-gx-700-patch-parser/commits/master
[last-commit-badge-image]: https://badgen.net/github/last-commit/tom-weatherhead/boss-gx-700-patch-parser
[last-commit-url]: https://github.com/tom-weatherhead/boss-gx-700-patch-parser
[license-badge-image]: https://img.shields.io/github/license/mashape/apistatus.svg
[license-url]: https://github.com/tom-weatherhead/thaw-grammar/blob/master/LICENSE