• alexandros

    Gem is a one binary file library. You hane to import the lib before trying to create an object from it.
    Try putting a [declare -path /path/to/Gem -lib Gem] object in your patch.

    posted in technical issues read more
  • alexandros

    Do you have any suggestions I could try out? I think Ofelia is a great project, and I'd really like to help with its development/maintenance if needed. There are plenty of stuff about the compiling process that I don't know though.

    posted in pixel# read more
  • alexandros

    I can't find any of the equivalent files of the .dll files anywhere. I guess these are the ones you are talking about?

    posted in pixel# read more
  • alexandros

    These are the contents of the .zip file you mention:

    abs/                  CHANGES.txt                    examples/     LICENSE.txt  ofelia-object-help.lua  ofelia_textwindow.tcl   opencv_core4100.dll  opencv_features2d4100.dll  opencv_imgproc4100.dll    README.md
    assimp-vc142-mt.dll  classesAndGlobalFunctions.txt  libxml2.dll  ofelia.dll   ofelia-object-help.pd   opencv_calib3d4100.dll  opencv_dnn4100.dll   opencv_flann4100.dll       opencv_objdetect4100.dll  stable-diffusion.dll
    

    Are these supposed to be located in the ofeliaExtendedLib directory? Because, all there is in there, is already in the directory of the ofelia.pd_linux Pd external directory too.

    posted in pixel# read more
  • alexandros

    Oh, I followed the instructions, (which are probably forked from ofxOfelia?) where it writes that the directory needs to be named ofxOfelia. I renamed it to ofxOfeliaExtended and make now worked. I copied ofelia.pd_linux to my externals folder, but Pd can't create the object. Trying to load the library with [declare -lib ofelia], I get the following errors:

    load_object: Symbol "ofelia_setup" not found in "/home/alex/Documents/Pd/externals/ofelia/ofelia.pd_linux"
    load_object: Symbol "ofelia_setup" not found in "/home/alex/Documents/Pd/externals/ofelia/ofelia.pd_linux"
    load_object: Symbol "ofelia_setup" not found in "/home/alex/Documents/Pd/externals/ofelia/ofelia.pd_linux"
    

    posted in pixel# read more
  • alexandros

    It turns out that the build instructions are there. For some reason, I thought that the instructions had only to do with the OF addon and not the Pd object. I tried to compile the Pd object, and got this error:

    ../../../addons/ofxOfelia/src//../libs/ofxImGui/src/BaseTheme.h:3:10: fatal error: imgui.h: No such file or directory
        3 | #include "imgui.h"
    

    I looke for ofxImGui and found this, which I downloaded and put in the addons directory, but I'm still getting the same error.
    I'm on Debian 12, with OF 0.12.0.

    posted in pixel# read more
  • alexandros

    If you want to do shell stuff, just install the command external. It's up on deken (Help -> Find externals), just look for "command".

    posted in technical issues read more
  • alexandros

    @FFW not really, the [sel 0] has to connect to [f ], like @porres did it. But [mousefilter] is indeed the object for this job. Didn't have that in mind.

    posted in technical issues read more
  • alexandros

    @FFW I think you got it wrong, unless [mousestate] has changed with a new release. The left-most outlet of [mousestate] outputs the click state, and the second from left outlet is the X position. If you feed that to [f ], then the latter will output the X position of the mouse, not the slider value. @porres solution is correct, though if we want to take into account the "when I move the slider" part of the OP, then a [change] after [f ] is necessary, like @FFW did.

    posted in technical issues read more
  • alexandros

    Try [command], which is an actively maintained replacement of [shell]. [shell] is no longer maintained, and that could be the issue.

    posted in technical issues read more
  • alexandros

    A guy on Pd's facebook group mentioned he can't create a profile on this forum as the anti-spam continuously blocks him. I just thought that the admins should know. @whale-av

    posted in this forum read more
  • alexandros

    The Bela runs on 44100 only, so your audio files should play fine, unless you've already tried this on a Bela.

    posted in technical issues read more
  • alexandros

    Are there any build instructions for the Pd external? In the GitHub link I can only see instructions on how to build the OF addon.

    posted in pixel# read more
  • alexandros

    A bit of shameless self-plug: I built such a looper for chapter 9 of my book "Digital Electronics for Musicians", where overdubbing both forward and backward is possible, without getting distortion. In the 2nd edition of the book, the project is built with a Bela, as a stomp box. here's the chapter's webpage, in case you are interested https://link.springer.com/chapter/10.1007/979-8-8688-0394-9_9 and here's the source code of the first edition https://github.com/Apress/digital-electronics-for-musicians

    posted in technical issues read more
  • alexandros

    Aparently, there are no binaries for the architecture of Pi 5, which is different than Pi 3 (and I think 4 too). You can try and get the sources and build it yourself. In deken, go to Edit -> Preferences, and untick "Hide foreign architectures", to get all the results when you search for a package. One of the else packages should contain the sources and instructions on how to build it.

    Edit: I couldn't find the sources in deken, so you could try GitHub here https://github.com/porres/pd-else

    posted in technical issues read more
  • alexandros

    I don't know at what state Purr-Data is (maintained, developed, abandoned), but you can give PlugData a try instead. It is actively developed, and should probably include what you need. Although, Pd-vanilla should also cover your needs, as almost all externals from the Pd-extended era are present in its repositories, installable through Help->Find externals.

    posted in technical issues read more
  • alexandros

    Usually it's very fast, no need to remove prior commits from Pd's repositories. You're sure you supplied a different version number when uploading with deken?

    posted in technical issues read more
  • alexandros

    Try the mailing list. All the devs are there, including the LibPd devs/maintainers.

    posted in libpd / webpd read more
  • alexandros

    What is this /mrpeach/net prefix? AFAIK, [udpsend] is part of the mrpeach library, so [mrpeach/udpsend] should work. Did you try it?

    posted in technical issues read more
  • alexandros

    Perhaps you don't even need [symbol]. You can give the patch a try without it, it might work.

    posted in technical issues read more
Internal error.

Oops! Looks like something went wrong!