<skin>

	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<!-- Common: History View -->
	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<template name="common_historyView" view-style="allowStripping">
		<view name="ModulationHistory#0">
			<property name="back-color" value="$210,14,11"/>
			<property name="line-left-color" value="sequencer.modulation"/>
			<property name="line-middle-color" value="sequencer.modulation"/>
			<property name="line-right-color" value="white"/>
			<property name="line-middle-color-position" value="0.95"/>
			<property name="line-width" value="3.0"/>
		</view>
	</template>

	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<!-- Common: History View with outline frame -->
	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<template name="common_framedHistoryView" view-style="allowStripping">
		<outline-frame resizable="both">
			<container>
				<flow-layout dir="horizontal"/>
				<view name="common_historyView"/>
			</container>
		</outline-frame>
	</template>

	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<!-- Common: Retrigger Mode Popup -->
	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<template name="common_retriggerModePopup" style="close-on-escape">
		<popup-titled-frame titleNT="Retrigger Modes">
			<container attach="all">
				<flow-layout preset="page"/>
				<locale unit-size="11.5,1" title-display-text-just="wordwrap|left">
					<container>
						<flow-layout dir="vertical"/>

						<radio-button name="#Trigger" titleNT="Free"/>
						<sub-text-label titleNT="The modulator runs freely.">
							<property name="auto-size" value="vertical"/>
						</sub-text-label>

						<radio-button name="#Trigger" titleNT="Sync to Project Start"/>
						<sub-text-label titleNT="The modulator is triggered and the start phase is aligned to the project start. ">
							<property name="auto-size" value="vertical"/>
						</sub-text-label>

						<radio-button name="#Trigger" titleNT="MIDI"/>
						<sub-text-label titleNT="The modulator is triggered by MIDI notes from a MIDI track.">
							<property name="auto-size" value="vertical"/>
						</sub-text-label>
					</container>
				</locale>
			</container>
		</popup-titled-frame>
	</template>
	
	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<!-- LFO: History View with outline frame -->
	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<template name="lfo_framedHistoryView" view-style="allowStripping">
		<outline-frame resizable="both">
			<property name="posture" value="column|top|underscore"/>
			<container>
				<flow-layout dir="horizontal"/>
				<view name="common_historyView"/>
			</container>
		</outline-frame>
	</template>

	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<!-- Macro Knob -->
	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<template name="macroknob_editor">
		<locale unit-size="0.75,0.75" title-display-text-just="center" value-display-text-just="center">
			<container attach="all">
				<flow-layout dir="vertical"/>

				<adaptive-spacer/>

				<container>
					<flow-layout preset="column"/>
					<value-dial name="Knob" tipNT="Macro Knob" extent="center" widget-color="sequencer.modulation" unit-size="4.5,3.5" resizable="none"/>
					<container>
						<flow-layout dir="horizontal"/>
						<adaptive-spacer/>
						<wheel-box name="Knob" tipNT="Macro Knob" units="%" unit-size="2.5,0.75" resizable="none"/>
						<adaptive-spacer/>
					</container>
				</container>

				<adaptive-spacer/>
			</container>
		</locale>
	</template>

	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<!-- LFO -->
	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<template name="lfo_editor">
		<locale unit-size="0.75,0.75" title-display-text-just="center" value-display-text-just="center">
			<container attach="all">
				<flow-layout preset="column"/>

				<container>
					<flow-layout dir="horizontal"/>

					<adaptive-spacer/>
					<onoff-switch name="Hold" tipNT="Hold Modulator Output" symbol="globalTrackIcon" posture="row|left|fence" resizable="none"/>
					<locale unit-size="4.5,0.75" value-display-text-just="left">
						<controller-view resizable="none">
							<option-custom name="Trigger" custom-data="XXX" tipNT="Retrigger Mode" posture="row|fence" attach="all"/>
							<controller-view name="OpenTriggerModePopupModeView" titleNT="OpenTriggerModePopupModeView" attach="all"/>
						</controller-view>
					</locale>
					<exclusive-group name="Trigger">
						<!-- Retrigger Mode: Free -->
						<push-immediate-switch name="Reset"	tipNT="Retrigger" symbol="lightningIcon" posture="row|right" resizable="none"/>
						<!-- Retrigger Mode: Sync to Project -->
						<push-immediate-switch name="DisabledValue"	tipNT="Retrigger" symbol="lightningIcon" posture="row|right" resizable="none"/>
						<!-- Retrigger Mode: MIDI -->
						<push-immediate-switch name="Reset"	tipNT="Retrigger" symbol="lightningIcon" posture="row|right" resizable="none"/>
					</exclusive-group>
				</container>

				<container>
					<flow-layout dir="vertical"/>

					<locale unit-size="1.0,4.0">
						<template-view name="lfo_framedHistoryView" resizable="horizontal"/>
					</locale>

					<container>
						<flow-layout dir="horizontal"/>
						<on-switch name="#WaveForm" symbol="sineWaveIcon" tipNT="Sine" posture="grid|bottom|left"/>
						<on-switch name="#WaveForm" symbol="triangleWaveIcon" tipNT="Triangle" posture="grid|bottom"/>
						<on-switch name="#WaveForm" symbol="rampDownWaveIcon" tipNT="Saw" posture="grid|bottom"/>
						<on-switch name="#WaveForm" symbol="squareWaveIcon" tipNT="Pulse" posture="grid|bottom"/>
						<on-switch name="#WaveForm" symbol="rampUpWaveIcon" tipNT="Ramp" posture="grid|bottom"/>
						<on-switch name="#WaveForm" symbol="curveIcon" tipNT="Log" posture="grid|bottom"/>
						<on-switch name="#WaveForm" symbol="transposeIcon" tipNT="S &amp; H 1" posture="grid|bottom"/>
						<on-switch name="#WaveForm" symbol="squareWave2Icon" tipNT="S &amp; H 2" posture="grid|bottom|right"/>
					</container>
				</container>

				<adaptive-spacer/>
				
				<container min-size="250,0" size="0,0,250,1">
					<flow-layout dir="horizontal"/>

					<container>
						<flow-layout dir="horizontal"/>

						<container>
							<flow-layout dir="vertical"/>
							<adaptive-spacer/>
							<onoff-symbol name="Sync" tipNT="Sync Mode (Freq/Note)" symbol="hertzIcon|quarterNoteIcon" resizable="none"/>
							<adaptive-spacer/>
						</container>

						<container>
							<flow-layout preset="row"/>

							<locale unit-size="2.5,0.75">
								<exclusive-group name="Sync">
									<!-- Sync: Frequency -->
									<container>
										<flow-layout dir="vertical"/>
										<text-title titleNT="Freq" unit-size="1.0,1.0"/>
										<container>
											<flow-layout preset="column"/>
											<value-dial name="Rate" tipNT="Frequency" extent="left" widget-color="sequencer.modulation" unit-size="1.75,1.75"/>
											<wheel-box name="Rate" tipNT="Frequency" units="Hz"/>
										</container>
									</container>

									<!-- Sync: Note -->
									<container>
										<flow-layout dir="vertical"/>
										<text-title titleNT="Note" unit-size="1.0,1.0"/>
										<container>
											<flow-layout preset="column"/>
											<value-dial name="RateSync" tipNT="Note" extent="left" widget-color="sequencer.modulation" unit-size="1.75,1.75"/>
											<wheel-box name="RateSync" tipNT="Note"/>
										</container>
									</container>

								</exclusive-group>

								<container>
									<flow-layout dir="vertical"/>
									<text-title titleNT="Shape" unit-size="1.0,1.0"/>
									<container>
										<flow-layout preset="column"/>
										<value-dial name="Shape" tipNT="Waveform Shape" extent="left" widget-color="sequencer.modulation" unit-size="1.75,1.75"/>
										<wheel-box name="Shape" tipNT="Waveform Shape" units="%"/>
									</container>
								</container>

								<exclusive-group name="RandomPhase">
									<container>
										<flow-layout dir="vertical"/>
										<text-title titleNT="Phase" unit-size="1.0,1.0"/>
										<container>
											<flow-layout preset="column"/>
											<value-dial name="InitPhase" tipNT="Phase" extent="left" widget-color="sequencer.modulation" unit-size="1.75,1.75"/>
											<wheel-box name="InitPhase" tipNT="Phase" units="&deg;"/>
										</container>
									</container>

									<container>
										<flow-layout dir="vertical"/>
										<text-title titleNT="Phase" unit-size="1.0,1.0"/>
										<container>
											<flow-layout preset="column"/>
											<value-dial name="DisabledValue" tipNT="Phase" extent="left" widget-color="sequencer.modulation" unit-size="1.75,1.75"/>
											<wheel-box name="DisabledValue" tipNT="Phase"/>
										</container>
									</container>
								</exclusive-group>
							</locale>

						</container>

						<container>
							<flow-layout dir="vertical"/>
							<adaptive-spacer/>
							<exclusive-group name="Trigger">
								<!-- Retrigger Mode: Free -->
								<onoff-switch name="RandomPhase" symbol="randomIcon" tipNT="Random Phase" resizable="none"/>
								<!-- Retrigger Mode: Sync to Project -->
								<onoff-switch name="DisabledValue" symbol="randomIcon" tipNT="Random Phase" resizable="none"/>
								<!-- Retrigger Mode: MIDI -->
								<onoff-switch name="RandomPhase" symbol="randomIcon" tipNT="Random Phase" resizable="none"/>
							</exclusive-group>
							<adaptive-spacer/>
						</container>
					</container>
				</container>
								
			</container>
		</locale>
	</template>

	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<!-- Envelope Follower -->
	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<template name="envelopefollower_editor">
		<locale unit-size="0.75,0.75" title-display-text-just="center" value-display-text-just="center">
			<container attach="all">
				<flow-layout preset="column"/>

				<!--<fixed-height-spacer/>-->
					
				<locale unit-size="1.0,5.0">
					<template-view name="common_framedHistoryView" resizable="horizontal"/>
				</locale>

				<adaptive-spacer/>

				<container pad="0,5,0,0">
					<flow-layout preset="row"/>
					<locale unit-size="2.25,0.75">
						<container>
							<flow-layout dir="vertical"/>
							<text-title titleNT="Attack" unit-size="1.0,1.0"/>
							<container>
								<flow-layout preset="column"/>
								<value-dial name="Rise" tipNT="Attack" extent="left" widget-color="sequencer.modulation" unit-size="1.75,1.75"/>
								<wheel-box name="Rise" tipNT="Attack" units="%" resizable="none"/>
							</container>
						</container>

						<container>
							<flow-layout dir="vertical"/>
							<text-title titleNT="Release" unit-size="1.0,1.0"/>
							<container>
								<flow-layout preset="column"/>
								<value-dial name="Fall" tipNT="Release" extent="left" widget-color="sequencer.modulation" unit-size="1.75,1.75"/>
								<wheel-box name="Fall" tipNT="Release" units="%" resizable="none"/>
							</container>
						</container>
							
						<container>
							<flow-layout dir="vertical"/>
							<text-title titleNT="Thres" unit-size="1.0,1.0"/>
							<container>
								<flow-layout preset="column"/>
								<value-dial name="Thres" tipNT="Threshold" extent="left" widget-color="sequencer.modulation" unit-size="1.75,1.75"/>
								<wheel-box name="Thres" tipNT="Threshold" units="%" resizable="none"/>
							</container>
						</container>
							
						<container>
							<flow-layout dir="vertical"/>
							<text-title titleNT="Gain" unit-size="1.0,1.0"/>
							<container>
								<flow-layout preset="column"/>
								<value-dial name="Gain" tipNT="Gain" extent="left" widget-color="sequencer.modulation" unit-size="1.75,1.75"/>
								<wheel-box name="Gain" tipNT="Gain" units="%" resizable="none"/>
							</container>
						</container>
					</locale>
				</container>
			
			</container>
		</locale>
	</template>

	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<!-- Envelope Modulator -->
	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<template name="envelopemodulator_editor">
		<locale unit-size="0.75,0.75" title-display-text-just="center" value-display-text-just="center">
			<container attach="all">
				<flow-layout dir="horizontal" gap="12"/>
				<container>
					<flow-layout preset="column"/>

					<container>
						<flow-layout dir="horizontal"/>
						<radio-group-container name="Mode">
							<container>
								<flow-layout dir="horizontal"/>
								<locale unit-size="2.5,0.75">
									<on-switch titleNT="Loop" posture="row|left|fence" resizable="none"/>
									<on-switch titleNT="One-Shot" posture="row|right" resizable="none"/>
								</locale>
							</container>
						</radio-group-container>
						<adaptive-spacer/>
						<onoff-switch name="Snap" tipNT="Snap to Grid" symbol="snapIcon" posture="row|left|fence" resizable="none"/>
						<value-box name="Grid" tipNT="Grid Resolution" symbol="statisticIcon" unit-size="2.5,0.75" posture="row|right" resizable="none"/>
					</container>

					<container>
						<flow-layout dir="vertical"/>
						<outline-frame resizable="both">
							<property name="posture" value="column|top|underscore"/>
							<container>
								<flow-layout dir="horizontal"/>
								<decor style="solidrect" bgcolor="$0,0,0,15" min-size="260,120" resizable="both">
									<container min-size="260,120" attach="all">
										<flow-layout dir="horizontal"/>
										<view name="CustomCurve" resizable="both"/>
									</container>
								</decor>
							</container>
						</outline-frame>

						<container>
							<flow-layout dir="horizontal"/>
							<push-immediate-switch name="selectShapePreset1" tipNT="ADSR" symbol="curveADSRIcon" posture="grid|bottom|left|fence"/>
							<push-immediate-switch name="selectShapePreset2" tipNT="Ramp Down" symbol="curveRampDownIcon" posture="grid|bottom|fence"/>
							<push-immediate-switch name="selectShapePreset3" tipNT="Ramp Up" symbol="curveRampUpIcon" posture="grid|bottom|fence"/>
							<push-immediate-switch name="selectShapePreset4" tipNT="Ducker" symbol="curveDuckerIcon" posture="grid|bottom|fence"/>
							<push-immediate-switch name="selectShapePreset5" tipNT="Swell"  symbol="curveSwellIcon" posture="grid|bottom|fence"/>
							<push-immediate-switch name="selectShapePreset6" tipNT="Sweep" symbol="curveSweepIcon" posture="grid|bottom|fence"/>
							<push-immediate-switch name="selectShapePreset7" tipNT="Bowl" symbol="curveBowlIcon" posture="grid|bottom|fence"/>
							<push-immediate-switch name="selectShapePreset8" tipNT="Flat" symbol="curveFlatIcon" posture="grid|bottom|right"/>
						</container>
					</container>
				</container>

				<container>
					<flow-layout preset="column"/>

					<container>
						<flow-layout dir="horizontal"/>
						<onoff-switch name="Hold" tipNT="Hold Modulator Output" symbol="globalTrackIcon" posture="row|left|fence" resizable="none"/>
						<locale unit-size="6.0,0.75" value-display-text-just="left">
							<controller-view resizable="horizontal">
								<option-custom name="Trigger" custom-data="XXX" tipNT="Retrigger Mode" posture="row|fence" attach="all"/>
								<controller-view name="OpenTriggerModePopupModeView" titleNT="OpenTriggerModePopupModeView" attach="all"/>
							</controller-view>
						</locale>
						<exclusive-group name="Trigger">
							<!-- Retrigger Mode: Free -->
							<push-immediate-switch name="Reset"	tipNT="Retrigger" symbol="lightningIcon" posture="row|right" resizable="none"/>
							<!-- Retrigger Mode: Sync to Project -->
							<push-immediate-switch name="DisabledValue"	tipNT="Retrigger" symbol="lightningIcon" posture="row|right" resizable="none"/>
							<!-- Retrigger Mode: MIDI -->
							<push-immediate-switch name="Reset"	tipNT="Retrigger" symbol="lightningIcon" posture="row|right" resizable="none"/>
						</exclusive-group>
					</container>

					<locale unit-size="1.0,4.0">
						<template-view name="common_framedHistoryView" size="0,0,1,100" resizable="horizontal"/>
					</locale>

					<adaptive-spacer/>

					<container>
						<flow-layout dir="horizontal"/>

						<container>
							<flow-layout dir="vertical"/>
							<adaptive-spacer/>
							<onoff-symbol name="Sync" tipNT="Sync Mode (Freq/Note)" symbol="hertzIcon|quarterNoteIcon" resizable="none"/>
							<adaptive-spacer/>
						</container>

						<container>
							<flow-layout preset="row"/>

							<locale unit-size="2.25,0.75">
								<exclusive-group name="Sync">
									<!-- Sync: Frequency -->
									<container>
										<flow-layout dir="vertical"/>
										<text-title titleNT="Freq" unit-size="1.0,1.0"/>
										<container>
											<flow-layout preset="column"/>
											<value-dial name="Rate" tipNT="Frequency" extent="left" widget-color="sequencer.modulation" unit-size="1.75,1.75"/>
											<wheel-box name="Rate" tipNT="Frequency" units="Hz" resizable="none"/>
										</container>
									</container>

									<!-- Sync: Note -->
									<container>
										<flow-layout dir="vertical"/>
										<text-title titleNT="Note" unit-size="1.0,1.0"/>
										<container>
											<flow-layout preset="column"/>
											<value-dial name="RateSync" tipNT="Note" extent="left" widget-color="sequencer.modulation" unit-size="1.75,1.75"/>
											<wheel-box name="RateSync" tipNT="Note" resizable="none"/>
										</container>
									</container>
								</exclusive-group>

								<exclusive-group name="RandomPhase">
									<container>
										<flow-layout dir="vertical"/>
										<text-title titleNT="Phase" unit-size="1.0,1.0"/>
										<container>
											<flow-layout preset="column"/>
											<value-dial name="InitPhase" tipNT="Phase" extent="left" widget-color="sequencer.modulation" unit-size="1.75,1.75"/>
											<wheel-box name="InitPhase" tipNT="Phase" units="&deg;" resizable="none"/>
										</container>
									</container>

									<container>
										<flow-layout dir="vertical"/>
										<text-title titleNT="Phase" unit-size="1.0,1.0"/>
										<container>
											<flow-layout preset="column"/>
											<value-dial name="DisabledValue" tipNT="Phase" extent="left" widget-color="sequencer.modulation" unit-size="1.75,1.75"/>
											<wheel-box name="DisabledValue" tipNT="Phase" resizable="none"/>
										</container>
									</container>
								</exclusive-group>
							</locale>

						</container>
							
						<container>
							<flow-layout dir="vertical"/>
							<adaptive-spacer/>
							<exclusive-group name="Trigger">
								<!-- Retrigger Mode: Free -->
								<onoff-switch name="RandomPhase" symbol="randomIcon" tipNT="Random Phase" resizable="none"/>
								<!-- Retrigger Mode: Sync to Project -->
								<onoff-switch name="DisabledValue" symbol="randomIcon" tipNT="Random Phase" resizable="none"/>
								<!-- Retrigger Mode: MIDI -->
								<onoff-switch name="RandomPhase" symbol="randomIcon" tipNT="Random Phase" resizable="none"/>
							</exclusive-group>
							<adaptive-spacer/>
						</container>
					</container>
					
				</container>
			</container>
		</locale>
	</template>

	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<!-- Step Modulator -->
	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
	<template name="stepmodulator_editor">
		<locale unit-size="0.75,0.75" title-display-text-just="center" value-display-text-just="center">
			<container attach="all">
				<flow-layout dir="horizontal" gap="12"/>

				<container>
					<flow-layout preset="column"/>

					<container>
						<flow-layout dir="horizontal"/>
						
						<adaptive-spacer/>		
						<onoff-switch name="snap" tipNT="Snap to Grid" symbol="snapVerticalIcon" posture="row|left|fence" resizable="none"/>
						<value-box name="Steps" tipNT="Number of Steps" symbol="statisticIcon" unit-size="2.5,0.75" posture="row|right" resizable="none"/>
					</container>

					<container>
						<flow-layout dir="vertical"/>
						<outline-frame resizable="both">
							<property name="posture" value="column|top|underscore"/>
							<container>
								<flow-layout dir="horizontal"/>
								<view name="StepModView" min-size="260,120" resizable="both"/>
							</container>
						</outline-frame>

						<container>
							<flow-layout preset="row"/>

							<container>
								<flow-layout dir="horizontal"/>
								<locale unit-size="1.0,0.75">
									<push-immediate-switch name="ReversePattern" tipNT="Reverse" symbol="flipHorizontalIcon" posture="grid|bottom|left|fence" resizable="none"/>
									<push-immediate-switch name="ShiftPatternLeft" tipNT="Shift Left" symbol="moveLeftIcon" posture="grid|bottom|fence" resizable="none"/>
									<push-immediate-switch name="ShiftPatternRight" tipNT="Shift Right" symbol="moveRightIcon" posture="grid|bottom|right" resizable="none"/>
								</locale>
							</container>

							<adaptive-spacer/>

							<container>
								<flow-layout dir="horizontal"/>
								<locale unit-size="1.0,0.75">
									<onoff-switch name="#Slope" symbol="squareWave3Icon" tipNT="No Slope" posture="grid|bottom|left|fence" resizable="none"/>
									<onoff-switch name="#Slope" symbol="rampUpWaveIcon" tipNT="Slope on Rising Edges" posture="grid|bottom|fence" resizable="none"/>
									<onoff-switch name="#Slope" symbol="rampDownWaveIcon" tipNT="Slope on Falling Edges" posture="grid|bottom|fence" resizable="none"/>
									<onoff-switch name="#Slope" symbol="upDownWaveIcon" tipNT="Slope on All Edges" posture="grid|bottom|fence" resizable="none"/>
								</locale>
								<locale unit-size="2.25,0.75">
									<exclusive-group name="Slope">
										<value-box name="DisabledValue" tipNT="Slope Amount" posture="grid|bottom|right" resizable="none"/>
										<value-box name="SlopeAmount" tipNT="Slope Amount" units="%" posture="grid|bottom|right" resizable="none"/>
										<value-box name="SlopeAmount" tipNT="Slope Amount" units="%" posture="grid|bottom|right" resizable="none"/>
										<value-box name="SlopeAmount" tipNT="Slope Amount" units="%" posture="grid|bottom|right" resizable="none"/>
									</exclusive-group>
								</locale>
							</container>
						</container>
					</container>
				</container>

				<container>
					<flow-layout preset="column"/>

					<container>
						<flow-layout dir="horizontal"/>
						<onoff-switch name="Hold" tipNT="Hold Modulator Output" symbol="globalTrackIcon" posture="row|left|fence" resizable="none"/>
						<locale unit-size="6.0,0.75" value-display-text-just="left">
							<controller-view resizable="horizontal">
								<option-custom name="Trigger" custom-data="XXX" tipNT="Retrigger Mode" posture="row|fence" attach="all"/>
								<controller-view name="OpenTriggerModePopupModeView" titleNT="OpenTriggerModePopupModeView" attach="all"/>
							</controller-view>
						</locale>
						<exclusive-group name="Trigger">
							<!-- Retrigger Mode: Free -->
							<push-immediate-switch name="Reset"	tipNT="Retrigger" symbol="lightningIcon" posture="row|right" resizable="none"/>
							<!-- Retrigger Mode: Sync to Project -->
							<push-immediate-switch name="DisabledValue"	tipNT="Retrigger" symbol="lightningIcon" posture="row|right" resizable="none"/>
							<!-- Retrigger Mode: MIDI -->
							<push-immediate-switch name="Reset"	tipNT="Retrigger" symbol="lightningIcon" posture="row|right" resizable="none"/>
						</exclusive-group>
					</container>
					
					<locale unit-size="6.0,4.0">
						<template-view name="common_framedHistoryView" resizable="none"/>
					</locale>
					
					<adaptive-spacer/>

					<container>
						<flow-layout preset="row"/>

						<adaptive-spacer/>

						<container>
							<flow-layout dir="vertical"/>
							<adaptive-spacer/>
							<onoff-symbol name="Sync" tipNT="Sync Mode (Freq/Note)" symbol="hertzIcon|quarterNoteIcon" resizable="none"/>
							<adaptive-spacer/>
						</container>

						<locale unit-size="2.75,0.75">
							<exclusive-group name="Sync">
								<!-- Sync: Beats -->
								<container>
									<flow-layout dir="vertical"/>
									<text-title titleNT="Freq" unit-size="1.0,1.0"/>
									<container>
										<flow-layout preset="column"/>
										<value-dial name="Frequency" tipNT="Frequency" extent="left" widget-color="sequencer.modulation" unit-size="1.75,1.75"/>
										<wheel-box name="Frequency" tipNT="Frequency" units="Hz" resizable="none"/>
									</container>
								</container>

								<!-- Sync: Notes -->
								<container>
									<flow-layout dir="vertical"/>
									<text-title titleNT="Note" unit-size="1.0,1.0"/>
									<container>
										<flow-layout preset="column"/>
										<value-dial name="NoteResolution" tipNT="Note" extent="left" widget-color="sequencer.modulation" unit-size="1.75,1.75"/>
										<wheel-box name="NoteResolution" tipNT="Note" resizable="none"/>
									</container>
								</container>
							</exclusive-group>
						</locale>

						<fixed-width-spacer/>
						<adaptive-spacer/>

					</container>

				</container>

			</container>
		</locale>
	</template>

	<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
</skin>

