Gossiper - Plugin to say what is happening when you are looking it

wow… beautiful!

i’ve gotta study this board, and look at Gossiper some more - this seems to imply that it serves more than just a notification or visual feedback function?

3 Likes

I’ll make a post on this tread when I can :

(Not sure I’ll be as precise and clear as @SrMouraSilva !!!)

2 Likes

hey @SrMouraSilva I just tried the Gossiper and it seems quite handy indeed.
It would be indeed super cool if you could edit the text of the popup as @fxsimone suggested (and this may be the first time that I interact in this forum 100% as a MOD user only :sweat_smile:). It would be awesome instead of reading there the number of the footswitch (for example), if we could write the text. My goal here would be to write the name of the effect that I’m turning on/off so more than knowing the state of the MIDI footswitch I would know also what I assigned it.

4 Likes

Hello, @Rom.

Thanks for your feedback

I am sorry, I am quite confusing because there is more than a year that I implemented it, but if you assign the midi expression for Pot 1, the behavior isn’t that you are expecting?

There is the source line of code that is responsible for defining the text value for Pot’s

You say there would be more than one parameter assignable for the same CV? So I suppose yes if I duplicate the “Footswitch” parameter.

Now if you are requesting to receive a specific Midi message from an Midi input, this would be great, but I don’t know how to develop using midi.

Wow! This is a pedalboard with a lot of advanced techniques. I’ll waiting for the description!

I have the same goal! I just don’t know yet how to do it :sweat_smile:. A help for looperative or someone else from community would be great

4 Likes

you need to have atom ports with patch:Message type, then declare a few patch:writable properties of type atom:String.
basically the same way plugins deal with files, but instead of path type it is string type.

see LV2 Parameters as Strings - #3 by falkTX for a few links

7 Likes