Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
risgk committed Aug 26, 2022
1 parent c2b49ac commit e7d383f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Digital Synth VRA8-U v1.2.0
# Digital Synth VRA8-U v1.2.1

- 2022-08-25 ISGK Instruments
- 2022-08-26 ISGK Instruments
- <https://github.com/risgk/digital-synth-vra8-u>

## Concept
Expand Down
4 changes: 2 additions & 2 deletions VRA8-U-MIDI-Implementation-Chart.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[United Synthesizer] Date: 2022-08-25
Model: Digital Synth VRA8-U MIDI Implementation Chart Version: 1.2.0
[United Synthesizer] Date: 2022-08-26
Model: Digital Synth VRA8-U MIDI Implementation Chart Version: 1.2.1
+-------------------------------+---------------+---------------+----------------------------------+
| Function... | Transmitted | Recognized | Remarks |
+-------------------------------+---------------+---------------+----------------------------------+
Expand Down
4 changes: 2 additions & 2 deletions VRA8-U-Parameter-List.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Digital Synth VRA8-U Parameter List v1.2.0
# Digital Synth VRA8-U Parameter List v1.2.1

- 2022-08-25 ISGK Instruments
- 2022-08-26 ISGK Instruments
- <https://github.com/risgk/digital-synth-vra8-u>

## Control Change Parameters
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 v1.2.0";
const APP_NAME_VERSION = "VRA8-U CTRL v1.2.1";

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 v1.2.0",
"_version " : "VRA8-U CTRL v1.2.1",
"_comment " : " CURRENT #8 #9 #10 #11 #12 #13 #14 #15 ",
"OSC_1_WAVE " : [ [0 ], [0 , 0 , 0 , 127, 0 , 96 , 0 , 0 ] ],
"OSC_1_SHAPE " : [ [0 ], [0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ] ],
Expand Down

0 comments on commit e7d383f

Please sign in to comment.