Skip to content

Commit db4b868

Browse files
author
riban
committed
Merge branch 'vangelis' into oram
2 parents 15d81fb + c37cd1c commit db4b868

File tree

96 files changed

+2749
-1373
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+2749
-1373
lines changed

help/audio_mixer.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,23 @@
2727
</div>
2828
</div>
2929

30-
<h1>Audio Mixer</h1>
31-
32-
<p>The audio mixer is the zynthian UI's "home" view. You can always access
33-
the mixer by pushing the MIX button.</p>
34-
<p>It's composed of vertical strips associated with chains. Initially it will be empty, showing the main strip alone.
35-
For each chain you create, a new strip is added to the mixer. There can be more mixer strips than can be displayed.
36-
They will scroll left / right if you select a strip that is off screen.</p>
37-
<p>Each strip is an interactive widget that can be manipulated in several ways and it shows status info about the
38-
associated chain.<p>
39-
40-
<p>From top to bottom:</p>
30+
<div class="right_container">
31+
<h1>Audio Mixer</h1>
32+
<p>The audio mixer is the zynthian UI's "home" view. You can always access
33+
the mixer by pushing the MIX button.</p>
34+
<p>It's composed of vertical strips associated with chains. Initially it will be empty, showing the main strip alone.
35+
For each chain you create, a new strip is added to the mixer. There can be more mixer strips than can be displayed.
36+
They will scroll left / right if you select a strip that is off screen.</p>
37+
<p>Each strip is an interactive widget that can be manipulated in several ways and it shows status info about the
38+
associated chain.<p>
39+
<p>From top to bottom:</p>
40+
</div>
4141

4242
<div class="left_float_container">
4343
<img src="img/mixer_strip_legend_bg_black.png" class="full">
4444
</div>
4545

46+
<div class="right_container">
4647
<ul>
4748
<li><b>Solo:</b> Solo flag. Push to toggle. This is a non-exclusive solo mode. When a chain has solo enabled, all
4849
other chains without solo enabled will be muted, allowing auditioning of one or more chains. The <i>main</i> solo
@@ -58,6 +59,7 @@ <h1>Audio Mixer</h1>
5859
<li><b>Legend:</b> It shows an icon for the chain's type and a number for the assigned MIDI channel. Tap it to access
5960
the chain's control view.</li>
6061
</ul>
62+
</div>
6163

6264
<div class="clear"></div>
6365

13.6 KB
4.23 KB

help/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,17 @@ div.clear {
2727
clear: both;
2828
}
2929

30+
div.right_container {
31+
width: 65%;
32+
}
33+
3034
div.knobs_action_container,
3135
div.left_float_container {
3236
clear: both;
3337
float: right;
3438
width: 30%;
3539
}
3640
div.knob_action {
37-
margin-left: 1em;
3841
margin-bottom: 2px;
3942
padding-right: 4px;
4043
font-size: 100%;

icons/audio.png

4.29 KB

icons/audio_generator.png

3.16 KB

icons/audio_input.png

5.18 KB

icons/audio_options.png

5.75 KB

icons/audio_output.png

7.66 KB

icons/audio_processor.png

9.49 KB

icons/audio_recorder.png

14.9 KB

icons/back.png

314 Bytes

icons/bluetooth.png

5.74 KB

icons/delete.png

1.08 KB

icons/delete_all.png

2.8 KB

icons/delete_chains.png

3.42 KB

icons/delete_sequences.png

3.97 KB

icons/effects_loop.png

10.1 KB

icons/folder.png

2.74 KB

icons/headphones.png

6.89 KB

icons/meter.png

4.75 KB

icons/meters.png

10.2 KB

icons/metronome.png

11.8 KB

icons/metronome.svg

Lines changed: 12 additions & 0 deletions

icons/midi_audio.png

6.56 KB

icons/midi_input.png

3.26 KB

icons/midi_instrument.png

4 KB

icons/midi_logo.png

1.77 KB

icons/midi_output.png

3.26 KB

icons/midi_processor.png

6.38 KB

icons/midi_recorder.png

13.7 KB

icons/mixer.png

7.55 KB

icons/note_range.png

843 Bytes

icons/panic.png

12.2 KB

icons/sequencer.png

7.74 KB

icons/settings.png

11.5 KB

icons/snapshot.png

15.4 KB

icons/special_chain.png

3.36 KB

icons/stopped.png

-5.1 KB

icons/synth_processor.png

10.9 KB

icons/zynpad_mode_loop.png

-12.5 KB

icons/zynpad_mode_loopall.png

-8.06 KB

icons/zynpad_mode_loopsync.png

-13.1 KB

icons/zynpad_mode_oneshot.png

-9.58 KB

icons/zynpad_mode_oneshotall.png

-10.1 KB

icons/zynpad_mode_oneshotsync.png

-10.1 KB

0 commit comments

Comments
 (0)