2015-07-17 20:58:57 -04:00
|
|
|
|
namespace Mesen.GUI.Forms.Config
|
|
|
|
|
{
|
|
|
|
|
partial class frmAudioConfig
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if(disposing && (components != null)) {
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.grpVolume = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.trkDmcVol = new Mesen.GUI.Controls.ctrlTrackbar();
|
|
|
|
|
this.trkNoiseVol = new Mesen.GUI.Controls.ctrlTrackbar();
|
|
|
|
|
this.trkTriangleVol = new Mesen.GUI.Controls.ctrlTrackbar();
|
|
|
|
|
this.trkSquare2Vol = new Mesen.GUI.Controls.ctrlTrackbar();
|
|
|
|
|
this.trkSquare1Vol = new Mesen.GUI.Controls.ctrlTrackbar();
|
|
|
|
|
this.trkMaster = new Mesen.GUI.Controls.ctrlTrackbar();
|
2016-01-30 14:57:50 -05:00
|
|
|
|
this.trkFdsVol = new Mesen.GUI.Controls.ctrlTrackbar();
|
|
|
|
|
this.trkMmc5Vol = new Mesen.GUI.Controls.ctrlTrackbar();
|
|
|
|
|
this.trkVrc6Vol = new Mesen.GUI.Controls.ctrlTrackbar();
|
|
|
|
|
this.trkVrc7Vol = new Mesen.GUI.Controls.ctrlTrackbar();
|
|
|
|
|
this.trkNamco163Vol = new Mesen.GUI.Controls.ctrlTrackbar();
|
|
|
|
|
this.trkSunsoft5b = new Mesen.GUI.Controls.ctrlTrackbar();
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
2016-01-31 11:58:41 -05:00
|
|
|
|
this.chkMuteSoundInBackground = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.chkReduceSoundInBackground = new System.Windows.Forms.CheckBox();
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.chkEnableAudio = new System.Windows.Forms.CheckBox();
|
2016-01-14 19:33:16 -05:00
|
|
|
|
this.lblSampleRate = new System.Windows.Forms.Label();
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.nudLatency = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.lblLatencyMs = new System.Windows.Forms.Label();
|
2016-01-14 19:33:16 -05:00
|
|
|
|
this.lblAudioLatency = new System.Windows.Forms.Label();
|
|
|
|
|
this.cboSampleRate = new System.Windows.Forms.ComboBox();
|
2016-01-17 22:16:20 -05:00
|
|
|
|
this.lblAudioDevice = new System.Windows.Forms.Label();
|
|
|
|
|
this.cboAudioDevice = new System.Windows.Forms.ComboBox();
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.btnReset = new System.Windows.Forms.Button();
|
2016-01-31 11:58:41 -05:00
|
|
|
|
this.tabMain = new System.Windows.Forms.TabControl();
|
|
|
|
|
this.tpgGeneral = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.tpgVolume = new System.Windows.Forms.TabPage();
|
2016-02-21 15:31:39 -05:00
|
|
|
|
this.tpgEffects = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.grpStereo = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.tlpStereoFilter = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.nudStereoDelay = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.lblStereoDelayMs = new System.Windows.Forms.Label();
|
|
|
|
|
this.radStereoDisabled = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.radStereoDelay = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.radStereoPanning = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.nudStereoPanning = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.lblStereoPanningAngle = new System.Windows.Forms.Label();
|
|
|
|
|
this.grpReverb = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.chkReverbEnabled = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.lblReverbStrength = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblReverbDelay = new System.Windows.Forms.Label();
|
|
|
|
|
this.trkReverbDelay = new System.Windows.Forms.TrackBar();
|
|
|
|
|
this.trkReverbStrength = new System.Windows.Forms.TrackBar();
|
2016-02-19 19:25:28 -05:00
|
|
|
|
this.tpgAdvanced = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.chkSwapDutyCycles = new System.Windows.Forms.CheckBox();
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.baseConfigPanel.SuspendLayout();
|
|
|
|
|
this.grpVolume.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
|
|
|
this.flowLayoutPanel2.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nudLatency)).BeginInit();
|
2016-01-31 11:58:41 -05:00
|
|
|
|
this.tabMain.SuspendLayout();
|
|
|
|
|
this.tpgGeneral.SuspendLayout();
|
|
|
|
|
this.tpgVolume.SuspendLayout();
|
2016-02-21 15:31:39 -05:00
|
|
|
|
this.tpgEffects.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel4.SuspendLayout();
|
|
|
|
|
this.grpStereo.SuspendLayout();
|
|
|
|
|
this.tlpStereoFilter.SuspendLayout();
|
|
|
|
|
this.flowLayoutPanel3.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nudStereoDelay)).BeginInit();
|
|
|
|
|
this.flowLayoutPanel4.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nudStereoPanning)).BeginInit();
|
|
|
|
|
this.grpReverb.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel5.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.trkReverbDelay)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.trkReverbStrength)).BeginInit();
|
2016-02-19 19:25:28 -05:00
|
|
|
|
this.tpgAdvanced.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel3.SuspendLayout();
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// baseConfigPanel
|
|
|
|
|
//
|
|
|
|
|
this.baseConfigPanel.Controls.Add(this.btnReset);
|
2016-01-31 11:58:41 -05:00
|
|
|
|
this.baseConfigPanel.Location = new System.Drawing.Point(0, 375);
|
|
|
|
|
this.baseConfigPanel.Size = new System.Drawing.Size(477, 29);
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.baseConfigPanel.Controls.SetChildIndex(this.btnReset, 0);
|
|
|
|
|
//
|
|
|
|
|
// grpVolume
|
|
|
|
|
//
|
|
|
|
|
this.grpVolume.Controls.Add(this.tableLayoutPanel1);
|
2016-01-31 11:58:41 -05:00
|
|
|
|
this.grpVolume.Location = new System.Drawing.Point(3, 6);
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.grpVolume.Name = "grpVolume";
|
2016-01-31 11:58:41 -05:00
|
|
|
|
this.grpVolume.Size = new System.Drawing.Size(462, 341);
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.grpVolume.TabIndex = 2;
|
|
|
|
|
this.grpVolume.TabStop = false;
|
|
|
|
|
this.grpVolume.Text = "Volume";
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel1.ColumnCount = 6;
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.trkDmcVol, 5, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.trkNoiseVol, 4, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.trkTriangleVol, 3, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.trkSquare2Vol, 2, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.trkSquare1Vol, 1, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.trkMaster, 0, 0);
|
2016-01-30 14:57:50 -05:00
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.trkFdsVol, 0, 1);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.trkMmc5Vol, 1, 1);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.trkVrc6Vol, 2, 1);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.trkVrc7Vol, 3, 1);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.trkNamco163Vol, 4, 1);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.trkSunsoft5b, 5, 1);
|
|
|
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
2016-01-30 14:57:50 -05:00
|
|
|
|
this.tableLayoutPanel1.RowCount = 3;
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
2016-01-31 11:58:41 -05:00
|
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(456, 322);
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.tableLayoutPanel1.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// trkDmcVol
|
|
|
|
|
//
|
|
|
|
|
this.trkDmcVol.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
2016-01-30 14:57:50 -05:00
|
|
|
|
this.trkDmcVol.Location = new System.Drawing.Point(384, 0);
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.trkDmcVol.Margin = new System.Windows.Forms.Padding(0);
|
2016-01-14 19:33:16 -05:00
|
|
|
|
this.trkDmcVol.Maximum = 100;
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.trkDmcVol.MaximumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkDmcVol.MinimumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkDmcVol.Name = "trkDmcVol";
|
|
|
|
|
this.trkDmcVol.Size = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkDmcVol.TabIndex = 16;
|
2016-02-21 15:31:39 -05:00
|
|
|
|
this.trkDmcVol.Text = "DMC";
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.trkDmcVol.Value = 50;
|
|
|
|
|
//
|
|
|
|
|
// trkNoiseVol
|
|
|
|
|
//
|
|
|
|
|
this.trkNoiseVol.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
|
|
this.trkNoiseVol.Location = new System.Drawing.Point(306, 0);
|
|
|
|
|
this.trkNoiseVol.Margin = new System.Windows.Forms.Padding(0);
|
2016-01-14 19:33:16 -05:00
|
|
|
|
this.trkNoiseVol.Maximum = 100;
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.trkNoiseVol.MaximumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkNoiseVol.MinimumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkNoiseVol.Name = "trkNoiseVol";
|
|
|
|
|
this.trkNoiseVol.Size = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkNoiseVol.TabIndex = 15;
|
2016-02-21 15:31:39 -05:00
|
|
|
|
this.trkNoiseVol.Text = "Noise";
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.trkNoiseVol.Value = 50;
|
|
|
|
|
//
|
|
|
|
|
// trkTriangleVol
|
|
|
|
|
//
|
|
|
|
|
this.trkTriangleVol.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
|
|
this.trkTriangleVol.Location = new System.Drawing.Point(231, 0);
|
|
|
|
|
this.trkTriangleVol.Margin = new System.Windows.Forms.Padding(0);
|
2016-01-14 19:33:16 -05:00
|
|
|
|
this.trkTriangleVol.Maximum = 100;
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.trkTriangleVol.MaximumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkTriangleVol.MinimumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkTriangleVol.Name = "trkTriangleVol";
|
|
|
|
|
this.trkTriangleVol.Size = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkTriangleVol.TabIndex = 14;
|
2016-02-21 15:31:39 -05:00
|
|
|
|
this.trkTriangleVol.Text = "Triangle";
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.trkTriangleVol.Value = 50;
|
|
|
|
|
//
|
|
|
|
|
// trkSquare2Vol
|
|
|
|
|
//
|
|
|
|
|
this.trkSquare2Vol.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
|
|
this.trkSquare2Vol.Location = new System.Drawing.Point(156, 0);
|
|
|
|
|
this.trkSquare2Vol.Margin = new System.Windows.Forms.Padding(0);
|
2016-01-14 19:33:16 -05:00
|
|
|
|
this.trkSquare2Vol.Maximum = 100;
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.trkSquare2Vol.MaximumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkSquare2Vol.MinimumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkSquare2Vol.Name = "trkSquare2Vol";
|
|
|
|
|
this.trkSquare2Vol.Size = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkSquare2Vol.TabIndex = 13;
|
2016-02-21 15:31:39 -05:00
|
|
|
|
this.trkSquare2Vol.Text = "Square 2";
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.trkSquare2Vol.Value = 50;
|
|
|
|
|
//
|
|
|
|
|
// trkSquare1Vol
|
|
|
|
|
//
|
|
|
|
|
this.trkSquare1Vol.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
|
|
this.trkSquare1Vol.Location = new System.Drawing.Point(81, 0);
|
|
|
|
|
this.trkSquare1Vol.Margin = new System.Windows.Forms.Padding(0);
|
2016-01-14 19:33:16 -05:00
|
|
|
|
this.trkSquare1Vol.Maximum = 100;
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.trkSquare1Vol.MaximumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkSquare1Vol.MinimumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkSquare1Vol.Name = "trkSquare1Vol";
|
|
|
|
|
this.trkSquare1Vol.Size = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkSquare1Vol.TabIndex = 12;
|
2016-02-21 15:31:39 -05:00
|
|
|
|
this.trkSquare1Vol.Text = "Square 1";
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.trkSquare1Vol.Value = 50;
|
|
|
|
|
//
|
|
|
|
|
// trkMaster
|
|
|
|
|
//
|
|
|
|
|
this.trkMaster.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
|
|
this.trkMaster.Location = new System.Drawing.Point(6, 0);
|
|
|
|
|
this.trkMaster.Margin = new System.Windows.Forms.Padding(0);
|
2016-01-14 17:40:59 -05:00
|
|
|
|
this.trkMaster.Maximum = 100;
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.trkMaster.MaximumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkMaster.MinimumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkMaster.Name = "trkMaster";
|
|
|
|
|
this.trkMaster.Size = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkMaster.TabIndex = 11;
|
2016-02-21 15:31:39 -05:00
|
|
|
|
this.trkMaster.Text = "Master";
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.trkMaster.Value = 50;
|
|
|
|
|
//
|
2016-01-30 14:57:50 -05:00
|
|
|
|
// trkFdsVol
|
|
|
|
|
//
|
|
|
|
|
this.trkFdsVol.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
|
|
this.trkFdsVol.Location = new System.Drawing.Point(6, 160);
|
|
|
|
|
this.trkFdsVol.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.trkFdsVol.Maximum = 100;
|
|
|
|
|
this.trkFdsVol.MaximumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkFdsVol.MinimumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkFdsVol.Name = "trkFdsVol";
|
|
|
|
|
this.trkFdsVol.Size = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkFdsVol.TabIndex = 17;
|
2016-02-21 15:31:39 -05:00
|
|
|
|
this.trkFdsVol.Text = "FDS";
|
2016-01-30 14:57:50 -05:00
|
|
|
|
this.trkFdsVol.Value = 50;
|
|
|
|
|
//
|
|
|
|
|
// trkMmc5Vol
|
|
|
|
|
//
|
|
|
|
|
this.trkMmc5Vol.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
|
|
this.trkMmc5Vol.Location = new System.Drawing.Point(81, 160);
|
|
|
|
|
this.trkMmc5Vol.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.trkMmc5Vol.Maximum = 100;
|
|
|
|
|
this.trkMmc5Vol.MaximumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkMmc5Vol.MinimumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkMmc5Vol.Name = "trkMmc5Vol";
|
|
|
|
|
this.trkMmc5Vol.Size = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkMmc5Vol.TabIndex = 18;
|
2016-02-21 15:31:39 -05:00
|
|
|
|
this.trkMmc5Vol.Text = "MMC5";
|
2016-01-30 14:57:50 -05:00
|
|
|
|
this.trkMmc5Vol.Value = 50;
|
|
|
|
|
//
|
|
|
|
|
// trkVrc6Vol
|
|
|
|
|
//
|
|
|
|
|
this.trkVrc6Vol.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
|
|
this.trkVrc6Vol.Location = new System.Drawing.Point(156, 160);
|
|
|
|
|
this.trkVrc6Vol.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.trkVrc6Vol.Maximum = 100;
|
|
|
|
|
this.trkVrc6Vol.MaximumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkVrc6Vol.MinimumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkVrc6Vol.Name = "trkVrc6Vol";
|
|
|
|
|
this.trkVrc6Vol.Size = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkVrc6Vol.TabIndex = 19;
|
2016-02-21 15:31:39 -05:00
|
|
|
|
this.trkVrc6Vol.Text = "VRC6";
|
2016-01-30 14:57:50 -05:00
|
|
|
|
this.trkVrc6Vol.Value = 50;
|
|
|
|
|
//
|
|
|
|
|
// trkVrc7Vol
|
|
|
|
|
//
|
|
|
|
|
this.trkVrc7Vol.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
|
|
this.trkVrc7Vol.Enabled = false;
|
|
|
|
|
this.trkVrc7Vol.Location = new System.Drawing.Point(231, 160);
|
|
|
|
|
this.trkVrc7Vol.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.trkVrc7Vol.Maximum = 100;
|
|
|
|
|
this.trkVrc7Vol.MaximumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkVrc7Vol.MinimumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkVrc7Vol.Name = "trkVrc7Vol";
|
|
|
|
|
this.trkVrc7Vol.Size = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkVrc7Vol.TabIndex = 20;
|
2016-02-21 15:31:39 -05:00
|
|
|
|
this.trkVrc7Vol.Text = "VRC7";
|
2016-01-30 14:57:50 -05:00
|
|
|
|
this.trkVrc7Vol.Value = 50;
|
|
|
|
|
//
|
|
|
|
|
// trkNamco163Vol
|
|
|
|
|
//
|
|
|
|
|
this.trkNamco163Vol.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
|
|
this.trkNamco163Vol.Location = new System.Drawing.Point(306, 160);
|
|
|
|
|
this.trkNamco163Vol.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.trkNamco163Vol.Maximum = 100;
|
|
|
|
|
this.trkNamco163Vol.MaximumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkNamco163Vol.MinimumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkNamco163Vol.Name = "trkNamco163Vol";
|
|
|
|
|
this.trkNamco163Vol.Size = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkNamco163Vol.TabIndex = 21;
|
2016-02-21 15:31:39 -05:00
|
|
|
|
this.trkNamco163Vol.Text = "Namco";
|
2016-01-30 14:57:50 -05:00
|
|
|
|
this.trkNamco163Vol.Value = 50;
|
|
|
|
|
//
|
|
|
|
|
// trkSunsoft5b
|
|
|
|
|
//
|
|
|
|
|
this.trkSunsoft5b.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
|
|
this.trkSunsoft5b.Location = new System.Drawing.Point(384, 160);
|
|
|
|
|
this.trkSunsoft5b.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.trkSunsoft5b.Maximum = 100;
|
|
|
|
|
this.trkSunsoft5b.MaximumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkSunsoft5b.MinimumSize = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkSunsoft5b.Name = "trkSunsoft5b";
|
|
|
|
|
this.trkSunsoft5b.Size = new System.Drawing.Size(63, 160);
|
|
|
|
|
this.trkSunsoft5b.TabIndex = 22;
|
2016-02-21 15:31:39 -05:00
|
|
|
|
this.trkSunsoft5b.Text = "Sunsoft";
|
2016-01-30 14:57:50 -05:00
|
|
|
|
this.trkSunsoft5b.Value = 50;
|
|
|
|
|
//
|
2015-07-17 20:58:57 -04:00
|
|
|
|
// tableLayoutPanel2
|
|
|
|
|
//
|
2016-01-14 19:33:16 -05:00
|
|
|
|
this.tableLayoutPanel2.ColumnCount = 2;
|
|
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
2016-01-31 11:58:41 -05:00
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.chkMuteSoundInBackground, 0, 4);
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.chkReduceSoundInBackground, 0, 5);
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.chkEnableAudio, 0, 0);
|
2016-01-17 22:16:20 -05:00
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.lblSampleRate, 0, 2);
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel2, 1, 3);
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.lblAudioLatency, 0, 3);
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.cboSampleRate, 1, 2);
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.lblAudioDevice, 0, 1);
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.cboAudioDevice, 1, 1);
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
2016-01-31 11:58:41 -05:00
|
|
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
2016-01-31 11:58:41 -05:00
|
|
|
|
this.tableLayoutPanel2.RowCount = 6;
|
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
2016-01-17 22:16:20 -05:00
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
2016-01-31 11:58:41 -05:00
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(463, 343);
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.tableLayoutPanel2.TabIndex = 3;
|
|
|
|
|
//
|
2016-01-31 11:58:41 -05:00
|
|
|
|
// chkMuteSoundInBackground
|
|
|
|
|
//
|
|
|
|
|
this.chkMuteSoundInBackground.AutoSize = true;
|
|
|
|
|
this.tableLayoutPanel2.SetColumnSpan(this.chkMuteSoundInBackground, 2);
|
|
|
|
|
this.chkMuteSoundInBackground.Location = new System.Drawing.Point(3, 107);
|
|
|
|
|
this.chkMuteSoundInBackground.Name = "chkMuteSoundInBackground";
|
|
|
|
|
this.chkMuteSoundInBackground.Size = new System.Drawing.Size(182, 17);
|
|
|
|
|
this.chkMuteSoundInBackground.TabIndex = 14;
|
|
|
|
|
this.chkMuteSoundInBackground.Text = "Mute sound when in background";
|
|
|
|
|
this.chkMuteSoundInBackground.UseVisualStyleBackColor = true;
|
|
|
|
|
this.chkMuteSoundInBackground.CheckedChanged += new System.EventHandler(this.chkMuteWhenInBackground_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// chkReduceSoundInBackground
|
|
|
|
|
//
|
|
|
|
|
this.chkReduceSoundInBackground.AutoSize = true;
|
|
|
|
|
this.tableLayoutPanel2.SetColumnSpan(this.chkReduceSoundInBackground, 2);
|
|
|
|
|
this.chkReduceSoundInBackground.Location = new System.Drawing.Point(3, 130);
|
|
|
|
|
this.chkReduceSoundInBackground.Name = "chkReduceSoundInBackground";
|
|
|
|
|
this.chkReduceSoundInBackground.Size = new System.Drawing.Size(201, 17);
|
|
|
|
|
this.chkReduceSoundInBackground.TabIndex = 13;
|
|
|
|
|
this.chkReduceSoundInBackground.Text = "Reduce volume when in background";
|
|
|
|
|
this.chkReduceSoundInBackground.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2015-07-17 20:58:57 -04:00
|
|
|
|
// chkEnableAudio
|
|
|
|
|
//
|
|
|
|
|
this.chkEnableAudio.AutoSize = true;
|
2016-01-14 19:33:16 -05:00
|
|
|
|
this.tableLayoutPanel2.SetColumnSpan(this.chkEnableAudio, 2);
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.chkEnableAudio.Location = new System.Drawing.Point(6, 6);
|
|
|
|
|
this.chkEnableAudio.Margin = new System.Windows.Forms.Padding(6, 6, 6, 3);
|
|
|
|
|
this.chkEnableAudio.Name = "chkEnableAudio";
|
|
|
|
|
this.chkEnableAudio.Size = new System.Drawing.Size(89, 17);
|
|
|
|
|
this.chkEnableAudio.TabIndex = 3;
|
|
|
|
|
this.chkEnableAudio.Text = "Enable Audio";
|
|
|
|
|
this.chkEnableAudio.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2016-01-14 19:33:16 -05:00
|
|
|
|
// lblSampleRate
|
|
|
|
|
//
|
|
|
|
|
this.lblSampleRate.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblSampleRate.AutoSize = true;
|
2016-01-17 22:16:20 -05:00
|
|
|
|
this.lblSampleRate.Location = new System.Drawing.Point(3, 60);
|
2016-01-14 19:33:16 -05:00
|
|
|
|
this.lblSampleRate.Name = "lblSampleRate";
|
|
|
|
|
this.lblSampleRate.Size = new System.Drawing.Size(71, 13);
|
|
|
|
|
this.lblSampleRate.TabIndex = 0;
|
|
|
|
|
this.lblSampleRate.Text = "Sample Rate:";
|
|
|
|
|
//
|
2015-07-17 20:58:57 -04:00
|
|
|
|
// flowLayoutPanel2
|
|
|
|
|
//
|
|
|
|
|
this.flowLayoutPanel2.Controls.Add(this.nudLatency);
|
|
|
|
|
this.flowLayoutPanel2.Controls.Add(this.lblLatencyMs);
|
2016-01-17 22:16:20 -05:00
|
|
|
|
this.flowLayoutPanel2.Location = new System.Drawing.Point(77, 80);
|
2016-01-14 19:33:16 -05:00
|
|
|
|
this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
2016-01-14 19:33:16 -05:00
|
|
|
|
this.flowLayoutPanel2.Size = new System.Drawing.Size(78, 24);
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.flowLayoutPanel2.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// nudLatency
|
|
|
|
|
//
|
2016-01-14 19:33:16 -05:00
|
|
|
|
this.nudLatency.Location = new System.Drawing.Point(3, 3);
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.nudLatency.Maximum = new decimal(new int[] {
|
|
|
|
|
300,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nudLatency.Minimum = new decimal(new int[] {
|
|
|
|
|
100,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nudLatency.Name = "nudLatency";
|
|
|
|
|
this.nudLatency.Size = new System.Drawing.Size(45, 20);
|
|
|
|
|
this.nudLatency.TabIndex = 1;
|
|
|
|
|
this.nudLatency.Value = new decimal(new int[] {
|
|
|
|
|
100,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
//
|
|
|
|
|
// lblLatencyMs
|
|
|
|
|
//
|
|
|
|
|
this.lblLatencyMs.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblLatencyMs.AutoSize = true;
|
2016-01-14 19:33:16 -05:00
|
|
|
|
this.lblLatencyMs.Location = new System.Drawing.Point(54, 6);
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.lblLatencyMs.Name = "lblLatencyMs";
|
|
|
|
|
this.lblLatencyMs.Size = new System.Drawing.Size(20, 13);
|
|
|
|
|
this.lblLatencyMs.TabIndex = 2;
|
|
|
|
|
this.lblLatencyMs.Text = "ms";
|
|
|
|
|
//
|
2016-01-14 19:33:16 -05:00
|
|
|
|
// lblAudioLatency
|
|
|
|
|
//
|
|
|
|
|
this.lblAudioLatency.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblAudioLatency.AutoSize = true;
|
2016-01-17 22:16:20 -05:00
|
|
|
|
this.lblAudioLatency.Location = new System.Drawing.Point(3, 85);
|
2016-01-14 19:33:16 -05:00
|
|
|
|
this.lblAudioLatency.Name = "lblAudioLatency";
|
|
|
|
|
this.lblAudioLatency.Size = new System.Drawing.Size(48, 13);
|
|
|
|
|
this.lblAudioLatency.TabIndex = 0;
|
|
|
|
|
this.lblAudioLatency.Text = "Latency:";
|
|
|
|
|
//
|
|
|
|
|
// cboSampleRate
|
|
|
|
|
//
|
|
|
|
|
this.cboSampleRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cboSampleRate.FormattingEnabled = true;
|
|
|
|
|
this.cboSampleRate.Items.AddRange(new object[] {
|
|
|
|
|
"11,025 Hz",
|
|
|
|
|
"22,050 Hz",
|
|
|
|
|
"44,100 Hz",
|
|
|
|
|
"48,000 Hz"});
|
2016-01-17 22:16:20 -05:00
|
|
|
|
this.cboSampleRate.Location = new System.Drawing.Point(80, 56);
|
2016-01-14 19:33:16 -05:00
|
|
|
|
this.cboSampleRate.Name = "cboSampleRate";
|
|
|
|
|
this.cboSampleRate.Size = new System.Drawing.Size(75, 21);
|
|
|
|
|
this.cboSampleRate.TabIndex = 5;
|
|
|
|
|
//
|
2016-01-17 22:16:20 -05:00
|
|
|
|
// lblAudioDevice
|
|
|
|
|
//
|
|
|
|
|
this.lblAudioDevice.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblAudioDevice.AutoSize = true;
|
|
|
|
|
this.lblAudioDevice.Location = new System.Drawing.Point(3, 33);
|
|
|
|
|
this.lblAudioDevice.Name = "lblAudioDevice";
|
|
|
|
|
this.lblAudioDevice.Size = new System.Drawing.Size(44, 13);
|
|
|
|
|
this.lblAudioDevice.TabIndex = 6;
|
|
|
|
|
this.lblAudioDevice.Text = "Device:";
|
|
|
|
|
//
|
|
|
|
|
// cboAudioDevice
|
|
|
|
|
//
|
|
|
|
|
this.cboAudioDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cboAudioDevice.FormattingEnabled = true;
|
|
|
|
|
this.cboAudioDevice.Location = new System.Drawing.Point(80, 29);
|
|
|
|
|
this.cboAudioDevice.Name = "cboAudioDevice";
|
|
|
|
|
this.cboAudioDevice.Size = new System.Drawing.Size(209, 21);
|
|
|
|
|
this.cboAudioDevice.TabIndex = 7;
|
|
|
|
|
//
|
2015-07-17 20:58:57 -04:00
|
|
|
|
// btnReset
|
|
|
|
|
//
|
|
|
|
|
this.btnReset.AutoSize = true;
|
|
|
|
|
this.btnReset.Location = new System.Drawing.Point(6, 3);
|
|
|
|
|
this.btnReset.Name = "btnReset";
|
|
|
|
|
this.btnReset.Size = new System.Drawing.Size(99, 23);
|
|
|
|
|
this.btnReset.TabIndex = 3;
|
|
|
|
|
this.btnReset.Text = "Reset to Defaults";
|
|
|
|
|
this.btnReset.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
|
|
|
|
|
//
|
2016-01-31 11:58:41 -05:00
|
|
|
|
// tabMain
|
|
|
|
|
//
|
|
|
|
|
this.tabMain.Controls.Add(this.tpgGeneral);
|
|
|
|
|
this.tabMain.Controls.Add(this.tpgVolume);
|
2016-02-21 15:31:39 -05:00
|
|
|
|
this.tabMain.Controls.Add(this.tpgEffects);
|
2016-02-19 19:25:28 -05:00
|
|
|
|
this.tabMain.Controls.Add(this.tpgAdvanced);
|
2016-01-31 11:58:41 -05:00
|
|
|
|
this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tabMain.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.tabMain.Name = "tabMain";
|
|
|
|
|
this.tabMain.SelectedIndex = 0;
|
|
|
|
|
this.tabMain.Size = new System.Drawing.Size(477, 375);
|
|
|
|
|
this.tabMain.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// tpgGeneral
|
|
|
|
|
//
|
|
|
|
|
this.tpgGeneral.Controls.Add(this.tableLayoutPanel2);
|
|
|
|
|
this.tpgGeneral.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tpgGeneral.Name = "tpgGeneral";
|
|
|
|
|
this.tpgGeneral.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.tpgGeneral.Size = new System.Drawing.Size(469, 349);
|
|
|
|
|
this.tpgGeneral.TabIndex = 0;
|
|
|
|
|
this.tpgGeneral.Text = "General";
|
|
|
|
|
this.tpgGeneral.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// tpgVolume
|
|
|
|
|
//
|
|
|
|
|
this.tpgVolume.Controls.Add(this.grpVolume);
|
|
|
|
|
this.tpgVolume.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tpgVolume.Name = "tpgVolume";
|
|
|
|
|
this.tpgVolume.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.tpgVolume.Size = new System.Drawing.Size(469, 349);
|
|
|
|
|
this.tpgVolume.TabIndex = 1;
|
|
|
|
|
this.tpgVolume.Text = "Volume";
|
|
|
|
|
this.tpgVolume.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2016-02-21 15:31:39 -05:00
|
|
|
|
// tpgEffects
|
|
|
|
|
//
|
|
|
|
|
this.tpgEffects.Controls.Add(this.tableLayoutPanel4);
|
|
|
|
|
this.tpgEffects.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tpgEffects.Name = "tpgEffects";
|
|
|
|
|
this.tpgEffects.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.tpgEffects.Size = new System.Drawing.Size(469, 349);
|
|
|
|
|
this.tpgEffects.TabIndex = 3;
|
|
|
|
|
this.tpgEffects.Text = "Effects";
|
|
|
|
|
this.tpgEffects.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel4
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel4.ColumnCount = 1;
|
|
|
|
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel4.Controls.Add(this.grpStereo, 0, 0);
|
|
|
|
|
this.tableLayoutPanel4.Controls.Add(this.grpReverb, 0, 1);
|
|
|
|
|
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
|
|
|
|
|
this.tableLayoutPanel4.RowCount = 3;
|
|
|
|
|
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel4.Size = new System.Drawing.Size(463, 343);
|
|
|
|
|
this.tableLayoutPanel4.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// grpStereo
|
|
|
|
|
//
|
|
|
|
|
this.grpStereo.Controls.Add(this.tlpStereoFilter);
|
|
|
|
|
this.grpStereo.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.grpStereo.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.grpStereo.Name = "grpStereo";
|
|
|
|
|
this.grpStereo.Size = new System.Drawing.Size(457, 95);
|
|
|
|
|
this.grpStereo.TabIndex = 0;
|
|
|
|
|
this.grpStereo.TabStop = false;
|
|
|
|
|
this.grpStereo.Text = "Stereo";
|
|
|
|
|
//
|
|
|
|
|
// tlpStereoFilter
|
|
|
|
|
//
|
|
|
|
|
this.tlpStereoFilter.ColumnCount = 2;
|
|
|
|
|
this.tlpStereoFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
|
|
this.tlpStereoFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tlpStereoFilter.Controls.Add(this.flowLayoutPanel3, 1, 1);
|
|
|
|
|
this.tlpStereoFilter.Controls.Add(this.radStereoDisabled, 0, 0);
|
|
|
|
|
this.tlpStereoFilter.Controls.Add(this.radStereoDelay, 0, 1);
|
|
|
|
|
this.tlpStereoFilter.Controls.Add(this.radStereoPanning, 0, 2);
|
|
|
|
|
this.tlpStereoFilter.Controls.Add(this.flowLayoutPanel4, 1, 2);
|
|
|
|
|
this.tlpStereoFilter.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tlpStereoFilter.Location = new System.Drawing.Point(3, 16);
|
|
|
|
|
this.tlpStereoFilter.Name = "tlpStereoFilter";
|
|
|
|
|
this.tlpStereoFilter.RowCount = 4;
|
|
|
|
|
this.tlpStereoFilter.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tlpStereoFilter.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tlpStereoFilter.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tlpStereoFilter.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tlpStereoFilter.Size = new System.Drawing.Size(451, 76);
|
|
|
|
|
this.tlpStereoFilter.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// flowLayoutPanel3
|
|
|
|
|
//
|
|
|
|
|
this.flowLayoutPanel3.Controls.Add(this.nudStereoDelay);
|
|
|
|
|
this.flowLayoutPanel3.Controls.Add(this.lblStereoDelayMs);
|
|
|
|
|
this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.flowLayoutPanel3.Location = new System.Drawing.Point(72, 23);
|
|
|
|
|
this.flowLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
|
|
|
|
|
this.flowLayoutPanel3.Size = new System.Drawing.Size(379, 26);
|
|
|
|
|
this.flowLayoutPanel3.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// nudStereoDelay
|
|
|
|
|
//
|
|
|
|
|
this.nudStereoDelay.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.nudStereoDelay.Name = "nudStereoDelay";
|
|
|
|
|
this.nudStereoDelay.Size = new System.Drawing.Size(45, 20);
|
|
|
|
|
this.nudStereoDelay.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// lblStereoDelayMs
|
|
|
|
|
//
|
|
|
|
|
this.lblStereoDelayMs.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblStereoDelayMs.AutoSize = true;
|
|
|
|
|
this.lblStereoDelayMs.Location = new System.Drawing.Point(54, 6);
|
|
|
|
|
this.lblStereoDelayMs.Name = "lblStereoDelayMs";
|
|
|
|
|
this.lblStereoDelayMs.Size = new System.Drawing.Size(20, 13);
|
|
|
|
|
this.lblStereoDelayMs.TabIndex = 1;
|
|
|
|
|
this.lblStereoDelayMs.Text = "ms";
|
|
|
|
|
//
|
|
|
|
|
// radStereoDisabled
|
|
|
|
|
//
|
|
|
|
|
this.radStereoDisabled.AutoSize = true;
|
|
|
|
|
this.radStereoDisabled.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.radStereoDisabled.Name = "radStereoDisabled";
|
|
|
|
|
this.radStereoDisabled.Size = new System.Drawing.Size(66, 17);
|
|
|
|
|
this.radStereoDisabled.TabIndex = 1;
|
|
|
|
|
this.radStereoDisabled.TabStop = true;
|
|
|
|
|
this.radStereoDisabled.Tag = "None";
|
|
|
|
|
this.radStereoDisabled.Text = "Disabled";
|
|
|
|
|
this.radStereoDisabled.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// radStereoDelay
|
|
|
|
|
//
|
|
|
|
|
this.radStereoDelay.AutoSize = true;
|
|
|
|
|
this.radStereoDelay.Location = new System.Drawing.Point(3, 26);
|
|
|
|
|
this.radStereoDelay.Name = "radStereoDelay";
|
|
|
|
|
this.radStereoDelay.Size = new System.Drawing.Size(52, 17);
|
|
|
|
|
this.radStereoDelay.TabIndex = 2;
|
|
|
|
|
this.radStereoDelay.TabStop = true;
|
|
|
|
|
this.radStereoDelay.Tag = "Delay";
|
|
|
|
|
this.radStereoDelay.Text = "Delay";
|
|
|
|
|
this.radStereoDelay.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// radStereoPanning
|
|
|
|
|
//
|
|
|
|
|
this.radStereoPanning.AutoSize = true;
|
|
|
|
|
this.radStereoPanning.Location = new System.Drawing.Point(3, 52);
|
|
|
|
|
this.radStereoPanning.Name = "radStereoPanning";
|
|
|
|
|
this.radStereoPanning.Size = new System.Drawing.Size(64, 17);
|
|
|
|
|
this.radStereoPanning.TabIndex = 3;
|
|
|
|
|
this.radStereoPanning.TabStop = true;
|
|
|
|
|
this.radStereoPanning.Tag = "Panning";
|
|
|
|
|
this.radStereoPanning.Text = "Panning";
|
|
|
|
|
this.radStereoPanning.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// flowLayoutPanel4
|
|
|
|
|
//
|
|
|
|
|
this.flowLayoutPanel4.Controls.Add(this.nudStereoPanning);
|
|
|
|
|
this.flowLayoutPanel4.Controls.Add(this.lblStereoPanningAngle);
|
|
|
|
|
this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.flowLayoutPanel4.Location = new System.Drawing.Point(72, 49);
|
|
|
|
|
this.flowLayoutPanel4.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.flowLayoutPanel4.Name = "flowLayoutPanel4";
|
|
|
|
|
this.flowLayoutPanel4.Size = new System.Drawing.Size(379, 26);
|
|
|
|
|
this.flowLayoutPanel4.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// nudStereoPanning
|
|
|
|
|
//
|
|
|
|
|
this.nudStereoPanning.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.nudStereoPanning.Maximum = new decimal(new int[] {
|
|
|
|
|
180,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.nudStereoPanning.Minimum = new decimal(new int[] {
|
|
|
|
|
180,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
-2147483648});
|
|
|
|
|
this.nudStereoPanning.Name = "nudStereoPanning";
|
|
|
|
|
this.nudStereoPanning.Size = new System.Drawing.Size(45, 20);
|
|
|
|
|
this.nudStereoPanning.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// lblStereoPanningAngle
|
|
|
|
|
//
|
|
|
|
|
this.lblStereoPanningAngle.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblStereoPanningAngle.AutoSize = true;
|
|
|
|
|
this.lblStereoPanningAngle.Location = new System.Drawing.Point(54, 6);
|
|
|
|
|
this.lblStereoPanningAngle.Name = "lblStereoPanningAngle";
|
|
|
|
|
this.lblStereoPanningAngle.Size = new System.Drawing.Size(92, 13);
|
|
|
|
|
this.lblStereoPanningAngle.TabIndex = 1;
|
|
|
|
|
this.lblStereoPanningAngle.Text = "(Angle in degrees)";
|
|
|
|
|
//
|
|
|
|
|
// grpReverb
|
|
|
|
|
//
|
|
|
|
|
this.grpReverb.Controls.Add(this.tableLayoutPanel5);
|
|
|
|
|
this.grpReverb.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.grpReverb.Location = new System.Drawing.Point(3, 104);
|
|
|
|
|
this.grpReverb.Name = "grpReverb";
|
|
|
|
|
this.grpReverb.Size = new System.Drawing.Size(457, 109);
|
|
|
|
|
this.grpReverb.TabIndex = 1;
|
|
|
|
|
this.grpReverb.TabStop = false;
|
|
|
|
|
this.grpReverb.Text = "Reverb";
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel5
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel5.ColumnCount = 2;
|
|
|
|
|
this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
|
|
this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel5.Controls.Add(this.chkReverbEnabled, 0, 0);
|
|
|
|
|
this.tableLayoutPanel5.Controls.Add(this.lblReverbStrength, 0, 1);
|
|
|
|
|
this.tableLayoutPanel5.Controls.Add(this.lblReverbDelay, 0, 2);
|
|
|
|
|
this.tableLayoutPanel5.Controls.Add(this.trkReverbDelay, 1, 2);
|
|
|
|
|
this.tableLayoutPanel5.Controls.Add(this.trkReverbStrength, 1, 1);
|
|
|
|
|
this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 16);
|
|
|
|
|
this.tableLayoutPanel5.Name = "tableLayoutPanel5";
|
|
|
|
|
this.tableLayoutPanel5.RowCount = 4;
|
|
|
|
|
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
|
|
|
|
|
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
|
|
|
|
|
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel5.Size = new System.Drawing.Size(451, 90);
|
|
|
|
|
this.tableLayoutPanel5.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// chkReverbEnabled
|
|
|
|
|
//
|
|
|
|
|
this.chkReverbEnabled.AutoSize = true;
|
|
|
|
|
this.tableLayoutPanel5.SetColumnSpan(this.chkReverbEnabled, 2);
|
|
|
|
|
this.chkReverbEnabled.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.chkReverbEnabled.Name = "chkReverbEnabled";
|
|
|
|
|
this.chkReverbEnabled.Size = new System.Drawing.Size(97, 17);
|
|
|
|
|
this.chkReverbEnabled.TabIndex = 0;
|
|
|
|
|
this.chkReverbEnabled.Text = "Enable Reverb";
|
|
|
|
|
this.chkReverbEnabled.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// lblReverbStrength
|
|
|
|
|
//
|
|
|
|
|
this.lblReverbStrength.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblReverbStrength.AutoSize = true;
|
|
|
|
|
this.lblReverbStrength.Location = new System.Drawing.Point(3, 32);
|
|
|
|
|
this.lblReverbStrength.Name = "lblReverbStrength";
|
|
|
|
|
this.lblReverbStrength.Size = new System.Drawing.Size(50, 13);
|
|
|
|
|
this.lblReverbStrength.TabIndex = 2;
|
|
|
|
|
this.lblReverbStrength.Text = "Strength:";
|
|
|
|
|
//
|
|
|
|
|
// lblReverbDelay
|
|
|
|
|
//
|
|
|
|
|
this.lblReverbDelay.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblReverbDelay.AutoSize = true;
|
|
|
|
|
this.lblReverbDelay.Location = new System.Drawing.Point(3, 64);
|
|
|
|
|
this.lblReverbDelay.Name = "lblReverbDelay";
|
|
|
|
|
this.lblReverbDelay.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.lblReverbDelay.TabIndex = 3;
|
|
|
|
|
this.lblReverbDelay.Text = "Delay:";
|
|
|
|
|
//
|
|
|
|
|
// trkReverbDelay
|
|
|
|
|
//
|
|
|
|
|
this.trkReverbDelay.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.trkReverbDelay.Location = new System.Drawing.Point(59, 58);
|
|
|
|
|
this.trkReverbDelay.Maximum = 30;
|
|
|
|
|
this.trkReverbDelay.Minimum = 1;
|
|
|
|
|
this.trkReverbDelay.Name = "trkReverbDelay";
|
|
|
|
|
this.trkReverbDelay.Size = new System.Drawing.Size(104, 26);
|
|
|
|
|
this.trkReverbDelay.TabIndex = 4;
|
|
|
|
|
this.trkReverbDelay.TickFrequency = 3;
|
|
|
|
|
this.trkReverbDelay.Value = 1;
|
|
|
|
|
//
|
|
|
|
|
// trkReverbStrength
|
|
|
|
|
//
|
|
|
|
|
this.trkReverbStrength.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.trkReverbStrength.Location = new System.Drawing.Point(59, 26);
|
|
|
|
|
this.trkReverbStrength.Minimum = 1;
|
|
|
|
|
this.trkReverbStrength.Name = "trkReverbStrength";
|
|
|
|
|
this.trkReverbStrength.Size = new System.Drawing.Size(104, 26);
|
|
|
|
|
this.trkReverbStrength.TabIndex = 1;
|
|
|
|
|
this.trkReverbStrength.Value = 1;
|
|
|
|
|
//
|
2016-02-19 19:25:28 -05:00
|
|
|
|
// tpgAdvanced
|
|
|
|
|
//
|
|
|
|
|
this.tpgAdvanced.Controls.Add(this.tableLayoutPanel3);
|
|
|
|
|
this.tpgAdvanced.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tpgAdvanced.Name = "tpgAdvanced";
|
|
|
|
|
this.tpgAdvanced.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.tpgAdvanced.Size = new System.Drawing.Size(469, 349);
|
|
|
|
|
this.tpgAdvanced.TabIndex = 2;
|
|
|
|
|
this.tpgAdvanced.Text = "Advanced";
|
|
|
|
|
this.tpgAdvanced.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel3
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel3.ColumnCount = 1;
|
|
|
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel3.Controls.Add(this.chkSwapDutyCycles, 0, 0);
|
|
|
|
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
|
|
|
|
this.tableLayoutPanel3.RowCount = 2;
|
|
|
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(463, 343);
|
|
|
|
|
this.tableLayoutPanel3.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// chkSwapDutyCycles
|
|
|
|
|
//
|
|
|
|
|
this.chkSwapDutyCycles.AutoSize = true;
|
|
|
|
|
this.chkSwapDutyCycles.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.chkSwapDutyCycles.Name = "chkSwapDutyCycles";
|
|
|
|
|
this.chkSwapDutyCycles.Size = new System.Drawing.Size(282, 17);
|
|
|
|
|
this.chkSwapDutyCycles.TabIndex = 0;
|
|
|
|
|
this.chkSwapDutyCycles.Text = "Swap square channels duty cycles (Mimics old clones)";
|
|
|
|
|
this.chkSwapDutyCycles.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2015-07-17 20:58:57 -04:00
|
|
|
|
// frmAudioConfig
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2016-01-31 11:58:41 -05:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(477, 404);
|
|
|
|
|
this.Controls.Add(this.tabMain);
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MinimizeBox = false;
|
|
|
|
|
this.Name = "frmAudioConfig";
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
|
|
this.Text = "Audio Options";
|
|
|
|
|
this.Controls.SetChildIndex(this.baseConfigPanel, 0);
|
2016-01-31 11:58:41 -05:00
|
|
|
|
this.Controls.SetChildIndex(this.tabMain, 0);
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.baseConfigPanel.ResumeLayout(false);
|
|
|
|
|
this.baseConfigPanel.PerformLayout();
|
|
|
|
|
this.grpVolume.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel2.PerformLayout();
|
|
|
|
|
this.flowLayoutPanel2.ResumeLayout(false);
|
|
|
|
|
this.flowLayoutPanel2.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nudLatency)).EndInit();
|
2016-01-31 11:58:41 -05:00
|
|
|
|
this.tabMain.ResumeLayout(false);
|
|
|
|
|
this.tpgGeneral.ResumeLayout(false);
|
|
|
|
|
this.tpgVolume.ResumeLayout(false);
|
2016-02-21 15:31:39 -05:00
|
|
|
|
this.tpgEffects.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel4.ResumeLayout(false);
|
|
|
|
|
this.grpStereo.ResumeLayout(false);
|
|
|
|
|
this.tlpStereoFilter.ResumeLayout(false);
|
|
|
|
|
this.tlpStereoFilter.PerformLayout();
|
|
|
|
|
this.flowLayoutPanel3.ResumeLayout(false);
|
|
|
|
|
this.flowLayoutPanel3.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nudStereoDelay)).EndInit();
|
|
|
|
|
this.flowLayoutPanel4.ResumeLayout(false);
|
|
|
|
|
this.flowLayoutPanel4.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nudStereoPanning)).EndInit();
|
|
|
|
|
this.grpReverb.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel5.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel5.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.trkReverbDelay)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.trkReverbStrength)).EndInit();
|
2016-02-19 19:25:28 -05:00
|
|
|
|
this.tpgAdvanced.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel3.PerformLayout();
|
2015-07-17 20:58:57 -04:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.GroupBox grpVolume;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkEnableAudio;
|
|
|
|
|
private System.Windows.Forms.Label lblAudioLatency;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nudLatency;
|
|
|
|
|
private System.Windows.Forms.Label lblLatencyMs;
|
|
|
|
|
private System.Windows.Forms.Button btnReset;
|
2016-01-14 19:33:16 -05:00
|
|
|
|
private System.Windows.Forms.Label lblSampleRate;
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
|
|
|
|
|
private System.Windows.Forms.ComboBox cboSampleRate;
|
2016-01-17 22:16:20 -05:00
|
|
|
|
private System.Windows.Forms.Label lblAudioDevice;
|
|
|
|
|
private System.Windows.Forms.ComboBox cboAudioDevice;
|
2016-01-30 14:57:50 -05:00
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
|
private Controls.ctrlTrackbar trkDmcVol;
|
|
|
|
|
private Controls.ctrlTrackbar trkNoiseVol;
|
|
|
|
|
private Controls.ctrlTrackbar trkTriangleVol;
|
|
|
|
|
private Controls.ctrlTrackbar trkSquare2Vol;
|
|
|
|
|
private Controls.ctrlTrackbar trkSquare1Vol;
|
|
|
|
|
private Controls.ctrlTrackbar trkMaster;
|
|
|
|
|
private Controls.ctrlTrackbar trkFdsVol;
|
|
|
|
|
private Controls.ctrlTrackbar trkMmc5Vol;
|
|
|
|
|
private Controls.ctrlTrackbar trkVrc6Vol;
|
|
|
|
|
private Controls.ctrlTrackbar trkVrc7Vol;
|
|
|
|
|
private Controls.ctrlTrackbar trkNamco163Vol;
|
|
|
|
|
private Controls.ctrlTrackbar trkSunsoft5b;
|
2016-01-31 11:58:41 -05:00
|
|
|
|
private System.Windows.Forms.TabControl tabMain;
|
|
|
|
|
private System.Windows.Forms.TabPage tpgGeneral;
|
|
|
|
|
private System.Windows.Forms.TabPage tpgVolume;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkMuteSoundInBackground;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkReduceSoundInBackground;
|
2016-02-19 19:25:28 -05:00
|
|
|
|
private System.Windows.Forms.TabPage tpgAdvanced;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkSwapDutyCycles;
|
2016-02-21 15:31:39 -05:00
|
|
|
|
private System.Windows.Forms.TabPage tpgEffects;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
|
|
|
|
|
private System.Windows.Forms.GroupBox grpStereo;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tlpStereoFilter;
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nudStereoDelay;
|
|
|
|
|
private System.Windows.Forms.Label lblStereoDelayMs;
|
|
|
|
|
private System.Windows.Forms.RadioButton radStereoDisabled;
|
|
|
|
|
private System.Windows.Forms.RadioButton radStereoDelay;
|
|
|
|
|
private System.Windows.Forms.RadioButton radStereoPanning;
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nudStereoPanning;
|
|
|
|
|
private System.Windows.Forms.Label lblStereoPanningAngle;
|
|
|
|
|
private System.Windows.Forms.GroupBox grpReverb;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkReverbEnabled;
|
|
|
|
|
private System.Windows.Forms.Label lblReverbStrength;
|
|
|
|
|
private System.Windows.Forms.Label lblReverbDelay;
|
|
|
|
|
private System.Windows.Forms.TrackBar trkReverbDelay;
|
|
|
|
|
private System.Windows.Forms.TrackBar trkReverbStrength;
|
2015-07-17 20:58:57 -04:00
|
|
|
|
}
|
|
|
|
|
}
|