Hello everybody!
I need some help with an actual project.
I want to write a VST with which i can load some arrays and update the running VST.
More precise:
Outside of Csound i want to create my arrays as a file, which i used to load to Csound via a #include statement.
With the VST via the texteditor widget i want to realise now what i did before via #include.
Is it possible to load these files into a running csound instr? Or do i have to create multiple instr for different taks? For example one is receiving the String from the texteditor, antoher one is compiling the string?
How should i takle this?