sdatkinson / NeuralAmpModelerPlugin

Plugin for Neural Amp Modeler
MIT License
1.9k stars 127 forks source link

[BUG] .nam files are grayed out #96

Closed sdatkinson closed 1 year ago

sdatkinson commented 1 year ago

Describe the bug Users have reported that when using the model selector, .nam files are grayed out and cannot be selected.

I believe that the root cause is in the usage of pGraphics->PromptForFile().

Oli says that iPlug2's IGraphics:CreateFileDialog() method has an argument ext which needs to be provided with a space separated list “nam json”

olilarkin commented 1 year ago

I have added this as part of #92 , which will also make it work for desktop :-)

sdatkinson commented 1 year ago

Thanks so much, @olilarkin!