bsp2
|
7a44bfe4cd
|
fix MIDI Note On idle detection mode and add configurable threshold settings
|
7 years ago |
bsp2
|
0566d49cf0
|
fix "Save as" and "Revert" keyboard shortcuts
|
7 years ago |
bsp2
|
da0c4b0854
|
add fixDenorm global setting (settings.json + Toolbar)
|
7 years ago |
bsp2
|
a7dbb2dac9
|
USE_LOG_PRINTF / debug prints
|
7 years ago |
bsp2
|
b46ccdd88e
|
add USE_LOG_PRINTF; use recursive mutex (Linux) (fixes BWS plugin re-loading)
|
7 years ago |
bsp2
|
c1a5fad782
|
clean up GCC warnings
|
7 years ago |
bsp2
|
6ada0ba8c8
|
debug prints (commented out)
|
7 years ago |
bsp2
|
c9e904d4d7
|
add "4 in, 2 out" oversample option
|
7 years ago |
bsp2
|
16e4d934c5
|
add global settings toolbar menu (window size, refresh rate, vsync, favourite module list, ..)
|
7 years ago |
bsp2
|
4a76974790
|
add numerical param editing; add param copy'n'paste; add param mini-undo
|
7 years ago |
bsp2
|
04f1c947be
|
fix rotary knobs
|
7 years ago |
bsp2
|
ad0d90f664
|
add idle-detection (off, wake on MIDI note-on, wake on audio input)
|
7 years ago |
bsp2
|
41d0eb82d4
|
add offline rendering / bounce detection and oversample settings
|
7 years ago |
bsp2
|
33c5bf8a59
|
add 21kHz, ImpromptuModular modules; update LindenbergResearch modules
|
7 years ago |
bsp2
|
c80757d45c
|
support fractional oversampling factors (e.g. 0.25)
|
7 years ago |
bsp2
|
4d74da5639
|
add oversampled I/O channel limit
|
7 years ago |
bsp2
|
da93285529
|
add oversampling
|
7 years ago |
bsp2
|
d1398ead8f
|
add oversampling
|
7 years ago |
bsp2
|
dc870680ce
|
fix Win7 mouse lock issue; support file drag'n'drop; sort fav modules by name
|
7 years ago |
bsp2
|
b7ef460fa0
|
replace GLFW by LGLW
|
7 years ago |
bsp2
|
7e79bd3eda
|
add DLL plugin support; add Template_shared example plugin; move dBiz.* modules to plugin.dll
|
7 years ago |
bsp2
|
7c57fadba9
|
fix VST param assignment when module is duplicated; pre-select default VST MIDI input device; remove VultModules; add dBiz and Ohmer modules
|
7 years ago |
bsp2
|
8a825ca755
|
update VST parameter handling (use UI widget min/max info for VST parameter range translation)
|
7 years ago |
bsp2
|
7ab4b46299
|
update README and precompiled VST plugins
|
7 years ago |
bsp2
|
848871160e
|
initial commit
|
7 years ago |
Andrew Belt
|
84093ef8b3
|
Add module preset copy, paste, load, and save
|
7 years ago |
Andrew Belt
|
e7f5cc169d
|
Call all Module::on*() events from engine thread, remove mutex from
engineSetSmoothParam() (could be bad?)
|
7 years ago |
Andrew Belt
|
78ca1ca035
|
Add key command for Revert Patch
|
7 years ago |
Andrew Belt
|
1fb34f3334
|
Added version check
|
7 years ago |
Andrew Belt
|
394537b6d9
|
Update osdialog, fix osdialog filter format
|
7 years ago |
Andrew Belt
|
502eb21e0a
|
Add filters to patch open/save dialogs
|
7 years ago |
Andrew Belt
|
7bc73669a1
|
Reorder toolbar, fix Bridge directories in `make dist`, update osdialog
|
7 years ago |
Andrew Belt
|
b81df0e7fc
|
Fix deprecation attributes and dialog messages
|
7 years ago |
Andrew Belt
|
221db5cc30
|
Remove Module::onCreate and Module::onDelete
|
7 years ago |
Andrew Belt
|
d37508327f
|
Fix onCreate() call
|
7 years ago |
Andrew Belt
|
0529b0f8d4
|
Remove RELEASE=1 flag, use ./Rack for release, ./Rack -d for development
mode
|
7 years ago |
Andrew Belt
|
9e5494e824
|
Add "lock modules" to toolbar
|
7 years ago |
Andrew Belt
|
7d4de0be00
|
Remove obsolete MidiIO code, serialize power meter state to settings
|
7 years ago |
Andrew Belt
|
5215625b25
|
ModuleBrowser case insensitive sort for author name
|
7 years ago |
Andrew Belt
|
c728df0249
|
Reorder MIDI-4 poly modes
|
7 years ago |
Andrew Belt
|
3bd8a47dae
|
Toggle full screen with F11
|
7 years ago |
Andrew Belt
|
944b4dfc93
|
Add the rest of the toolbar icons, remove File menu
|
7 years ago |
Andrew Belt
|
382d76b8a1
|
Add more icons
|
7 years ago |
Andrew Belt
|
2713427219
|
Add example icon to toolbar
|
7 years ago |
Andrew Belt
|
44a38b97c9
|
Use patches/ directory as default patch location
|
7 years ago |
Andrew Belt
|
09f79b1797
|
Reorder driverIds, re-enable Bridge
|
7 years ago |
Andrew Belt
|
2c6845e7e9
|
Fixed reset() and toJson() for continuous encoders
|
7 years ago |
Andrew Belt
|
f8bf481809
|
Use hex strings for colors in patch file instead of object
|
7 years ago |
Andrew Belt
|
b6e4f3de76
|
Add keypad Enter key command for module browser
|
7 years ago |
Andrew Belt
|
a7087d8482
|
More MIDI restructuring, changed driver -> driverId, device -> deviceId
|
7 years ago |