I’m trying to create a program that plays more instrument the further along the slider you are. When I run the program in a Dat text it works just fine, but when I try to put it in a Davexec its not running. My question is how do I make sure it is constantly running the program.
your DAT Execute doesn’t have any sources:
You should make sure your DAT Execute has DAT to watch for changes that will in turn cause it to run the callbacks you’ve written.
Thank you it works now