-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Petr Horacek <[email protected]>
- Loading branch information
Showing
10 changed files
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Petr Horáček <[email protected]>"] | ||
edition = "2018" | ||
name = "achordion-bank" | ||
version = "1.1.0" # hack/release.sh | ||
version = "1.2.0" # hack/release.sh | ||
license = "GPL-3.0-or-later" | ||
description = "Wavetable banks and their processing." | ||
repository = "https://github.com/zlosynth/achordion" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Petr Horáček <[email protected]>"] | ||
edition = "2018" | ||
name = "achordion-eurorack" | ||
version = "1.1.0" # hack/release.sh | ||
version = "1.2.0" # hack/release.sh | ||
license = "GPL-3.0-or-later" | ||
description = "Chord-crafting quantizing wavetable oscillator module for Eurorack." | ||
repository = "https://github.com/zlosynth/achordion" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
(title_block | ||
(title Achordion) | ||
(date 2021-04-25) | ||
(rev v1.1.0) | ||
(rev v1.2.0) | ||
(company "Petr Horáček") | ||
(comment 1 [email protected]) | ||
(comment 2 https://github.com/zlosynth/achordion) | ||
|
@@ -4298,7 +4298,7 @@ | |
(gr_text 1A (at 188.86 94.96 270) (layer B.SilkS) (tstamp 61B91388) | ||
(effects (font (size 2 3) (thickness 0.15)) (justify mirror)) | ||
) | ||
(gr_text "board v1.1.0" (at 148.7 49.58) (layer B.SilkS) | ||
(gr_text "board v1.2.0" (at 148.7 49.58) (layer B.SilkS) | ||
(effects (font (size 1 1.2) (thickness 0.15)) (justify right mirror)) | ||
) | ||
(gr_line (start 191.530001 140.540001) (end 191.530001 143.76) (layer Edge.Cuts) (width 0.05)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ encoding utf-8 | |
Sheet 1 1 | ||
Title "Achordion" | ||
Date "2021-04-22" | ||
Rev "v1.1.0" | ||
Rev "v1.2.0" | ||
Comp "Petr Horáček" | ||
Comment1 "[email protected]" | ||
Comment2 "https://github.com/zlosynth/achordion" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Petr Horáček <[email protected]>"] | ||
edition = "2018" | ||
name = "achordion-lib" | ||
version = "1.1.0" # hack/release.sh | ||
version = "1.2.0" # hack/release.sh | ||
license = "GPL-3.0-or-later" | ||
description = "Chord-crafting quantizing wavetable oscillator." | ||
repository = "https://github.com/zlosynth/achordion" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Petr Horáček <[email protected]>"] | ||
edition = "2018" | ||
name = "achordion-puredata" | ||
version = "1.1.0" # hack/release.sh | ||
version = "1.2.0" # hack/release.sh | ||
license = "GPL-3.0-or-later" | ||
description = "Chord-crafting quantizing wavetable oscillator external for Pure Data." | ||
repository = "https://github.com/zlosynth/achordion" | ||
|