Andrew Belt
|
df89de7847
|
Move Svg to window:: namespace.
|
3 years ago |
Andrew Belt
|
f25a17075c
|
Add window:: namespace.
|
3 years ago |
Andrew Belt
|
a2904149c8
|
Rename window.hpp/cpp to Window.hpp/cpp since it's a class.
|
3 years ago |
Andrew Belt
|
e1ba06e1b6
|
Add default ID getter to audio/MIDI devices.
|
3 years ago |
Andrew Belt
|
2bd9d590dc
|
Add Mouse device to Computer keyboard/mouse MIDI driver.
|
4 years ago |
Andrew Belt
|
120aafe6d3
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
4 years ago |
Andrew Belt
|
dccdacf3bc
|
Update midi API to behave similarly to audio API.
|
5 years ago |
Andrew Belt
|
dca30e2b53
|
Auto-format code with astyle.
|
5 years ago |
Andrew Belt
|
696939069d
|
Use <> instead of "" for include directive.
|
5 years ago |
Andrew Belt
|
cfa143fee6
|
Flip default note values upside down on MIDI-Gate and CV-Gate so they match drumpad hardware.
|
5 years ago |
Andrew Belt
|
e23789c287
|
Add numpad device to keyboard driver.
|
5 years ago |
Andrew Belt
|
b066025ed1
|
Correctly handle MIDI messages with less than 3 bytes.
|
5 years ago |
Andrew Belt
|
f312191e0a
|
Move MIDI subclasses to source files
|
5 years ago |
Andrew Belt
|
d7186474d3
|
Implement midi::Output. Tweak midi API a bit
|
5 years ago |
Andrew Belt
|
00d039c465
|
Put midi in namespace
|
5 years ago |
Andrew Belt
|
20b78190c1
|
Put math in namespace
|
5 years ago |
Andrew Belt
|
3644b1877e
|
Clean up includes
|
5 years ago |
Andrew Belt
|
499ceb024f
|
Remove math namespace
|
6 years ago |
Andrew Belt
|
c3407ca07d
|
Code style: Remove () from `new X()`
|
6 years ago |
Andrew Belt
|
dd02ec52ad
|
Move Widget class to header, wrap settings, keyboard, and gamepad in namespace
|
6 years ago |
Andrew Belt
|
587f936a99
|
Move random to its own namespace, shuffle files around
|
6 years ago |
Andrew Belt
|
c57c76e6d1
|
Move math to its own namespace, clean up deprecated classes
|
6 years ago |
Andrew Belt
|
d2a308f56b
|
Remember pressed keyboard keys upon release
|
6 years ago |
Andrew Belt
|
036d1a4b83
|
Revise way to initialize MIDI drivers
|
6 years ago |
Andrew Belt
|
ba275e31e5
|
Massive refactor to MIDI API, re-enable Bridge
|
6 years ago |
Andrew Belt
|
6829aab3d5
|
Added preliminary computer keyboard MIDI support
|
6 years ago |