MattPutnam / Cadenza

A live MIDI performance manager
www.cadenzasoftware.com
0 stars 0 forks source link

Fix OrphanedPatchRemapper to build suggestions outside of the Swing thread #23

Closed MattPutnam closed 10 years ago

MattPutnam commented 10 years ago

This is a potentially expensive operation that shouldn't block the Swing thread. It's proven to be pretty fast so far but a larger list of patches and/or a larger new synth to search could choke it.

Will probably need to implement a blocking panel with a banner to block the UI until the suggestions map is generated.