-
dreamer
@crttrkix Subpatches don't get "passed on" values of anything. That's not how they work.
The name of a subpatch is just that: a name.
Everything else a subpatch inherits from the parent, $0 (identity) and any arguments.
-
dreamer
Why would the subpatches have different contents?
You've put the same code in the subpatch inside the abstraction, so every instance of that abstractions contains the same code and subpatch.
-
dreamer
If you are really this scared of the concept of a "chat room" then just post a dedicated ticket on github.
-
dreamer
"MIT License with Attribution" is not a thing.
MIT License already requires attribution:"The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software."
So someone has to provide this copyright notice as part of any software that uses it, thus providing attribution.
Sorry to say, but your custom license does not appear to be valid open source. Or at least very disputably so.
I recommend that you pick a proper open source license: https://opensource.org/licenses -
dreamer
And we got a new release! many updates and bugfixes.
Full release notes:
https://github.com/plugdata-team/plugdata/releases/tag/v0.9.2 -
-
dreamer
This is because symbol can't handle numbers, it requires strings.
By adding a string (-
in your case) before or after$0
it turns it into a string.Try using
[f $0]
instead: -
dreamer
This doesn't make any sense. RTSP is for video streaming, and this specific package is for Perl programs ..
Why do you think this even remotely applies to this topic?