From 3bc02053ba8c25fd46c3d48db0968fa453226b9e Mon Sep 17 00:00:00 2001 From: MrHeadwar Date: Wed, 23 Nov 2022 09:35:13 +0100 Subject: [PATCH] Added an #hdimage class to avoid hard coding image resizing for high quality images --- include/bbt-markers.html | 6 +++--- include/cd-markers.html | 5 ++--- include/control-surfaces-websockets-server.html | 15 +++++---------- include/cue-markers.html | 4 ++-- include/export-dialog.html | 8 ++++---- include/external-sends.html | 2 +- include/import-dialog.html | 2 +- include/inserts.html | 2 +- include/io-plugins.html | 14 +++++++------- include/patchbay.html | 2 +- include/performance-meters.html | 6 +++--- include/plugin-dsp-load.html | 14 +++++++------- include/quick-audio-export.html | 5 ++--- include/time-signature-ruler.html | 6 ++---- include/track-modes.html | 2 +- include/working-with-markers.html | 8 ++++---- source/css/common.css | 4 ++++ 17 files changed, 50 insertions(+), 55 deletions(-) diff --git a/include/bbt-markers.html b/include/bbt-markers.html index 0bb3553..4a622b1 100644 --- a/include/bbt-markers.html +++ b/include/bbt-markers.html @@ -14,7 +14,7 @@

- New Music Time dialog + New Music Time dialog
New Music Time dialog
@@ -23,7 +23,7 @@

- The BBT marker resets the musical time + The BBT marker resets the musical time
The BBT marker resets the musical time
@@ -44,7 +44,7 @@

- Edit Musical Time + Edit Musical Time
The Edit Musical Time dialog
diff --git a/include/cd-markers.html b/include/cd-markers.html index 3bb0056..36c0bdc 100644 --- a/include/cd-markers.html +++ b/include/cd-markers.html @@ -5,8 +5,7 @@

- CD Markers ruler + CD Markers ruler
CD Markers ruler
@@ -189,4 +188,4 @@ markers replicates that of location markers and range markers respectively. -

\ No newline at end of file +

diff --git a/include/control-surfaces-websockets-server.html b/include/control-surfaces-websockets-server.html index df76b4c..3958e73 100644 --- a/include/control-surfaces-websockets-server.html +++ b/include/control-surfaces-websockets-server.html @@ -40,8 +40,7 @@

- WebSockets Server main page + WebSockets Server main page
WebSockets Server main page
@@ -124,8 +123,7 @@
- Mixer view in WebSockets Server + Mixer view in WebSockets Server
Mixer view in WebSockets Server
@@ -139,8 +137,7 @@

- Plugins view in WebSockets Server + Plugins view in WebSockets Server
Plugins view in WebSockets Server
@@ -154,8 +151,7 @@

- Transport view in WebSockets Server + Transport view in WebSockets Server
Transport view in WebSockets Server
@@ -174,8 +170,7 @@

- Protocol view in WebSockets Server + Protocol view in WebSockets Server
Protocol view in WebSockets Server
diff --git a/include/cue-markers.html b/include/cue-markers.html index 8b35831..7734ecc 100644 --- a/include/cue-markers.html +++ b/include/cue-markers.html @@ -7,7 +7,7 @@

- Cue Markers Ruler + Cue Markers Ruler
Cue Markers Ruler
@@ -26,7 +26,7 @@
- Right-click menu for the Cue Markers ruler + Right-click menu for the Cue Markers ruler
Right-click menu for the Cue Markers ruler
diff --git a/include/export-dialog.html b/include/export-dialog.html index 4ebfcf2..40b9730 100644 --- a/include/export-dialog.html +++ b/include/export-dialog.html @@ -8,7 +8,7 @@

- The Export window + The Export window
The Export window
@@ -93,7 +93,7 @@

Analyze exported audio

- The Export Report/Analysis window + The Export Report/Analysis window
The Export Report/Analysis window
@@ -131,7 +131,7 @@

Time Span

- The Time Span tab + The Time Span tab
The Time Span tab
@@ -153,7 +153,7 @@

Channels

- The Channels tab + The Channels tab
The Channels tab
diff --git a/include/external-sends.html b/include/external-sends.html index 26caa1d..7cb199a 100644 --- a/include/external-sends.html +++ b/include/external-sends.html @@ -60,7 +60,7 @@

- External Send Dialog + External Send Dialog
External Send Dialog
diff --git a/include/import-dialog.html b/include/import-dialog.html index 3c0b7bd..3afb35d 100644 --- a/include/import-dialog.html +++ b/include/import-dialog.html @@ -1,6 +1,6 @@
- The import window + The import window
The import window.
diff --git a/include/inserts.html b/include/inserts.html index ed8d20a..4ef8b4e 100644 --- a/include/inserts.html +++ b/include/inserts.html @@ -36,7 +36,7 @@

