Andrew Belt
01289be29e
Add version to context menu
6 years ago
Andrew Belt
a976c831d9
Check for status = available in manifests
6 years ago
Andrew Belt
f9087788bc
Update plugin manager to 0.6 API
6 years ago
Andrew Belt
afd4b592db
Add error handling to zip extraction
6 years ago
Andrew Belt
63dd31f7ca
Don't draw shadow if opacity is 0
6 years ago
Andrew Belt
62bbf5ef46
Fix warnings on clang
6 years ago
Andrew Belt
f69c02efe1
Remove upgrade warning, set VERSION in Makefile
6 years ago
Andrew Belt
bd99a85595
Tweak build system, midi.hpp structure
6 years ago
Andrew Belt
4b2c2b1c9a
Reset after poly mode is changed
6 years ago
Andrew Belt
8249edfcee
Strip Rack in `make dist`, set gTempWidget to NULL after using
6 years ago
Andrew Belt
9b9f2a9f6f
Refactor MIDI-4, remove retriggering on GATE output
6 years ago
dllmusic
2162c08366
Update QuadMIDIToCVInterface.cpp
6 years ago
dllmusic
0e40a86ba3
QuadMIDIToCV with all poly modes
Overview of functionality:
ROTATE > Incoming note always takes the next available ch.
REUSE > If incoming note is repeated (already assigned to one ch) takes that ch, if not, it takes the next available ch.
RESET > Incoming note always takes the lowest available ch.
REASSIGN > Similar to RESET but when releasing notes they are reassigned continuously from ch 0 (keeping the order)
UNISON > Incoming note takes all 4 ch.
When receiving more than 4 notes "stealing" occurs, always taking the next ch.
When keys are released, still pressed notes that where stolen are recovered.
In modes other than REUSE (or UNISON), repeating a note with sustain pedal rotates it over the channels producing "unison".
When using sustain pedal and playing and releasing many notes, still pressed notes are stolen, but they are recovered when sustain pedal is off.
I tested every possible combination of note(s) on off / sustain on off.
also added a pulseGen for re-triggering notes when necessary
(I also added the MIDI channel if on MidiMessage)
6 years ago
Andrew Belt
8f30d48d1f
Small build system tweaks
6 years ago
Andrew Belt
acbe3370f8
Plugin extracter and loader
6 years ago
Andrew Belt
158a396170
Add prefix to string functions
6 years ago
Andrew Belt
ef64c13287
Add systemOpenBrowser
6 years ago
Andrew Belt
3177ec30fc
Use POSIX implementation of filesystemListDirectory
6 years ago
Andrew Belt
b5e1bd4365
Add scratch filesystemListDirectory
6 years ago
Andrew Belt
6a18b51f8e
Fix order of logger
6 years ago
Andrew Belt
13cbc78f23
Add timestamp to logger, remove version check at boot and .vcv file
upgrade notification
6 years ago
Andrew Belt
0190dfb4a4
Adjust textfield colors
6 years ago
Andrew Belt
3dbdd7a334
Strip binary when making distributable
6 years ago
Andrew Belt
f26a402e0e
MIDI-4: Add context menu to select polyphony mode
6 years ago
Andrew Belt
8352f54594
Don't refresh SampleRateConverter state if settings aren't changed
6 years ago
Andrew Belt
4d7922b005
Disable sample rate converter when inRate == outRate, only convert
required channels
6 years ago
Andrew Belt
617236be06
Add clock divisions to MIDI-1
6 years ago
Andrew Belt
d4c9bad375
MIDI-1: Add retrigger when key is lifted
6 years ago
Andrew Belt
53b898641e
Update MIDI-1 panel
6 years ago
Andrew Belt
6b00b5183a
Buffer send/recv in Bridge, better network error handling
6 years ago
Andrew Belt
6455c1f034
Possible fix for crash when deleting Widgets during events
6 years ago
Andrew Belt
5c8cadbbf9
Add automatic audio activation/deactivation when device pauses for >200ms
6 years ago
Andrew Belt
875b1762fa
Revert light glow intensity
6 years ago
Andrew Belt
2465d44eaf
Use 8/8 in/out channels for Bridge audio
6 years ago
Andrew Belt
917e6dada7
Small tweaks to Bridge
6 years ago
Andrew Belt
79158297bc
Add MIDI to Bridge
6 years ago
Andrew Belt
d1f2f83a94
Fix windows bridge build
6 years ago
Andrew Belt
bf21ddcd78
Bridge progress
6 years ago
Andrew Belt
04ba73454c
Bridge server progress
6 years ago
Andrew Belt
b4be7f4b33
Bridge server progress
6 years ago
Andrew Belt
315b088842
Remove recvBuffer from bridge server
6 years ago
Andrew Belt
ec52f1f121
Use screen blending with alpha compositing for LightWidget rendering
6 years ago
Andrew Belt
e1c2dbc104
Fix lastPath, lights WIP
6 years ago
Andrew Belt
3f86f5668c
Rename Parameter.cpp to ParamWidget.cpp
6 years ago
Andrew Belt
80983dd18c
Change serverQuit to serverRunning
6 years ago
Andrew Belt
1c53d7b35f
Updated blendish, bridge protocol
6 years ago
Andrew Belt
daf57e134e
Fix crash when loading plugin with duplicate slug
6 years ago
Andrew Belt
6f36a77e7b
Make min, max, and clamp generics
6 years ago
Andrew Belt
fbd1b85f50
More descriptive headers in filter page of Module Browser
6 years ago
Andrew Belt
c3afbc09c4
Clamp outputs post-conversion in Audio module
6 years ago