-
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?
-
dreamer
For sending midi over the network there is rtpmidi:
Windows: https://www.tobias-erichsen.de/software/rtpmidi.html
Linux: https://github.com/davidmoreno/rtpmididIt is/should be built in on macOS.
But as said above OSC is probably easier to setup (and much higher resolution)
-
dreamer
Yes.
For instance this monosynth patch that loads two separate waveforms and cross-fades between them:
-
dreamer
@mbbaker No, a larger block size will allow the CPU more time to process the audio.