Andrew Belt
|
aa2988c09d
|
Add toggle button for plug light, use title caps for all text
|
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 |
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 |
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
|
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
|
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
|
e6d56d8dd9
|
Scroll ScrollWidget with arrow keys on when nothing is focused
|
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 |
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
|
72be600c11
|
Remove redundant Makefile stuff, run MidiInterface.cpp through Astyle
|
7 years ago |
Andrew Belt
|
393cc80c17
|
Sort plugins by slug alphabetically
|
7 years ago |
ben
|
0f66b8d91f
|
include/midi interface naming
|
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
|
e2700409b2
|
Added onSampleRateChange() to Module
|
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
|
0d24d6926d
|
Fixed onHoverKey traversal
|
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
|
e8eddc4463
|
Keep MenuItem active when its child menu is open
|
7 years ago |
Andrew Belt
|
b818a060ed
|
Fix typo in Widget method, reduce precise mouse speed for Knobs, remove
Module() constructor
|
7 years ago |
Andrew Belt
|
2986d3ab49
|
Engine typo
|
7 years ago |
Andrew Belt
|
fd0d208021
|
Add engine support for stackable cables
|
7 years ago |
Andrew Belt
|
ffd8dde517
|
Middle click drag now sends an onScroll event in the object it is hovering, open UrlItem browser in new thread, use Module constructor for setting number of params/inputs/outputs
|
7 years ago |
Andrew Belt
|
074653f439
|
Use current directory for both global and local assets if launching from the command line on Mac.
|
7 years ago |