add: shortest note modifier

Signed-off-by: Tobias Reisinger <tobias@msrg.cc>
This commit is contained in:
Tobias Reisinger 2020-03-06 00:28:43 +01:00
parent 9d53b7f498
commit 421bcef330
6 changed files with 59 additions and 14 deletions
templates

View file

@ -69,6 +69,13 @@
<?php printf(_("Anything between %s and %s"), 1, 64) ?>
</small>
</div>
<div class="form-group">
<?php echo(_("Shortest Note")) ?>
<input type="number" class="form-control" min="1" name="shortest_note" value="<?php echo($shortest_note); ?>" />
<small>
<?php printf(_("Full note: %s; half note: %s; eigth note: %s; ...."), 1, 2, 8) ?>
</small>
</div>
<div class="form-group">
<?php echo(_("Dynamic for Beat")) ?>
<input type="text" class="form-control" name="dynamic_beat" value="<?php echo($dynamic_beat); ?>" />