User Submitted CoyoteScript

Profile Switcher

Author: Sander

Script Version: 1

Minimum CoyoteMIDI Build: 771

With this script you can switch the selected translation profile by triggering a translation.

This script adds the following translation parameter:
profile: The profile to switch to when the translation is executed.
				
					$profile = ($parameters profile)
if (gettranslationprofiles) !contains $profile
    messagebox "Profile was not found!"
    return
selectedtranslationprofile $profile

event uirefreshed
    translationparameter profile (combobox Profile "The profile to switch to." (mapkeys (gettranslationprofiles)) default 0.6)
				
			

3 downloads