News:

New forum!

Main Menu

Notes on potential features

Started by Administrator, Sep 06, 2025, 09:17 AM

Previous topic - Next topic

Administrator

* Add a button on the launcher to load the user patch names and display them in the launcher.
Need to test how long this will take because we'll need to do 200 MIDI requests. The data returned is only 16 bytes per patch so maybe it will be okay. Possible gotcha is that the launcher will not automatically update if the patch name is changed on the GX100.

* Search for patches that use a particular effect.
For example, find all patches that use a Fender Bassman. This could be useful to see what settings are used.
Maybe show a list of the patches found and allow sending program changes so you can hear how those patches sound.
The effect chain for every user patch would need to be loaded and decoded to determine which effects are used. Need to test to find out how long this will take to search all 200 user patches.

* Load patches that have been saved in Tone Studio .alb and .tsl file formats.
This will take quite a bit of work though I did a quick test and it is possible...