forked from hydrogen-music/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanual.pot
5896 lines (5198 loc) · 169 KB
/
manual.pot
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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-02-01 12:10+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Tag: title
#: manual.docbook:7
#, no-c-format
msgid "Hydrogen Manual"
msgstr ""
#. Tag: author
#: manual.docbook:9
#, no-c-format
msgid "<firstname>Antonio</firstname> <surname>Piraino</surname>"
msgstr ""
#. Tag: author
#: manual.docbook:13
#, no-c-format
msgid "<firstname>Alessandro</firstname> <surname>Cominu</surname>"
msgstr ""
#. Tag: author
#: manual.docbook:17
#, no-c-format
msgid "<firstname>Thijs</firstname> <surname>Van Severen</surname>"
msgstr ""
#. Tag: author
#: manual.docbook:21
#, no-c-format
msgid "<firstname>Sebastian</firstname> <surname>Moors</surname>"
msgstr ""
#. Tag: date
#: manual.docbook:29
#, no-c-format
msgid "06/september/2016"
msgstr ""
#. Tag: para
#: manual.docbook:32
#, no-c-format
msgid ""
"Hydrogen is a software synthesizer which can be used alone, emulating a drum "
"machine based on patterns, or via an external MIDI keyboard/sequencer "
"software. Hydrogen compiles on Linux, Mac OS X and Windows."
msgstr ""
#. Tag: title
#: manual.docbook:45
#, no-c-format
msgid "Introduction"
msgstr ""
#. Tag: title
#: manual.docbook:48
#, no-c-format
msgid "Download"
msgstr ""
#. Tag: para
#: manual.docbook:50
#, no-c-format
msgid ""
"You can download Hydrogen from <ulink url=\"http://www.hydrogen-music.org/"
"hcms/node/21\">http://www.hydrogen-music.org</ulink>. On the 'Downloads' "
"page you can find several binaries (installers) for Linux, Mac and Windows. "
"(note that some versions may not be available for Windows and Mac)"
msgstr ""
#. Tag: para
#: manual.docbook:56
#, no-c-format
msgid ""
"If you want to compile Hydrogen yourself (see <xref linkend=\"sect."
"compilation\"/>), you can download the latest source files directly from our "
"git repository with: <screen><prompt>$</prompt> <command>git clone git://"
"github.com/hydrogen-music/hydrogen.git</command></screen> A certain release "
"can be fetched with:"
msgstr ""
#. Tag: screen
#: manual.docbook:64
#, no-c-format
msgid "<prompt>$</prompt> <command>git checkout tags/1.0.0</command>"
msgstr ""
#. Tag: para
#: manual.docbook:67
#, no-c-format
msgid "Compiling Hydrogen depends on the following libraries (among others):"
msgstr ""
#. Tag: para
#: manual.docbook:71
#, no-c-format
msgid "Qt 5 at <ulink url=\"http://www.qt.io\">http://www.qt.io</ulink>"
msgstr ""
#. Tag: para
#: manual.docbook:74
#, no-c-format
msgid ""
"libsndfile at <ulink url=\"http://www.mega-nerd.com/libsndfile/\">http://www."
"mega-nerd.com/libsndfile/</ulink>"
msgstr ""
#. Tag: para
#: manual.docbook:77
#, no-c-format
msgid ""
"ALSA (>= 1.x) at <ulink url=\"http://www.alsa-project.org\">http://www."
"alsa-project.org</ulink> (only if you wish to use ALSA as audio driver)"
msgstr ""
#. Tag: para
#: manual.docbook:81
#, no-c-format
msgid ""
"Jack Audio Connection Kit (>= 0.80) at <ulink url=\"http://jackaudio.org/"
"\">http://jackaudio.org/</ulink> (only if you wish to use Jack as audio "
"driver)"
msgstr ""
#. Tag: para
#: manual.docbook:86
#, no-c-format
msgid ""
"PortAudio at <ulink url=\"http://www.portaudio.com\">http://www.portaudio."
"com</ulink> (only if you wish to use PortAudio as audio driver)"
msgstr ""
#. Tag: para
#: manual.docbook:90
#, no-c-format
msgid ""
"PulseAudio at <ulink url=\"http://www.pulseaudio.org\">http://www.pulseaudio."
"org</ulink> (only if you wish to use PulseAudio as audio driver)"
msgstr ""
#. Tag: para
#: manual.docbook:94
#, no-c-format
msgid ""
"Flac at <ulink url=\"http://flac.sf.net\">http://flac.sf.net</ulink> (only "
"if you wish to use flac samples)"
msgstr ""
#. Tag: para
#: manual.docbook:98
#, no-c-format
msgid ""
"ladspa at <ulink url=\"http://www.ladspa.org\">http://www.ladspa.org</ulink> "
"(only if you wish to use ladspa effects)"
msgstr ""
#. Tag: para
#: manual.docbook:102
#, no-c-format
msgid ""
"liblrdf at <ulink url=\"http://sf.net/projects/lrdf\">http://sf.net/projects/"
"lrdf</ulink> (only if you wish to use lrdf to categorise effects)"
msgstr ""
#. Tag: para
#: manual.docbook:105
#, no-c-format
msgid ""
"lash at <ulink url=\"http://lash.nongnu.org\">http://lash.nongnu.org</ulink> "
"(only if you wish to use lash)"
msgstr ""
#. Tag: para
#: manual.docbook:110
#, no-c-format
msgid ""
"Please install them with your distribution's package manager. If you're "
"running a Debian-based system, you can install the libraries with:"
msgstr ""
#. Tag: screen
#: manual.docbook:114
#, no-c-format
msgid ""
"<prompt>$</prompt> <command>apt-get install qtbase5-dev qtbase5-dev-"
"tools \\\n"
" qttools5-dev qttools5-dev-tools libqt5xmlpatterns5-dev \\\n"
" libarchive-dev libsndfile1-dev libasound2-dev liblo-dev \\\n"
" libpulse-dev libcppunit-dev liblrdf-dev \\\n"
" liblash-compat-dev librubberband-dev libjack-jackd2-dev</command>"
msgstr ""
#. Tag: title
#: manual.docbook:121
#, no-c-format
msgid "Build"
msgstr ""
#. Tag: para
#: manual.docbook:123
#, no-c-format
msgid ""
"Depending on the branch you are compiling you will need to use cmake. Check "
"the INSTALL.txt and the README.txt files for more info (located in the top "
"level dir once you downloaded the sources)."
msgstr ""
#. Tag: para
#: manual.docbook:126
#, no-c-format
msgid ""
"Compiling with cmake can be done easily by using the build.sh script. Go to "
"the directory where the git repository was cloned and run the build.sh "
"script without any arguments to display the help :"
msgstr ""
#. Tag: screen
#: manual.docbook:129
#, no-c-format
msgid "<prompt>$</prompt> <command>./build.sh</command>"
msgstr ""
#. Tag: para
#: manual.docbook:131
#, no-c-format
msgid "The help is now displayed (and is self-explanatory) :"
msgstr ""
#. Tag: screen
#: manual.docbook:134
#, no-c-format
msgid ""
"<command> r[m] => all built, temp and cache files</command>\n"
" <command> c[lean] => remove cache files</command>\n"
" <command> m[ake] => launch the build process</command>\n"
" <command> d[oc] => build html documentation</command>\n"
" <command> g[raph] => draw a dependencies graph</command>\n"
" <command> h[elp] => show the build options</command>\n"
" <command> x|exec => execute hydrogen</command>\n"
" <command> t[ests] => execute tests</command>\n"
" <command> p[kg] => build source package</command>\n"
" <command>ex: ./build.sh r m pkg x</command>"
msgstr ""
#. Tag: para
#: manual.docbook:136
#, no-c-format
msgid "To build Hydrogen run the build script with the 'm' option :"
msgstr ""
#. Tag: screen
#: manual.docbook:139
#, no-c-format
msgid "<prompt>$</prompt> <command>./build.sh m</command>"
msgstr ""
#. Tag: title
#: manual.docbook:144
#, no-c-format
msgid "Preferences"
msgstr ""
#. Tag: para
#: manual.docbook:146
#, no-c-format
msgid ""
"First of all you should make sure that the audio engine is configured "
"properly. The preferences dialog can be accessed via the tools menu (tools -"
"> preferences)."
msgstr ""
#. Tag: title
#: manual.docbook:151
#, no-c-format
msgid "The General tab"
msgstr ""
#. Tag: para
#: manual.docbook:153
#, no-c-format
msgid ""
"On the \"General\" tab (<xref linkend=\"fig.preferences.general_tab\"/>) you "
"can choose to automatically reopen the last used song and/or playlist. This "
"can save you the trouble of having to reopen the song you are working on "
"every time you open Hydrogen. Auto loading the playlist can come in handy "
"when you are using Hydrogen live."
msgstr ""
#. Tag: para
#: manual.docbook:157
#, no-c-format
msgid ""
"If you want to use Lash for session management you should enable it here so "
"Hydrogen allows interaction with Lash."
msgstr ""
#. Tag: para
#: manual.docbook:159
#, no-c-format
msgid ""
"The Beat Counter drift compensation and start offset allow you to compensate "
"for system latency when you are using the Beat Counter function (see <xref "
"linkend=\"sect.tap_tempo\"/>)"
msgstr ""
#. Tag: para
#: manual.docbook:161
#, no-c-format
msgid ""
"The Max number of bars in a song can be set here (currently limited to 800) "
"and if you want to use rubberband for sample time-stretching (see <xref "
"linkend=\"sect.layer_editing.section2\"/>) you need to enter the path where "
"rubberband is installed on you system here."
msgstr ""
#. Tag: title
#: manual.docbook:167
#, no-c-format
msgid "The General Tab"
msgstr ""
#. Tag: title
#: manual.docbook:179
#, no-c-format
msgid "The Audio System tab"
msgstr ""
#. Tag: para
#: manual.docbook:181
#, no-c-format
msgid ""
"From the \"Audio System\" tab (<xref linkend=\"fig.preferences.audio_tab\"/"
">) it is possible to modify the audio driver being used (OSS, Jack, ALSA, "
"PortAudio, PulseAudio, CoreAudio, Auto) with its buffer and sampling rate "
"(unless you are using JACK, in this case the audio driver configuration "
"should happen before starting the JACK server)."
msgstr ""
#. Tag: para
#: manual.docbook:187
#, no-c-format
msgid ""
"Also keep an eye on the value of \"Polyphony\": depending on your CPU you "
"may want to change the max simultaneous notes in order to prevent hydrogen "
"from overrunning the audio driver."
msgstr ""
#. Tag: para
#: manual.docbook:190
#, no-c-format
msgid ""
"The \"Interpolate resampling\" parameter allows you to select your preferred "
"interpolation method."
msgstr ""
#. Tag: title
#: manual.docbook:194
#, no-c-format
msgid "The Audio System Tab"
msgstr ""
#. Tag: para
#: manual.docbook:202
#, no-c-format
msgid "The following drivers are available:"
msgstr ""
#. Tag: para
#: manual.docbook:209
#, no-c-format
msgid ""
"<emphasis role=\"bold\">Auto</emphasis>: Hydrogen will try a number of "
"different drivers in a predetermined order, choose the first working one, "
"and display the result. This option is recommended for beginners."
msgstr ""
#. Tag: para
#: manual.docbook:216
#, no-c-format
msgid ""
"<emphasis role=\"bold\">Jack</emphasis>: The Jack driver is a professional "
"audio server which permits very low lag and exchanges with other audio "
"software. <emphasis>We strongly recommend using this driver to have the best "
"out of Hydrogen</emphasis>. JACK server will start automatically if not "
"already running."
msgstr ""
#. Tag: para
#: manual.docbook:221
#, no-c-format
msgid "Available options:"
msgstr ""
#. Tag: para
#: manual.docbook:224
#, no-c-format
msgid ""
"<emphasis role=\"bold\">Track output</emphasis>: This options determines "
"which audio settings will be applied to the audio of the per-instrument "
"output ports."
msgstr ""
#. Tag: para
#: manual.docbook:228
#, no-c-format
msgid "Post-Fader:"
msgstr ""
#. Tag: para
#: manual.docbook:230 manual.docbook:237
#, no-c-format
msgid "note velocity"
msgstr ""
#. Tag: para
#: manual.docbook:231
#, no-c-format
msgid "note and instrument pan"
msgstr ""
#. Tag: para
#: manual.docbook:232
#, no-c-format
msgid "layer, instrument, and component gain"
msgstr ""
#. Tag: para
#: manual.docbook:233
#, no-c-format
msgid "instrument and main component volume"
msgstr ""
#. Tag: para
#: manual.docbook:235
#, no-c-format
msgid "Pre-Fader:"
msgstr ""
#. Tag: para
#: manual.docbook:238
#, no-c-format
msgid "layer gain"
msgstr ""
#. Tag: para
#: manual.docbook:242
#, no-c-format
msgid ""
"<emphasis role=\"bold\">BBT sync method</emphasis>: If Hydrogen uses Jack "
"transport in the presence of an external Jack Timebase master (TBM), it will "
"use the provided measure and tempo information instead of the local one of "
"either the Song's tempo (see <xref linkend=\"sect.main_toolbar\"/>) or the "
"markers added to the Timeline (see <xref linkend=\"sect.song_editor."
"tempo_and_markers\"/>). But due to limitations in the current "
"implementation, Hydrogen can not set both measure and speed provided by Jack "
"for arbitrary pattern combinations. The user has two options. Either drop "
"all measure changes in the TBM and work with tempo changes only to support "
"arbitrary patterns (using option <emphasis>constant measure</emphasis>) or "
"to keep the length of each pattern consistent with the corresponding measure "
"in the TBM and to use both tempo and measure provided by Jack (option "
"<emphasis>matching bars</emphasis>)."
msgstr ""
#. Tag: para
#: manual.docbook:259
#, no-c-format
msgid ""
"For this option to take effect the J. TRAMS button has to be activated and "
"the J. MASTER button deactivated (next to having a Jack TBM application). "
"See <xref linkend=\"sect.main_toolbar\"/>."
msgstr ""
#. Tag: para
#: manual.docbook:265
#, no-c-format
msgid ""
"<emphasis role=\"bold\">Connect to Default Output Pair</emphasis>: Connects "
"the main stereo output of the Mixer to the default ports of your system "
"(<emphasis>system:playback_1</emphasis> and <emphasis>system:playback_2</"
"emphasis>) every time Hydrogen starts up or the audio driver is restarted."
msgstr ""
#. Tag: para
#: manual.docbook:273
#, no-c-format
msgid ""
"<emphasis role=\"bold\">Create per-instrument outputs</emphasis>: In "
"addition to the main stereo output Hydrogen will register Jack output ports "
"for every single instrument. This can be useful if you want to add effects "
"to a single instrument with jack-rack for example."
msgstr ""
#. Tag: para
#: manual.docbook:282
#, no-c-format
msgid ""
"<emphasis role=\"bold\">Alsa</emphasis>: The widely adopted Linux standard "
"audio drivers"
msgstr ""
#. Tag: para
#: manual.docbook:287
#, no-c-format
msgid ""
"<emphasis role=\"bold\">OSS</emphasis>: The Oss audio driver uses /dev/dsp "
"and it's based on the OSS interface which is supported by the vast majority "
"of sound cards available for Linux; this said, the use of this audio driver "
"blocks /dev/dsp until Hydrogen is closed i.e. unusable by any other "
"software. Use it as last resort."
msgstr ""
#. Tag: para
#: manual.docbook:296
#, no-c-format
msgid ""
"<emphasis role=\"bold\">PortAudio</emphasis>: an open-source multi platform "
"audio driver"
msgstr ""
#. Tag: para
#: manual.docbook:301
#, no-c-format
msgid ""
"<emphasis role=\"bold\">CoreAudio</emphasis>: a driver for Mac OS X "
"(experimental)"
msgstr ""
#. Tag: para
#: manual.docbook:306
#, no-c-format
msgid ""
"<emphasis role=\"bold\">PulseAudio</emphasis>: a driver for the cross "
"platform PulseAudio sound server."
msgstr ""
#. Tag: title
#: manual.docbook:315
#, no-c-format
msgid "The Midi System tab"
msgstr ""
#. Tag: para
#: manual.docbook:317
#, no-c-format
msgid ""
"The \"Midi System\" tab (<xref linkend=\"fig.preferences.midi_tab\"/>) "
"contains all MIDI settings. Here you can choose the MIDI driver (ALSA, "
"PortMidi, CoreMidi or JackMidi) input, and channel(s) that Hydrogen should "
"respond to. You can also define midi bindings: link a midi note/message to "
"an action. To do this simply press the red 'REC' button left of the event-"
"action binding line. A popup will inform you that Hydrogen is waiting for "
"your input. Press/hit/turn the key/pad/knob on your midi keyboard (or "
"controller) that you want to link to this action. The popup will close and "
"the Event Param value will now show the midi note value of the key you "
"pressed. Once this is done you can select an Action from the action drop-"
"down list. Note that some actions (like SELECT_NEXT_PATTERN) also require an "
"Action Param that references the pattern you want to select with this midi "
"action."
msgstr ""
#. Tag: para
#: manual.docbook:328
#, no-c-format
msgid "See <xref linkend=\"sect.midi\"/> for more info on Midi actions."
msgstr ""
#. Tag: title
#: manual.docbook:331
#, no-c-format
msgid "The MIDI System Tab"
msgstr ""
#. Tag: title
#: manual.docbook:341
#, no-c-format
msgid "The Appearance tab"
msgstr ""
#. Tag: para
#: manual.docbook:343
#, no-c-format
msgid ""
"The \"Appearance\" tab (<xref linkend=\"fig.preferences.appearance_tab\"/>) "
"let's you modify Hydrogen look and feel (font settings and interface style). "
"On this tab you can also change the VU meters fall-off speed and switch "
"between Single pane and Tabbed interface mode (see <xref linkend=\"sect."
"UIoverview\"/>)"
msgstr ""
#. Tag: title
#: manual.docbook:351
#, no-c-format
msgid "The Appearance Tab"
msgstr ""
#. Tag: title
#: manual.docbook:362
#, no-c-format
msgid "The Audio Engine tab (debug only)"
msgstr ""
#. Tag: para
#: manual.docbook:364
#, no-c-format
msgid ""
"The \"Audio Engine\" tab (<xref linkend=\"fig.preferences.audio_engine_tab\"/"
">) is a window that shows various stats about Hydrogen and the audio driver. "
"In case JACK is used, buffer and sampling rate should be set in the "
"configuration of the JACK server before starting Hydrogen (JACK "
"automatically starts when an application tries to connect)."
msgstr ""
#. Tag: para
#: manual.docbook:369
#, no-c-format
msgid ""
"Note that the Audio Engine tab is only available if Hydrogen was compiled "
"with debug support."
msgstr ""
#. Tag: title
#: manual.docbook:373
#, no-c-format
msgid "The Audio Engine tab"
msgstr ""
#. Tag: title
#: manual.docbook:394
#, no-c-format
msgid "Using Hydrogen"
msgstr ""
#. Tag: title
#: manual.docbook:398
#, no-c-format
msgid "Used Filetypes"
msgstr ""
#. Tag: para
#: manual.docbook:400
#, no-c-format
msgid "Before working with Hydrogen, please familiarize with these filetypes:"
msgstr ""
#. Tag: para
#: manual.docbook:405
#, no-c-format
msgid ""
"<emphasis role=\"bold\">*.h2pattern</emphasis>: XML file describing a single "
"pattern. Patterns are group of beats and are managed in the pattern editor."
msgstr ""
#. Tag: para
#: manual.docbook:410
#, no-c-format
msgid ""
"<emphasis role=\"bold\">*.h2song</emphasis>: XML file describing the whole "
"song (or sequence). Songs are group of patterns with their properties and "
"are manager using the song editor"
msgstr ""
#. Tag: para
#: manual.docbook:415
#, no-c-format
msgid ""
"<emphasis role=\"bold\">*.h2playlist</emphasis>: XML file describing a "
"playlist. A Playlist is a (ordered) group of songs."
msgstr ""
#. Tag: para
#: manual.docbook:419
#, no-c-format
msgid ""
"<emphasis role=\"bold\">*.h2drumkit</emphasis>: a compressed and archived "
"folder containing all sound samples composing a drumkit and a description "
"XML file. Drumkits are basically group of sound samples."
msgstr ""
#. Tag: title
#: manual.docbook:429
#, no-c-format
msgid "Keyboard and Mouse"
msgstr ""
#. Tag: para
#: manual.docbook:430
#, no-c-format
msgid ""
"The Hydrogen user interface is designed so that it can be used entirely with "
"the mouse, with the exception of text entry."
msgstr ""
#. Tag: para
#: manual.docbook:434
#, no-c-format
msgid ""
"The keyboard can also be used for navigating and editing in the pattern and "
"song editors, using a combination of"
msgstr ""
#. Tag: para
#: manual.docbook:439
#, no-c-format
msgid ""
"<emphasis role=\"bold\">Arrow keys</emphasis>: move the keyboard input "
"cursor's position, or adjust values under the cursor."
msgstr ""
#. Tag: para
#: manual.docbook:446
#, no-c-format
msgid ""
"<emphasis role=\"bold\">Shift + Arrow keys</emphasis>: can be used to make "
"selections of notes or pattern groups as if the mouse had been dragged over "
"them."
msgstr ""
#. Tag: para
#: manual.docbook:453
#, no-c-format
msgid ""
"<emphasis role=\"bold\">Enter / Return</emphasis>: generally performs the "
"same action as a mouse click, but can also start or end a move (or copy) of "
"items in the same way a mouse drag would."
msgstr ""
#. Tag: para
#: manual.docbook:461
#, no-c-format
msgid ""
"<emphasis role=\"bold\">Tab / Shift + Tab</emphasis>: move between different "
"areas of the main interface."
msgstr ""
#. Tag: para
#: manual.docbook:467
#, no-c-format
msgid "<emphasis role=\"bold\">Delete</emphasis>: delete notes or patterns."
msgstr ""
#. Tag: para
#: manual.docbook:473
#, no-c-format
msgid ""
"<emphasis role=\"bold\">Escape</emphasis>: cancels an ongoing selection, "
"move or copy."
msgstr ""
#. Tag: para
#: manual.docbook:480
#, no-c-format
msgid ""
"Note that the keyboard input cursor is hidden from view until one of the "
"above keys is pressed. This keeps the display clear and uncluttered when "
"using the mouse."
msgstr ""
#. Tag: para
#: manual.docbook:485
#, no-c-format
msgid ""
"Most other keys on the keyboard can be used to play samples and enter notes "
"in the same way a MIDI keyboard can be."
msgstr ""
#. Tag: title
#: manual.docbook:493
#, no-c-format
msgid "The main User Interface : an overview"
msgstr ""
#. Tag: para
#: manual.docbook:495
#, no-c-format
msgid ""
"The Main UI comes in 2 flavors : the (classic) Single Pane mode (ideal for "
"large- and medium size screens), and the Tabbed mode (optimized for netbook "
"screen sizes)."
msgstr ""
#. Tag: para
#: manual.docbook:499
#, no-c-format
msgid ""
"Below you can see the main UI split up in 5 parts : the Main Menu, Main "
"Toolbar, Song Editor, Pattern Editor and the Instrument and Sound Library "
"Editor. These sections will be explained in detail further down in this "
"manual."
msgstr ""
#. Tag: title
#: manual.docbook:505
#, no-c-format
msgid "The Main UI in Single Pane mode"
msgstr ""
#. Tag: title
#: manual.docbook:515
#, no-c-format
msgid "The Main UI in Tabbed mode"
msgstr ""
#. Tag: title
#: manual.docbook:529
#, no-c-format
msgid "Main menu"
msgstr ""
#. Tag: para
#: manual.docbook:531
#, no-c-format
msgid ""
"<emphasis role=\"bold\">Projects</emphasis>: this menu offers file related "
"functions."
msgstr ""
#. Tag: para
#: manual.docbook:536
#, no-c-format
msgid "<emphasis>New</emphasis> - Create a new song"
msgstr ""
#. Tag: para
#: manual.docbook:539
#, no-c-format
msgid ""
"<emphasis>Show Info</emphasis> - Set general properties of the song such as "
"name, author, license and generic notes"
msgstr ""
#. Tag: para
#: manual.docbook:543
#, no-c-format
msgid "<emphasis>Open</emphasis> - Open a song"
msgstr ""
#. Tag: para
#: manual.docbook:546
#, no-c-format
msgid ""
"<emphasis>Open Demo</emphasis> - Open a demo song (demo songs are stored in "
"<emphasis>$INSTALLPATH/share/hydrogen/data/demo_songs</emphasis>)"
msgstr ""
#. Tag: para
#: manual.docbook:551
#, no-c-format
msgid "<emphasis>Open recent</emphasis> - Open a menu showing last used songs"
msgstr ""
#. Tag: para
#: manual.docbook:555
#, no-c-format
msgid "<emphasis>Save</emphasis> - Save changes to current song"
msgstr ""
#. Tag: para
#: manual.docbook:558
#, no-c-format
msgid ""
"<emphasis>Save as</emphasis> - Save current song specifying a name (default "
"path: <emphasis>$HOME/.hydrogen/data/songs)</emphasis>"
msgstr ""
#. Tag: para
#: manual.docbook:563
#, no-c-format
msgid ""
"<emphasis>Open pattern</emphasis> - Open a saved pattern belonging to the "
"current drumkit"
msgstr ""
#. Tag: para
#: manual.docbook:567
#, no-c-format
msgid ""
"<emphasis>Export pattern as</emphasis> - Saves a pattern. It will be stored "
"in <emphasis>$HOME/.hydrogen/data/patterns/drumkit_name</emphasis>"
msgstr ""
#. Tag: para
#: manual.docbook:572
#, no-c-format
msgid ""
"<emphasis>Export MIDI file</emphasis> - Export current song in MIDI format"
msgstr ""
#. Tag: para
#: manual.docbook:576
#, no-c-format
msgid ""
"<emphasis>Export song</emphasis> - Export current song in WAV format (see "
"<xref linkend=\"sect.song_editor.export_song\"/>)"
msgstr ""
#. Tag: para
#: manual.docbook:580
#, no-c-format
msgid ""
"<emphasis>Export Lilypond file</emphasis> - This is a first version of the "
"LilyPond export. It has the following limitations: Only GM-kit is supported, "
"No triplets support"
msgstr ""
#. Tag: para
#: manual.docbook:584
#, no-c-format
msgid "<emphasis>Quit</emphasis> - Quit Hydrogen"
msgstr ""
#. Tag: para
#: manual.docbook:588
#, no-c-format
msgid "<emphasis role=\"bold\">Undo</emphasis>: Undo/Redo functions."
msgstr ""
#. Tag: para
#: manual.docbook:592
#, no-c-format
msgid "<emphasis>Undo</emphasis> - Lets you undo your last action"
msgstr ""
#. Tag: para
#: manual.docbook:595
#, no-c-format
msgid "<emphasis>Redo</emphasis> - Lets you redo the last undone action"
msgstr ""
#. Tag: para
#: manual.docbook:598
#, no-c-format
msgid ""
"<emphasis>Undo History</emphasis> - Gives you an overview of your previous "
"actions"
msgstr ""
#. Tag: para
#: manual.docbook:603
#, no-c-format
msgid ""
"<emphasis role=\"bold\">Instruments</emphasis>: this menu offers instruments "
"functions."
msgstr ""
#. Tag: para
#: manual.docbook:608
#, no-c-format
msgid ""
"<emphasis>Add instrument</emphasis> - Add a new instrument to your current "
"drumkit"
msgstr ""
#. Tag: para
#: manual.docbook:611
#, no-c-format
msgid ""
"<emphasis>Clear all</emphasis> - Delete all instruments from the current "
"drumkit"
msgstr ""
#. Tag: para
#: manual.docbook:614
#, no-c-format
msgid ""
"<emphasis>Add component</emphasis>: - A component is a part of Hydrogen's "
"instrument model. Each instrument consists of one or more components, and "
"each component consists of one or more layers."
msgstr ""
#. Tag: para
#: manual.docbook:618
#, no-c-format
msgid ""
"To make an example: A snare could have two components. One component "
"includes sounds from the top side of the snare drum, and the other component "
"includes the sounds from the bottom side of the snare drum (where the snare "
"wires are fitted). Each component can consist of several layers (snare drum "
"hits with different velocities). Now you can adjust the volume of the two "
"components to build your ideal drum sound. If you want more of the attack, "
"you can put in more of the \"top head\" component. If you want more of the "
"snare wires, you put in more of the bottom component."
msgstr ""
#. Tag: para
#: manual.docbook:629
#, no-c-format
msgid ""