ben
0314a723df
Add resetMidi function to MidiIO and implement for Midi Modules
7 years ago
Andrew Belt
f8f478ad4c
Add Bridge template
7 years ago
ben
6969a98718
Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric-midi-interface-revamp
7 years ago
ben
f633de164a
Use TextField for channel selection
(this is still a bit hacky)
7 years ago
ben
1e395ae27c
polish MIDI-to-CV and add label to selector
7 years ago
Andrew Belt
ed90da923c
Use Ctrl/Cmd+Drag on an output to create a new cable
7 years ago
Andrew Belt
84e7c9dcd7
Completely random guess for fixing build on MacOS
7 years ago
ben
d0c8521458
Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric-midi-interface-revamp
7 years ago
Andrew Belt
e6d56d8dd9
Scroll ScrollWidget with arrow keys on when nothing is focused
7 years ago
ben
98bfa08911
Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric-midi-interface-revamp
7 years ago
Andrew Belt
2cbe7c39a7
Set gFocusedWidget only if Widget::onFocus() returns true, make
ModuleWidget respond to Backspace/Delete only if no widget is focused
7 years ago
Andrew Belt
98c6df1932
Merge branch 'master' of github.com:VCVRack/Rack
7 years ago
Andrew Belt
8cf8e402b1
Define VERSION_*, so running `make VERSION=0.4.0` for example defines
the macro VERSION_0_4_0
7 years ago
ben
a3f20394df
Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric-midi-interface-revamp
7 years ago
ben
4ccb746e5a
Restructure MidiInterface, add velocity and aftertouch
to Midi-to-CV and add Midi-CC-to-CV
7 years ago
Andrew Belt
a358e984e3
Make RtMidi build work for macosx=10.7
7 years ago
Andrew Belt
e33bd360c4
Merge branch 'PatchworkBoy-patch-2'
7 years ago
Andrew Belt
6bb99656f6
add period
7 years ago
Andrew Belt
60fd2917cb
Fix URL to curl
7 years ago
Marci
7b4cc0d27f
Nudge libcurl due to MacOS 10.13 build issue
Ref: https://github.com/VCVRack/Rack/issues/122
7 years ago
Marci
459352bb87
Update README.md
Xcode-cli tools no longer enough...?
```
checking for nanosleep... yes
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
```
(https://github.com/VCVRack/Rack/issues/122 )
7 years ago
Andrew Belt
fd170f354e
Merge branch 'bontric-2017-10-bontric-midi-interface-revamp'
7 years ago
Andrew Belt
72be600c11
Remove redundant Makefile stuff, run MidiInterface.cpp through Astyle
7 years ago
Andrew Belt
393cc80c17
Sort plugins by slug alphabetically
7 years ago
Andrew Belt
1b3c69d85b
Add wget to mac deps
7 years ago
ben
0f66b8d91f
include/midi interface naming
7 years ago
ben
252c6a6ad6
Update makefiles to include rtmidi and remove portmidi
(Note: WIP, did not test build on windows/mac)
7 years ago
ben
c92a8eda9b
Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric-midi-interface-revamp
7 years ago
ben
bdf6eee7a1
Init switch to rtMidi (TODO: update makefiles and dep)
7 years ago
Andrew Belt
3d044ab411
Add RoundBlackKnob
7 years ago
Andrew Belt
a80eb15b37
Add SchmittTrigger::isHigh()
7 years ago
Andrew Belt
e2700409b2
Added onSampleRateChange() to Module
7 years ago
Andrew Belt
840140e372
Update README, make screws smaller
7 years ago
Andrew Belt
83f20a6f20
Made light glow more intense, added "sampleRate" to settings.json
7 years ago
Andrew Belt
223719dcd9
Add uniqueness assertion for plugin slugs, fix PolarityValueLight alpha
7 years ago
Andrew Belt
4cf19e112b
Fix Light when transparency is used, added preliminary ZoomWidget functionality to RackScene, added experimental linear gradients to SVGWidget, added sticky mouse button to gui.cpp, fix math in ScrollBar
7 years ago
Andrew Belt
27229b674b
Add PB61303 to Component Library
7 years ago
Andrew Belt
0d24d6926d
Fixed onHoverKey traversal
7 years ago
Andrew Belt
7fdc6663fd
Added Issue Tracker section to README
7 years ago
Andrew Belt
f9cf502a79
Use 10V as the headroom for Audio Interface IO instead of 5V
7 years ago
Andrew Belt
c3a13dc112
Added arrow keys to move
7 years ago
Andrew Belt
45e7c5f0b0
Added plug lights (but commented out)
7 years ago
Andrew Belt
fc3cf452ff
Move ModuleWidget delete/backspace key to onMouseMove so it doesn't
rely on key repeat
7 years ago
Andrew Belt
e1e2645d0c
Update changelog, fix local directory on Windows
7 years ago
Andrew Belt
7ee43d337d
Rework widgets to support cable stacking
7 years ago
Andrew Belt
6239856310
Added C#-style property constructor, explicitly clamp samples in Audio Interface, scroll horizontally if Shift is held
7 years ago
Andrew Belt
0ac164cfc5
Update LICENSE-dist
7 years ago
Andrew Belt
e8eddc4463
Keep MenuItem active when its child menu is open
7 years ago
Andrew Belt
d9748221f3
Add PulseGenerator to digital.hpp
7 years ago
Andrew Belt
8cb3774143
Readdingn Module::Module() constructor, but it's still deprecated
7 years ago