Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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