chadalon / Studio-One-File-Finder

A cross-platform application made to update sample file locations in Studio One .song files en masse
GNU General Public License v3.0
1 stars 0 forks source link

Change method to cache ALL samples first and then replace #39

Closed chadalon closed 3 months ago

chadalon commented 3 months ago

This way more mem will be used but finding files will be WAY faster - especially with larger sample folders. I don't think it will cause too much mem usage, but may need to keep an eye on it. Also probably clear the dictionary ASAP

chadalon commented 3 months ago

If a sample has an extension we don't support, do the old way of searching all the dirs for a matching file.