Is it possible to post the patch name of a vst into a symbol box or something?
I'm running a vst in [vst~]:
[getprogname $1(
|
|
[vst~ 1 2 @pnames 100]
| | |
| | |
[ dac~ ] [print a]
Then in the console:
print: progname -1 7 Albino III layer
print: progname -1 6 Albino CombPad
print: progname -1 5 A3 LowLandSplit
print: progname -1 4 A Sync
Is there a way to post the information that's being printed in the console into an object or message box in PD so that as I change the parameters I can see what one I am currently on without having to switch back and forward between the screen and the console?
Like this:
[getprogname $1(
|
|
[vst~ 1 2 @pnames 100]
| | |
| | |
[ dac~ ] [A3 LowLandSplit)
Thank you