Rhythmusgenerator | Die SlotMachine zur Rhytmussprache - Level 4 - Rhythmen mit Viertelnoten, Viertelpausen, Achtelpaaren, Achtelpause mit Achtelnote, Achteltriolen und Sechzehntelverbindungen
$('#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-example9c-start').click(function() {
  $('#example9c ul').playSpin({
    manualStop: true
  });
});

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

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

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