patrickhult / ToneLibrary

Collection of tone models for GuitarML plugins

Home Page:https://guitarml.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToneLibrary

The ToneLibrary is a collection of tone models for GuitarML plugins. These files are json format. Feel free to contribute your own models, either by emailing to smartguitarml@gmail.com, or by creating a pull request.

The models are linked for download on the GuitarML Website

Compatibility

The model files are compatible with GuitarML plugins, including:

Note: Each plugin uses a different neural net architecture, and these are not cross-compatible. Only use the models intended for a specific plugin.

Model Training

Model training is accomplished using the following tools:

Model Layer Info

  • Proteus (stateful LSTM -> Dense)
  • NeuralPi (stateful LSTM -> Dense)
  • SmartAmpPro (Conv1D -> Conv1D -> stateless LSTM -> Dense)
  • SmartPedal/SmartAmp (WaveNet)

About

Collection of tone models for GuitarML plugins

https://guitarml.com/

License:GNU General Public License v3.0