Skip to content

Commit

Permalink
Merge pull request #16 from risgk/develop
Browse files Browse the repository at this point in the history
2.2.1
  • Loading branch information
risgk authored May 4, 2023
2 parents f04925f + cae837b commit 448e909
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Digital Synth VRA8-U v2.2.0
# Digital Synth VRA8-U v2.2.1

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

## Change History

- v2.2.0:
- v2.2.1:
- Separate Voice Mode Lgt (Legato) into Lgt (Legato) and LP (Legato Portamento)
- Fix Voice Mode value 32 to be Monophonic mode
- Fix Voice Mode value 32 to be Mon (Monophonic) mode
- v2.1.0:
- Make the VRA8-U main unit recognize Program Change #8-15 (It is valid when VRA8-U CTRL is not used)
- Improve stability
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.0 by ISGK Instruments (Ryo Ishigaki)
Digital Synth VRA8-U v2.2.1 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.0.
to Digital Synth VRA8-U v2.2.1.

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.0
Model: Digital Synth VRA8-U MIDI Implementation Chart Version: 2.2.1
+-------------------------------+---------------+---------------+----------------------------------+
| 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.0
# Digital Synth VRA8-U Parameter Guide v2.2.1

- 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.0
# Digital Synth VRA8-U type-16 Operation Guide v2.2.1

- 2023-05-04 ISGK Instruments
- <https://github.com/risgk/digital-synth-vra8-u>
Expand Down
4 changes: 2 additions & 2 deletions 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.0";
const APP_NAME_VERSION = "VRA8-U CTRL v2.2.1";

const MIDI_CH = 0; // Basic Channel 1
const NOTE_OFF = 0x80;
Expand Down Expand Up @@ -1120,7 +1120,7 @@
<tr>
<td colspan="2"><b>EG</b> Osc Amt [-|+] </td>
<td colspan="2"><b>EG</b> Osc Dst [P|2P|1S] </td>
<td colspan="2">Voice Mode [Par|Mon|Lgt] </td>
<td colspan="2">Voice Mode [Par|-|Mon|Lgt|LP] </td>
<td colspan="2">Portamento </td>
</tr>
<tr>
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.0",
"_version " : "VRA8-U CTRL v2.2.1",
"_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.0";
const APP_NAME_VERSION = "VRA8-U type-16 CTRL v2.2.1";

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.0",
"_version " : "VRA8-U type-16 CTRL v2.2.1",
"_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 448e909

Please sign in to comment.