Barnard-PL-Labs / SequencerLiveCoding

Live Coding for the Novation Circuit
19 stars 5 forks source link

write analysis scripts for log data #20

Closed santolucito closed 2 years ago

santolucito commented 2 years ago

start by analysis of the csc_workshop data.

Some key questions:

takumh commented 2 years ago
santolucito commented 2 years ago

Closed by e0616568721ce75420d99f06ca323a030ac276df

takumh commented 2 years ago

KeyFreqTable

This key frequency table shows that the four frequently used keys are backspace, shift, arrow left and arrow right. Backspace is the most used key, maybe people are not sure of the syntax and end up deleting a lot of the code they write? Perhaps tutorials on syntax would help. Interesting to note that numbers are not being used as much, maybe people need to know all the keys they can use on the tool and what they do.

takumh commented 2 years ago

userEvents

Based on this pie chart, the majority of the users use both key and click functions on the tool, some use only click functions and a very small group uses only key functions.