Signature
Work in progress : FCPD a FreeCAD PureData connexion
-
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.
-