aiberlin / NTMI

http://www.airborneinstruments.eu/
GNU General Public License v3.0
15 stars 1 forks source link

User presets #2

Closed adcxyz closed 11 months ago

adcxyz commented 5 years ago

What can users make and store?

Users should be able to make and store:

adcxyz commented 5 years ago

Longer Proposal:

Storable user settings actually store choices from repertoires.

NTMI has repertoires of:

Basic repertoires exist within the project folder; User repertoires should exist locally in a user NTMI dir, in a known location such as ~/NTMI/.

From these repertoires, users should be able to assemble full setup pages, which will be stored as a single .scd file; loading one such file will configure one full user setup.

Such a file would include: q.numChans names of preferred sounds to load // or if not given, load all ... names of preferred presets for the sounds to load names of preferred masterfx patches to load names of preferred influx weight presets to load names of preferred influx weight modifiers to load /// four names of sounds to put into slots four names of presets to set the sounds in slots name of influx weight preset to use name of influx weight modifier to use name on stored masterFX setting to activate

A file with known name and location, such as userdir/ntmi_prefs.scd just stores which preset to load on startup.

adcxyz commented 11 months ago

most of this is handled with ntmi prefs file in userPOOL; mainFX prefs still need more work, but that is a separate issue.