[patches:#524] cmdline options to undo previous options

Status: open
Group: bugfix
Created: Tue Jun 10, 2014 10:45 AM UTC by IOhannes m zmölnig
Last Updated: Tue Jun 10, 2014 10:45 AM UTC
Owner: Miller Puckette

currently, Pd has no way to disable a cmdline option. e.g. the flag -noautopatch disables the auto-patching feature, but there is no corresponding -autopatch flag.
similarily, on linux there is no way to switch to the default MIDI-API (OSS) once the alsa-API has been chosen (using the -alsamidi flag).

this is annoying in three cases:

the attached patch adds a number of additional flags that negate previous settings (e.g. -gui to override a -nogui flag) when it seems to make sense.

i left out the -prefs flag (overriding a -noprefs option) mainly because this could be useful for specifying an alternative preferences-file (-prefs /tmp/myotherprefs).


Sent from sourceforge.net because pd-dev@lists.iem.at is subscribed to https://sourceforge.net/p/pure-data/patches/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pure-data/admin/patches/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.