Skip to content

Commit

Permalink
dev sync 9de494b - engine load ex
Browse files Browse the repository at this point in the history
  • Loading branch information
eh2k committed Apr 19, 2024
1 parent 995cfcf commit 36b6694
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<summary><b>ChangeLog</b></summary>

````
== 2024-04-19
* Enhancement: Engine Load "Options" (Reset IO + Copy From) #74
* SD Format - preserves stored patches
== 2024-04-14
* Enhancement: Patch storage (managment)
* Bugfix:
Expand Down Expand Up @@ -144,7 +147,12 @@ E.g you can chain the mono audio signal from an oscillator machine to the neighb

>[Long press [LEFT]] enters the machine-selection-page.<br/>
>[Short press [R-ENCODER]] loads the selected engine.<br/>
>[Long press [R-ENCODER]] loads the selected engine (default IO-settings).<br/>
>[Long press [R-ENCODER]] loads the selected engine extended mode.<br/>
* Load & reset I/O settings
* Load & keep IO settings <img align="right" src="doc/engine_load_resetio.png" width=196px />
* Copy #1-4 (parameter values + modulations + I/O settings)

<br/>

---
###### Screenshots
Expand Down
Binary file added doc/engine_copy_from.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/engine_load_resetio.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 = 3e37b59 ; minimum loader version
squares_and_circles_loader = 9de494b ; minimum loader version

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

0 comments on commit 36b6694

Please sign in to comment.