Skip to content

Commit c4ed709

Browse files
committed
devsync c91f7de
1 parent 7ae6882 commit c4ed709

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1014
-583
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: build
1515
run: |
1616
git submodule update --init
17-
bash -ex ./app/build.sh --rebuild
17+
bash -ex ./src/build.sh --rebuild
1818
- name: deploy
1919
run: |
2020
git remote add --mirror=fetch secondary https://${{ secrets.CODEBERG_AUTH }}@codeberg.org/eh2k/squares-and-circles.git

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
*.txt
77
*.bin.h
88
src/__pycache__/app_hex.cpython-310.pyc
9-
.build/
9+
.build/
10+
.venv/

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
== 2026-01-04
6+
* Bugfix:
7+
* Modulation Clock disabled (except clocked engines) -> global clock default for non clocked engines #118
58
== 2025-12-14
69
* Enchancement
710
* SEQ engines: support any input for clock-source #118

app/CV/EnvGen.bin

-60 Bytes
Binary file not shown.

app/CV/LFO.bin

-60 Bytes
Binary file not shown.

app/DRUMS/808ish-BD.bin

-32 Bytes
Binary file not shown.

app/DRUMS/808ish-SD.bin

-32 Bytes
Binary file not shown.

app/FILTER/MoogLadder.bin

536 Bytes
Binary file not shown.

app/MIDI/Clock.bin

-32 Bytes
Binary file not shown.

app/SEQ/EuclidRythm.bin

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)