49 Commits (3a05c02384fe219f129a8bdc1f2eeb3d00c421cb)

Author SHA1 Message Date
  Andrew Belt dca30e2b53 Auto-format code with astyle. 5 years ago
  Andrew Belt 696939069d Use <> instead of "" for include directive. 5 years ago
  Andrew Belt 478c8fcc71 Change name of driver to driverId and device to deviceId in audio namespace. 5 years ago
  Andrew Belt ce2936c0c8 Restart engine workers when setting real-time priority. 5 years ago
  Andrew Belt 9a29b832fb Change audio::IO and midi::IO name to Port. 5 years ago
  Andrew Belt da4110367a Move DSP window functions to window.hpp. Use 0-indexed module/cable IDs instead of 1-indexed. Unserialize module/cable IDs as they are in the patch file. 5 years ago
  Andrew Belt 2b98dfc6f9 Write custom threading model in Engine. Remove OpenMP dep. Fix bugs in string::basename/extension. 5 years ago
  Andrew Belt 72edae5a69 Fix Core Note handle, fix AudioIO::toJson when no device 5 years ago
  Andrew Belt f5601d2042 Work on toolbar, event context 5 years ago
  Andrew Belt d62b8d5845 Put audio in namespace 5 years ago
  Andrew Belt 20b78190c1 Put math in namespace 5 years ago
  Andrew Belt 3644b1877e Clean up includes 5 years ago
  Andrew Belt 499ceb024f Remove math 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 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 13107b8577 Switch to C++ headers 6 years ago
  Arnaud Estublier 44cbf0d114 Forgot a space... 6 years ago
  Arnaud Estublier daa0b006c5 Add VCVRack as the name of the RtAudio client 6 years ago
  Andrew Belt 5c8cadbbf9 Add automatic audio activation/deactivation when device pauses for >200ms 6 years ago
  Andrew Belt 2465d44eaf Use 8/8 in/out channels for Bridge audio 6 years ago
  Andrew Belt bf21ddcd78 Bridge progress 6 years ago
  Andrew Belt 04ba73454c Bridge server progress 6 years ago
  Andrew Belt 1c53d7b35f Updated blendish, bridge protocol 6 years ago
  Andrew Belt 6f36a77e7b Make min, max, and clamp generics 6 years ago
  Andrew Belt 5bc9a696b0 Add min and max functions for floats (let me know if this breaks 6 years ago
  Andrew Belt baadbda40d Bridge port mapping 6 years ago
  Andrew Belt 6de4205cb2 Add audio activation/deactivation to Bridge 6 years ago
  Andrew Belt f18b182ccd Bridge refactoring 6 years ago
  Andrew Belt 13fe861ddd Add CV functionality to MIDI to CV interface 6 years ago
  Andrew Belt 9d5ce1791e Bridge audio subscribing 6 years ago
  Andrew Belt 7f9615ed33 Change debug log to info 6 years ago
  Andrew Belt 6049c0abe5 Added util/color.hpp, fixed LightWidget color algorithm, added Ctrl+U key command for "Disconnect cables", refactor audio.cpp/midi.cpp, add new Audio Interface panel 6 years ago
  Andrew Belt df069a8870 Add grouping to AudioInterface 6 years ago
  Andrew Belt db8d0fc1d6 Add partial MIDI CC Interface, MIDI CV fixes 6 years ago
  Andrew Belt 1ab4b2cb85 AudioInterface rework, Notes rework, partial MIDIToCVInterface rework 6 years ago
  Arnaud Estublier d6ce409843 Adding RtAudio Flag so that it does not auto-connect with JACK 6 years ago
  Andrew Belt 9a443f07c8 Refactoring, remove "f" and "i" prefixes from math.hpp functions 6 years ago
  Andrew Belt 60d98a641f Rename util.hpp to common.hpp, fix include paths 6 years ago
  Andrew Belt d024ccf8a0 Refactor util.hpp 6 years ago
  Andrew Belt 5be5696dff Refactor math.hpp 6 years ago
  Andrew Belt 63cd488674 Added active light indicators to AudioInterface and MIDItoCVInterface 6 years ago
  Andrew Belt 5e6463f5af Reorganize midi.hpp and audio.hpp, add prompt before clearing patch after crash, add Bridge scaffolding to AudioIO 6 years ago
  Andrew Belt ca5d43ed9d Use closest sample rate in AudioIO::openStream() 6 years ago
  Andrew Belt 144de3943c Stop audio instead of abort, use requested sample rate instead of 6 years ago
  Andrew Belt ce1906a288 Use AudioIO in AudioInterface 6 years ago
  Andrew Belt f129f026f6 Add AudioWidget 6 years ago