Open dromer opened 5 months ago
@dromer could you please assign me this issue :)
@Nirajan1-droid hey, you are willing to work on this? Cool!
Let me know if you need any help/input and of course I'm happy to review any PR you make regarding this feature :)
thank you :). will try on this and will inform you timely.
On Mon, Jul 8, 2024, 9:47 PM dreamer @.***> wrote:
Assigned #186 https://github.com/Wasted-Audio/hvcc/issues/186 to @Nirajan1-droid https://github.com/Nirajan1-droid.
— Reply to this email directly, view it on GitHub https://github.com/Wasted-Audio/hvcc/issues/186#event-13426378516, or unsubscribe https://github.com/notifications/unsubscribe-auth/APUMBH4P53CW4NAVFWKGQFTZLKZ2FAVCNFSM6AAAAABKDKPTI2VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTGQZDMMZXHA2TCNQ . You are receiving this because you were assigned.Message ID: @.***>
You may want to check out this feature that implemented remote/send messages. It also creates a kind of "virtual" send objects and necessary connections: https://github.com/Wasted-Audio/hvcc/pull/169/files
At least it might be helpful to understand a bit how pd2hv works.
ok definitely
On Mon, Jul 8, 2024, 9:59 PM dreamer @.***> wrote:
You may want to check out this feature that implemented remote/send messages. It also creates a kind of "virtual" send objects and necessary connections: https://github.com/Wasted-Audio/hvcc/pull/169/files
At least it might be helpful to understand a bit how pd2hv works.
— Reply to this email directly, view it on GitHub https://github.com/Wasted-Audio/hvcc/issues/186#issuecomment-2214574169, or unsubscribe https://github.com/notifications/unsubscribe-auth/APUMBH2GA37MRAHMGA3754DZLK3F3AVCNFSM6AAAAABKDKPTI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJUGU3TIMJWHE . You are receiving this because you were mentioned.Message ID: @.***>
Even though we generally replace these objects with
[f ]
the parser could simple add newsend/receive
objects into the graph.This way we could even add this to the input and output
@hv_param/event
.This in itself could be useful for potential GUI parsing (useful in DPF and JavaScript), where you want to map a generated GUI object to a specific parameter.