Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Schwenk committed Jul 26, 2019
1 parent 93507f3 commit 0386273
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ os:
env:
global:
- CONFIG=Release
- MIDIEDITOR_RELEASE_VERSION_ID=2
- MIDIEDITOR_RELEASE_VERSION_ID=3
- MIDIEDITOR_RELEASE_VERSION_STRING=$TRAVIS_TAG
- MIDIEDITOR_PACKAGE_VERSION=1
- INSTALLJAMMER=installjammer/installjammer
Expand Down
40 changes: 39 additions & 1 deletion manual/editing-midi-files.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,44 @@ <h3 id="copy_paste">Copying/Pasting Events</h3>
at the time where you want the copied events to start and press CRTL+V which will paste the events at the wished position.
</p>

<h3 id="timing">Editing Tempo and Meter</h3>
<p>
Tempo and meter can be changed using the according tools.
</p>
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td valign="top"><img src="pages/manual/tools/tempo.png" width="20px" height="20px"/></td>
<td>
<i>Edit Tempo</i><br>
After selecting the tool, click inside the event view at the position were you want
to change the tempo. A dialog will pop up letting you enter the new tempo.
<br>
You can also select a time period by letting the mouse pressed after clicking and
moving the mouse to the end of the time period. This allows you to gradually increase
or decrease the tempo.
</td>
</tr>
<tr>
<td valign="top"><img src="pages/manual/tools/meter.png" width="20px" height="20px"/></td>
<td>
<i>Edit time signatures</i><br>
This tool allows you to select a measure and set the according time signature (meter).
</td>
</tr>
</table>

<h3 id="measures">Add or remove measures</h3>
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td valign="top"><img src="pages/manual/tools/measure.png" width="20px" height="20px"/></td>
<td>
<i>Add or remove measures</i><br>
Either click on the line between two measures to add measures, or select a single or multiple
measures and press the DELETE key on your keyboard to remove the measures.
</td>
</tr>
</table>

<h3 id="controls-and-velocities">Editing Controls and Velocities</h3>
<p>
Below the event view there is a window which allows you to edit and visualize the control change events, the velocity of the notes, and other parameters.
Expand Down Expand Up @@ -223,4 +261,4 @@ <h3 id="tracks-and-channels">Tracks and Channels</h3>
Events changing the channel's instrument. To prevent this, you can select
&quot;Remove other Program Change Events&quot; before accepting the
dialog. All other Program Change Events of the channel will be removed.
</p>
</p>
29 changes: 28 additions & 1 deletion manual/menu-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,31 @@ <h2>Tools Menu</h2>
events to the specified raster. <a href="index.php?category=manual&subcategory=editing-midi-files#magnet">Click here for details</a>
</td>
</tr>
</table>

<tr>
<td valign="top"><img src="pages/manual/tools/tempo.png" width="20px" height="20px"/></td>
<td>
<i>Edit Tempo</i><br>
Allows changing the tempo within a song.
<a href="index.php?category=manual&subcategory=editing-midi-files#timing">Click here for details</a>
</td>
</tr>
<tr>
<td valign="top"><img src="pages/manual/tools/meter.png" width="20px" height="20px"/></td>
<td>
<i>Edit time signatures</i><br>
Allows changing the meter within a song.
<a href="index.php?category=manual&subcategory=editing-midi-files#timing">Click here for details</a>
</td>
</tr>
<tr>
<td valign="top"><img src="pages/manual/tools/measure.png" width="20px" height="20px"/></td>
<td>
<i>Add or remove measures</i><br>
Allows to add or remove measures.
<a href="index.php?category=manual&subcategory=editing-midi-files#measures">Click here for details</a>
</td>
</tr>


</table>
Binary file added manual/tools/measure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/tools/meter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manual/tools/tempo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0386273

Please sign in to comment.