Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit c8b7ad5

Browse files
committed
Update changelog with recent HW changes
Signed-off-by: Petr Horacek <[email protected]>
1 parent 6e52271 commit c8b7ad5

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ backwards compatibility.
66

77
## Unreleased
88

9+
* Transform the module into two-board design.
10+
* Remove MIDI input and output.
911
* Implement a basic tape simulation instrument.
1012
* Introduce oversampling converters over the Signal trait.
1113
* Reconcile CV inputs and pass them to instruments.

hardware/Module.kicad_sch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10010,7 +10010,7 @@
1001010010
(symbol (lib_id "power:-10V") (at 34.417 143.383 90) (unit 1)
1001110011
(in_bom yes) (on_board yes)
1001210012
(uuid 5c7deceb-9d26-4828-af86-d24990d64d26)
10013-
(property "Reference" "#PWR?" (id 0) (at 31.877 143.383 0)
10013+
(property "Reference" "#PWR0108" (id 0) (at 31.877 143.383 0)
1001410014
(effects (font (size 1.27 1.27)) hide)
1001510015
)
1001610016
(property "Value" "-10V" (id 1) (at 29.083 143.383 90))
@@ -10305,7 +10305,7 @@
1030510305
(symbol (lib_id "power:-10V") (at 93.853 143.764 90) (unit 1)
1030610306
(in_bom yes) (on_board yes)
1030710307
(uuid c2b75c3a-9fd7-433e-a701-09b5d18c991c)
10308-
(property "Reference" "#PWR?" (id 0) (at 91.313 143.764 0)
10308+
(property "Reference" "#PWR0107" (id 0) (at 91.313 143.764 0)
1030910309
(effects (font (size 1.27 1.27)) hide)
1031010310
)
1031110311
(property "Value" "-10V" (id 1) (at 88.519 143.764 90))
@@ -10628,11 +10628,11 @@
1062810628
(path "/36c52104-9383-4fec-93e5-771b8c41ab2c"
1062910629
(reference "#PWR0106") (unit 1) (value "GND") (footprint "")
1063010630
)
10631-
(path "/5c7deceb-9d26-4828-af86-d24990d64d26"
10632-
(reference "#PWR?") (unit 1) (value "-10V") (footprint "")
10633-
)
1063410631
(path "/c2b75c3a-9fd7-433e-a701-09b5d18c991c"
10635-
(reference "#PWR?") (unit 1) (value "-10V") (footprint "")
10632+
(reference "#PWR0107") (unit 1) (value "-10V") (footprint "")
10633+
)
10634+
(path "/5c7deceb-9d26-4828-af86-d24990d64d26"
10635+
(reference "#PWR0108") (unit 1) (value "-10V") (footprint "")
1063610636
)
1063710637
(path "/00000000-0000-0000-0000-000062372793"
1063810638
(reference "A1") (unit 1) (value "Daisy Seed v4") (footprint "Device_Audio_Electrosmith_Daisy_Seed:Device_Audio_Electrosmith_Daisy_Seed")

0 commit comments

Comments
 (0)