monome / docs

monome.org/docs
https://monome.org/docs
Creative Commons Attribution 4.0 International
127 stars 84 forks source link

Added redraw() call on line 762 and 796 #331

Closed tonepaintingindustries closed 2 years ago

tonepaintingindustries commented 2 years ago

Under the "more control + sound" section of Study 3, the student assigns Encoder 3 to delta the cutoff parameter while displaying the parameter on the Norns display, but the number on the display doesn't change when the parameter is changed since redraw() is never called in function enc().

Adding a redraw() call inside the enc(n,d) function solves this.

dndrks commented 2 years ago

fantastic catch, @tonepaintingzack !!! thank you for the pull request + contribution :))) stoked you're digging into the studies!