You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added performance warning for large module presets (#396)
12
+
- Fixed broken unbinding of modules (memory leak) (#396)
13
+
- Module [GLUE](./docs/glue/Glue.md)
14
+
- Added option to add labels to cables (#247)
15
+
- Module [MIDI-CAT](./docs/midicat/MidiCat.md)
16
+
- Added hotkey Ctrl/Cmd+Shift+R for resetting input-mode _Pickup (snap)_
17
+
- Added hotkey Ctrl/Cmd+Shift+I for temporarily activating input-mode _Direct_ while held
18
+
- Added hotkey Ctrl/Cmd+Shift+F for re-sending MIDI feedback
19
+
- Module [MIDI-KEY](./docs/midi/MidiKey.md)
20
+
- Fixed occasional crash in browser preview
21
+
- Module [SAIL](./docs/sail/Sail.md)
22
+
- Fixed occasional crash (#358)
23
+
- Module [STROKE](./docs/stroke/Stroke.md)
24
+
- Fixed broken _Zoom out_ command
25
+
- Fixed broken Toggle-commands on different UI Scale (#415)
26
+
- Module [TRANSIT](./docs/transit/Transit.md)
27
+
- Added alternative parameter binding by selection box
28
+
- Added custom color LED setting per slot
29
+
- Added option to set the first usable snapshot (instead of starting at 1) (#265)
30
+
- Added option to disable fade CV input clamping, allowing for more extreme fade times
31
+
1
32
## 2.2.0
2
33
3
34
Modules [8FACE, 8FACEx2](./docs/eightface/EightFace.md) and [8FACE mk2](./docs/eightface/EightFaceMk2.md) are now considered stable again. A new _Safe-mode_ has been added, which loads presets into modules according to the supported way. This provides maximum stability. However, it may lock up the audio processing and cause stutters, pops, or other audible artifacts. This behavior is not caused by CPU overload but by fundamental design constraints in VCV Rack.
@@ -30,7 +61,7 @@ The old behavior can be restored using _Unsafe fast_-mode, which will load prese
30
61
- Added new defects _Pitch_, _Crush_ and _Dropout_
31
62
- Module [GOTO](./docs/goto/Goto.md)
32
63
- Jump-points can be multiple modules/a selection instead of a single module
33
-
-Nodule[MIDI-CAT](./docs/midicat/MidiCat.md)
64
+
-Module[MIDI-CAT](./docs/midicat/MidiCat.md)
34
65
- Added input-modes _Snapped_ and _Snapped (short/long)_ for CC and Notes for use with snapped parameters (e.g. "Steps" on VCV SEQ3)
35
66
- Added handling for MIDI System Reset message for resetting input-mode _Pickup (snap)_
This program is free software: you can redistribute it and/or modify it under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html) as published by the [Free Software Foundation](https://www.fsf.org/), either version 3 of the License, or (at your option) any later version.
This program is free software: you can redistribute it and/or modify it under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html) as published by the [Free Software Foundation](https://www.fsf.org/), either version 3 of the License, or (at your option) any later version.
This program is free software: you can redistribute it and/or modify it under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html) as published by the [Free Software Foundation](https://www.fsf.org/), either version 3 of the License, or (at your option) any later version.
38
+
In addition, you are granted the "VCV Rack Non-Commercial Plugin License Exception", allowed under section 7 of GPLv3, and a commercial licensing option.
>A Plugin is defined as a software library intended to be linked and executed by this software.
43
+
>
44
+
>You are granted the permission to use this software's Application Programming Interface (API) in your Plugin in source and binary forms, as well as link to this software with the Plugin, regardless of the Plugin's license terms even if it would otherwise violate the terms of this software's GPLv3, provided that the Plugin is distributed free of charge.
45
+
>
46
+
>Derived works of this software may keep or omit this Exception.
47
+
48
+
This means that non-commercial plugins do not need to be licensed under the GPLv3 and can be released under any license of your choice (e.g. open-source or proprietary freeware). However, plugins that copy a significant portion of non-API source code from Rack must be licensed under GPLv3.
0 commit comments