| @@ -48,7 +48,6 @@ In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac. | |||||
| - Add `-p X` flag for dumping a screenshot of each available module. | - 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 see changelogs of plugins before updating their plugin library. | ||||
| - Allow user to update individual plugins. | - Allow user to update individual plugins. | ||||
| - Core | - Core | ||||
| - Add Audio-16 with 16/16 inputs/outputs. | - Add Audio-16 with 16/16 inputs/outputs. | ||||
| - Add CV-MIDI, CV-CC, and CV-Gate for sending MIDI to external devices. | - Add CV-MIDI, CV-CC, and CV-Gate for sending MIDI to external devices. | ||||
| @@ -56,7 +55,6 @@ In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac. | |||||
| - Add polyphony to MIDI-CV. | - Add polyphony to MIDI-CV. | ||||
| - Add MPE mode to MIDI-CV. | - Add MPE mode to MIDI-CV. | ||||
| - Add "Panic" button to all MIDI modules to reset performance state. | - Add "Panic" button to all MIDI modules to reset performance state. | ||||
| - Plugin API | - Plugin API | ||||
| - Add [`helper.py`](helper.py) for creating and manipulating plugins with the command-line. | - Add [`helper.py`](helper.py) for creating and manipulating plugins with the command-line. | ||||
| - Add [`simd.hpp`](include/dsp/simd.hpp) for generically handling arithmetic and math functions for vectors of floats, accelerated with SSE. | - Add [`simd.hpp`](include/dsp/simd.hpp) for generically handling arithmetic and math functions for vectors of floats, accelerated with SSE. | ||||
| @@ -64,7 +62,6 @@ In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac. | |||||
| - Add `dsp::Timer` and `dsp::Counter`. | - Add `dsp::Timer` and `dsp::Counter`. | ||||
| - Overhaul event system with many new events. | - Overhaul event system with many new events. | ||||
| - etc. See more at https://vcvrack.com/manual/Migrate1.html. | - etc. See more at https://vcvrack.com/manual/Migrate1.html. | ||||
| - Licenses | - Licenses | ||||
| - Relicense Rack to GPLv3 with the VCV Rack Non-Commercial Plugin License Exception and a commercial licensing option. | - Relicense Rack to GPLv3 with the VCV Rack Non-Commercial Plugin License Exception and a commercial licensing option. | ||||
| - Collect all license statements into new [LICENSE.md](LICENSE.md) file. | - Collect all license statements into new [LICENSE.md](LICENSE.md) file. | ||||