Signature
Work in progress : FCPD a FreeCAD PureData connexion
-
FFW
Hi,
see Documentation/3.audio.examples/I01.Fourier.analysis.pd
and Documentation/3.audio.examples/I02.Hann.window.pd -
FFW
@jameslo said:
I think I'd have to also add some padding to the end to meet some message length requirement.
Yes I don't read the doc but I think the message should be a 8 bytes words multiple and ends with 44 0 0 0. So you need to add as many zero as required before this.
-
FFW
Hi,
if the 92 backslash is added by oscformat let's try to don't use it
32 is space
47 is slash
I deduce the required end of the message from oscformat output -
-
FFW
Hi,
Take a look at https://git.purrdata.net/jwilkes/purr-data/-/tree/emscripten/emscripten/project/purr-data
and https://purrdata.glitch.me/ -
FFW
If you don't care of heaviness and dependencies, you very can use QT.
See https://doc.qt.io/qt-5/qtimer.html -
FFW
@Obineg said:
90% of the humans are not even able to give answers which sound correct.
Either you include yourself in these 90% and this sentence doesn't sound correct or you have excessive pride.
ChatGPT is nothing but a tool. As for all tools I have to try it before I can decide its usefulness.
-
FFW
Hi !
I asked ChatGPTGenerate a text file that can be opened with PureData and represents a synthesizer reacting to MIDI input and producing a sinusoidal sound on stereo output.
It needed 12 trials and failures and 9 more when I asked for a slider to control the volume.
At the end it gave me#N canvas 0 0 450 350 10; #X obj 35 71 midiin; #X obj 35 135 mtof; #X obj 105 175 osc~; #X obj 35 215 *~ 0.5; #X obj 35 255 vsl 0 1 0.01 0.5; #X obj 175 255 dac~; #X connect 0 0 1 0; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 4 0 3 1; #X connect 3 0 5 0;
It certainly needs much more training to give us an interesting patch!