Andrew Belt
|
5e6463f5af
|
Reorganize midi.hpp and audio.hpp, add prompt before clearing patch after crash, add Bridge scaffolding to AudioIO
|
7 years ago |
Andrew Belt
|
575e4df2fd
|
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
|
ae251d8e57
|
Un-reverting last commit
|
7 years ago |
Andrew Belt
|
0142ee2d20
|
Last commit doesn't do anything, reverted
|
7 years ago |
Andrew Belt
|
355614f86d
|
Close stream upon destructing AudioInterface
|
7 years ago |
Andrew Belt
|
d7875d5e30
|
Add midi.cpp with MidiIO class
|
7 years ago |
Andrew Belt
|
ca5d43ed9d
|
Use closest sample rate in AudioIO::openStream()
|
7 years ago |
Andrew Belt
|
ce1906a288
|
Use AudioIO in AudioInterface
|
7 years ago |
Andrew Belt
|
f129f026f6
|
Add AudioWidget
|
7 years ago |
ben
|
a99bca7daa
|
fix pedal gate release
|
7 years ago |
ben
|
d2aa5af287
|
Fix quad midi pedal handling
|
7 years ago |
ben
|
5584def2e8
|
Implement single message per step for all midi modules and Fix quad midi reset bug
|
7 years ago |
Matt Demanett
|
45e28ebbb1
|
Replace libsamplerate with libspeexdsp for sample rate conversion.
|
7 years ago |
Andrew Belt
|
36cd050ba4
|
Remove Module::reset(), Module::initialize(), and Module::randomize(),
add onRandomize(), onReset(), onCreate(), and onDelete()
|
7 years ago |
Jeremy Wentworth
|
e72618ea84
|
fixed note off velocity
|
7 years ago |
Andrew Belt
|
e60117701c
|
Run autoformatter on Core MIDI modules
|
7 years ago |
Andrew Belt
|
56219530cb
|
Clean up warnings
|
7 years ago |
Jeremy Wentworth
|
d6eb97e6bf
|
fixed note off velocity
|
7 years ago |
Andrew Belt
|
b832b974e5
|
Fix RtAudio include path
|
7 years ago |
Andrew Belt
|
91d414376c
|
Audio Interface: add timed sleep lock to output buffer, adjust widgets
on panel
|
7 years ago |
Andrew Belt
|
d1f213a3e1
|
Audio Interface: major refactor of threading and multiple driver support
|
7 years ago |
Andrew Belt
|
4f703e3944
|
Audio Interface: made buffers lock-free, removed mutexes from openStream() and closeStream(), added timeouts for spin locks
|
7 years ago |
Andrew Belt
|
2bc6678ca5
|
Add timed mutexes, hopefully solving deadlock issues in Audio Interface
|
7 years ago |
Andrew Belt
|
046861c858
|
Add debug messages to Audio Interface
|
7 years ago |
Andrew Belt
|
0f858a39e4
|
Audio Interface: Only display sample rates supported by the audio driver
|
7 years ago |
Andrew Belt
|
43eae4f256
|
Yield immediately on audio driver thread if engine is paused
|
7 years ago |
Andrew Belt
|
2734f9c7f8
|
Update device name in AudioInterface choice widget only when deviceId
changes
|
7 years ago |
Andrew Belt
|
ef8f00be91
|
Audio Interface: Check if stream is running directly instead of using
boolean variable
|
7 years ago |
Andrew Belt
|
b0a9f72b64
|
MacOS Audio Interface fixes
|
7 years ago |
Andrew Belt
|
f33220aa9b
|
Add mutex to AudioInterface::getDeviceName
|
7 years ago |
Andrew Belt
|
e4f18e7c0c
|
Migrate to RtAudio from portaudio
|
7 years ago |
Andrew Belt
|
85c75eef33
|
Changed log() to info(), warn(), and fatal()
|
7 years ago |
Andrew Belt
|
b10d1122bb
|
Added log() logger with INFO, WARN, and ERROR levels
|
7 years ago |
Andrew Belt
|
fc29d9861b
|
Merge manufacturerSlug and manufacturerName to manufacturer, use plugin
slug for patches instead of manufacturerSlug
|
7 years ago |
Andrew Belt
|
47682af04c
|
Add metadata submenu to "Add module" menu, deprecate Menu::pushChild (use ::addChild)
|
7 years ago |
Andrew Belt
|
ec6a7f3ead
|
Added Model tags
|
7 years ago |
Andrew Belt
|
4917b6a8df
|
Fixed Blank resizing with zoom
|
7 years ago |
Andrew Belt
|
4d70a4d38e
|
Move Core MIDI stuff around
|
7 years ago |
Andrew Belt
|
162e1dff35
|
Update MIDI interfaces to current API
|
7 years ago |
ben
|
a18eac9a0c
|
Update midi modules for refactor of event framework (8e251c0ddb )
|
7 years ago |
Andrew Belt
|
8e251c0ddb
|
Refactor event framework. Everything uses Event* structs instead of
messy function arguments, removed on*Opaque()
|
7 years ago |
ben
|
bdbc63221a
|
Fix trigger midi learn
|
7 years ago |
ben
|
e331212ec7
|
improve Quad Midi handling (allow note re-trigger)
|
7 years ago |
ben
|
6bc7b104ec
|
remove debugging output from MidiToCV module
|
7 years ago |
ben
|
f67d37ec91
|
Fix quad midi pedal handling
|
7 years ago |
ben
|
0f9db90144
|
Add Smoothing to Pitch wheel and mod wheel and fix pedal handling for Midi-to-CV
|
7 years ago |
ben
|
801744f8d1
|
cleanup trigger (fix obfuscating pointer stuff) and fix confusing
naming in midi CC
|
7 years ago |
ben
|
ad2d582842
|
Cleanup Clock and replace Reset with start stop continue pulses
(Also minor visual changes)
|
7 years ago |
ben
|
3d7fd2b5c2
|
Naming/Cleanup Midi CC interface
|
7 years ago |
ben
|
e75029102d
|
Don't reset midi on device change and resetMidi values properly for midiCC
|
7 years ago |