Skip to content

Commit 870b0d6

Browse files
committed
Cards and heading normaization
1 parent 6085efe commit 870b0d6

4 files changed

Lines changed: 19 additions & 18 deletions

File tree

content/_index.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,10 @@ sidebar:
2222
## Let's get started!
2323

2424
{{< cards >}}
25-
{{< card link="basics/" title="Basics" subtitle="What is audio and MIDI?" icon="book-open" >}}
26-
{{< card link="getting-started/" title="Getting started" subtitle="Understanding the user interface" icon="fast-forward" >}}
27-
{{< card link="recording/" title="Recording" subtitle="How to record audio and MIDI with Ardour" icon="microphone" >}}
28-
{{< card link="editing-sessions/" title="Editing sessions" subtitle="How to edit sessions with Ardour" icon="scissors" >}}
29-
{{< card link="performing-live/" title="Performing live" subtitle="How to use the matrix cue sequencer" icon="music-note" >}}
30-
{{< card link="mixing-sessions/" title="Mixing sessions" subtitle="How to setup routing and use plugins" icon="filter" >}}
31-
{{< card link="exporting-sessions/" title="Exporting sessions" subtitle="How to export to stems and single files" icon="share" >}}
32-
{{< card link="saving-sessions/" title="Saving sessions" subtitle="How to save session snapshots and templates" icon="save" >}}
25+
{{< card link="getting-started/" title="Learn user interface basics" image="en/ardour8-ui-basics-thumb.webp" >}}
26+
{{< card link="recording/" title="Record your first audio and MIDI tracks" image="en/ardour8-edit-sessions-thumb.webp" >}}
27+
{{< card link="editing-sessions/" title="Arrange tracks and edit clips" image="en/ardour8-edit-sessions-thumb.webp" >}}
28+
{{< card link="mixing-sessions/" title="Mix tracks with plugins and automation" image="en/ardour8-mix-sessions-thumb.webp" >}}
3329
{{< /cards >}}
3430

3531
## User support

content/basics/midi/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ MIDI keyboards and grid controllers like Launchpad commonly send MIDI messages t
2222

2323
Uploading a patch from a desktop editor to a guitar multi-FX processor typically involves sending a SysEx MIDI message.
2424

25-
## How MIDI Works
25+
## How MIDI works
2626

2727
The most important thing to understand is that MIDI keyboards do not make any audio whatsoever. What they do is send instructions that hardware or software can interpret to make sound or change the sound or do something else entirely.
2828

2929
Most of the time, you will deal with MIDI by recording yourself playing on a MIDI keyboard.
3030

31-
Consider this keyboard:
31+
Here is a typical MIDI keyboard with a minimal set of controls:
3232

3333
![Minilab 3](images/midi-keyboard-top.png)
3434

@@ -52,7 +52,7 @@ Just like encoders, faders send CC messages.
5252

5353
5. **Pitch bend** and **Modulation** controls.
5454

55-
## How MIDI Messages Are Sent
55+
## How MIDI messages are sent
5656

5757
Let's take a look at the back panel of the same keyboard:
5858

@@ -72,11 +72,11 @@ If MIDI keyboards don't make sounds, who does?
7272

7373
Unless you specify otherwise, Ardour will create every new MIDI track with a virtual synthesizer automatically added. This mean you will always hear the MIDI track processing instructions from either input (like your MIDI keyboard) or the MIDI track and playing sound.
7474

75-
## What Are MIDI Channels?
75+
## What are MIDI channels?
7676

7777
One last concept you need to learn here is MIDI channels. Consider this setup. You have a MIDI keyboard connected to a hardware synthesizer. The synthesizer can store presets, or patches, each producing a unique sound. As a multi-voice synthesizer, it can play different sounds at the same time, e.g. a bass and a lead part simultaneously. To do so, it expects instructions for each patch coming separately, through independent pathways called MIDI channels.
7878

79-
## Further Reading
79+
## Further reading
8080

8181
If you want to know how to use MIDI gear efficiently with Ardour, please read the [MIDI devices](/using-your-gear/midi-devices) chapter.
8282

content/getting-started/overview-of-the-interface/_index.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For instance, you'll find the contents of the _Region_ menu in the right-click
4242
menu for a selected region (a clip that you can see on the timeline, see further
4343
pages of the tutorial).
4444

45-
## Info Panel
45+
## Info panel
4646

4747
This panel displays useful information about the currently opened project
4848
(sampling rate, latency, DSP load) as well as how many estimated minutes of
@@ -103,7 +103,7 @@ doesn't have those rulers.
103103
Please check the Ardour manual for more information on the
104104
[mini-timeline](https://manual.ardour.org/ardours-interface/mini-timeline/).
105105

106-
## Switching Between Windows
106+
## Switching between windows
107107

108108
To the right of the global toolbar, right after the _Navigation Timeline_ and
109109
the master bus output meter, you'll find a convenient widget to switch between
@@ -123,5 +123,10 @@ another one will take you to the _Editor_ window.
123123

124124
The next sections will explain basics of main Ardour's windows:
125125

126-
[Editor](editor-window) | [Mixer](mixer-window) | [Recorder](recorder-window) |
127-
[Cue](cue-window)
126+
{{< cards >}}
127+
{{< card link="editor-window" title="Editor" image="en/ardour8-editor-window-thumb.webp">}}
128+
{{< card link="mixer-window" title="Mixer" image="en/ardour8-mixer-window-thumb.webp" >}}
129+
{{< card link="recorder-window" title="Recorder" image="en/ardour8-recorder-window-thumb.webp" >}}
130+
{{< card link="cue-window" title="Cue" image="en/ardour8-cue-window-thumb.webp" >}}
131+
{{< /cards >}}
132+

content/using-your-gear/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cascade:
66
type: docs
77
---
88

9-
Before you get to record audio or MIDI, let's learn how to set your studio up for use with Ardour.
9+
Before you get to record audio or MIDI, let's learn how to set your studio up for use with Ardour: audio interfaces, MIDI keyboards and controllers, and control surfaces.
1010

1111
Contents:
1212

0 commit comments

Comments
 (0)