36 Commits (85c75eef3322daa96ee4dd73d7407ea486d7e050)

Author SHA1 Message Date
  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 8e251c0ddb Refactor event framework. Everything uses Event* structs instead of 7 years ago
  Andrew Belt caa1a5798e Fix dropdown menu offset when zooming 7 years ago
  Andrew Belt 8060a1e657 Rename initialize() to reset() 7 years ago
  Andrew Belt 33ca4dac2d Add override keyword everywhere 7 years ago
  Andrew Belt 9dbadfbdc5 Remove gSampleRate, add engineGetSampleRate() 7 years ago
  Andrew Belt ed6916d3e5 Remove dsp.hpp. Plugins must now #include the specific dsp/ header file 7 years ago
  Andrew Belt f8f478ad4c Add Bridge template 7 years ago
  Andrew Belt f9cf502a79 Use 10V as the headroom for Audio Interface IO instead of 5V 7 years ago
  Andrew Belt 6239856310 Added C#-style property constructor, explicitly clamp samples in Audio Interface, scroll horizontally if Shift is held 7 years ago
  Andrew Belt fd0d208021 Add engine support for stackable cables 7 years ago
  Andrew Belt ffd8dde517 Middle click drag now sends an onScroll event in the object it is hovering, open UrlItem browser in new thread, use Module constructor for setting number of params/inputs/outputs 7 years ago
  Andrew Belt f14cafc117 Change audio interface numbers to one-indexed 7 years ago
  Andrew Belt 086edd79b1 Audio interface remembers device, samplerate, and blocksize 7 years ago
  Andrew Belt 711bdbae32 Made MIDI Interface a bit prettier 7 years ago
  Andrew Belt 3fcbc62f79 Add MIDI channel to MIDI Interface 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 d24b587eb6 Combined InputPort and OutputPort to just Port with an enum 8 years ago
  Andrew Belt a76a6e7f5e revised Lights for Component Library, removed constructor argument from ModuleWidget 8 years ago
  Andrew Belt 70e3ab97b6 fix Linux audio by using asynchronous Portaudio instead of synchronous 8 years ago
  Andrew Belt 58974d5530 Added Davies knobs, added SVG renderer 8 years ago
  Andrew Belt aad709e62c Large refactor to modularize include files, add NanoSVG dependency, added Image/Font/SVG loader 8 years ago
  Andrew Belt 4c891085fe Modify ports to support Component Library 8 years ago
  Andrew Belt a8e82624fc Add sample rate conversion to AudioInterface input/output, fix bugs in stringf 8 years ago
  Andrew Belt 1696a2790a Added sample rate conversion to AudioInterface, added minBLEP to dsp.hpp 8 years ago
  Andrew Belt a18e4a4d6e Added ring buffers, made Rack a class, added stringf helper function, added VIPMutex/VIPLock, added sample rate and block size options to AudioInterface 8 years ago
  Andrew Belt aceeade1c8 Fixed Audio Interface "wrong number of outputs/inputs" issue, add `make 8 years ago
  Andrew Belt c16d498162 Added "No device" for AudioInterface and MidiInterface 8 years ago
  Andrew Belt 0669bf5dd7 Made AudioInterface and MidiInterface a bit prettier, added audio input 8 years ago
  Andrew Belt 06326a899a Changed how events work, added ModulePanel, added cable tension 8 years ago
  Andrew Belt 86e2fabf20 A few days of work 8 years ago
  Andrew Belt c6f1ff3dc7 Fix macOS build 8 years ago
  Andrew Belt c1cae82918 Initial commit 8 years ago