Skip to content

Commit 04e007f

Browse files
authored
Merge pull request #58 from brentmaxwell/develop
Develop
2 parents d62fd95 + 2c9a805 commit 04e007f

File tree

252 files changed

+60935
-56652
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

252 files changed

+60935
-56652
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ bld/
4040
[Oo]ut/
4141
msbuild.log
4242
msbuild.err
43-
msbuild.wrn
43+
msbuild.wrn
44+
/LtAmpDotNet/LtAmpDotNet.WinForms/DataModels/DspUnitDefinitionViewModel.txt
45+
/LtAmpDotNet/LtAmpDotNet.WinForms/DataModels/ParameterValueModel.txt
46+
/LtAmpDotNet/LtAmpDotNet.WinForms/DataModels/PresetViewModel.txt

Docs/MIDX20_Midi_Spec.pdf

70.5 KB
Binary file not shown.

LtAmpDotNet/.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[*.cs]
2+
3+
# IDE0063: Use simple 'using' statement
4+
csharp_prefer_simple_using_statement = false

0 commit comments

Comments
 (0)