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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
NOTE: The change log is only started v2.0.7. Any previous changes were generally noted in the release notes (refer to the [Github Releases page](https://github.com/j4s0n-c/trowaSoft-VCV/releases)).
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Any builds that are currently available are at [Github Releases page](https://gi
14
14
Recent builds for [trowaSoft modules](https://library.vcvrack.com/?query=&brand=trowaSoft) should also be available in the [VCV plugin manager](https://library.vcvrack.com/trowaSoft).
15
15
16
16
**VCV Rack v2.x.x**:
17
-
**2023-01-23**: The latest version is [v2.0.7](https://github.com/j4s0n-c/trowaSoft-VCV/releases/tag/v2.0.7).
17
+
**2023-07-04**: The latest version is [v2.0.8](https://github.com/j4s0n-c/trowaSoft-VCV/releases/tag/v2.0.8).
No more versions for older Rack versions will be developed, but they are still available here:
@@ -34,12 +34,12 @@ To build for your platform, please visit the [VCV rack documentation](https://vc
34
34
+ **[voltSeq](#voltseq)** - Variable voltage step sequencer.
35
35
+ **[multiSeq](#multiseq)** - trigSeq and voltSeq smooshed into one module.
36
36
+ Oscillators & Drawing Tools
37
-
+**[polyGen](#polygen)** - (new as of v2.0.7) Oscillator that generates x- and y-coordinates of simple polygons for drawing on a scope.
38
-
+**[multiWave & muiltiWaveMini](#multiwave--multiwavemini)** - Module with three (3) oscillator clocks.**muiltiWaveMini** is new as of v2.0.7.
37
+
+**[polyGen](#polygen)** - Oscillator that generates x- and y-coordinates of simple polygons for drawing on a scope.
38
+
+**[multiWave & muiltiWaveMini](#multiwave--multiwavemini)** - Module with three (3) oscillator clocks.
39
39
+**[multiScope](#multiscope)** - Scope that allows three (3) waveforms to be drawn on the same canvas.
40
40
+ Open Sound Control CV Interface
41
41
+ **[cvOSCcv](#cvosccv)** - Simple module for sending CV to OSC and receiving OSC to CVs.
42
-
+ **[cvOSC/16/32 & OSCcv/16/32](#cvosccv-expansion-modules)** - Expansion modules for cvOSCcv (16-, and 32-channel versions are new as of v2.0.7).
42
+
+ **[cvOSC/16/32 & OSCcv/16/32](#cvosccv-expansion-modules)** - Expansion modules for cvOSCcv.
43
43
44
44
## Sequencers
45
45
Currently there are four (4) sequencer modules.
@@ -239,7 +239,7 @@ Starting in Rack v1, the ability to see and set parameter (i.e knob) values dire
239
239
+**TRG** - (mono) If active, then OSC messages will output the **VAL** CV input when triggered.
240
240
+**VAL** - (poly as of v1.0.2) The value(s) that will output over OSC.
241
241
+ If more than one polyphonic channel is set, it will be sent in OSC as an array, otherwise it will be sent as a scalar.
242
-
+ If there is no trigger present, the module will output whenever **VAL** changes at least 0.05 up to the **Send Frequency (Hz)** (default is 100 Hz).
242
+
+ If there is no trigger present, the module will output whenever **VAL** changes at least the **Change Threshold** (default 0.05) up to the **Send Frequency (Hz)** (default is 100 Hz).
243
243
+**CV Outputs** - OSC => CV (8 channels), each channel:
244
244
+**TRG** - (mono) (0-10V) Triggers whenever an OSC message is received.
245
245
+ **VAL** - (poly as of v1.0.2) (Gate) Outputs the last OSC value(s) received.
@@ -257,6 +257,7 @@ Starting in Rack v1, the ability to see and set parameter (i.e knob) values dire
257
257
+ **Address** - Endpoint address. Default is `/ch/{channel #}`.
258
258
+ **ADV** - (as of v0.6.2) Advanced settings for simple value conversions. Specify simple OSC data types (float, int, bool) and the CV and OSC ranges.
259
259
+ **Send Frequency (Hz)** - (as of v2.0.5)(Context Menu) Choose the default send frequency (if no trigger is present) in the context menu. The default is 100 Hz.
260
+
+ **Change Threshold** - (as of v2.0.8)(Context Menu) Choose the default send change threshold (if no trigger is present) in the context menu. The default is 0.05.
260
261
261
262
NOTE: To save Channel Address changes after a connection is active, simply hide the configuration screen again.
262
263
@@ -269,6 +270,7 @@ These modules are new in version 1.0.2. The 16- and 32-channel versions are new
+ Adds 8/16/32 more input channels. Each channel has a **TRG** (mono) and a **VAL** (poly) input.
271
272
+ Module will only connect to a master if it is placed to the **LEFT** of the master cvOSCcv module. It must be touching it or another cvOSC.
273
+
+ **Change Threshold** - (as of v2.0.8)(Context Menu) Choose the default send change threshold (if no trigger is present) in the context menu. The default is "Match Master" (uses the threshold set in the master cvOSCcv module).
0 commit comments