Replies: 1 comment
-
|
VCVRack related metadata are not supported in LV2 architecture. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
How do i define output CV port with Faust using
faust2lv2? As per https://faustdoc.grame.fr/workshops/2020-11-21-faust-vcvrack/ i am trying to add [CV:0] metadata to bargraph name, but no effect in generated .ttl file. Is [CV:0] metadata intended to work withfaust2vcvrackonly?Thanks!
Edited: I mean i expect similar to this change at .ttl file:
From: a lv2:OutputPort ;
a lv2:AudioPort ;
To: a lv2:OutputPort, lv2:CVPort ;
Beta Was this translation helpful? Give feedback.
All reactions