On Wed, May 13, 2026 at 2:50 AM Alexandre Torres Porres <[email protected]> wrote: > > ok, testing my library and opening the "all objects"file I see dozens of > warnings > > "vline~: warning: queued segments are only drained while DSP is running" > > I wonder what this is actually warning me about and how I could avoid all the > numerous warnings
see https://github.com/pure-data/pure-data/pull/2878 - they warn you if you're starting to build a queue of vline~ segments that can't be drained (because DSP is off). the warnings are a separate commit: https://github.com/pure-data/pure-data/commit/3a9774f5ff30c31bb463eb3c71032097033ef510. cheers, ben --- [email protected] - the Pure Data mailinglist https://lists.iem.at/hyperkitty/list/[email protected]/message/BLEIWT5FBIBRJTRFOTEJTD5Y4BW65L5K/ To unsubscribe send an email to [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.iem.at/
