Skip to content

Commit

Permalink
Seems to be ready, but 25% of finger numbers are bullshit.
Browse files Browse the repository at this point in the history
  • Loading branch information
BShakhovsky committed Feb 4, 2016
1 parent 2c13fb4 commit e91e4b2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions Piano/Controls.cpp
Expand Up @@ -168,8 +168,6 @@ bool Controls::OnTimer(const HWND hWnd, const DWORD dwTime)
) > 0) // std::any_of() and std::all_of() return as soon as result is found,
// but we need to play all tracks anyway
{
// if (Piano::leftTrack) AssignFinger(Piano::fingersLeft, *Piano::leftTrack, true);
// if (Piano::rightTrack) AssignFinger(Piano::fingersRight, *Piano::rightTrack);
InvalidateRect(hWnd, nullptr, false);
try
{
Expand Down
5 changes: 0 additions & 5 deletions PianoFingers.sln
Expand Up @@ -5,11 +5,6 @@ VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Piano", "Piano\Piano.vcxproj", "{44BEE791-5D97-4AA4-B0FE-DEA29C8413C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1D860EF7-902D-42CA-9C88-EDCE9C4DB397}"
ProjectSection(SolutionItems) = preProject
ToFinish.txt = ToFinish.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Expand Down
11 changes: 0 additions & 11 deletions ToFinish.txt

This file was deleted.

0 comments on commit e91e4b2

Please sign in to comment.