From: Ed Ward Date: Fri, 10 Mar 2017 16:02:43 +0000 (+0100) Subject: cleaning up an obsolete page, adding its useful content to another X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1339ef8a461372e6abf8bbfd918cbbc0c65c903;p=ardour-manual cleaning up an obsolete page, adding its useful content to another --- diff --git a/include/edit-midi.html b/include/edit-midi.html index 70895a3..385e642 100644 --- a/include/edit-midi.html +++ b/include/edit-midi.html @@ -10,6 +10,20 @@ All editing is done in-place, in-window. There is no separate piano roll window or pane. Edit notes right where you see them. +
  • + MIDI, just like audio, exists in regions. MIDI regions behave like audio + regions: they can be moved, trimmed, copied (cloned), or deleted. Ardour allows + either editing MIDI (or audio) regions, or MIDI region content (the notes), but + never both at the same time. The e key (by default) + toggles between region level and note level editing +
  • +
  • + Editing note information in Ardour occurs in only a single region. There is no + way currently to edit in note data for multiple regions at the same time, so for + example notes cannot be selected in several regions and then all deleted, nor + can they be copied-and-pasted from one region to another. Region(s), though, can + be copy-pasted just as with audio. +
  • All MIDI I/O is done via JACK for sample accurate timing and maximal efficiency when communicating with external software synthesizers. @@ -59,4 +73,3 @@ and the operation cannot be undone.
  • - diff --git a/include/fundamental-concepts.html b/include/fundamental-concepts.html deleted file mode 100644 index 0728d30..0000000 --- a/include/fundamental-concepts.html +++ /dev/null @@ -1,33 +0,0 @@ - -

    Ardour's MIDI editing is based on two basic principles:

    -
      -
    1. Editing should be done without having to enter a new window
    2. -
    3. - Editing should be able to carried out completely with the keyboard, - or completely with the mouse, or with any combination of the two. -
    4. -
    -

    - Currently, MIDI editing is primarily restricted to note data. Other - kinds of data (controller events, sysex data) are present and can be - added and deleted, but not actually edited. -

    - -

    Fundamentals of MIDI Editing in Ardour 3

    -

    - MIDI, just like audio, exists in regions. MIDI regions - behave like audio regions: they can be moved, trimmed, copied (cloned), - or deleted. Ardour allows either editing MIDI (or audio) regions, or MIDI - region content (the notes), but never both at the same time. The - e key (by default) toggles between region level - and note level editing, as will double-clicking on a MIDI region. -

    -

    - One very important thing to note: editing note information in Ardour - occurs in only a single region. There is no way currently to edit in note - data for multiple regions at the same time, so for example you cannot select - notes in several regions and then delete them all, nor can you copy-and-paste - notes from one region to another. You can, of course, copy and paste the - region(s), just as with audio. -

    -