Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brian/add moogerfooger delay #11

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions csv_output/patch_bay.csv
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Ghost Channel Insert Return 17-32,,,,,,,,,,,,,,,,Group 1 - 8 Insert Return,,,,,,

Patch bay: 8

Main Insert Send,,-,,,,,,,,,,,,,,,,DBX 160 Link,Fuzz In,Transition Delay In,,Hall of Fame Verb In,
Main Insert Return,,-,,,,,,,,,,,,,,,,DBX 160 Link,Fuzz Out,Transition Delay Out,,Hall of Fame Verb Out,
Main Insert Send,,-,,,,,,,,,,,,Audio In,Loop Out,Delay Out,Time,DBX 160 Link,Fuzz In,Transition Delay In,,Hall of Fame Verb In,
Main Insert Return,,-,,,,,,,,,,,,Mix Out,Loop In,Feedback,Mix,DBX 160 Link,Fuzz Out,Transition Delay Out,,Hall of Fame Verb Out,

Patch bay: 9

Expand Down
26 changes: 25 additions & 1 deletion generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,31 @@ def generate_patch_bay_labels_from_json(config, index):
"normalled": False,
"top": "-",
"bottom": "-",
"width": 16
"width": 12
},
{
"normalled": False,
"top": "Audio In",
"bottom": "Mix Out",
"width": 1
},
{
"normalled": True,
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this be normaled?

"top": "Loop Out",
"bottom": "Loop In",
"width": 1
},
{
"normalled": False,
"top": "Delay Out",
"bottom": "Feedback",
"width": 1
},
{
"normalled": False,
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

feedback, mix and time are CV inputs. If this is being connected to a modulation pedal, do we need to use an insert / TRS cable and present it as two patch points?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

related to #12

"top": "Time",
"bottom": "Mix",
"width": 1
},
{
"normalled": False,
Expand Down
Binary file modified label_outputs/8-front-bottom.png
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we come up with some sort of flag, maybe an alternate background for CV patch points? to differentiate them from audio?

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified label_outputs/8-front-top.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 modified label_outputs/8-rear-bottom.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 modified label_outputs/8-rear-top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.