A web-based viewer for Helix presets.
https://dbagchee.github.io/helix-preset-viewer/
Note: This is very much a work in progress. Currently this tool has the following limitations:
- Some missing model data (mostly amps and cabs at this point) - you will see an asterisk (*) next to items that are not mapped at the moment (though you can still view the blocks parameters and probably figure out which one it is in the meantime).
- Some of the parameter data is a little raw (true/false instead of on/off, number formatting, etc).
- Could be other bugs!
npm install
npm run serve
npm run build
npm run test
npm run lint