-
FFW
@willblackhurst I'm sorry but English is not my natural language. Therefore I don't understand your answer.
-
-
FFW
It's strange the [print] doesn't display the quotes if they are present in the output of [route].
Can you add a [print income] after [netreceive] in order we see if the message is clear?FYI this patch works great
-
-
-
FFW
@yannseznec said:
I couldn't figure out how to change this on the Pi
Have you see https://stackoverflow.com/a/51263272 ?
More info can be found here : https://www.framboise314.fr/utiliser-luart-port-serie-du-raspberry-pi-4/ (french).
-
FFW
@whale-av said:
I don't think you will be able to protect any patch that you sell....!
Maybe it's possible with compilation, PlugData is able to do this : https://plugdata.org/docs/book/CompilingPatches.html
-
-
FFW
Another possibility is to let the abstraction take configuration message.
-
-
FFW
@jamcultur said:
Is there a way to send a number from a bang using Send symbol in Bang Properties?
No, a bang send bangs.
The symbol entered is not interpreted (but$0
is replaced by the patch id). -
FFW
@Carambolooo said:
I have a problem with a mixer.
Have you check the motor brushes?
I'm already far away…
-
FFW
You need a full file structure
pure-data minimal file for an empty patch is#N canvas 122 109 450 300 12;
i.e.
#N canvas X Y W H FONT-SIZE;
And you can't connect anything without object creation.
What can I do ?
Learn how to use PD.
-
-
-
FFW
Does exists an object to count the channels in a multichannel ?
-
FFW
It works (only?) with dynamic patching:
The subpatch connection is lost due to the [inlet] re-creation. It's possible to use mouse events to cut the [clone] instead of use the [clear( message.