• FFW

    Hi,
    see Documentation/3.audio.examples/I01.Fourier.analysis.pd
    and Documentation/3.audio.examples/I02.Hann.window.pd

    posted in technical issues read more
  • 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.

    posted in technical issues read more
  • FFW

    Hi,
    if the 92 backslash is added by oscformat let's try to don't use it
    image.png

    32 is space
    47 is slash
    I deduce the required end of the message from oscformat output

    posted in technical issues read more
  • FFW

    Hi,
    Take a look at the [text] object.

    posted in technical issues read more
  • FFW

    Hi,
    considers using [makefilename]. And you can skip [select].

    image.png

    posted in patch~ read more
  • FFW

    If you don't care of heaviness and dependencies, you very can use QT.
    See https://doc.qt.io/qt-5/qtimer.html

    posted in Off topic read more
  • 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. :stuck_out_tongue_closed_eyes:

    ChatGPT is nothing but a tool. As for all tools I have to try it before I can decide its usefulness.

    posted in Off topic read more
  • FFW

    As I understand ChatGPT is based on a generation which choose one word after another, it doesn't have the answer to our question until it writes it down.

    posted in Off topic read more
  • FFW

    Hi !
    I asked ChatGPT

    Generate 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;
    

    image.png

    It certainly needs much more training to give us an interesting patch! :stuck_out_tongue:

    posted in Off topic read more

Internal error.

Oops! Looks like something went wrong!