-
Notifications
You must be signed in to change notification settings - Fork 6
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
Belcanto to un create/erase/delete either an input or output inside a gateway or rig input /output #22
Comments
we need to think about this, this is similar in some respects to discussion ive been having with +carvingCode. The question is how low level do we want the 'modules' to be, if we make them very low level Now Im not saying this is 'wrong', its not... but is it desirable? Lets take your example, would it be better to create a module that had a bit more in it? This is basically what I did with recorder. I repeat, im not saying, this is the best way forward... as to be honest im not sure, but I think its worth thinking. (my only issue with adding lots of low-level modules, is once you've added them, removing is difficult as you will break peoples configs!_ |
any thoughts on this @carvingCode ? |
addLatchedInputToAURig... YES that is my intention in the end! For what I can grasp i agree with you Mark, not fragmenting everything to much. |
Something like 'createkeygroup' makes sense as low level, although it could Calling 'createkeygroup' then turning around and calling While we're on this, I was thinking that its may be time to create a On Fri, Jun 21, 2013 at 7:44 AM, keymanpal notifications@github.com wrote:
https://soundcloud.com/carvingcode > My compositions |
Another example would be the metronome. How often are you going to add a On Fri, Jun 21, 2013 at 7:59 AM, carvingcode carvingcode@gmail.com wrote:
https://soundcloud.com/carvingcode > My compositions |
Yup, these are kinda my thoughts too ... e.g. you will see that linkrigs creates a key group output, probably to be consistent createkeygroup and createtalker should also do the same. Also, The addrecordertorigs was an experiment in adjusting rigs, and whilst it works its not very pretty as it has to know how to disconnect the rig. whilst this works here, its not really a scaleable approach. Similarly, you will see with the rigs, they have the clock inputs and scheduler inputs in the base, theoretically this could be added by appropriate modules (e.g. add metronome, add recorder), but this complicates things a bit. Finally, you could argue (rightly) that adding a recorder requires a metronome/clock, but then again, is it clock, or midi clock! The fundamental problem is not having support for conditional code in the template, but this is in itself tricky... anyway, i think we are all thinking along similar lines... i.e trying to have 'higher level' modules, but without them being so high level, that we duplicate belcanto everywhere. |
Yes, I've tried several times to get started with python for the sole On Fri, Jun 21, 2013 at 9:37 AM, Mark Harris notifications@github.comwrote:
https://soundcloud.com/carvingcode > My compositions |
Hi All...
Still working on Controlling the NEURONVS...
I'm creating a link latch to a rig for this ... stuck on the above (title)
cheers
The text was updated successfully, but these errors were encountered: