Giles Booth

Results 6 comments of Giles Booth

My main concern is that the name `Effect()` may cause confusion and problems later on, especially if we implement sound 'filters' like reverb, amplification and reverse which are known as...

Awesome feature - might there be any way to record for a *bit* longer, it seems to be very short?

@pelikhan Thank you - awesome!

Some background further to your point of reference @Jaqster on the microbit.org project page filters: https://github.com/microsoft/pxt-microbit/issues/5458#issuecomment-1959927278 On https://microbit.org/projects/make-it-code-it/ as well as the beginner / intermediate / advanced filters (across the...

@jaustin Was there a reason why originally the '0' in the start of the 'for' loop block was hard-coded and unalterable rather than a default value? I can certainly see...

Thanks @pelikhan. @jaustin Would an 'advanced' block that says **for (index) in range (0) to (4) step (1)** be an option? The step number as a 'free number' field that...