Preset browser additions
-
Images as list items :D
-
@dustbro I couldn't get anywhere with the favourites (or tags). I'm having a go at rolling my own preset browser directly in HISE. It's a fair bit of work but it only needs to be done once and if it all works it will give the most flexibility and be better than trying to beat the stock preset browser into a new shape :)
-
@d-healey Nice work so far.
-
@dustbro I'm giving up on the custom preset browser (for now) definitely more work than I anticipated, but also definitely a possibility.
I'm looking into fixing the expansion preset favourites. I've found that the db.json file is loaded from the project's root user preset directory when the program first opens. And it isn't reloaded when you select an expansion in the expansion column.
I've changed this now so that the database file is reloaded when you select or deselect an expansion. This still doesn't solve the problem though :( Right now the issue I have is I don't fully understand how the database variable is being utilised, my task for tomorrow is to try and figure it out.
@Christoph-Hart any hints?
-
@d-healey said in Preset browser additions:
I'm giving up on the custom preset browser
It's a massive undertaking. Hopefully @Christoph-Hart will have some pointers for ya so we can enjoy the built in preset browser
-
I've been back at preset browser hacking - btw the expansion favourites issue has been fixed for a while.
New feature I've just added: show full path in the favourites column.
This can be enabled with the Data property
"FullPathFavorites": true
(false by default for backwards compatibility).I've added this because I have projects where multiple presets have the same name but the bank and category are different. So it's necessary to show the bank and category in the favourites list otherwise you don't know which preset you're loading.
-
I notice a recent change adds a conflict with this PR. It's a simple fix and I think it would be good to get this PR merged, I can see no downsides.
-
@d-healey I vote for it to become the main hise preset panel by default.
nice work for a beginner ^^ -
Added ability to hide preset browser search bar (#444) This is the Latest Commit so far. But No Githash.
It is showing Wrong GitCommit Hash
because there is noGitHash.txt
andcurrentGit.h
Please fix @Christoph-Hart @d-healey
-
@DabDab yes it's because the commits were from the pull request that didn't update the hash counter. It'll be fixed the next time I commit something, so shouldn't take too long...