Skip to content

Commit

Permalink
devsync 3e37b59 - patch storage
Browse files Browse the repository at this point in the history
  • Loading branch information
eh2k committed Apr 14, 2024
1 parent fc2389f commit 995cfcf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<summary><b>ChangeLog</b></summary>

````
== 2024-04-14
* Enhancement: Patch storage (managment)
* Bugfix:
* tinyusb buffer/optimization
== 2024-03-28
* Enhancement: Turing Machine Modulation
* Enhancement: FV1emu (cleanup + 16bit delay optimization)
Expand Down Expand Up @@ -126,7 +130,7 @@ E.g you can chain the mono audio signal from an oscillator machine to the neighb

* [Short Press [LEFT]/[RIGHT]] scrolls through the 4 machine-tracks.
* [Long press [LEFT]] enters the machine-selection-page.
* [Long press [RIGHT]] enters the I/O-configuration-page.
* [Long press [RIGHT]] enters the menu-page.
* [Long press left or right [ENCODER]] shows the modulation popup
* [Long press [L-ENCODER] + [R-ENCODER]] saves the patch - will be restored at startup
- DEBUG: skip restore - press [RIGHT] button while startup ).
Expand Down Expand Up @@ -351,6 +355,16 @@ In case the MIDI-Control is enabled, you can setup the Midi-Channel in the engin
| 26 | 38 | 6 | * |
| 27 | 39 | 7 | * |
````
# Patch Storage
<img align="right" src="doc/patch_storage_load.png" width=196px />
> [Press `L-ENC + R-ENC`] to enter the patch storage page
* Use `L-ENC` for patch slot selection
* Use `R-ENC` for LOAD/SAVE
* Load `empty` - restores all engines to `GND/-`
# Supported Hardware
* [Ornament-and-Crime T4.0](https://github.com/eh2k/squares-and-circles/wiki/Ornament%E2%80%90and%E2%80%90Crime)
Expand Down
Binary file added doc/patch_storage_load.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[env]
extra_scripts = src/build.py
apps_json = ./app/index.json
squares_and_circles_loader = 66b6aea ; minimum loader version
squares_and_circles_loader = 3e37b59 ; minimum loader version

[env:squares-and-circles]
platform = [email protected] ; https://github.com/platformio/platform-teensy/releases
Expand Down

0 comments on commit 995cfcf

Please sign in to comment.