Skip to content

Commit

Permalink
updated to new synth architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
mudlord committed Feb 14, 2015
1 parent abd26aa commit 874c36c
Show file tree
Hide file tree
Showing 17 changed files with 1,036 additions and 2,026 deletions.
42 changes: 42 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
/bassmididrv_source/*.exp
/bassmididrv_source/*.ilk
/bassmididrv_source/*.lib
/bassmididrv_source/*.obj
/bassmididrv_source/*.opensdf
/bassmididrv_source/*.pdb
/bassmididrv_source/*.sdf
/bassmididrv_source/*.vcxproj.user
/bassmididrv_source/*.suo
/bassmididrv_source/*.user
/bassmididrv_source/ipch
/bassmididrv_source/x64
/bassmididrv_source/output
/bassmididrv_source/Release
/bassmididrv_source/Debug
/bassmididrv_source/out
/bassmididrv_source/*.dll
/bassmididrv_source/*.exe
/drivercfg/*.opensdf
/drivercfg/*.sdf
/drivercfg/*.vcxproj.user
/drivercfg/*.suo
/drivercfg/*.user
/drivercfg/ipch
/drivercfg/Release
/drivercfg/Debug
/drivercfg/*.dll
/drivercfg/*.exe
/drivercfg/x64
/sfpacker/*.opensdf
/sfpacker/*.sdf
/sfpacker/*.vcxproj.user
/sfpacker/*.suo
/sfpacker/*.user
/sfpacker/ipch
/sfpacker/Release
/sfpacker/Debug
/sfpacker/*.dll
/sfpacker/*.exe
/output/
git_ver.h
bassmididrv.exe
Loading

0 comments on commit 874c36c

Please sign in to comment.