; Sequetron 12.00 beta-1 Configuration File ; Contact details and updates on www.philizound.co.uk ; This is a subset of the full config file. ; See full config for general conventions, syntax etc. ; Config file version for backwards compatibility where possible; do not change. Version = 12.00 ;-------------------------------------------------------------------------------- ; Colours, format: | , , ; where the 3 x n's are decimal numbers 0 to 255 defining the RGB intensities, ; e.g. 0,0,0 = black, 255,255,255 = white, ; 255,0,0 = pure red, 255,255,0 = yellow, 128,128,128 = grey ; Most of these can be configured on-screen; the rest can be edited using the ; colour picker tool to generate the 3 nos. in the clipboard for pasting here. ; A single digit m refers to current Windows system colours, ; e.g. 15 = ButtonFace. ;-------------------------------------------------------------------------------- ; Start of system-wide colours ClSysBgGradStartActiveTitleBar = 0, 187, 0 ClSysBgGradEndActiveTitleBar = 0, 128, 0 ClSysBgGradStartInactiveTitleBar = 85, 85, 85 ClSysBgGradEndInactiveTitleBar = 0, 0, 0 ClSysFgActiveTitleBar = 255, 255, 255 ClSysFgInActiveTitleBar = 245, 234, 207 ClSysBgMenuBar = 0, 0, 0 ClSysFgMenuBar = 0, 255, 0 ; Background for check boxes, radio buttons, drop-down combos. ClSysBgWindow = 247, 223, 62 ; All windows text ClSysFgWindowText = 0, 0, 0 ClSysBgBtnHighlight = 244, 216, 11 ClSysBgBtnFace = 244, 216, 11 ClSysBgWindowFrame = 0, 0, 0 ClSysBgActiveBorder = 128, 128, 128 ClSysBgBackground = 0, 0, 0 ClSysBgScrollBar = 191, 191, 191 ClSysBgInactiveBorder = 128, 128, 128 ClSysBgAppWorkspace = 244, 216, 11 ClSysBgHighlight = 0, 147, 0 ClSysFgHighlight = 255, 255, 255 ClSysBgBtnShadow = 244, 216, 11 ClSysFgGrayText = 85, 85, 85 ClSysFgBtnText = 0, 0, 0 ClSysBg3DDkShadow = 244, 216, 11 ClSysBg3DLight = 244, 216, 11 ClSysFgTooltip = 128, 0, 128 ClSysBgTooltip = 255, 255, 255 ClSysBgHotLight = 215, 165, 47 ; End of system-wide colours ;-------------------------------------------------------------------------------- ; Background colour behind panels ClBgForm = 244, 216, 11 ; Background colour for status bar ClBgStatusBar = 244, 216, 11 ; Text colour within main window for items not listed below ClText = 0, 0, 0 ; Text colour for selected seqs/live output ClStSelected = 0, 0, 255 ; Background colours for main screen panels ClPanelSeqStatus = 244, 216, 11 ClPanelSeqOdd = 244, 216, 11 ClPanelSeqEven = 244, 218, 32 ClPanelSeqOddSel = 176, 192, 240 ClPanelSeqEvenSel = 192, 208, 240 ClPanelSeqRec = 240, 208, 208 ClPanelLive = 0, 128, 0 ClPanelLiveSel = 144, 160, 240 ClPanelControl = 244, 216, 11 ClPanelMetr = 244, 216, 11 ClPanelSync = 244, 216, 11 ClPanelPorts = 244, 216, 11 ClPanelScope = 0, 0, 0 ; Title panel colour; ; overridden by template colours if DspKModeTitleColours enabled ClPanelTitle = 15 ; Text colour for Sequetron title ClTitleText = 0, 0, 0 ; Background colour for seq track ClSeqTrack = 0, 0, 0 ; Colour for seq grid tick markers ClSeqGridTicks = 0, 0, 0 ; Blob colour for seq posn indicator when un-muted ClPosnSeq = 0, 255, 0 ; Blob colour for seq posn indicator when muted ClPosnSeqMuted = 128, 128, 128 ; Blob colour for metr seq posn indicator when un-muted ClPosnMetrSeq = 0, 0, 255 ; Blob colour for metr seq posn indicator when muted ClPosnMetrSeqMuted = 0, 128, 128 ; MIDI lights colour for empty seqs ClMidiLightsSeqEmpty = 244, 216, 11 ; MIDI lights default colour ClMidiLightsDefault = 244, 216, 11 ; MIDI lights colour for Hotkey events ClMidiLightsHotkey = 255, 255, 0 ; MIDI lights colour for note events ClMidiLightsNote = 0, 255, 0 ; MIDI lights colour for non-note events ClMidiLightsEvent = 255, 0, 0 ; MIDI lights colour for live output when in command mode ClMidiLightsCommand = 255, 255, 255 ; MIDI lights colour for live output when input is being ignored, i.e. stopped ClMidiLightsIgnore = 239, 176, 176 ; Metronome pulse default colour ClMetrLightDefault = 244, 216, 11 ; Metronome pulse colour for beat 1 ClMetrLightBeat1 = 255, 0, 0 ; Metronome pulse colour for beats 2..n ClMetrLightBeatN = 255, 0, 0 ; Audible metronome note colour for beat 1 ClMetrNoteBeat1 = 255, 0, 0 ; Audible metronome note colour for beats 2..n ClMetrNoteBeatN = 255, 0, 0 ; Text colours for misc status items ClStSeqNo = 0, 0, 0 ClStRunning = 0, 96, 0 ClStRunWithDiag = 128, 0, 0 ClStRunWithKeyMapper = 128, 0, 0 ClStInitialising = 128, 0, 0 ClStStopping = 128, 0, 0 ClStRecPrimed = 255, 0, 0 ClStRecording = 255, 0, 0 ClStLoading = 128, 0, 0 ClStStopped = 128, 0, 0 ClStIgnore = 128, 0, 0 ClStFlashPend = 128, 0, 0 ClStFlashPendPart = 0, 0, 0 ClStOverload = 255, 0, 0 ClStWarning = 128, 0, 0 ClStError = 255, 0, 0 ClStNoMidi = 128, 0, 0 ClStTempoInvalid = 128, 0, 0 ClStOctaveNonZero = 128, 0, 0 ClStCalibrate = 128, 0, 0 ; Colours for keyboard template window. ; Some background (bg) cols also used for title panel & input line ; (enabled/disabled by DspKModeTitleColours & DspKModeInputColours settings) ClKtBgBlackKeys = 15, 15, 15 ClKtBgWhiteKeys = 255, 255, 255 ClKtBgCKeys = 208, 251, 242 ClKtBgAnimatedKeys = 255, 0, 0 ClKtBgCmdMode = 252, 252, 252 ClKtBgRecPrimed = 255, 160, 160 ClKtBgCalibrate = 239, 144, 144 ClKtFgNone = 0, 0, 0 ClKtBgNone = 15 ClKtFgLiveVal = 0, 0, 0 ClKtBgLiveFcn = 15 ClKtFgWarnVal = 255, 0, 0 ClKtBgWarnFcn = 239, 176, 176 ClKtFgSelVal = 0, 0, 0 ClKtBgSelFcn = 168, 255, 253 ClKtFgDigitVal = 0, 0, 255 ClKtBgDigitFcn = 192, 224, 255 ClKtBgDigitFcn2 = 224, 240, 255 ClKtFgPitchVal = 0, 0, 0 ClKtBgPitchFcn = 255, 255, 192 ClKtBgPitchFcn2 = 255, 255, 224 ClKtBgHotkeyFcn = 255, 255, 112 ClKtBgHotkeyFcn2 = 255, 255, 192 ClKtFgTimeVal = 0, 128, 0 ClKtBgTimeFcn = 192, 240, 192 ClKtBgTimeFcn2 = 192, 240, 224 ClKtFgRecVal = 255, 0, 0 ClKtBgRecFcn = 239, 208, 208 ClKtFgNoteVal = 128, 0, 0 ClKtBgNoteFcn = 192, 160, 240 ClKtBgNoteFcn2 = 240, 208, 255 ; Sequescope blob colours. ClSequescope-Chan1 = 0, 0, 255 ClSequescope-Chan2 = 0, 255, 0 ClSequescope-Chan3 = 255, 0, 0 ClSequescope-Chan4 = 0, 255, 255 ClSequescope-Chan5 = 255, 255, 0 ClSequescope-Chan6 = 255, 0, 255 ClSequescope-Chan7 = 0, 128, 255 ClSequescope-Chan8 = 128, 255, 0 ClSequescope-Chan9 = 128, 0, 255 ClSequescope-Chan10 = 128, 255, 255 ClSequescope-Chan11 = 255, 255, 128 ClSequescope-Chan12 = 255, 128, 255 ClSequescope-Chan13 = 128, 128, 255 ClSequescope-Chan14 = 128, 255, 128 ClSequescope-Chan15 = 255, 128, 128 ClSequescope-Chan16 = 0, 255, 128