bsp2
|
c1a5fad782
|
clean up GCC warnings
|
6 years ago |
bsp2
|
6ada0ba8c8
|
debug prints (commented out)
|
6 years ago |
bsp2
|
6598e163ec
|
add more debug output (windowInit())
|
6 years ago |
bsp2
|
60aa9ec138
|
prepare for Linux port (can build lib and shared_lib targets)
|
6 years ago |
bsp2
|
7e8b33f19b
|
fix critical multi-instancing (mixed instr+fx) issue
|
6 years ago |
bsp2
|
16e4d934c5
|
add global settings toolbar menu (window size, refresh rate, vsync, favourite module list, ..)
|
6 years ago |
bsp2
|
4a76974790
|
add numerical param editing; add param copy'n'paste; add param mini-undo
|
6 years ago |
bsp2
|
37176f2064
|
always bind GL context in mouse handler
|
6 years ago |
bsp2
|
d48fe488d8
|
fix: don't trash VST host context (mouse click + drag'n'drop, e.g. when loading .vcv patch files)
|
6 years ago |
bsp2
|
f455deed13
|
add clipboard support and alto777_LFSR, Autodafe, CastleRocktronics, computerscare, FrankBuss, JE, Nohmad, SynthKit, TheXOR modules
|
6 years ago |
bsp2
|
32c6049356
|
add virtual touch keyboard support (settings.json:touchKbd option)
|
6 years ago |
bsp2
|
b10c15ac70
|
support Windows 8 touch API; don't forward handled keyboard events
|
6 years ago |
bsp2
|
dbcc7f8bff
|
fix rack_shared.lib build issue; update x86 build
|
6 years ago |
bsp2
|
dc870680ce
|
fix Win7 mouse lock issue; support file drag'n'drop; sort fav modules by name
|
6 years ago |
bsp2
|
897678a0f8
|
add refreshRate and vsync config options (settings.json)
|
6 years ago |
bsp2
|
b7ef460fa0
|
replace GLFW by LGLW
|
6 years ago |
bsp2
|
7e79bd3eda
|
add DLL plugin support; add Template_shared example plugin; move dBiz.* modules to plugin.dll
|
6 years ago |
bsp2
|
d14b2cbe43
|
add DHE+mscHack modules, fix settings/CursorLock, add x86 legacy build
|
6 years ago |
bsp2
|
e1aea1b4a9
|
add huaba, FrozenWasteland, ML, and trowaSoft modules
|
6 years ago |
bsp2
|
848871160e
|
initial commit
|
6 years ago |
Andrew Belt
|
3bd8a47dae
|
Toggle full screen with F11
|
7 years ago |
Andrew Belt
|
9e68dfbf51
|
Revert "Use GLFW sticky key implementation"
This reverts commit a5dac7d877 .
|
7 years ago |
Andrew Belt
|
93d2bcc946
|
Use GLFW sticky key implementation
|
7 years ago |
Andrew Belt
|
e1914779a9
|
Reenable antialiasing (typo)
|
7 years ago |
Andrew Belt
|
c855b936e1
|
Clean up window.cpp
|
7 years ago |
Andrew Belt
|
c33e129565
|
No longer require caps lock for QWERTY keyboard MIDI driver
|
7 years ago |
Andrew Belt
|
f4fd102f4e
|
Update GLFW, fix caps lock detection
|
7 years ago |
Andrew Belt
|
bd2dda58e0
|
Clean up temporary code, properly handle unsubscribing from rtmidi
device
|
7 years ago |
Andrew Belt
|
dc9a687f14
|
Added preliminary computer keyboard MIDI support
|
7 years ago |
Andrew Belt
|
076aea61e4
|
Restructure midi for multiplexing, add gamepad midi driver, add CPU
meter
|
7 years ago |
Andrew Belt
|
cf56dfe537
|
Strip Rack in `make dist`, set gTempWidget to NULL after using
|
7 years ago |
Andrew Belt
|
4d3ceafe8d
|
Add prefix to string functions
|
7 years ago |
Andrew Belt
|
06990aed7f
|
Adjust textfield colors
|
7 years ago |
Andrew Belt
|
89903b7047
|
Possible fix for crash when deleting Widgets during events
|
7 years ago |
Andrew Belt
|
dbb9044169
|
Fix lastPath, lights WIP
|
7 years ago |
Andrew Belt
|
c713f5f597
|
Updated blendish, bridge protocol
|
7 years ago |
Andrew Belt
|
99f0c2c15c
|
Improve appearance of ModuleBrowser
|
7 years ago |
Andrew Belt
|
6cfc39ea78
|
Add two-color theme to Rack
|
7 years ago |
Andrew Belt
|
b6a1f67097
|
Fix stupid bug that disables onDefocus() behavior completely
|
7 years ago |
Andrew Belt
|
d35d1e6b23
|
Remove "v" prefix before version in window title
|
7 years ago |
Andrew Belt
|
82ca14ded8
|
Fix UI DPI formula
|
7 years ago |
Andrew Belt
|
3147d1dee5
|
Add debug to window size
|
7 years ago |
Andrew Belt
|
2105687e51
|
Define RACK_DIR in Makefile, use windowWidth and windowHeight for Scene dimensions
|
7 years ago |
Andrew Belt
|
b296355246
|
Merge ext with dep, add Rack-SDK zip file to dist
|
7 years ago |
Andrew Belt
|
6186861c53
|
AudioInterface rework, Notes rework, partial MIDIToCVInterface rework
|
7 years ago |
Andrew Belt
|
b33a0875df
|
Rename gui.hpp to window.hpp
|
7 years ago |
Andrew Belt
|
afabba1429
|
ModuleWidget serializes pos in rack grid coordinates instead of pixel
coordinates
|
7 years ago |
Andrew Belt
|
67162e3899
|
Use RELEASE=1 to build release version. VERSION is automatically set in the Makefile now.
Add detection code for legacy1 mode for patch files.
Initialize patch on launch if the last launch crashed after 15 seconds.
|
7 years ago |
Andrew Belt
|
af95e54fb2
|
Refactor gui.cpp
|
7 years ago |
Andrew Belt
|
aac83fca93
|
Reenable NANOVG_FBO_VALID
|
7 years ago |