Profile Types: Stored / Temporary

Post and discuss reusable scripts and usage ideas that are not tied to specific audio.
Post Reply
admin
Site Admin
Posts: 18
Joined: Sat May 31, 2025 1:38 am

Profile Types: Stored / Temporary

Post by admin »

Cjam manages editing settings as profiles.
There are two types:

Stored profile – saved settings that remain available even after closing and restarting the program.
Temporary profile – settings that are reset when the program is closed.

To use a temporary profile, enter one of the following commands in the main screen’s command input box. The profile will then appear in the profile list and be available for use:

Code: Select all

st=1,si=0,sp=2,sa=1
or

Code: Select all

settemp
Only one temporary profile can be active in the list, and it always appears at the top of the list when displayed.
Post Reply