Can't compile pure data patch

i get this error when trying to compile a pure data patch

It’s a really dumb simple patch

is the compiler broken?

thanks!

also still getting this when trying to compile max gen:

thx!!

The second problem, with Max gen patches, is now fixed.

The heavy error is a bit strange. I’ve tried a couple of other Pd patches and they compile fine. Looking into it.

Okay so if you compile your patch and click the StdOut tab you will see this:

1) Warning: [*~ 0.3] in "_main.pd" @ (x:176, y:248): This object has no outgoing connections. It doesn't do anything.
2) Warning: [*~ 0.3] in "_main.pd" @ (x:278, y:250): This object has no outgoing connections. It doesn't do anything.
1) Error: [*~ 2000] in "_main.pd" @ (x:177, y:129): The left inlet of a signal-rate binary operator may not be empty.
2) Error: [*~ 2000] in "_main.pd" @ (x:279, y:131): The left inlet of a signal-rate binary operator may not be empty.

There’s something weird in your patch

there are duplicate objects hiding underneath!

oh snap! thanks Mars. The pure data patch works now!

So now I’m trying to use the rfft~ and rifft~ in pure data but Im getting this error when trying to compile:

also this is the patch im trying to compile:

ah okay I got rid of the space in the pd file name. That seemed to help but now I get this error:

is rfft~ and rifft~ not supported?

Sadly, no.

See https://enzienaudio.com/docs/pdobjects.html

Bah. Looks like ima have to try and do it in c++. Saw your fft template code in there so thats a start