You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only tested in Windows 10, DAW:Reason 11, VST2 v.1.0.6 (due to later versions of Camomile not having VST2 support anymore).
Attaching print at each outlet from [list split] you can see that outlets does not do what it is supposed to.
In Pure data (from reference files):
[1 2 3 4 5(
|
[list split 2]
| | |
Outlet 1: first n elements of the incoming list.
Outlet 2: rest of the list.
Outlet 3: whole list if incoming list shorter than n.
My mistake, after another look there was no problem with [list split].
Was trying to get just the filename from the directory returned from [r openpanel].
But didn't catch that Camomile returns \ in directory instead of / like pd.
So list split works exactly as it should :)
Only tested in Windows 10, DAW:Reason 11, VST2 v.1.0.6 (due to later versions of Camomile not having VST2 support anymore).
Attaching print at each outlet from [list split] you can see that outlets does not do what it is supposed to.
In Pure data (from reference files):
[1 2 3 4 5(
|
[list split 2]
| | |
Outlet 1: first n elements of the incoming list.
Outlet 2: rest of the list.
Outlet 3: whole list if incoming list shorter than n.
Observed in Camomile:
[1 2 3 4 5(
|
[list split 2]
| | |
Outlet 1: bang.
Outlet 2: whole list.
Outlet 3: ?
Separate question, is there a possibility of adding VST2 support again?
The text was updated successfully, but these errors were encountered: