Enable multiple settings presets #14
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Repository
https://github.com/to-the-sun/amanuensis
Details
The Amanuensis saves a file called Amanuensis.json which stores all of the general settings for the program, including audio driver, folders, the tolerance and memory span, compressor settings, gain levels, as well as all of the last used sounds for each track. This information is stored and recalled through a single preset (number 1) via the
pattrstorage
object. However, it could be useful to store multiple presets so that if the system is taken to a different context (recording studio versus home, for instance) alternate settings could be recalled quickly.Components
pattrstorage
is designed to accommodate multiple presets very easily. One would only need to send thepattrstorage
in the bottom left of Amanuensis.maxpat (selected in the screenshot)store x
andx
messages to store and recall presets as appropriate, wherex
is the new preset number.Some sort of quick and dirty UI scheme could be thrown together at first, with simple number boxes labeled was something like, "store current settings as preset number" and "recall settings preset number". Eventually this functionality would probably be best at the top of the settings menu pop-up window, but could just be "under the hood" in the patching view of Amanuensis.maxpat for now.
Deadline
There is no deadline, but we can discuss how long it might take to execute.
Communication
Reply to this post or contact me through Github for more details.
Proof of Work Done
https://github.com/to-the-sun
The text was updated successfully, but these errors were encountered: