Andrew Belt
|
4734fa81cd
|
Added minblep.cpp
|
7 years ago |
Andrew Belt
|
ed6916d3e5
|
Remove dsp.hpp. Plugins must now #include the specific dsp/ header file
they need
|
7 years ago |
Andrew Belt
|
bdcbe508db
|
Append .vcv to files that are saved with no extension
|
7 years ago |
Andrew Belt
|
b9e87b2c44
|
Added error report when loading a patch with incompatibilities
|
7 years ago |
Andrew Belt
|
1590085520
|
Check for glfw success
|
7 years ago |
Andrew Belt
|
d4b53655ca
|
Merge branch 'bontric-2017-10-bontric-midi-interface-revamp'
|
7 years ago |
Andrew Belt
|
a80b05a440
|
Various tweaks and fixes
|
7 years ago |
ben
|
0fbf48d9eb
|
Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric-midi-interface-revamp
|
7 years ago |
Andrew Belt
|
aa2988c09d
|
Add toggle button for plug light, use title caps for all text
|
7 years ago |
ben
|
7584f2596e
|
Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric-midi-interface-revamp
|
7 years ago |
ben
|
650d0e4aed
|
add reset Midi on channel switch
|
7 years ago |
ben
|
83ad9e7559
|
remove additional lights from midi module
|
7 years ago |
Andrew Belt
|
1d40677870
|
Disallow input port from Ctrl+dragging to create a new cable
|
7 years ago |
Andrew Belt
|
a599b33e0f
|
Disallow input port from Ctrl+dragging to create a new cable
|
7 years ago |
Andrew Belt
|
2c69f2f561
|
Tweaked and enabled plug LED
|
7 years ago |
Andrew Belt
|
03795e3d91
|
Added momentary randomize() disable on ParamWidget
|
7 years ago |
Andrew Belt
|
39439bfeab
|
MidiInterface cleanup
|
7 years ago |
Andrew Belt
|
9c1e60aad0
|
Merge branch 'bontric-2017-10-bontric-midi-interface-revamp'
|
7 years ago |
ben
|
38f7c22b00
|
formatting
|
7 years ago |
ben
|
b421dd8471
|
fix initialisation
|
7 years ago |
ben
|
b49ce24694
|
Implement onTextChange and set ccNum to -1 for invalid input
|
7 years ago |
ben
|
85fb2c66c1
|
Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric-midi-interface-revamp
|
7 years ago |
Andrew Belt
|
e9cddb105b
|
Add onTextChange() to TextField
|
7 years ago |
ben
|
5e16c84720
|
Add another check for invalid input
(std::stoi ignores subsequent symbols)
|
7 years ago |
ben
|
adec9fa265
|
Merge branch 'master' of https://github.com/VCVRack/Rack into 2017-10-bontric-midi-interface-revamp
|
7 years ago |
ben
|
2515311aad
|
Clean up code for TextField
|
7 years ago |
Andrew Belt
|
18eb87ae40
|
Add BlankWidget to Core, refactor ModuleWidget
|
7 years ago |
ben
|
8b484e8772
|
polish cc-to-cv module
|
7 years ago |
ben
|
8fa51f8ceb
|
add reset button to Midi-to-CV module
|
7 years ago |
ben
|
b24ebf9fc8
|
Fix Wrong text on midi device selector if no device is selected
and add missing function declaration
|
7 years ago |
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 |