pierreguillot / Camomile

An audio plugin with Pure Data embedded that allows to load and to control patches
GNU General Public License v3.0
892 stars 62 forks source link

feature request: support Data Structures and better support for GOP #254

Closed porres closed 3 years ago

porres commented 3 years ago

Hi, I see that GOP abstractions don't work really well, I got some GOP GUI abstractions in ELSE and they don't look ok.

Moreover, I see that camomile does not support Data structures, at least yet. I wonder if there's a reason never to support them or if it's something on the horizon for the foreseeable future. I also have some GOP abstractions in ELSE based on data structures and it'd be great to have tem.

cheers

pierreguillot commented 3 years ago

Hi,

Can you give further information about the GOP issue?

The data structure is another subject, I think I already answered to that question perhaps in a discussion or in another issue... but to give a quick answer, no data structure support is not in the todo list. This can be discussed in a discussion.

porres commented 3 years ago

Can you give further information about the GOP issue?

it seems there's some offset when displaying it in the camomile's interface

see the original abstractions here

Screen Shot 2021-04-26 at 14 01 31

and how they're displayed

Screen Shot 2021-04-26 at 14 06 40

I don't understand why one of them (the one on the left) wasn't displayed, I have to investigate

pierreguillot commented 3 years ago

Which Camomile version do you use? Can you share the plugin? I guess you use VST3 or AU format with Live on MacOS.

porres commented 3 years ago

I'm using camomile 1.0.7, with support for the objects from ELSE. I modified bulgroz and was using an AU => Bulgroz.component.zip

porres commented 3 years ago

I have no idea why the multi slider doesn't display...

pierreguillot commented 3 years ago

The multislider is not part of Pd Vanilla. And it's a bit hard to test your patch as most of the objects are not vanilla. Please send a simple Camomile-vanilla compatible plugin otherwise even I try to change the code to fix the problem I can't load the objects and see if it changes something...

P.S. Avoid Bulgroz for the name, otherwise your example overwrites my plugin ;)

pierreguillot commented 3 years ago

Changing the name of the issue would be also useful. There are 2 subjects in one issue.

pierreguillot commented 3 years ago

I close the issue because due to lack of activity but feel free to reopen it if you can provide further information.