I was thinking about writing a little menu program which listed multiple custom aud.ini files.
You pick one and it overwrites the real aud.ini file then launches sonar. I guess it should include a means to copy and rename the current aud.ini. It should probably include the same for cakewalk.ini.
To keep things simple and accessible I would make a sonar_cfg.txt file which would contain a cfg name followed by an aud.ini filename and cakewalk.ini filename. When the program is run, it would read the sonar_cfg.txt file and put the entries in a menu. You click on the desired config and sonar launches with the new cfg's. Naturally you could edit the sonar_cfg.txt file with notepad.
THe sonar_cfg.txt file would look like this
[My config 1]
aud_tascam.ini
cake_tascam.ini
[My config 2]
aud_emu.ini
cake_emu.ini
The menu in the program would look like this
My config 1
My config 2
Would something like this be of any use to anyone. I have been thinking of a way to pay it forward for all the help I have gotten from the forum.
I have done similar programs many times so it would be a cut and paste thing.
Michael