jpcima / ADLplug

FM Chip Synthesizer — OPL & OPN — VST/LV2/Standalone
Boost Software License 1.0
425 stars 22 forks source link

Raise the default volume #37

Closed jpcima closed 5 years ago

jpcima commented 5 years ago

Feature request:

Other request by me:

trebmuh commented 5 years ago

Suggestion to make this default volume level a user-preference.

jpcima commented 5 years ago

Suggestion to make this default volume level a user-preference.

Suggestion rejected! :smile: The volume level is going to be a parameter of the plugin.

trebmuh commented 5 years ago

That's fine as well as long as the plugin remembers the volume level from one session to another.

jpcima commented 5 years ago

Master volume is implemented as parameter

trebmuh commented 5 years ago

The volume button works as expected (+/- loud) when turning it. It would be great to add a -10dB / 0 / +10dB to the GUI button.

That's unfortunate that the volume selection can't be reminded in the .ini file (user-configuration), it'd be useful here.

jpcima commented 5 years ago

It would be great to add a -10dB / 0 / +10dB to the GUI button.

Ok. Again I just need to find a display arrangement so I can pack this.

That's unfortunate that the volume selection can't be reminded in the .ini file (user-configuration), it's be useful here.

There's lots of user-side ideas which sound good at first, but have a technical cost complexity-wise. A thing is: in LV2 and VST descriptions, there is already a setting for a "default" value, and I don't want to have 2 sources which fight to decide what a value should be, or to behave in unexpected ways in relation with plugin hosts.

For the Jack standalone it's possible that I add NSM as feature, this can offer a state persistence like a plugin host can.

jpcima commented 5 years ago

Volume indicator is done.