Skip to content

Commit

Permalink
v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
risgk committed May 4, 2023
1 parent 2d5dd66 commit 6fb2a7f
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Digital Synth VRA8-U v2.2.1
# Digital Synth VRA8-U v2.2.2

- 2023-05-04 ISGK Instruments
- <https://github.com/risgk/digital-synth-vra8-u>
Expand All @@ -19,7 +19,7 @@

## Change History

- v2.2.1:
- v2.2.2:
- Separate Voice Mode Lgt (Legato) into Lgt (Legato) and LP (Legato Portamento)
- Fix Voice Mode value 32 to be Mon (Monophonic) mode
- v2.1.0:
Expand Down Expand Up @@ -156,11 +156,11 @@ This image was created with Fritzing.

![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)

Digital Synth VRA8-U v2.2.1 by ISGK Instruments (Ryo Ishigaki)
Digital Synth VRA8-U v2.2.2 by ISGK Instruments (Ryo Ishigaki)

To the extent possible under law, ISGK Instruments (Ryo Ishigaki)
has waived all copyright and related or neighboring rights
to Digital Synth VRA8-U v2.2.1.
to Digital Synth VRA8-U v2.2.2.

You should have received a copy of the CC0 legalcode along with this
work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
2 changes: 1 addition & 1 deletion VRA8-U-MIDI-Implementation-Chart.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```
[United Synthesizer] Date: 2023-05-04
Model: Digital Synth VRA8-U MIDI Implementation Chart Version: 2.2.1
Model: Digital Synth VRA8-U MIDI Implementation Chart Version: 2.2.2
+-------------------------------+---------------+---------------+----------------------------------+
| Function... | Transmitted | Recognized | Remarks |
+-------------------------------+---------------+---------------+----------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion VRA8-U-Parameter-Guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Digital Synth VRA8-U Parameter Guide v2.2.1
# Digital Synth VRA8-U Parameter Guide v2.2.2

- 2023-05-04 ISGK Instruments
- <https://github.com/risgk/digital-synth-vra8-u>
Expand Down
2 changes: 1 addition & 1 deletion VRA8-U-type-16-Operation-Guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Digital Synth VRA8-U type-16 Operation Guide v2.2.1
# Digital Synth VRA8-U type-16 Operation Guide v2.2.2

- 2023-05-04 ISGK Instruments
- <https://github.com/risgk/digital-synth-vra8-u>
Expand Down
2 changes: 1 addition & 1 deletion vra8-u-ctrl.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
</style>
<script>
const APP_NAME_VERSION = "VRA8-U CTRL v2.2.1";
const APP_NAME_VERSION = "VRA8-U CTRL v2.2.2";

const MIDI_CH = 0; // Basic Channel 1
const NOTE_OFF = 0x80;
Expand Down
2 changes: 1 addition & 1 deletion vra8-u-prog-preset.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_version " : "VRA8-U CTRL v2.2.1",
"_version " : "VRA8-U CTRL v2.2.2",
"_comment " : " CURRENT #8 #9 #10 #11 #12 #13 #14 #15 ",
"OSC_1_WAVE " : [ [0 ], [0 , 0 , 0 , 0 , 0 , 96 , 0 , 0 ] ],
"OSC_1_SHAPE " : [ [0 ], [0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ] ],
Expand Down
2 changes: 1 addition & 1 deletion vra8-u-type-16-ctrl.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
</style>
<script>
const APP_NAME_VERSION = "VRA8-U type-16 CTRL v2.2.1";
const APP_NAME_VERSION = "VRA8-U type-16 CTRL v2.2.2";

const MIDI_CH = 0; // Basic Channel 1
const NOTE_OFF = 0x80;
Expand Down
2 changes: 1 addition & 1 deletion vra8-u-type-16-prog-preset.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_version " : "VRA8-U type-16 CTRL v2.2.1",
"_version " : "VRA8-U type-16 CTRL v2.2.2",
"_comment " : " CURRENT #8 #9 #10 #11 #12 #13 #14 #15 ",
"OSC_1_WAVE " : [ [0 ], [0 , 0 , 0 , 0 , 0 , 96 , 0 , 0 ] ],
"OSC_1_SHAPE " : [ [0 ], [0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ] ],
Expand Down

0 comments on commit 6fb2a7f

Please sign in to comment.