Davide Della Casa

Results 152 comments of Davide Della Casa

sounds cool give it a shot!

Great news man! Richard please do share the code here or on a gist, no matter how provisional it is... more hands make light work. If you put in a...

pity that. Sounds simple enough, but I have zero time/focus to start this from scratch unfortunately. If you could re-build the example... it would really help to trampoline from something...

@stretchyboy many thanks! Would it be possible to have a separate build (and maybe test?) process for the Electron install? (Also, could you please update the installation docs here https://github.com/davidedc/livecodelab/blob/master/docs/how-tos/build.md...

yes for everything apart two things and a note. 1) I am still not convinced that midi rhythm should override bpm. Will discuss separately, I have some examples of cases...

also, I don't know if it applies in this case, but spare a thought on that floats are tricky: ``` # gives "yes" if 3.25 % 1 == 0.25 alert...

Hmmm I see what you mean about the beat. Yes let's do it as you say. Interestingly, if we create suitable `odd` and `even` functions that "floor" their argument, user...

(in theory instead of writing multiple "X" "Y" "Z" near the axes we could present the "X,Y,Z" always front-facing by extracting the Euler angles (any of the standard 12 common...

draft version of front-facing text is tracked here: https://github.com/davidedc/livecodelab/issues/259

Also - similar topic: 2 empty rectangles can be merged into a bigger non-empty rectangle ``` new Rectangle(0,0,0,0).merge(new Rectangle(10,10,10,10)) ``` gives the rectangle at origin 0,0 and corner at 10,10