Skip to content

Commit

Permalink
Revert "Change to recommend Arduino AVR Boards core 1.8.3 (or 1.8.5)"
Browse files Browse the repository at this point in the history
This reverts commit b1dae1a.
  • Loading branch information
risgk committed Sep 17, 2022
1 parent b1dae1a commit 6a4ea28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions DigitalSynthVRA8U/DigitalSynthVRA8U.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
////////////////////////////////////////////////////////////////////////////////////////////
// Digital Synth VRA8-U -- We strongly recommend Arduino AVR Boards core 1.8.3 (or 1.8.5) //
////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
// Digital Synth VRA8-U -- We strongly recommend Arduino AVR Boards core 1.8.5 //
/////////////////////////////////////////////////////////////////////////////////

//#define DEBUG

Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@

## Caution about Arduino

- We *strongly recommend* **Arduino AVR Boards core 1.8.3 (or 1.8.5)**
- If you use other than 1.8.3 (or 1.8.5), the sketch *may not work well*: CPU Busy LED (LED L) *may almost always lit*
- We *strongly recommend* **Arduino AVR Boards core 1.8.5**
- If you use other than 1.8.5, the sketch *may not work well*: CPU Busy LED (LED L) *may almost always lit*

## Change History

- v1.x.x: Change to recommend Arduino AVR Boards core 1.8.3 (or 1.8.5)
- v1.2.1: Reverses the effect of the Osc 1 Shape II value for SS (Shaped Saw Wave)
- v1.2.0: Change the range of Osc 1 Shape from -64 -- +63 to 0 -- 127; Fix the comment on Osc 1 Shape II in VRA8-U CTRL
- v1.1.1: Reduce noise in Chorus Mode M and S2
Expand Down Expand Up @@ -49,7 +48,7 @@
## VRA8-U CTRL

- MIDI Controller (Editor) Application for VRA8-U, HTML App (Web App)
- VRA8-U CTRL converts Program Changes (#0-7 for PRESET, #8-15 for user programs) into Control Changes
- VRA8-U CTRL converts Program Changes (#0-7 for PRESET, #0-15 for user programs) into Control Changes
- VRA8-U CTRL stores the current control values and the user programs (#8-15) in a Web browser (localStorage)
- We recommend using Google Chrome, which implements Web MIDI API
- We recommend [loopMIDI](https://www.tobias-erichsen.de/software/loopmidi.html) (virtual loopback MIDI cable) to connect VRA8-U
Expand Down

0 comments on commit 6a4ea28

Please sign in to comment.