OSDN Git Service

MIDI Input部分を追加。
authorSFPGMR <sfpg@git.sourceforge.jp>
Sat, 11 Dec 2010 19:30:20 +0000 (04:30 +0900)
committerSFPGMR <sfpg@git.sourceforge.jp>
Sat, 11 Dec 2010 19:30:20 +0000 (04:30 +0900)
commit9813517ccca84a875570ba2831e783500615dabb
tree59e3d0464a4af3c4d82c5fb6e7443516e006e607
parentb9bafc74ee9626317e354b2c711e61338994418e
MIDI Input部分を追加。
12 files changed:
.gitignore [new file with mode: 0644]
win64.sln [new file with mode: 0644]
win64/logger.cpp [new file with mode: 0644]
win64/logger.h [new file with mode: 0644]
win64/midi_input.cpp [new file with mode: 0644]
win64/midi_input.h [new file with mode: 0644]
win64/midi_message.h [new file with mode: 0644]
win64/sf_windows.h
win64/stdafx.h
win64/win64.vcxproj
win64/win64.vcxproj.filters
win64/winmain.cpp