-
Notifications
You must be signed in to change notification settings - Fork 35
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
Toggle objects attached to "Presets" object affected when using the "save" preset method. #2102
Comments
Hi, like I said, I need a minimal patch (meaning a very simple patch with the minimum elements that show the problem), uploaded here as a zipped file, so I can see if I can reproduce and then debug it...a |
Here is the patch. Macbook Air 2011 |
not sure what I need to check in this patch, it has no toggles |
anyway, I guess I never tested this with toggles :) the thing is that presets relies on [retrieve] sending a bang to collect the value of a GUI and the problem is that toggles change the state when receiving a bang. I don't think there is a way to fix it. What I can do is offer a toggle alternative that doesn't change the state when receiving a bang, well, I already to actually, it's called [button], but I'm not sure it works with presets either, but if it doesn't I can make it work! |
[ELSE PRESETS TEST.pd.zip](https://github.com/user-attachments/files/15906828/ELSE.PRESETS.TEST.pd.zip |
Alex I posted wrong patch. Just corrected. Hard day, it's late. Just sent
the correct version just now. Good night for now
…On Thu, 20 Jun 2024 at 02:03, porres ***@***.***> wrote:
anyway, I guess I never tested this with toggles :)
the thing is that presets relies on [retrieve] sending a bang to collect
the value of a GUI and the problem is that toggles change the state when
receiving a bang. I don't think there is a way to fix it. What I can do is
offer a toggle alternative that doesn't change the state when receiving a
bang, well, I already to actually, it's called [button], but I'm not sure
it works with presets either, but if it doesn't I can make it work!
—
Reply to this email directly, view it on GitHub
<#2102 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7DGLS3YQOIBJYPKMB4ATLZIIL5HAVCNFSM6AAAAABJRVME72VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZZGU4TCNJRGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
check my answers |
Nice. thank you. I changed for radio buttons, so its ok right now.
Toggle is a can of worms anyway, so difficult to tame on any front
…On Thu, 20 Jun 2024 at 02:06, porres ***@***.***> wrote:
if you really really want to use toggle, what you can do is this.
Screen.Shot.2024-06-19.at.21.05.11.png (view on web)
<https://github.com/porres/pd-else/assets/5360142/0d86a370-6731-4ba8-9488-91de65275011>
—
Reply to this email directly, view it on GitHub
<#2102 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7DGLV5EMVJZAGSJGXXIX3ZIIMHBAVCNFSM6AAAAABJRVME72VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZZGU4TGNJRGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
did, thanks. Good night
…On Thu, 20 Jun 2024 at 02:09, porres ***@***.***> wrote:
check my answers
—
Reply to this email directly, view it on GitHub
<#2102 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7DGLTTUVCZSSAFNB2ZKODZIIMRVAVCNFSM6AAAAABJRVME72VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZZGU4TKNBWGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
When trying to save a preset (using a save message box) in which there are toggle object involved, the save button flips the toggles. I noticed also that they are affected when selecting a preset using either a radio button or a number box.
You can see the behaviour here:
https://www.facebook.com/502332142/videos/988104119433511/
The text was updated successfully, but these errors were encountered: