Skip to content

Commit b590e84

Browse files
committed
MusiMath: better offset method calculation
MusiMath: better offset method calculation
1 parent f5a1bf2 commit b590e84

File tree

4 files changed

+400
-164
lines changed

4 files changed

+400
-164
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ There are 3 modes available and selectable by the **Mode** knob:
307307
The note pitch value (1V/octave) is set on the **OUT output**. A zero pulse (high->low->high) is set on the **Gate output** at each note "played" (see mode above).
308308

309309
- the **Length** knob can be used to extend the scale on more octaves.
310-
- the **Offset** can be used to shift the output note: if its value is N and the switch **REL** is off, then N semitones are added to the output note; if REL is on (offset relative to the scale mode) then the N-th value of the scale is added to the output note. The offset can be modulated using the corresponding input (which is supposed to represent a value in 1V/oct).
310+
- the **Offset** can be used to shift the output note: if its value is N and the switch **REL** is off, then N semitones are added to the output note; if REL is on (offset RELative to the scale mode) then the N-th value of the scale is added to the output note (1 means the next note in the scale, -2 means two notes before in the scale). The offset can be modulated using the corresponding input which is supposed to represent a value in 1V/oct, for example -0.083V is equivalent to offset -1, +0.166V is equivalent to offset 2.
311311
- the **Mir** switch (Mirror) can be used to "mirror" the scale in order to produce smoother sequences.
312312
- the **RST** input and switch reset the current value to the starting value.
313313

@@ -322,6 +322,9 @@ You can also take a look at the patch musimath_example.vcv in the examples fold
322322

323323
# <a name="history"></a>History
324324

325+
## v1.6.2
326+
- MusiMath: definitive method for offset calculation.
327+
325328
## v1.6.1
326329
- MusiMath: fixed the offset calculation and added the REL switch, fixed a bug in scale editing
327330
- Clockkky: fixed a bug that sometimes occurred at startup

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"slug": "AlgoritmArte",
33
"name": "AlgoritmArte",
4-
"version": "1.6.1",
4+
"version": "1.6.2",
55
"license": "GPL-3.0-or-later",
66
"brand": "AlgoritmArte",
77
"author": "AlgoritmArte",

0 commit comments

Comments
 (0)