- Insert / Send + Insert / Send
Insert Dialog, the Send/Output tab
diff --git a/include/io-plugins.html b/include/io-plugins.html index 2a76031..93416e5 100644 --- a/include/io-plugins.html +++ b/include/io-plugins.html @@ -32,7 +32,7 @@

- NDI Input plugin loaded as a pre-processing I/O plugin + NDI Input plugin loaded as a pre-processing I/O plugin
NDI Input plugin loaded as a pre-processing I/O plugin
@@ -49,7 +49,7 @@

- Empty slots in the I/O Plugins dialog + Empty slots in the I/O Plugins dialog
Empty slots in the I/O Plugins dialog
@@ -59,7 +59,7 @@

- Right-click menu in the I/O Plugins dialog + Right-click menu in the I/O Plugins dialog
Right-click menu in the I/O Plugins dialog
@@ -73,7 +73,7 @@

- ACE Compressor added to the pre- section + ACE Compressor added to the pre- section
ACE Compressor added to the Pre-process section
@@ -87,7 +87,7 @@

- Choosing output for an I/O plugin + Choosing output for an I/O plugin
Choosing output for an I/O plugin
@@ -98,7 +98,7 @@

- New track connected to an I/O plugin + New track connected to an I/O plugin
New track connected to an I/O plugin
@@ -110,6 +110,6 @@

- I/O Plugins in the Audio Connections dialog + I/O Plugins in the Audio Connections dialog
I/O Plugins in the Audio Connections dialog
diff --git a/include/patchbay.html b/include/patchbay.html index dbb85b1..e51e375 100644 --- a/include/patchbay.html +++ b/include/patchbay.html @@ -1,5 +1,5 @@
- An example patchbay + An example patchbay
An example patchbay
diff --git a/include/performance-meters.html b/include/performance-meters.html index 1d6ace1..c93b213 100644 --- a/include/performance-meters.html +++ b/include/performance-meters.html @@ -5,9 +5,9 @@ whether Ardour is in charge for excessive xruns.

-
-The Performance Meters window -
The Performance Meters window
+
+The Performance Meters window +
The Performance Meters window

diff --git a/include/plugin-dsp-load.html b/include/plugin-dsp-load.html index e25b435..253c74f 100644 --- a/include/plugin-dsp-load.html +++ b/include/plugin-dsp-load.html @@ -6,9 +6,9 @@ but you need actual stats.

-
-The Plugin DSP Load window -
The Plugin DSP Load window
+
+The Plugin DSP Load window +
The Plugin DSP Load window

@@ -19,9 +19,9 @@ going on in the session.

-
-The Plugin DSP Load window -
Plugin DSP Load chart legend
+
+The Plugin DSP Load window +
Plugin DSP Load chart legend
@@ -41,4 +41,4 @@

It's worth noting that certain type of plugins, like convolution reverbs and guitar amp simulators, tend to consume more resources. -

\ No newline at end of file +

diff --git a/include/quick-audio-export.html b/include/quick-audio-export.html index 423391f..a93ef8e 100644 --- a/include/quick-audio-export.html +++ b/include/quick-audio-export.html @@ -7,8 +7,7 @@
- Quick Audio Export Dialog + Quick Audio Export Dialog
Quick Audio Export Dialog
@@ -38,4 +37,4 @@

Ongoing export can be canceled by pressing the Abort button. -

\ No newline at end of file +

diff --git a/include/time-signature-ruler.html b/include/time-signature-ruler.html index b47a042..e99d986 100644 --- a/include/time-signature-ruler.html +++ b/include/time-signature-ruler.html @@ -6,8 +6,7 @@

- Multiple Time Signatures + Multiple Time Signatures
Multiple Time Signatures
@@ -30,8 +29,7 @@

- New Time Signature dialog + New Time Signature dialog
New Time Signature dialog
diff --git a/include/track-modes.html b/include/track-modes.html index da4304b..89d2f91 100644 --- a/include/track-modes.html +++ b/include/track-modes.html @@ -70,7 +70,7 @@

- Layering switch + Layering switch
Layering switch
diff --git a/include/working-with-markers.html b/include/working-with-markers.html index ddc2af2..4c030bf 100644 --- a/include/working-with-markers.html +++ b/include/working-with-markers.html @@ -19,7 +19,7 @@

- Adding a New Range Marker + Adding a New Range Marker
Adding a New Range Marker
@@ -83,7 +83,7 @@

- Renaming a Marker + Renaming a Marker
Renaming a Marker
@@ -116,7 +116,7 @@

- Hiding Markers + Hiding Markers
Hiding Markers
@@ -136,7 +136,7 @@

- Removing a Location Marker + Removing a Location Marker
Removing a Location Marker
diff --git a/source/css/common.css b/source/css/common.css index 2900e04..a606561 100644 --- a/source/css/common.css +++ b/source/css/common.css @@ -151,6 +151,10 @@ code { display: none; } +img.hdimage { + width: 50%; +} + /* Keyboard modifiers */ .mod1:before { content: "Ctrl ";} .mod2:before { content: "Alt ";}