; Sequetron 8.17 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 = 8.17 ;-------------------------------------------------------------------------------- ; 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, 0, 0 ClSysBgGradEndActiveTitleBar = 33, 37, 48 ClSysBgGradStartInactiveTitleBar = 0, 45, 0 ClSysBgGradEndInactiveTitleBar = 0, 0, 0 ClSysFgActiveTitleBar = 255, 255, 255 ClSysFgInActiveTitleBar = 13, 26, 0 ClSysBgMenuBar = 11, 11, 11 ClSysFgMenuBar = 163, 163, 163 ; Background for check boxes, radio buttons, drop-down combos. ClSysBgWindow = 0, 0, 0 ; All windows text ClSysFgWindowText = 255, 255, 255 ClSysBgBtnHighlight = 0, 0, 0 ClSysBgBtnFace = 0, 0, 0 ClSysBgWindowFrame = 0, 0, 0 ClSysBgActiveBorder = 0, 0, 0 ClSysBgBackground = 0, 0, 0 ClSysBgScrollBar = 245, 234, 207 ClSysBgInactiveBorder = 0, 0, 0 ClSysBgAppWorkspace = 0, 0, 0 ClSysBgHighlight = 0, 155, 0 ClSysFgHighlight = 255, 255, 255 ClSysBgBtnShadow = 0, 0, 0 ClSysFgGrayText = 35, 35, 35 ClSysFgBtnText = 139, 139, 139 ClSysBg3DDkShadow = 0, 0, 0 ClSysBg3DLight = 0, 0, 0 ClSysFgTooltip = 128, 0, 128 ClSysBgTooltip = 255, 255, 255 ClSysBgHotLight = 109, 192, 69 ; End of system-wide colours ;-------------------------------------------------------------------------------- ; Background colour behind panels ClBgForm = 0, 0, 0 ; Background colour for status bar ClBgStatusBar = 0, 0, 0 ; Text colour within main window for items not listed below ClText = 37, 37, 37 ; Text colour for selected seqs/live output ClStSelected = 255, 0, 0 ; Background colours for main screen panels ClPanelSeqStatus = 0, 0, 0 ClPanelSeqOdd = 16777215 ClPanelSeqEven = 2, 2, 2 ClPanelLive = 0, 9, 0 ClPanelControl = 16777215 ClPanelMetr = 16777215 ClPanelSync = 0, 0, 0 ClPanelPorts = 0, 0, 0 ; Title panel colour overridden by template colours if DspKModeTitleColours enabled ClPanelTitle = 15 ; Text colour for Sequetron title ClTitleText = 255, 255, 255 ; Background colour for seq track ClSeqTrack = 0, 0, 0 ; Colour for seq grid tick markers ClSeqGridTicks = 7, 7, 7 ; 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 = 0, 0, 0 ; MIDI lights default colour ClMidiLightsDefault = 12, 12, 12 ; MIDI lights colour for note events ClMidiLightsNote = 0, 255, 0 ; MIDI lights colour for non-note events ClMidiLightsEvent = 128, 255, 128 ; 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 = 0, 0, 0 ; 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, 155, 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 = 166, 171, 208 ClKtBgAnimatedKeys = 255, 0, 0 ClKtBgCmdMode = 0, 155, 0 ClKtBgRecPrimed = 72, 0, 0 ClKtBgCalibrate = 239, 144, 144 ClKtFgNone = 0, 0, 0 ClKtBgNone = 73, 104, 156 ClKtFgLiveVal = 0, 0, 0 ClKtBgLiveFcn = 0, 0, 0 ClKtFgWarnVal = 255, 0, 0 ClKtBgWarnFcn = 239, 176, 176 ClKtFgSelVal = 0, 0, 0 ClKtBgSelFcn = 255, 128, 0 ClKtFgDigitVal = 0, 0, 0 ClKtBgDigitFcn = 255, 128, 0 ClKtFgPitchVal = 0, 0, 0 ClKtBgPitchFcn = 224, 210, 236 ClKtFgTimeVal = 152, 171, 250 ClKtBgTimeFcn = 49, 87, 80 ClKtFgRecVal = 255, 0, 0 ClKtBgRecFcn = 204, 0, 0 ClKtFgNoteVal = 128, 0, 0 ClKtBgNoteFcn = 192, 160, 240