Andrew Belt
|
dd02ec52ad
|
Move Widget class to header, wrap settings, keyboard, and gamepad in namespace
|
6 years ago |
Andrew Belt
|
34af736ee5
|
Add rack0.hpp backward compatibility header for ease of migration
|
6 years ago |
Andrew Belt
|
587f936a99
|
Move random to its own namespace, shuffle files around
|
6 years ago |
Andrew Belt
|
89521fe8cc
|
Move system to its own namespace
|
6 years ago |
Andrew Belt
|
b0ba3c6d20
|
Rename request to network, move to its own namespace
|
6 years ago |
Andrew Belt
|
3fa78176e2
|
Move asset to its own namespace
|
6 years ago |
Andrew Belt
|
bee6f658cf
|
Move logger to its own namespace, add macros to macros.hpp
|
6 years ago |
Andrew Belt
|
c57c76e6d1
|
Move math to its own namespace, clean up deprecated classes
|
6 years ago |
Andrew Belt
|
dcb214a122
|
Fix last path when using command line to open patch
|
6 years ago |
Andrew Belt
|
6827b127ac
|
Prevent multiple Rack instances on Windows
|
6 years ago |
Andrew Belt
|
0523a84777
|
Remove redundant MIDI channel filtering in MIDI-4
|
6 years ago |
Andrew Belt
|
13107b8577
|
Switch to C++ headers
|
6 years ago |
Andrew Belt
|
b6d3930f00
|
Added better toolbar button tooltip labels
|
6 years ago |
Andrew Belt
|
732c1f104a
|
Round MIDI CC value
|
6 years ago |
Andrew Belt
|
925031b9b1
|
Reorganize DSP headers, rewrite Decimator, rewrite some FIR functions
|
6 years ago |
Andrew Belt
|
bd4f68c13d
|
Re-add power meter for Audio, add Rect::shrink
|
6 years ago |
Andrew Belt
|
831362d1c2
|
Disable drawing of power meter on Core AUDIO
|
6 years ago |
Andrew Belt
|
9d1d08105d
|
Add -g and -l command line arguments
|
6 years ago |
Andrew Belt
|
6c817f8d4c
|
Add module preset copy, paste, load, and save
|
6 years ago |
Andrew Belt
|
daecb8caa6
|
Make parameter smoothing thread-safe and lock-free
|
6 years ago |
Andrew Belt
|
b264bc6af6
|
Clean up RealTimeConvolver
|
6 years ago |
Andrew Belt
|
31c42dfea3
|
Call all Module::on*() events from engine thread, remove mutex from
engineSetSmoothParam() (could be bad?)
|
6 years ago |
Andrew Belt
|
1fd0cc8b67
|
Clear lastPath if user prompts to clear a previously-crashed patch
|
6 years ago |
Andrew Belt
|
4bde271a36
|
Add key command for Revert Patch
|
6 years ago |
Andrew Belt
|
c6be92e505
|
Create local directory in assetInit()
|
6 years ago |
Andrew Belt
|
8ae99e2ef0
|
Added version check
|
6 years ago |
Andrew Belt
|
fafb63a26d
|
Type into MidiCcChoices
|
6 years ago |
Andrew Belt
|
d5ed5c7ea3
|
Learn CC only if value changes
|
6 years ago |
Andrew Belt
|
a2a349740e
|
Remove +/-12V clamping of wires
|
6 years ago |
Andrew Belt
|
7f6745ca58
|
Don't retrigger on release for MIDI-1
|
6 years ago |
Andrew Belt
|
c756329bfc
|
Update osdialog, fix osdialog filter format
|
6 years ago |
Andrew Belt
|
4e41c35395
|
Add filters to patch open/save dialogs
|
6 years ago |
Andrew Belt
|
7407d20b33
|
Reorder toolbar, fix Bridge directories in `make dist`, update osdialog
|
6 years ago |
Andrew Belt
|
17eeade228
|
Fix deprecation attributes and dialog messages
|
6 years ago |
Andrew Belt
|
7e49a697d4
|
Remove Module::onCreate and Module::onDelete
|
6 years ago |
Andrew Belt
|
cbf2d8bb8a
|
Fix onCreate() call
|
6 years ago |
Andrew Belt
|
e01a20fd64
|
Fix asset.cpp variable names
|
6 years ago |
Andrew Belt
|
b6b6ec8553
|
Remove RELEASE=1 flag, use ./Rack for release, ./Rack -d for development
mode
|
6 years ago |
Andrew Belt
|
8063a2faa0
|
Add "lock modules" to toolbar
|
6 years ago |
Andrew Belt
|
c42a9c8aab
|
Remove obsolete MidiIO code, serialize power meter state to settings
|
6 years ago |
Andrew Belt
|
1753453db2
|
ModuleBrowser case insensitive sort for author name
|
6 years ago |
Andrew Belt
|
aa76b4bc81
|
Reorder MIDI-4 poly modes
|
6 years ago |
Andrew Belt
|
6402811c05
|
Use Framebuffer for IconButton SVG
|
6 years ago |
Andrew Belt
|
98c18acec7
|
Toggle full screen with F11
|
6 years ago |
Andrew Belt
|
751568f31f
|
Add 10 pixels to tooltip because of Retina text width bug
|
6 years ago |
Andrew Belt
|
a9f4c0e50d
|
Add the rest of the toolbar icons, remove File menu
|
6 years ago |
Andrew Belt
|
d6d1df0930
|
Revert "Use GLFW sticky key implementation"
This reverts commit a5dac7d877 .
|
6 years ago |
Andrew Belt
|
ea73afd083
|
Add more icons
|
6 years ago |
Andrew Belt
|
e068ad9e28
|
Add example icon to toolbar
|
6 years ago |
Andrew Belt
|
a5dac7d877
|
Use GLFW sticky key implementation
|
6 years ago |