Geonkick-Synthesizer / geonkick

Geonkick is a free software synthesizer capable of generating a wide range of percussive sounds, including kicks, snares, claps, hi-hats, shakers, and also unique effect sounds.
https://geonkick.org
GNU General Public License v3.0
89 stars 7 forks source link

When I save a preset and then load it - there is still Default name in the title bar #46

Open o-bardiuk opened 5 months ago

o-bardiuk commented 5 months ago

image

iurienistor commented 5 months ago

This is because the name of the preset is not the same as the filename of the preset. Then the preset is loaded its name is taken from the contents of the file, not from the file name.

o-bardiuk commented 5 months ago

Yeah, I got that, I have checked the preset file. Wouldn't it help if the Default word is replaced with the file name on save for better convenience? In other way users would need to edit the files manually.

iurienistor commented 5 months ago

@o-bardiuk Yes, I think this can be done. I am planning to add the user to input the metadata when a preset is saved. and to show these metadata in the presets window when a preset is selected, or in other places of the UI. I want to show the author, url, license and other info maybe. Thus, probably if the user will not provide a name for the preset... than the name will be replaced with the file name or something.