In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac.
string::absolutePath()
.Add polyphonic cables.
Add multithreading to engine.
Add undo/redo history.
Add module expander support.
Add parameter labels, units, and descriptions.
Add parameter tooltips for quickly viewing parameter values.
Add parameter context menu for entering numerical values, unmapping, etc.
Change parameter initialization to double-click.
Add ability to Mod-click on an input port to clone the existing cable.
Add module “force” dragging when holding Mod.
Add ability to disable modules with a context menu item and key command Mod-E.
Add sample rates up to 768,000 Hz (16 x 48,000 Hz).
Overhaul Module Browser with visual previews of modules.
Add plugin info sub-menu to module context menu with links to manual, website, source code, etc..
Add factory presets to module context menu if plugin supplies a folder of presets.
Add default template patch.
Add menu item to save the current patch as the template.
Add “frameRateLimit” and “frameRateSync” for setting maximum screen refresh rate and to toggle vertical sync.
Add “autosavePeriod” for setting the frequency of autosaves in seconds.
Add textual menu bar, rearranged menu items, removed icons.
Make CPU timer display microseconds and percentage instead of millisamples.
Add engine real-time priority setting.
Make rack infinite in all four directions.
Add bus board graphic to rack.
Add key command Mod--
and Mod-=
, or Mod-scroll, for zooming the rack.
Fix draw order of cable plugs and wires.
Make Gamepad MIDI driver generate MIDI CC instead of MIDI notes for buttons.
Add Numpad keyboard MIDI device.
Fix Unicode user directories on Windows.
Add ability to change cable colors in settings.json
.
Add -p X
flag for dumping a screenshot of each available module.
Allow user to see changelogs of plugins before updating their plugin library.
Allow user to update individual plugins.
Core
Plugin API
helper.py
for creating and manipulating plugins with the command-line.simd.hpp
for generically handling arithmetic and math functions for vectors of floats, accelerated with SSE.dsp::VuMeter2
.dsp::Timer
and dsp::Counter
.Licenses