Skip to content

Commit

Permalink
Adjusted some text, reduced .wav filesize
Browse files Browse the repository at this point in the history
  • Loading branch information
vince94 committed Sep 14, 2017
1 parent ac24d14 commit 41d9e8b
Show file tree
Hide file tree
Showing 100 changed files with 274 additions and 446,208 deletions.
Binary file modified PK Piano.v12.suo
Binary file not shown.
28 changes: 14 additions & 14 deletions PK Piano/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions PK Piano/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ private void cboNoteLength_TextChanged(object sender, EventArgs e)
{

cboNoteLength.Text = noteLength.ToString("X2");
new SoundPlayer(Properties.Resources.ExtraAudio_No).Play();
}

//update other parts of the program that use length
Expand Down Expand Up @@ -133,7 +132,7 @@ private void Form1_Load(object sender, EventArgs e)
toolTip1.SetToolTip(this.btnCopySlidingEcho, "[F8 length lvol rvol]");
toolTip1.SetToolTip(this.btnPortamento, "C8 [F9 start length (insert note here)] ");
toolTip1.SetToolTip(this.btnSetFirstDrum, "Sets the first sample used by the CA-DF note system.\r\nThis is useful for making quick drum loops.");
//toolTip1.SetToolTip(this.ANYTHING, "");
toolTip1.SetToolTip(this.trackBarEchoVol, "The second half of volume levels invert the waveform!\r\nYou can set the left and right numbers seperately, too.");
//toolTip1.SetToolTip(this.ANYTHING, "");
//toolTip1.SetToolTip(this.ANYTHING, "");
//toolTip1.SetToolTip(this.ANYTHING, "");
Expand Down
Loading

0 comments on commit 41d9e8b

Please sign in to comment.