• jamcultur

    @jameslo Your expr~ version has some interesting properties. When I input a sine wave and set $v2 to an odd integer, the output is a sine wave whose frequency is $v2 times the original frequency. You would never get sine wave output from traditional wavefolding implementations. When $v2 is an even integer, you get odd harmonics (as expected) with a peak at the $v2-1 harmonic. I'll continue to use traditional techniques for wavefolding, but I think your expr~ could be very useful for something else I'm working on. Thanks for posting it!

    Edit: I've been experimenting more with this. The behavior I described above occurs when the input sine wave has an amplitude of 1 to -1. If the amplitude is less than that, you get a limited number of harmonics. For example, if the sine wave's amplitude is 0.99 to -0.99, and $v2 is an odd integer, you get a large peak at the $v2 harmonic, small peaks at lower harmonics, and no peaks at higher harmonics.

    posted in technical issues read more
  • jamcultur

    @kyro This looks interesting. Do you have a sample patch?

    posted in technical issues read more
  • jamcultur

    I found a way that works:

    image.png

    posted in technical issues read more
  • jamcultur

    @whale-av Thanks. Where would I get concat? It isn't listed in deken. Is there a way to do this in vanilla Pd?

    posted in technical issues read more
  • jamcultur

    When I put 0111 in a symbol object, or in a symbol message, Pure Data deletes the leading zero. I need the leading zero to be there because it is the start of a file name. How do I get Pure Data to stop deleting the leading zero?

    posted in technical issues read more
  • jamcultur

    @mosef123 You're also missing edge~, so you probably need the cyclone library. There are a number of tutorials that tell you how to make your own oscilloscope. Here's one:

    posted in technical issues read more
  • jamcultur

    The dashed box around speedlim means that you don't have that object. You should have gotten a message in red on the pd console to indicate that problem. There are several external libraries that include speedlim. You need to decide which one to use. Where did you get the oscilloscope subpatch? It would be a good idea to use the same speedlim that they used.

    posted in technical issues read more
  • jamcultur

    @whale-av Thanks! This looks promising. I'll give it a try.

    Edit: That worked thanks!

    posted in technical issues read more
  • jamcultur

    @Balwyn Your [file cwd] example looks like exactly what I need, but it didn't work with read. Your example with the close, open message works on my system, but when I tried to use the read message to read the file, I got a "can't read" message. Any ideas on how I can make this work? Thanks!

    Edit: I opened issue #2888 on github for the problem that [file cwd] doesn't work with read.

    posted in technical issues read more

Internal error.

Oops! Looks like something went wrong!