Users Manual

SCRATCH CODING KIT
TORI Piano coding activity
TORI Piano list coding
TORI Piano List Coding
In order to add the recording function to the TORI piano, we need to use the ‘list.’
List is a function that you can save as much value as you want. The lists you need is the one for the ‘notes’ and
another for ‘beats.’ The TORI piano should store the notes of the button sensor you press in the list of 'notes' in
order, and store the corresponding notes in the list of 'beats.'
Click the Variables tab to create a list.
Click the Create List button to create a list.
It is a block that adds values to the list.
It is a block that deletes the value of a specific position in the list.
It is a block that represents the value (item) at a specific
position in the list.
It is a block that represents the total number of items stored
in the list.
Make a list like the one shown above. ‘Beats’ is responsible for beat and the ‘note’ is the list responsible for the
notes. If you made the list like the one above, you have everything you need to move on to the next step. We are
going to start utilizing these from the next page!