1966 Commits (b3b7b652c1e4832e169afc8578747a33929c0caf)

Author SHA1 Message Date
  Andrew Belt f5238aec82 Set default cable tension to 100%. 2 years ago
  Andrew Belt 842c12cdfe Remove "v" from plugin update menu items. 2 years ago
  Andrew Belt a8384d6543 Implement Knob::speed. 2 years ago
  Andrew Belt a98256c6f4 Dispatch Module::SampleRateChange event when the Module is added to the engine. 2 years ago
  Andrew Belt 86f889ae4c Enable app update check. 2 years ago
  Andrew Belt f15799e9a7 Add plugin::getExactPlugin() and getExactModel() to public API. Fix inability to load plugin that is aliased to another. 2 years ago
  Andrew Belt 6cfccfcb55 Add RACK_SYSTEM_DIR and RACK_USER_DIR environment variables on all OS's to override asset paths. 2 years ago
  Andrew Belt d61841bdda Add "Free" name to distribution, window title, and tip window. 2 years ago
  Andrew Belt 6ed561b608 Disable warnings in discord status updater. 2 years ago
  Andrew Belt e96859405e Remove Mac menu bar items, since they are redundant to Rack's menu bar. 2 years ago
  Andrew Belt 0bdebebfae Make Engine_updateExpander() non-locking. 2 years ago
  Andrew Belt 1f2de5d7f4 Change default rtaudio block size to 512. 2 years ago
  Andrew Belt d7aa204bc7 Copy patch storage dir when cloning individual module. 2 years ago
  Andrew Belt 23334f32a8 Rewrite moduleWhitelist data structure and merge algorithm. 2 years ago
  Andrew Belt 40b80d1be9 Tweak default cable colors. 3 years ago
  Andrew Belt 90c43226cd Clean up doc comments. 3 years ago
  Andrew Belt b8fd869ae4 Remove string::fuzzyScore(). 3 years ago
  Andrew Belt aff9aa6fa6 Add TextField::password property, make PasswordField simply set that property. 3 years ago
  Andrew Belt 0276fde5ab Clean up app:: doc comments. Make some class variables internal. 3 years ago
  Andrew Belt fb00490389 Add "VCV Rack" text to Help menu. 3 years ago
  Andrew Belt 7ff515f8fe Rename "Community Edition" to "Free". Remove edition name from TipWindow and Window title. 3 years ago
  Andrew Belt 40fa0bc4c3 Reorder STOP and CONT port declarations in CV_MIDI. 3 years ago
  Andrew Belt 118d2ecb56 Fix swapping of STOP and CONT ports of MIDI_CV. 3 years ago
  Andrew Belt e6f5c62968 Add RackWidget::get/setNextCableColorId(). 3 years ago
  Andrew Belt 0932c80370 mach_approximate_time() requires Mac 10.10+, so use mach_absolute_time() instead. 3 years ago
  Andrew Belt 78bd95c088 Add C and A frequency variables to Quantity tinyexpr parser. 3 years ago
  Andrew Belt 7bd26deefc Don't display negative meter measurements. 3 years ago
  Andrew Belt d017010925 Subtract call time of system::getTime() itself when measuring Module::process() for meter. 3 years ago
  Andrew Belt 985b996d76 Use much faster system::getTime() implementation on Mac. 3 years ago
  Andrew Belt 8f5f8992fb Remove old /tmp/Rack2 symbolic link before creating it. 3 years ago
  Andrew Belt 54cc95ae46 Make all subsystems able to initialize and destroy multiple times. 3 years ago
  Andrew Belt 36e02a2c93 Link to the absolute path /tmp/Rack2/libRack.<ext>. Create a symlink at /tmp/Rack2 to the system dir containting libRack. 3 years ago
  Andrew Belt 7229fdada5 Decrease margin of scrolling rack while dragging. 3 years ago
  Andrew Belt f96cf2dd71 Reverse order of cable names in PortTooltip. 3 years ago
  Andrew Belt 555a11e61e Fix draw order of Audio2 lights. 3 years ago
  Andrew Belt b172bf79d3 Use relative positions of Audio VU texts. 3 years ago
  Andrew Belt c3aee9098e Draw VU meter text on Audio2. 3 years ago
  Andrew Belt 0b0170f463 Rename AudioWidget to AudioDisplay, MidiWidget to MidiDisplay. Move 3 years ago
  Andrew Belt 3ec47bf575 Make RackWidget::incompleteCable internal with getter. 3 years ago
  Andrew Belt 00bd49e2b7 Use "From/To" in cable tooltip depending on port type. 3 years ago
  Andrew Belt d64a8da846 Add PortCloneCableItem implementation. 3 years ago
  Andrew Belt 19f806dbad Implement PortCreateCableItem and PortCableItem. 3 years ago
  Andrew Belt e5ef358c08 Add mutex to RtAudioDevice process, subscribe, and unsubscribe methods. 3 years ago
  Andrew Belt 8ffb648628 Disable verbose cURL. Decrease cURL timeout to 10 seconds. 3 years ago
  Andrew Belt fecd8a5cf9 Disable threaded-resolver and pthreads in cURL. Enable verbose. 3 years ago
  Andrew Belt c8fb280685 Add fixed MIDI-CV panel from Pyer. Fix port positions in Gate-MIDI. 3 years ago
  Andrew Belt 37af76ebf9 Add VU meter lights to Audio2. 3 years ago
  Andrew Belt 53df270a6e Fix Notes and MIDI Map display size. 3 years ago
  Andrew Belt 4cf91916c8 Fix curl crash when DNS does not resolve. 3 years ago
  Andrew Belt d95878b7dc Implement Notes panel redesign by Pyer. 3 years ago