Possible to modify code to "remove" either the inputs or outputs ? #368
jbuecker
started this conversation in
Feature Requests
Replies: 2 comments 1 reply
-
What do you mean by neuter?
Devin Roth
…On Apr 16, 2021, 10:42 AM -0700, jbuecker ***@***.***>, wrote:
I have successfully complied a separate version to run two concurrent versions Of Blackhole. Would it be hard to "Neuter" the outputs or the inputs in the corresponding versions? Thanks in advance!
~JB
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Right. Didn’t we discuss this a while back?
Yeah it’s possible but at that point you’re going to need to change quite a bit of code. Then you need to have the two drivers communicate with each other.
What you’ll want to do is have it all in the same driver with two devices. One for input and the other for output.
It’s a little complicated.
Devin Roth
…On Apr 18, 2021, 6:36 AM -0700, jbuecker ***@***.***>, wrote:
Hi ,
What I meant by 'neuter' is to disable the outputs or inputs without really removing the code....
Was a poor choice of wording ... I would like to have a version that simply has 16 inputs without any outputs and vice versa ... 16 outputs with no inputs.
Thanks,
~JB
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have successfully complied a separate version to run two concurrent versions Of Blackhole. Would it be hard to "Neuter" the outputs or the inputs in the corresponding versions? Thanks in advance!
~JB
Beta Was this translation helpful? Give feedback.
All reactions