Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
risgk committed Apr 21, 2024
1 parent 6ecad06 commit 010fc54
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Digital-Synth-PRA32-U/Digital-Synth-PRA32-U.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Digital Synth PRA32-U
*/

#define PRA32_U_VERSION "v2.3.0 "
#define PRA32_U_VERSION "v2.3.1 "

//#define PRA32_U_USE_DEBUG_PRINT // Serial1

Expand Down
2 changes: 1 addition & 1 deletion PRA32-U-MIDI-Implementation-Chart.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```
[Polyphonic/Paraphonic Synthesizer] Date: 2024-04-21
Model: Digital Synth PRA32-U MIDI Implementation Chart Version: 2.3.0
Model: Digital Synth PRA32-U MIDI Implementation Chart Version: 2.3.1
+-------------------------------+---------------+---------------+-------------------------------------+
| Function... | Transmitted | Recognized | Remarks |
+-------------------------------+---------------+---------------+-------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion PRA32-U-Parameter-Guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Digital Synth PRA32-U Parameter Guide v2.3.0
# Digital Synth PRA32-U Parameter Guide v2.3.1

- 2024-04-21 ISGK Instruments
- <https://github.com/risgk/digital-synth-pra32-u>
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Digital Synth PRA32-U v2.3.0
# Digital Synth PRA32-U v2.3.1

- 2024-04-21 ISGK Instruments
- <https://github.com/risgk/digital-synth-pra32-u>
Expand All @@ -14,7 +14,7 @@
- An **I2S DAC** hardware (e.g. Pimoroni Pico Audio Pack) is required
- PWM Audio can also be used instead of I2S (PWM Audio does not require an I2S DAC hardware)
- Prebuilt UF2 files ("bin")
- "Digital-Synth-PRA32-U-2.3.0-Pimoroni-Pico-Audio-Pack.uf2" is for Raspberry Pi Pico and Pimoroni Pico Audio Pack
- "Digital-Synth-PRA32-U-2.3.1-Pimoroni-Pico-Audio-Pack.uf2" is for Raspberry Pi Pico and Pimoroni Pico Audio Pack


## [Change History](/PRA32-U-Change-History.md)
Expand Down Expand Up @@ -282,11 +282,11 @@ graph LR

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

**Digital Synth PRA32-U v2.3.0 by ISGK Instruments (Ryo Ishigaki)**
**Digital Synth PRA32-U v2.3.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 PRA32-U v2.3.0.
to Digital Synth PRA32-U v2.3.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/>.
Binary file not shown.
2 changes: 1 addition & 1 deletion pra32-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 = "PRA32-U CTRL v2.3.0";
const APP_NAME_VERSION = "PRA32-U CTRL v2.3.1";

const PRA32_U_MIDI_CH = 0; // 0-based

Expand Down
2 changes: 1 addition & 1 deletion pra32-u-prog-preset.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_version " : "PRA32-U CTRL v2.3.0",
"_version " : "PRA32-U CTRL v2.3.1",
"_comment " : " Current #8 #9 #10 #11 #12 #13 #14 #15 ",
"OSC_1_WAVE " : [ [127], [127, 127, 127, 127, 127, 127, 127, 0 ] ],
"OSC_1_SHAPE " : [ [0 ], [0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ] ],
Expand Down
2 changes: 1 addition & 1 deletion pra32-u-prog-sample-saw-pulse.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_version " : "PRA32-U CTRL v2.3.0",
"_version " : "PRA32-U CTRL v2.3.1",
"_comment " : " Current #8 #9 #10 #11 #12 #13 #14 #15 ",
"OSC_1_WAVE " : [ [127], [0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ] ],
"OSC_1_SHAPE " : [ [0 ], [0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ] ],
Expand Down
2 changes: 1 addition & 1 deletion pra32-u-prog-sample-sine-pm-piano.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_version " : "PRA32-U CTRL v2.3.0",
"_version " : "PRA32-U CTRL v2.3.1",
"_comment " : " Current #8 #9 #10 #11 #12 #13 #14 #15 ",
"OSC_1_WAVE " : [ [25 ], [0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ] ],
"OSC_1_SHAPE " : [ [0 ], [0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ] ],
Expand Down

0 comments on commit 010fc54

Please sign in to comment.