Fix titles (no colon)

This commit is contained in:
Robin Gareus 2017-01-03 10:51:19 +01:00
parent 666f516a67
commit 46a661dd69
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
---
layout: default
title: Automating MIDI : Pitch bending and aftertouch
title: Automating MIDI - Pitch bending and aftertouch
menu_title: Automating MIDI
---
@ -14,5 +14,3 @@ menu_title: Automating MIDI
The values can be anything between 0 (-4 semitones) to 16383 (+4 semitones). No automation or a value of 8192 means no pitch shifting.</p>
<p>Aftertouch works very similarly, though the values are between 0 and 127. It should be noted that aftertouch differs from velocity, as aftertouch allows to slightly change the timbre or create a vibrato, while the velocity sets the power with which the note is played (e.g. on a keyboard, the key is hit).</p>

View File

@ -1,6 +1,6 @@
---
layout: default
title: Transforming MIDI : Mathematical operations
title: Transforming MIDI - Mathematical operations
menu_title: Transforming MIDI
---