Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List split has different output in Camomile from what is expected #272

Closed
werldc opened this issue Aug 15, 2021 · 2 comments
Closed

List split has different output in Camomile from what is expected #272

werldc opened this issue Aug 15, 2021 · 2 comments

Comments

@werldc
Copy link

werldc commented Aug 15, 2021

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?

@pierreguillot
Copy link
Owner

pierreguillot commented Aug 16, 2021

Hello,
I tested in Reaper on Windows with Camomile 1.0.6 (VST2) & 1.0.7 (VST3) and both work well. Can you share your plugin?

@werldc
Copy link
Author

werldc commented Aug 16, 2021

Hi,

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 :)

@werldc werldc closed this as completed Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants