forked from mixxxdj/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
243 lines (211 loc) · 13.4 KB
/
Copy pathfeatures.html
File metadata and controls
243 lines (211 loc) · 13.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
{% extends "base.html" %}
{% block title %}{% trans %}Features{% endtrans %}{% endblock %}
{% block extra_head %}
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/pages/features.css">
{% endblock %}
{% block body %}
<div class="docs-section container">
<h2>{% trans %}Everything You Need, However You DJ{% endtrans %}</h2>
<div class="grid-container halves u-align-left">
<div>
<h6 class="docs-header">{% trans %}Four Decks{% endtrans %}</h6>
<p>
{% trans %}Drop a song onto a deck in Mixxx to start playing right away. Keep your eye on beats and cue points with a scratchable, scrolling waveform together with a whole-song overview waveform for quick seeking.{% endtrans %}
</p>
<h6 class="docs-header">{% trans %}Pitch and Key Control{% endtrans %}</h6>
<p>
{% trans %}Change the tempo of songs without changing their pitch with keylock, or change the pitch without breaking sync so your songs play in harmony. Temporarily nudge the tempo faster or slower for manual beatmatching, with smooth changes in pitch just like vinyl.{% endtrans %}
</p>
<h6 class="docs-header">{% trans %}Beat Looping{% endtrans %}</h6>
<p>
{% trans %}Need to extend your mix while you bring in the next track? Instantly loop a 4, 8, or 16 beat segment with ease. Save loops to hotcue slots for complex re-arrangements.{% endtrans %}
</p>
<h6 class="docs-header">{% trans %}Sync Lock{% endtrans %}</h6>
<p>
{% trans %}Engage Sync Lock on your decks and they'll stay locked in time even if you change speed. Construct remixes on the fly with multiple tracks and loops without losing control. Pick which deck you want to be Sync Leader or let Mixxx choose it for you.{% endtrans %}
</p>
<h6 class="docs-header">{% trans %}Hotcues{% endtrans %}</h6>
<p>
{% trans %}Set hotcues to mark places in tracks. Remix and mash up tracks with accurate, rapid-fire hotcue triggering.{% endtrans %}
</p>
</div>
<div>
<img class="responsive drop-shadow" src="{{ SITEURL }}/theme/images/2.4/feature-deck.png">
<h6 class="docs-header">{% trans %}Beat Rolls and Censor{% endtrans %}</h6>
<p>
{% trans %}Play with rhythm by triggering short loops and reverse-playback effects. The track stays in time so you don't miss a beat.{% endtrans %}
{# TODO: Write a better way of explaining slip mode. #}
</p>
<h6 class="docs-header">{% trans %}Quantization{% endtrans %}</h6>
<p>
{% trans %}Mark and activate cue points and loops exactly on beat every time.{% endtrans %}
</p>
<h6 class="docs-header">{% trans %}Broad Format Support{% endtrans %}</h6>
<p>
{% trans %}Compatible with music files in lossless FLAC, WAV, and AIFF formats as well as lossy MP3, M4A/AAC, Ogg Vorbis, and Opus formats.{% endtrans %}
</p>
<h6 class="docs-header">{% trans %}EQ and Crossfader Control{% endtrans %}</h6>
<p>
{% trans %}Choose between multiple equalizers and isolators with adjustable shelves. Crossfader curve control lets you deliver quick cuts or long, smooth crossfades.{% endtrans %}
</p>
</div>
</div>
</div>
<div id="hardware" class="docs-section cover-bg">
<div class="container splash-text">
<h2><a class="headline-link" href="#hardware">{% trans %}Customizable DJ Hardware Support{% endtrans %}</a></h2>
<p>
{% trans %}Mixxx plays nice with a variety of hardware without artificial restrictions or exclusive vendor lock-ins. Use whatever gear you want to build your unique setup.{% endtrans %}{# TODO: Alignment somehow is messed up here. #}
</p>
<div class="grid-container halves u-align-left">
<div>
<div>
<img class="responsive drop-shadow" src="{{ SITEURL }}/theme/images/2.3/feature-midi.png">
</div>
<h5 class="docs-header">{% trans %}MIDI and HID Controller Support{% endtrans %}</h5>
<h6 class="docs-header">Included Presets</h6>
<p>
{% trans %}for controllers such as the Pioneer DDJ-SB2, Numark Mixtrack Pro 3, Allen & Heath Xone K2, Hercules DJ Console Series, and many more.{% endtrans %}
</p>
<a class="button button-secondary" href="https://manual.mixxx.org/latest/hardware/manuals.html#hardware-manuals">{% trans %}Supported Devices{% endtrans %}</a>
<h6 class="docs-header">{% trans %}Programmable Mapping Engine{% endtrans %}</h6>
<p>
{% trans %}For creative tinkerers, controller mappings can be customized with the full flexibility of the JavaScript programming language. MIDI or HID messages can be mapped onto custom functions which execute complex behaviour.{% endtrans %}
</p>
<a class="button button-secondary" href="https://github.com/mixxxdj/mixxx/wiki/Midi-Scripting">{% trans %}Read more{% endtrans %}</a>
</div>
<div>
<div>
<img class="responsive drop-shadow" src="{{ SITEURL }}/theme/images/2.3/feature-vinylcontrol.png">
</div>
<h5 class="docs-header">{% trans %}Free Timecode Vinyl Control{% endtrans %}</h5>
<p>
{% trans %}Control your digital music files from turntables or CDJs and a mixer using timecoded vinyl or CDs. Grab the music as if it was pressed onto wax and scratch to your heart's content. Mixxx is the only free timecode vinyl control software for Windows, macOS, and Linux.{% endtrans %}
</p>
<a class="button button-secondary" href="https://manual.mixxx.org/latest/chapters/vinyl_control.html">{% trans %}Read more{% endtrans %}</a>
</div>
</div>
</div>
</div>
<div id="samplers" class="docs-section container">
<h2><a class="headline-link" href="#samplers">{% trans %}Sampler Decks{% endtrans %}</a></h2>
<p>
{% trans %}Load up to 64 sampler decks full of sounds to layer over your mix.{% endtrans %}{# TODO: Say more. #}
</p>
<img class="responsive drop-shadow" src="{{ SITEURL }}/theme/images/2.3/feature-sampler2.png">
</div>
<div id="effects" class="docs-section container">
<h2><a class="headline-link" href="#effects">{% trans %}Effects Chains{% endtrans %}</a></h2>
<p>
{% trans %}Link up to three effects in a chain for a unique twist on your mix. Fine tune your sound by tweaking each parameter individually. Customize your workflow by assigning different parameters to adjust with the effect's metaknob. Focus different effects from a controller for flexible control of effect chains, whether your controller has a full effects section or a single knob. Rearrange and hide parameters, and set defaults. Export your custom effect chains to share it with others. Assign your custom chains to the Filter/QuickEffect knob to add color right from your mixer controls.{% endtrans %}
</p>
<img class="responsive drop-shadow" src="{{ SITEURL }}/theme/images/2.4/feature-effect-unit-expanded.png">
</div>
<div id="library" class="docs-section cover-bg">
<div class="container splash-text">
<h2><a class="headline-link" href="#library">{% trans %}Sophisticated Music Library{% endtrans %}</a></h2>
<p>
{% trans %}Designed by DJs, for DJs, Mixxx's music library helps organize your music so you can find the perfect next track to play. Powered by a high-performance database, searching your collection is intuitive and fast.{% endtrans %}
</p>
<div class="grid-container halves u-align-left">
<div class="feature-indent">
<img src="{{ SITEURL }}/theme/images/ic_library_itunes.png" class="feature-icon drop-shadow">
<h5 class="docs-header">{% trans %}Organization{% endtrans %}</h5>
<h6 class="docs-header">{% trans %}Crates and Playlists{% endtrans %}</h6>
<p>
{% trans %}Sort your music the way you want. Use playlists to plan your set and use crates to build your own categorization system.{% endtrans %}
</p>
<h6 class="docs-header">{% trans %}Search & Sort{% endtrans %}</h6>
<p>
{% trans %}Start typing to find the track you're thinking of, or narrow your search to a specific tag. Sort the library table hierarchically with multiple tags at a time.{% endtrans %}
</p>
</div>
<div class="feature-indent">
<img class="responsive drop-shadow" src="{{ SITEURL }}/theme/images/2.0/feature-library.png">
<h6 class="docs-header">{% trans %}Universal DJ Library Integration{% endtrans %}</h6>
<p>{% trans %}Connect and sync tracks seamlessly across iTunes, Traktor, Banshee, Rekordbox, Rhythmbox, Serato, and more — drop fresh tracks from any library right into your mix.{% endtrans %}</p>
<h6 class="docs-header">{% trans %}MusicBrainz Tag Lookup{% endtrans %}</h6>
<p>{% trans %}Fingerprint your tracks and fetch missing tags from MusicBrainz.{% endtrans %}</p>
</div>
<div class="feature-indent">
<img src="{{ SITEURL }}/theme/images/ic_library_prepare.png" class="feature-icon drop-shadow">
<h5 class="docs-header">{% trans %}BPM & Key Detection{% endtrans %}</h5>
<p>
{% trans %}BPM detection finds the beat in even the toughest rhythms. Musical key detection helps identify tracks that are in harmony. Sort your library by BPM and key to quickly find tracks that will blend in seamlessly.{% endtrans %}
</p>
</div>
<div class="feature-indent">
<img src="{{ SITEURL }}/theme/images/ic_library_autodj.png" class="feature-icon drop-shadow">
<h5 class="docs-header">{% trans %}Auto DJ{% endtrans %}</h5>
<p>
{% trans %}Need a break? Create a quick playlist and let Auto DJ take over. Automatic crossfading watches your back until you return.{% endtrans %}
</p>
</div>
</div>
</div>
</div>
<div id="skins" class="docs-section container">
<h2><a class="headline-link" href="#skins">{% trans %}Choose Your Skin{% endtrans %}</a></h2>
<p>{% trans %}Mixxx includes four different skins, each with a different look and a configurable layout.{% endtrans %}</p>
<div class="grid-container halves u-align-left">
<div>
<img class="responsive drop-shadow" src="{{ SITEURL }}/theme/images/2.4/feature-skins-deere.png">
</div>
<div>
<img class="responsive drop-shadow" src="{{ SITEURL }}/theme/images/2.4/feature-skins-latenight.png">
</div>
<div>
<img class="responsive drop-shadow" src="{{ SITEURL }}/theme/images/2.4/feature-skins-shade.png">
</div>
<div>
<img class="responsive drop-shadow" src="{{ SITEURL }}/theme/images/2.4/feature-skins-tango.png">
</div>
</div>
</div>
<div id="broadcast" class="docs-section cover-bg">
<div class="container splash-text">
<h2><a class="headline-link" href="#broadcast">{% trans %}Record and Broadcast{% endtrans %}</a></h2>
<p>
{% trans %}Mixxx includes a number of recording and broadcasting features to help you share your mixes and spread your name.{% endtrans %}
</p>
<div class="grid-container halves u-align-left">
<div class="feature-indent">
<img src="{{ SITEURL }}/theme/images/ic_library_recordings.png" class="feature-icon drop-shadow">
<h5 class="docs-header">Recording</h5>
<p>
{% trans %}Record your live mixes to the lossless WAV and FLAC formats or lossy Ogg Vorbis format, with MP3 recording enabled by the separate LAME library. Recordings are automatically archived in the library for fast access.{% endtrans %}
</p>
</div>
<div class="feature-indent">
<img src="{{ SITEURL }}/theme/images/ic_preferences_broadcast.png" class="feature-icon drop-shadow">
<h5 class="docs-header">{% trans %}Live Broadcasting{% endtrans %}</h5>
<p>
{% trans %}Stream your mixes live over the Internet to your audience and friends through a Shoutcast or Icecast server.{% endtrans %}
</p>
</div>
<div class="feature-indent">
<img src="{{ SITEURL }}/theme/images/ic_preferences_replaygain.png" class="feature-icon drop-shadow">
<h5 class="docs-header">{% trans %}ReplayGain Normalization{% endtrans %}</h5>
<p>
{% trans %}Song loudness is automatically adjusted when loading a deck so your mixes maintain a consistent volume. Mixxx reads existing ReplayGain tags and analyzes songs that don't have them.{% endtrans %}
</p>
</div>
<div class="feature-indent">
<img src="{{ SITEURL }}/theme/images/ic_preferences_soundhardware.png" class="feature-icon drop-shadow">
<h5 class="docs-header">{% trans %}Microphone & Auxiliary Inputs{% endtrans %}</h5>
<p>
{% trans %}Whether you're collaborating with a vocalist, giving shoutouts on the air, or improvising on your guitar, integrate live audio input into your mix. Four microphone inputs and four auxiliary inputs let you include different sound sources without needing an external hardware mixer. Latency compensation keeps your recorded and broadcasted mixes in time when using direct monitoring.{% endtrans %}
</p>
</div>
</div>
</div>
</div>
<div id="language" class="docs-section container">
<h2><a class="headline-link" href="#language">{% trans %}Native Language Support{% endtrans %}</a></h2>
<p>
{% with com_transifex_mixxxdj_link="https://explore.transifex.com/mixxx-dj-software/" %}
{% trans %} Use Mixxx in Spanish, Catalan, French, German, Italian, Russian, Finnish, Czech, Dutch, Polish, or Japanese... and more! See our <a href="{{ com_transifex_mixxxdj_link }}">Translation overview</a> page.{% endtrans %}
{% endwith %}
</p>
</div>
{% endblock %}