CrashOverride85 / zc95

4 channel EStim box inspired by the mk312bt, with Lua scripting support
GNU General Public License v3.0
46 stars 12 forks source link

Pattern list performance enhancement #132

Closed CrashOverride85 closed 2 weeks ago

CrashOverride85 commented 2 weeks ago

When the pattern list is first displayed, it iterates through all patterns to get the display name. When you start a pattern and go back, it clears the list and does exactly the same again, leading to a pointless delay which only increases the more patterns there are. Update to only generate that list once.