Skip to content

Commit

Permalink
devsyc d657352
Browse files Browse the repository at this point in the history
  • Loading branch information
eh2k committed Feb 7, 2024
1 parent 2ad0024 commit 7da1923
Show file tree
Hide file tree
Showing 13 changed files with 962 additions and 6,670 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> WORK-IN-PROGRESS: Feel free to leave me a message / feedback or any hints in the ["BETA TEST - FEEDBACK"](https://github.com/eh2k/squares-and-circles/issues/1) issue.
> WORK-IN-PROGRESS: Feel free to leave me a message / feedback or any hints in the ["General Feedback"](https://github.com/eh2k/squares-and-circles/issues/1) issue.
# □︎●︎ [![CI](https://github.com/eh2k/squares-and-circles/actions/workflows/build.yml/badge.svg)](https://github.com/eh2k/squares-and-circles/actions/workflows/build.yml) [![WebFlasher](https://img.shields.io/badge/Firmware-WebFlasher-blue)](https://eh2k.github.io/□●/flash/?firmware) [![MODULAGrid](https://img.shields.io/badge/MODULAR-Grid-white)](https://www.modulargrid.net/e/modules/browser?SearchName=squares+and+circles&SearchShowothers=1)

Expand All @@ -9,6 +9,10 @@
<summary><b>ChangeLog</b></summary>

````
== 2024-02-07
* Enhancement/Bugfix: DXFM (custom syx handling)
* Enhancement: FV1emu / FX-Compiler (using 16bit delay buffer for less memory consumption)
* Enhancement: UI - one pixel left another up - bigger modulation popup
== 2024-01-23
* Bugfix: Black screen ?!
== 2024-01-20
Expand Down Expand Up @@ -183,12 +187,9 @@ Machines/Engines are controlled by individual parameters.

>[Long press left or right [ENCODER]] shows/hides the modulation popup*
<img align="right" src="doc/modulation.bmp" width=196px />



For each parameter a modulation can be assigned:
* **CV**:
* **CV**: <img align="right" src="doc/mod_cv.png" width=196px />
* SRC:
* `C1`, `C2`, `C3`, `C4` - Analog inputs
* OP: `THRU`, `S&H-T1`, `S&H-T2`, `S&H-T3`, `S&H-T4`, `T&H-T1`, `T&H-T2`, `T&H-T3`, `T&H-T4`
Expand All @@ -203,7 +204,8 @@ For each parameter a modulation can be assigned:
* Be aware the CV-range is probably limited by hardware to: -3.5v..6.5V
* **RND**: Trigger generates a random voltage
* TRIG: `!`, `T1`, `T2`, `T3`, `T4`, `C1`, `C2`, `C3`, `C4`
* **ENV**: Triggered Envelope (Attack, Decay)
* **ENV**: Triggered Envelope (Attack, Decay) <img align="right" src="doc/mod_env.bmp" width=196px />

* TRIG: `!`, `T1`, `T2`, `T3`, `T4`, `C1`, `C2`, `C3`, `C4`
* ATTACK
* DECAY
Expand Down
468 changes: 468 additions & 0 deletions app/FX/Gated-Reverb.bin.h

Large diffs are not rendered by default.

432 changes: 432 additions & 0 deletions app/FX/Reverb-HP-LP.bin.h

Large diffs are not rendered by default.

Binary file added doc/mod_cv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Loading

0 comments on commit 7da1923

Please sign in to comment.