I've been using the <Sound> scripts in Scratch to make songs, and I've encountered a few issues, the foremost of which involves beats. When I make multiple msic scripts, I find that notes that are not entered incorrectly are played off-beat. Is this a programming fault, is that just something that I have to get around myself?
Offline
All blocks have a wait _ secs block built in to them. I think the delay is 0.1 secs, or something close to that. So a lot of the time, it'll give you problems, and the only way I can think of that could get around it is to turn single stepping on (shift-click on "extras", press set single stepping and then press turbo). It runs a lot faster then, though.
Offline
hmnwilson wrote:
All blocks have a wait _ secs block built in to them. I think the delay is 0.1 secs, or something close to that. So a lot of the time, it'll give you problems, and the only way I can think of that could get around it is to turn single stepping on (shift-click on "extras", press set single stepping and then press turbo). It runs a lot faster then, though.
Yeah but turbo stepping works offline,I think.
Offline
keroro645 wrote:
hmnwilson wrote:
All blocks have a wait _ secs block built in to them. I think the delay is 0.1 secs, or something close to that. So a lot of the time, it'll give you problems, and the only way I can think of that could get around it is to turn single stepping on (shift-click on "extras", press set single stepping and then press turbo). It runs a lot faster then, though.
Yeah but turbo stepping works offline,I think.
That and you have to turn it on every time you open a project.
Offline