• timothyschoen

    Yeah this is happening next version! Ofelia was never an official part of plugdata, but I maintained a version as an external with plugdata support added. However, combining JUCE and OpenFrameworks turned out to be really tricky, so now we've switched to Gem, which was a bit easier to implement.

    From my side, it's not like I have a very strong preference for either one, I like both. But Gem turned out to be easier to include without having to resort to all kinds of hacks.

    posted in news read more
  • timothyschoen

    @Ice-Ice Yeah, that's unfortunately expected. In this update we moved the plugdata folder from an OS specific path to the user documents folder. This makes it easier to find, or to explain where it is. I also wanted to have a clean start, because we saw some issues with people using plugdata since the early days, where their settings file had gone through a load of updates, and contained a lot of old trash.

    The new add menu only allows drag and drop, no clicking. This has caused confusing for more people, so next version you will also be able to click them.

    And nice to hear! I also came from Max, but I wanted to work in a DAW of my own choice ;)

    posted in news read more
  • timothyschoen

    @Ice-Ice Hi! What version of plugdata are you using? For me on plugdata v0.8.0 (macOS), the color and width messages to arrays seem to work.

    posted in news read more
  • timothyschoen

    @eeropic Good to see! I've been missing this too, it's kind of annoying that you lose your clipboard content when you restart Pd. And it's nice that purr/plug/pure-data will soon all do this, makes it easier to share parts of patches on a forum, or copy/paste between pd flavours.

    posted in technical issues read more
  • timothyschoen

    Hi, what OS are you using?

    posted in technical issues read more
  • timothyschoen

    @bobpell Hi! The way you just described is totally valid, it's probably how most people do it.

    Another way to do it, is with plugdata, a Pd VST3/AU/LV2/CLAP plugin that runs in most DAWs. It's based on pd-vanilla and should be compatible with it for 99%, so you could create patches in Pd and then load them into plugdata to record them. Or you can create your whole project inside plugdata as well, if you want.

    I'd say the advantage is that the effort to go from Pd to audio is a bit smaller that way. So if you make a recording in Pd but are not satisfied with it yet, it's less of a hassle to re-record it. And you can also use the DAWs automation to change values in Pd, or get tempo information from the DAW.

    The disadvantage is that plugdata is still in development, and as such it's not completely stable all the time.

    posted in technical issues read more
  • timothyschoen

    @flextUser Are you on the develop branch already? I would highly recommend that, we've made a lot of progress. I'm not sure if that will solve your problem but it might help.

    A quick thing you can try, is deleting plugdata's internal folder located at %APPDATA%/plugdata on Windows.

    If you have ever installed a nightly build from the develop branch, and are now compiling an older version from the main branch, you might run into some problems. plugdata's settings are usually forward compatible, but in this stage of development not very backward-compatible.

    posted in extra~ read more
  • timothyschoen

    @flextUser This looks to me like it didn't find python during the cmake step. Were there any errors when running cmake?

    posted in extra~ read more
  • timothyschoen

    Unfortunately you can't, I put some hooks into the Pd source code that plugdata uses to know when GUI objects change.

    What you can do, is use the master branch of my Pd fork, this is mostly up-to-date with Pd (it has multichannel), though it's a little bit behind.

    posted in extra~ read more
  • timothyschoen

    @flextUser It should work, I think you need at least Visual Studio (2019 or higher), python and git bash. If you have that, open git bash and run:

    git clone --recursive https://github.com/plugdata-team/plugdata.git
    cd plugdata
    mkdir build && cd build
    cmake .. -G"Visual Studio 16 2019" -A x64
    cmake --build .
    

    You can also get nightly builds from the website: https://plugdata.org/download.html

    posted in extra~ read more

Internal error.

Oops! Looks like something went wrong!