Problems with patch
Hi, just a few problems with my patch that I was hoping you could help me with.
1. Can not set up master toggle switch to turn off without causing it to be unable to turn on.
2. Whenever I click the master toggle switch it causes the panning to jump to either 1 or 0.
3. The counter object at the start of the patch is not sending out numbers. I'm pretty sure the metro is working. It could also be the select object not doing it's the job. That whole section seems to not be working, could be the 0 message around there, but I don't know why because nothing triggers it when the patch loads up and it shouldn't have any affect anyway, even over repeated listenings.
I need to do this for a project for my uni course, and it's really frustrating me, as it seemed to just stop working all at once. Would really appreciate some help. Thanks!
the parameters of your select object causes the problem: (sel 1 2 3 4).your counter starts counting at 0, your select sends it out through his right most dump outlet, what causes the 0 message to the toggle/metro - and stops your counter. Consequently, it blocks also the metro of drunk.
@Helmuth Thank you so much! Why did I not consider counter's min count, I feel stupid. Thank you again.