Skip to content

Commit

Permalink
Merge pull request #17 from risgk/develop
Browse files Browse the repository at this point in the history
v2.2.2
  • Loading branch information
risgk authored May 4, 2023
2 parents 448e909 + 6fb2a7f commit e2ab53e
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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.1
# Digital Synth VRA8-U v2.2.2

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

## Caution about Arduino AVR Boards Version

- We *strongly recommend* **Arduino AVR Boards version version 1.8.5 (or from 1.8.3 to 1.8.6)**
- We *strongly recommend* **Arduino AVR Boards version 1.8.5 (or from 1.8.3 to 1.8.6)**
- If you use another version, the sketch *may not work well*: CPU Busy LED (LED L) *may continue to be lit*

## 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 e2ab53e

Please sign in to comment.