WHat can cause click buggs? program sound dispair. overload

For general discussion related FlowStone
Post Reply
djbrynte
Posts: 613
Joined: Mon Jun 22, 2009 10:51 am
Contact:

WHat can cause click buggs? program sound dispair. overload

Post by djbrynte »

Hi im trying to figure out a bugg i have.

Some times when i start my project hitting play the VU meters in FL studio goes on 100%. but no high sound. Just click and then sound dispair.

Is there anyone had same problems or know what can cause the problem pls let me know!
Halon
Posts: 321
Joined: Sat Nov 28, 2015 4:42 pm
Location: Norway

Re: WHat can cause click buggs? program sound dispair. overl

Post by Halon »

Is this related to Flowstone or vst/plugins? This happens to me from time to time aswell. Some plugins behaving badly most likely.

Might want to go to the Processing tab in the wrapper settings and choose one of the options under 'compatibility options' if you have issues with a plugin. Tick the 'ensure processor state in plugin callback' to turn it off. Its on by default. That might help, if not, read the help index.
User avatar
martinvicanek
Posts: 1334
Joined: Sat Jun 22, 2013 8:28 pm

Re: WHat can cause click buggs? program sound dispair. overl

Post by martinvicanek »

It could be a NaN (not a number) which occurs somewhere in the signal path (for instance as the result of a division by zero) and makes a subsequent recursive filter choke. To track town the error source is a bit tricky because the NaN may long be gone while you analyze the faulty module. If all else fails, place a NaN blocker before the offended filter. However, that's only if all else fails, first choice should be to fix the bug.
Attachments
NaN-Blocker.fsm
(1.56 KiB) Downloaded 925 times
Post Reply