diff --git a/.travis.yml b/.travis.yml index e109515..fe0b574 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/manual/editing-midi-files.html b/manual/editing-midi-files.html index 6d0302c..cb48d9f 100644 --- a/manual/editing-midi-files.html +++ b/manual/editing-midi-files.html @@ -153,6 +153,44 @@

Copying/Pasting Events

at the time where you want the copied events to start and press CRTL+V which will paste the events at the wished position.

+

Editing Tempo and Meter

+

+ Tempo and meter can be changed using the according tools. +

+ + + + + + + + + +
+ Edit Tempo
+ 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. +
+ 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. +
+ Edit time signatures
+ This tool allows you to select a measure and set the according time signature (meter). +
+ +

Add or remove measures

+ + + + + +
+ Add or remove measures
+ 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. +
+

Editing Controls and Velocities

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. @@ -223,4 +261,4 @@

Tracks and Channels

Events changing the channel's instrument. To prevent this, you can select "Remove other Program Change Events" before accepting the dialog. All other Program Change Events of the channel will be removed. -

\ No newline at end of file +

diff --git a/manual/menu-tools.html b/manual/menu-tools.html index 78e7e8c..8a7ef49 100644 --- a/manual/menu-tools.html +++ b/manual/menu-tools.html @@ -210,4 +210,31 @@

Tools Menu

events to the specified raster. Click here for details - \ No newline at end of file + + + + + Edit Tempo
+ Allows changing the tempo within a song. + Click here for details + + + + + + Edit time signatures
+ Allows changing the meter within a song. + Click here for details + + + + + + Add or remove measures
+ Allows to add or remove measures. + Click here for details + + + + + diff --git a/manual/tools/measure.png b/manual/tools/measure.png new file mode 100644 index 0000000..c1583fe Binary files /dev/null and b/manual/tools/measure.png differ diff --git a/manual/tools/meter.png b/manual/tools/meter.png new file mode 100755 index 0000000..d91eefd Binary files /dev/null and b/manual/tools/meter.png differ diff --git a/manual/tools/tempo.png b/manual/tools/tempo.png new file mode 100644 index 0000000..48f58cb Binary files /dev/null and b/manual/tools/tempo.png differ