Skip to content

Commit

Permalink
bugfix again
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Bron authored and Bastien Bron committed Sep 21, 2023
1 parent e9bb890 commit a66923d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions borne/p1.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@


$json .='{
"beat": '.($measure * 4)-4.',
"beat": '.( ($measure * 4) - 4).',
"note": 255,
"duration": 1
"duration":
}
]
},';
Expand Down
2 changes: 1 addition & 1 deletion ui/machine.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
//setTimeOut( function(){}, 200);
};

//sleep();
sleep();

</script>
</html>

0 comments on commit a66923d

Please sign in to comment.