Skip to content

Commit

Permalink
updated a bunch of stuff
Browse files Browse the repository at this point in the history
added basic multithreading-- it might be slower than normal because of inefficiencies in my single threaded mind
groundwork for quicknoodle files
separate colors for lighting events and notes
  • Loading branch information
amelted authored Oct 23, 2020
1 parent 600236e commit 4221e52
Show file tree
Hide file tree
Showing 12 changed files with 5,704 additions and 251 deletions.
6 changes: 6 additions & 0 deletions QuickNoodle.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ VisualStudioVersion = 15.0.28307.1259
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickNoodle", "QuickNoodle\QuickNoodle.csproj", "{45B35099-8990-411B-AE5F-A9836044A9EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp1", "ConsoleApp1\ConsoleApp1.csproj", "{83C695DE-07C6-41A3-8EEE-838780E4CE51}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -15,6 +17,10 @@ Global
{45B35099-8990-411B-AE5F-A9836044A9EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45B35099-8990-411B-AE5F-A9836044A9EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45B35099-8990-411B-AE5F-A9836044A9EC}.Release|Any CPU.Build.0 = Release|Any CPU
{83C695DE-07C6-41A3-8EEE-838780E4CE51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83C695DE-07C6-41A3-8EEE-838780E4CE51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83C695DE-07C6-41A3-8EEE-838780E4CE51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83C695DE-07C6-41A3-8EEE-838780E4CE51}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
196 changes: 141 additions & 55 deletions QuickNoodle/Form1.Designer.cs

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

Loading

0 comments on commit 4221e52

Please sign in to comment.