Skip to content

Commit

Permalink
Merge pull request #4 from JanosGit/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
JanosGit authored Aug 8, 2020
2 parents b63daf9 + 442a51a commit 04f470d
Show file tree
Hide file tree
Showing 31 changed files with 18,631 additions and 4 deletions.
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

JuceLibraryCode/

DAWTest/

Builds/

CMakeBuild/

*.dmg

Deployment/*/Bin/
Deployment/MacOS/OJD/


Deployment/Windows/Output/

.idea/

Makefile

progress.marks

CMakeDirectoryInformation.cmake

cmake_install.cmake

*.dir

.vs/

out/
8 changes: 8 additions & 0 deletions BinaryResources/SVGs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
juce_add_binary_data(EmbeddedSVGs
SOURCES background.svg
footSwitch.svg
knob.svg
ledOn.svg
ledOff.svg
slideSwitchHP.svg
slideSwitchLP.svg)
15,222 changes: 15,222 additions & 0 deletions BinaryResources/SVGs/background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions BinaryResources/SVGs/footSwitch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions BinaryResources/SVGs/knob.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions BinaryResources/SVGs/ledOff.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 04f470d

Please sign in to comment.