Andrew Belt
|
f14cafc117
|
Change audio interface numbers to one-indexed
|
7 years ago |
Andrew Belt
|
c4178ef8a3
|
Change default file extension to .vcv
|
7 years ago |
Andrew Belt
|
e2211e21a8
|
Remove wireOpacity and wireTension from patch json format
|
7 years ago |
Andrew Belt
|
323234edc4
|
Removed guiIsKeyPressed on Mac
|
7 years ago |
Andrew Belt
|
bf2032c3e0
|
Autosave settings: opacity, tension, authentication token
|
7 years ago |
Andrew Belt
|
45d90342f9
|
Added copy/paste from text and password fields
|
7 years ago |
Andrew Belt
|
e8cc50b935
|
Remove .zip plugin file after extracting it
|
7 years ago |
Andrew Belt
|
f6b4c90e55
|
Map Ctrl-left click to right click on Mac
|
7 years ago |
Andrew Belt
|
72593654ea
|
Fixed MenuOverlay "flicker"
|
7 years ago |
Andrew Belt
|
56f6d31d9a
|
Use binary mode (from stdio) for writing zip entries on Windows
|
7 years ago |
Andrew Belt
|
05a75ce24e
|
Fix plugin and request.hpp bugs, add icon res file to Windows
|
7 years ago |
Andrew Belt
|
4ded7b1748
|
Fix Windows build, use portaudio pre-builds, remove curl init/destroy
|
7 years ago |
Andrew Belt
|
e59373405c
|
Fix Mac `make dist`
|
7 years ago |
Andrew Belt
|
555612c4a0
|
Remove debugging in plugin.cpp
|
7 years ago |
Andrew Belt
|
eb61860bdf
|
Forgot to include util/request
|
7 years ago |
Andrew Belt
|
345fcf7c9b
|
Implement plugin downloading and unzipping
|
7 years ago |
Andrew Belt
|
d2ce7245e2
|
Updated plugin API to latest server, reenabled PluginManagerWidget
|
7 years ago |
Andrew Belt
|
dd199c37b0
|
Fix mistake where GLFW buffer was not being flipped each frame
|
7 years ago |
Andrew Belt
|
9bbbe0c42d
|
MIDI Interface remembers port and channel
|
7 years ago |
Andrew Belt
|
086edd79b1
|
Audio interface remembers device, samplerate, and blocksize
|
7 years ago |
Andrew Belt
|
1af22f1a12
|
Render rails in a framebuffer
|
7 years ago |
Andrew Belt
|
94885efdc5
|
Made cable colors a bit less grim (removed gray and dark gray)
|
7 years ago |
Andrew Belt
|
b8a39ba153
|
Fix 0V note of MIDI Interface, remove debug line
|
7 years ago |
Andrew Belt
|
711bdbae32
|
Made MIDI Interface a bit prettier
|
7 years ago |
Andrew Belt
|
141302a592
|
Added mod wheel and MIDI channel functionality to MIDI Interface
|
7 years ago |
Andrew Belt
|
3fcbc62f79
|
Add MIDI channel to MIDI Interface
|
7 years ago |
Andrew Belt
|
d56c9698bf
|
Actually fix Mac mouse issue?
|
7 years ago |
Andrew Belt
|
ca9add800a
|
Remove negative mouse dimension fix on Mac, doesn't work. Updated osdialog
|
7 years ago |
Andrew Belt
|
081cb154cf
|
Increased audio channel limit to 8
|
7 years ago |
Andrew Belt
|
548ef873da
|
8 channels for Audio Interface
|
7 years ago |
Andrew Belt
|
6b33f9dbac
|
Lazy initialize portmidi and portaudio
|
7 years ago |
Andrew Belt
|
93dda7bd57
|
Fixed that annoying Mac mouse lock/unlock cursor jump bug
|
7 years ago |
Andrew Belt
|
f703aaac9d
|
Render GUI only when window is visible
|
7 years ago |
Andrew Belt
|
d4b899e746
|
Switch rack rails to vector
|
7 years ago |
Andrew Belt
|
c51faf9089
|
Fix Windows build, add GLFW error handling
|
7 years ago |
Andrew Belt
|
837071241e
|
Added high DPI support. I bought a Macbook Pro Retina for $450 just for this commit!
|
7 years ago |
Andrew Belt
|
e511823809
|
Update submodules, convert oui-blendish to git submodule
|
7 years ago |
Andrew Belt
|
3eba4b755e
|
Switch from noc to osdialog, add arch-detecting Makefile, added dep Makefile
|
7 years ago |
Andrew Belt
|
630a46e8fa
|
Refactoring method names, build system
|
7 years ago |
Andrew Belt
|
de5c9ca2af
|
Added Scene::createMenu(), renamed arch macros to ARCH_*
|
7 years ago |
Andrew Belt
|
093ecdbb94
|
Add param randomization, changed mapf to rescalef, other refactors
|
7 years ago |
Andrew Belt
|
bd7b90fcda
|
Updated SchmittTrigger, QuantityWidgets can now have maxValue < minValue for inverted operation, added SnapKnob
|
7 years ago |
Andrew Belt
|
d9c803962b
|
Added Decimator, SlewLimiter, Trigger, other cleanup
|
7 years ago |
Andrew Belt
|
5ce268b5ba
|
Improved code quality of Light subclasses
|
7 years ago |
Andrew Belt
|
da89bdb76e
|
Added more switches
|
7 years ago |
Andrew Belt
|
6e4cddc4e1
|
Add SVGSlider, SVGSwitch, attempt SVG gradients
|
7 years ago |
Andrew Belt
|
59b39bf876
|
Add CircularShadow and add it to the SVGKnob framebuffer
|
7 years ago |
Andrew Belt
|
412759de29
|
Fixed current working directory on macOS Sierra, probably
http://stackoverflow.com/questions/42600770/chdir-to-the-location-of-the-app-bundle-in-c-macos-application#comment72481655_42637115
|
7 years ago |
Andrew Belt
|
2fd04a764e
|
Bumped OpenGL require from 3.2 to 2.0, fixed plugin loading on win and mac, added licenses for new libraries
|
7 years ago |
Andrew Belt
|
12ff32e3ca
|
Add plugin manager for downloading plugins within the application, add libzip and curl dependency
|
7 years ago |