plugdata-team / plugdata

Pure Data as a plugin, with a new GUI
https://plugdata.org
GNU General Public License v3.0
1.53k stars 66 forks source link

I can't create MERDA modules from their names #1675

Closed porres closed 3 days ago

porres commented 3 months ago

seems MERDa modules go to a different folder, and I can't simply type something like

[adsr.m~] or specially [else/adsr.m~] to load them.

Since these are actually part of 'ELSE' they should and could be called in as regular objects from ELSE, and should also be proposed as something to be added from the autocomplete functionality...

right now this is a problem because the documentation of MERDA has a file that loads all modules and this triggers many errors in PlugData

Screenshot 2024-06-25 at 18 35 16
porres commented 3 months ago

I also see that these modules get created as [palette/modulename.m~]

do we need that prefix though? can't you just add 'palette' to the search path?

porres commented 3 days ago

hey, this seems to work now :)