Melodiengenerator | Die SlotMachine zur Relativen Solmisation - Level 5 - Melodien mit so, mi, re, la, do, do', fa und ti
$('#btn-example9z-start').click(function() {
  $('#example9z ul').playSpin({
    manualStop: true
  });
});

$('#btn-example9z-stop').click(function() {
  $('#example9z ul').stopSpin();
});
$('#btn-example9-start').click(function() {
  $('#example9 ul').playSpin({
    manualStop: true
  });
});

$('#btn-example9-stop').click(function() {
  $('#example9 ul').stopSpin();
});
$('#btn-example9a-start').click(function() {
  $('#example9a ul').playSpin({
    manualStop: true
  });
});

$('#btn-example9a-stop').click(function() {
  $('#example9a ul').stopSpin();
});
$('#btn-example9c-start').click(function() {
  $('#example9c ul').playSpin({
    manualStop: true
  });
});

$('#btn-example9c-stop').click(function() {
  $('#example9c ul').stopSpin();
});