Resum
Hydrogen és un programari sintetitzador que pot ser utilitzat per si sol emulant una caixa de ritmes basada en patrons o mitjançant un teclat MIDI extern o un programa seqüenciador. Hydrogen compila en Linux/x86 i Mac OS X, tot i que l'últim està en fase de proves. Consulta a la llista de correu de l'equip de desenvolupament per més detalls.
Índex de figures
Sumari
You can download Hydrogen from http://www.hydrogen-music.org. 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)
If you want to compile Hydrogen yourself (see Secció 2), you can download the latest source files directly from our subversion server with:
$
svn co http://svn.assembla.com/svn/hydrogen/trunk
A certain release can be fetched with:
$
svn co http://svn.assembla.com/svn/hydrogen/tags/0.9.5
La compilació d'Hydrogen depèn de les següents llibreries:
qt (>= 4.0) a http://www.trolltech.com
Libsndfile a http://www.mega-nerd.com/libsndfile/
ALSA (>= 1.x) a http://www.alsa-project.com (només si vols utilitzar ALSA com a controlador de sò)
Kit de conexió Jack (>= 0.80) a http://jackaudio.org/ (només si vols utilitzar Jack com a controlador de sò)
PortAudio a http://www.portaudio.com (només si vols utilitzar PortAudio com a controlador de sò)
Flac a http://flac.sf.net (només si vols utilitzar patrons flac)
ladspa a http://ladspa.org (només si vols utilitzar efectes ladspa)
liblrdf a http://liblrdf.sf.net (només si vols utilitzar lrdf per categoritzar efectes)
lash a http://lash.nongnu.org (nomes si vols utilitzar lash)
Si us plau, instala-les amb el gestor de paquets de la teva distribució.Si estàs utilitzant un sistema basat en debian, pots instalar les llibreries amb:
$
apt-get install libqt4-dev g++ libasound2-dev \
libjack-dev liblrdf0-dev libflac++-dev libtar-dev libsndfile1-dev \
liblash-dev libportaudio-dev libportmidi-dev
Depending on the branch you are compiling you will need to use Scons or Cmake. Check the INSTALL.txt and the README.txt files for more info (located in the top level dir once you downloaded the sources).
Descomprimeix el fitxer tar o ves al directori on la còpia de subversion va ser inicialitzada:
$
cd hydrogen-*$
scons$
su -c "scons install"
Abans de compilar verifica opcions adicionals amb:
$
scons --help
Si vols utilitzar opcions no habilitades per defecte (per exemple PortAudio), les pots habilitar amb:
$
scons portaudio=1
Igualment, si et trobes amb un error a l'utilitzar Hydrogen i vols donar-lo a conèixer, recorda configurar hydrogen amb:
$
scons debug=1
Per netejar codi compilat:
$
scons -c
Compiling with cmake can be done easily by using the make_helper script. Decompress the tarball or go to the directory where the subversion copy was checked out and run the make_helper script without any arguments to display the help :
$
cd hydrogen-*$
./make_helper
The help is now displayed (and is self-explanatory) :
$
used builder : cmake$
usage ./make_helper [cmds list]$
cmds may be$
r or rm = > all built, temp and cache files$
c or clean = > remove cache files$
m or make = > launch the build process$
d or doc = > build html documentation$
h or help = > show the build options$
x or exec = > execute hydrogen
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).
On the "General" tab (Figura 1.1) 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.
If you want to use Lash to manage your Jack connections you should enable it here so Hydrogen allows interaction with Lash.
The Beat Counter drift compensation and start offset allow you to compensate for system latency when you are using the Beat Counter function (see Secció 3.1)
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-streching you need to enter the path where rubberband is installed on you system here.
From the "Audio System" tab (Figura 1.2) it is possible to modify the audio driver being used (OSS, Jack, ALSA, PortAudio) 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).
We can set some features of Hydrogen like "Create per-instrument outputs" this will create 1 output per instrument that you can connect to any other Jack enabled application. This can be useful if you want to add effects to a single instrument with jack-rack for example. "Connect to Default Output Pair" connects the output to the default ports: uncheck this if you want to connect the JACK output to other ports without having to disconnect them first.
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.
Els controladors disponibles són els següents:
jackd: El controlador Jack és un servidor d'àudio professional que permet molt baixa latència i es comunica amb altres programes d'àudio. Recomanem ferventment usar aquest controlador per treure-li tot el suc a Hydrogen. El servidor JACK s'iniciarà automàticament si no està ja en ús.
ALSA: El controlador d'àudio més extès en Linux
OSS: 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.
PortAudio: an open-source multi platform audio driver
CoreAudio: un controlador per a Mac OS X (experimental)
The "Midi System" tab (Figura 1.3) contains all MIDI settings. Here you can choose the MIDI driver, 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 'binding' action 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.
The "Appearance" tab (Figura 1.4) let's you modify Hydrogen look and feel (font settings and interface style). Also the VU meters fall-off speed of the Mixer Window can be changed here.
The "Audio Engine" tab (Figura 1.5) 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 before starting Hydrogen (JACK automatically starts when an application tries to connect).
Note that the Audio Engine tab is only available if Hydrogen was complied with debug support.
Sumari
Abans de treballar amb Hydrogen, si us plau, familiaritza't amb els següents tipus de fitxers:
*.h2pattern: Fitxer XML que descriu un patró. Els patrons són un grup de polsacions gestionats per l'etidor de patrons.
*.h2song: Fitxer XML que descriu una cançó (o seqüencia). Les cançons són grups de patrons amb les seves propietats, i són gestionats amb l'editor de cançons
*.h2playlist: XML file describing a playlist. A Playlist is a (ordered) group of songs.
*.h2drumkit: es tracta d'una carpeta comprimida que conté totes les mostres de sò que composen un kit de bateria i un fitxer XML de descripció. Els kits de bateria són bàsicament un grup de mostres de sò.
Projectes: aquest menú ofereix funcions relacionades amb els fitxers.
Nou - Crear una nova cançó
Mostrar informació - Configurar les propietats generals de la cançó com ara nom, autor, llicència i altres notes
Obre - Obre una cançó
Obre Demo - Obrir una cançó de demostració (les cançons de demostració es troben a INSTALLPATH/share/hydrogen/data/demo_songs)
Obre Recent - Obre un menú que mostra les cançons utilizades recentment
Desa - Desa les modificacions fetes a la cançó actual
Desa com a - Desa la cançó actual especificant-li un nom (directori per defecte: $HOME/.hydrogen/data/songs))
Obrir patró - Obre un patró desat que pertany al kit de bateria actual
Exportar patró com a - Desa el patró, serà desat a $HOME/.hydrogen/data/patterns/drumkit_name
Exportar fitxer MIDI - Exporta la cançó actual en format MIDI
Exportar cançó - Exporta la cançó actual en format WAV
Sortir - Sortir d'Hydrogen
Instruments: aquest menú conté funcions d'instruments i kit de bateria (llibreries de sò).
Afegir instrument - Afegeix un nou instrument al kit de bateria actualment actiu
Neteja-ho tot - Elimina tots els instruments del kit de bateria actual
Desar llibreria - Desa tots els instruments, les seves configuracions i mostres de sò a $HOME/.hydrogen/data/library_name
Exportar llibreria - Comprimir totes les mostres dels instruments i configuracions en un kit de bateria a $HOME/.hydrogen/data/library_name
Importar llibreria - Importa un kit de bateria del sistema d'arxius local o el descarrega d'un lloc remot mitjançant alimentació XML (XML feed). El fitxer XML proveït NO compleix els stàndards RSS (veure la pàgina web d'Hydrogen per a un exemple). Per a carregar un kit de bateria en la sessió de treball actual d'Hydrogen, llegeix Secció 7.
Tools: opens the mixer, the director, the playlist editor, the instrument rack and the general preferences window.
Editor de llistes de reproducció - Una eina per a gestionar llistes de reproducció.
Director - Open the director window.
Mesclador - Obre la finestra del mesclador.
Banc d'Instruments - Obre el panell del banc d'instruments.
Preferències Obre la finestra principal de preferències. Llegeix Secció 3 per més informació sobre la configuració d'Hydrogen.
Debug: tools mainly for debugging and monitoring Hydrogen (only available when compiled with debug support !).
Mostrar informació del motor d'àudio - Obre un monitor amb vàries estadístiques
acció de depuració - Inserta una instrucció per a la depuració.
Imprimir Objectes - Imprimir a stdout (sortida per defecte) l'actual mapa d'objectes.
Informació
Manual d'usuari- Obre una finestra amb aquest manual
About - The usual window with license information, acknowledgements, etc.
Abans d'analitzar les dues àrees principals d'Hydrogen, fem primer una ullada ràpida a la barra d'eines principal i als seus components:
Pilota la cançó utilitzant els botons d'inici, aturar, pausa, etc.
Escull entre mode "patró" o "cançó": En mode "patró" només se sentirà el patró seleccionat, mentre que en el mode "cançó" se sentiràn tots els patrons utilitzats.
Una funció avançada de toc al tempo: escollir la llargada de la nota i quantes notes han de passar abans de recalcules les PPM, aleshores clica la tecla coma fins que la lletra 'R' aparegui i les PPM siguin actualitzades (veure Secció 3.1)
Configurar manualment les PPM
Administrar el transport JACK
Obrir els panells del mesclador i del panell d'instruments
Main controls to start [Hotkey = Spacebar], stop, record, fast forward, rewind, loop a song or a pattern.
Set Pattern/Song Mode. When Song mode is selected Hydrogen will play the complete song. This is the sequence of patterns you have created in the Song Editor (see Secció 4). When Pattern mode is selected Hydrogen will play the pattern that is currently selected, and thus displayed in the Pattern Editor (see Secció 5).
Set measure type and Beat Counter (see Secció 3.1).
Estableix velocitat de reproducció (rang: 30-400 PPM) [Hotkey = mouse wheel] i botó per habilitar/deshabilitar el metrònom
Shows CPU load and MIDI events. The CPU bargraph gives you an indication of the CPU load. The MIDI led lights up every time Hydrogen receives a midi message.
Click J. TRANS to enable Jack transport. If the J. MASTER button is pressed Hydrogen will work as 'master', else it will act as 'slave' to another 'master' program (e.g. Ardour). This applet is only available if Jack Audio Driver is selected.
És possible cambiar el tempo en cualsevol moment utilitzant la funcionalitat polsar-tempo i ComptadorDePolsacions d'Hydrogen. Els pots canviar mentre la cançó s'està reproduïnt o mentre està aturada. Per cambiar el tempo, polsa la tecla , (coma) per a seleccionar el nombre de polsacions en la mesura. Després que hagi passat el nombre de polsacions correcte, el tempo canviarà cap a la mitjana del que hagis polsat. Si continues polsant, aquestes noves polsacions es convertiràn en una part de la mitjana. Si polses per accident, o esperes massa temps entre polsacions, el comptador de tempo per polsacions tornarà a començar.
Polsar Tempo és una part del ComptadorDePolsacions, que és essencialment un polsar tempo tunejat. Per defecte el ComptadorDePolsacions no eś visible. Per veure el ComptadorDePolsacions clica el botó de dalt a la dreta (BC) entre el selector de mode Cançó/Patró i el selector de PPM. També pot veure's quan es pressiona la tecla coma (,).
El tempo que pressionis serà considerat polsacions parelles del tipus de polsació. El tipus de polsació pot ser configurat a 1/8 (per ritmes d'un vuitè de nota), 1/4 (per ritmes d'un quart de nota), 1/2 (per ritmes de mitja nota) i 1/1 (per ritmes d'una nota sencera). Per cambiar el tipus de ritme utilitza la tecla fletxa esquerra. Per cambiar el nombre de polsacions comptades, utilitza la tecla fletxa dreta. Pots configurar de 2 a 16 polsacions (P.e., si configures les polsacions a 6, hauràs de polsar 6 vegades abans que el nou tempo estigui computat i s'assigni.) Mentre es mostri una R per pantalla el ComptadorDePatrons està apunt per començar de 0. Cada vegada que pressiones amb la tecla coma, mostrarà el nombre de polsacions que has entrat (1, 2, 3...).
El botó del fons a ma dreta controla la funcionalitat començar-automàticament, i s'activa entre S i P. P significa (Reproduïr), en aquest estat la cançó assignarà el tempo automàticament i es començarà a reproduïr quan hagis entrat la quantitat correcta de polsacions (si no s'està ja reproduïnt, clar). D'aquesta manera, si tens el ComptadorDePatrons configurat a 4/4, pots polsar 1-2-3-4, i començar en la pròxima polsació. Quan es mostra S (per Configura PPM), l'auto inici està deshabilitat.
Per exemple: suposem que estàs en un grup, Hydrogen, i tens un sintetitzador software controlat per Seq24)... i vols que tot comenci alhora. Configura el tipus de ritme a 1/4 i el nombre de polsacions a 4. Habilita l'auto-inici (mostrant P). Compta al grup 1-2-3-4 (mentre li vas donant a la coma) — i tothom comença a l'1.
Un altre exemple: En la mateixa situació, però la cançó no requereix d'Hydrogen o sintetitzadors fins a una estona després. Mentrestant, un humà (p.e. el guitarrista) anirà configurant el tempo. En la mesura anterior en la que hydrogen se suposa que ha de començar, polsa la coma 1-2-3-4 amb el ritme... i ja ho tens a la pròxima polsació (amb el tempo correcte).
Si estàs utilitzant el transport JACK, el ComptadorDePolsacions continua funcionant. Si algun altre programa és el Mestre del Transport JACK, Hydrogen respondrà als events de canvi de tempo des d'aquella aplicació. Fixa't que en aquesta situació, Hydrogen se suposa que ha de ser un esclau, pel que la funcionalitat del ComptadorDePatrons seràn desactivades o no funcionaràn correctament. Si Hydrogen és el mestre del transport JACK, els canvis a Hydrogen es veuràn reflectits en altres programes (si ho soporten).
Some of the settings to adjust the BeatCounter's latency compensation, are located on the General tab of the Preferences Dialog (see Secció 3.1 ). Here you will finde two spinboxes:
Beat counter drift compensation in 1/10ms — adjust to compensate for latency between the keyboard and the program.
Beat counter start offset in ms — adjust the time between the BeatCounter's last input stroke and when the song starts playing (if auto-start is activated).
Fixa't que aquests valors poden estar configurats a positiu (+) o negatiu (-). Per tal de trobar valors útils per a aquests, necessitaràs jugar-hi un temps. Amés, pots voler utilitzar valors diferents depenent de la velocitat del teu maquinari, dispositius d'àudio, controladors, etc. Utilitzar el ComptadorDePolsacions bé necessita pràctica.
The "Song Editor" (Figura 2.2) gives an overview of the whole timeline of the song (e.g. intro, verse, bridge, chorus and so on); each blue colored square on this panel is a complete bar as shown in the underlying "Pattern Editor" panel. Here we have complete freedom to add, remove or move patterns in any order we prefer. We can also copy and paste patterns: use left mouse button to highlight an area and drag it around. Dragging with CTRL key pressed copies the patterns.
L'editor de Cançons té 7 botons:
Esborrar completament tots els patrons (demana confirmació!).
Crear un nou patró (i demana pel seu nom).
Moure el patró seleccionat amunt o avall.
Habilitar seleccionar patrons per copiar i enganxar (Mode selecció).
Habilitar Mode Dibuix.
Cambiar del mode "Només un patró" al mode "Pila de patrons" i enrere...
Sota aquests botons hi ha una llista de patrons creats i quan ells son premuts (cada requadre == 1 barra). Clica en un requadre per afegir o cancelar un patró. Clicar el botó dret del ratolí sobre el nom del patró treu un menu per canviar el nom del patró o permetre copiar-lo/esborrar-lo. No és permès tenir varis patrons amb el mateix nom.
The "Pattern Editor" lets us create or modify the pattern (bar) which is currently selected. You can add/remove notes, and tune a number of per-note properties like velocity and pan. The Pattern Editor can be used in 2 modes : 'Drum' mode or 'Piano' mode. You can switch between these modes by clicking the Drum/Piano button (located on the top-right of the Pattern Editor)
First let's take a look at the (classic) 'Drum' mode :
The top part of the pattern editor contains a number of controls :
From left to right :
SIZE : lets you choose the size of the pattern (the number of bars)
RES : this is the current grid resolution (4 through 64)
Remember this constraint concerning the grid: if you are working with a resolution of 16 you can't go back to 8 and remove a 16th note. On the other hand if you are working with a resolution of 8 and you try to insert a note in the middle of two bars (looking for a 16 bars precision), notes will be placed in the previous or in the following 8th bar. This constraint can be removed if you disable the whole grid resolution (choose "off" from the grid resolution LCD control). Now you'll be able to place notes wherever you prefer.
HEAR : when enabled Hydrogen will play the sample as it's being added to the pattern.
QUANT : enables/disables quantization. When enabled the beats inserted will automatically respect the grid resolution currently applied.
Drumset / Instrument : when set to Drumset the keys on your midi keyboard will map to the instruments in your sound library as described in the instrument mapping table below. If you set it to Instrument the keys of your midi keyboard will trigger the instrument that is currently selected. The pitch of the instrument will follow the key you press on your keyboard. This feature is mainly used for non-drum instruments. An example : if you use a sample of a piano for one of your instruments, you will be able to 'play' that piano instrument using your keyboard just like you are playing a piano synth.
Note Length / Note off : these are 2 different ways to define the duration of a note. See Secció 5.3 for usage.
Drum/Piano : switch Pattern Editor between Drum and Piano mode. (see below)
The section on the left shows you what drumkit/library is currently selected (GMkit by default) and below that you can see the instruments that are part of this kit.
Each instrument has its own set of features that are accessible by right-clicking the instrument. From the context menu that pops up you can select
Clear notes : to remove all notes for this instrument in this pattern.
Fill notes : this allows you to fill up the pattern with notes for the selected instrument. Depending on the choice you make (fill all, fill 1/2, fill 1/4 ...) notes will be placed at all, 1/2, 1/4, etc of the note positions that are allowed by the grid setting. So be careful not to mix up the 'musical' 1/2-note and the 'fill 1/2' note.
Randomize velocity : automatically apply a pseudo-random velocity to each note of that instrument in the pattern. The more velocity you set on the instrument, the more hydrogen will hit “hard” on that instrument when played.
Delete Instrument : well, deletes the instrument ;-)
The small red and green buttons right of the instrument names are the “mute” (red) and “solo” (green) buttons.
The order of the instruments can be rearranged by simply dragging an instrument up/down in the list and dropping it on a new position within the drumkit/library. Doing so will not change anything to the sequence you have created for that instrument, nor will it change anything to the song or pattern you are working on. It will however, have an impact on the MIDI note mapping : in the table below you can find the link between the instrument position, the MIDI note and the qwerty keyboard keys.
Important Notes :
The name of the instrument depends on the drumkit that is loaded. This list below refers to the GMkit that is loaded by default.
Keep in mind that it is the position of the instrument (within the loaded drumkit) that is linked to a MIDI-note/keyboard-key and not the name of the instrument.
Here's a quick reference of the above bindings for your convenience.
This is where it all happens, this is where you can make music :-)
In this area you can see your selected pattern and add notes for any instrument. The simplest way to create a pattern is by adding notes using your mouse (and the 'Fill/Clear notes' function described above). Where you can add notes depends on the used pattern size and resolution.
If you are using Hydrogen as a pure 'drum' you just want Hydrogen to 'hit' the instrument wherever there's a 'dot' in the pattern. If you are using Hydrogen as an 'instrument', the length of the note becomes very important. There are 2 ways to define the length of a note : in 'Note Length' mode you can add a note by left-cliking, and you can 'stretch' that note by right-click-dragging it. This will change the dot into a rectangle that represents the duration of that note. In 'Note Off' mode you can also add a note by left-clicking, but a right-click will now add a blue dot that represents the end of that note.
(Figure above, from left >right : a 'normal' note, a note in 'note length' mode, a note in 'note off' mode)
So far we have only used the mouse to create a pattern, but you can also record your beats by clicking the Record button (see Secció 2) and simply playing your pattern on your MIDI drum or your pc keyboard (see instrument mapping above). This is probably a more musical way of creating a pattern, but it's up to you to decide what works best for you. (Also see Capítol 3 for a basic walk-through of how the pattern editor works)
Clicking on an instrument or adding/removing a note next to it will select this instrument. Once an instrument is selected the note properties for this instrument will be shown in the form of vertical lines in the bottom window. The lines represent the value for the selected property of each note of the selected instrument. You can select another note-property from the note property drop-down list (located bottom-left). There are 4 note properties available :
Velocity : how hard the note is played (the volume of the note)
Note that the color of the note-dot and the vertical bar will change according to the velocity value you have defined. A light shade of gray means a low velocity (low volume) and the higher you set the velocity the darker the color will be, turning red when you reach the point of clipping.
Pan : with this parameter you can define the stereo image of the note (how loud it will be in the left/right output)
Lead/Lag : Lead and Lag allows a slight note lead or lag in respect of the actual beat. The range is ca. 5 ticks which equals around ca. 10 ms at a tempo of 120bpm. Changing the lead/lag can make a huge difference to the way your pattern sounds and feels. It's a groove thing ;-)
Notekey : if you select this note parameter the area where you can modify the parameter will change into a 'piano keyboard'
The striped black and white area represents a piano keyboard and in the gray area you can choose the octave. By placing a dot on the octave scale and a dot on the 'keyboard' you can choose any note.
Drum mode (see Figura 2.3) focuses on using Hydrogen as a drum machine. If you are using Hydrogen as an instrument there is a big chance that the Piano mode is for you. It gives you a complete 'piano keyboard' so you can easily put down your tunes.
You can compare the Piano mode to the Note properties Notekey (described above), only here you have a complete piano keyboard, so you dont have to select the octave first.
L'àrea del mesclador (Figura 2.6) és útil per afinar el volum global o de cada una de les mostres de l'actual kit de bateria. Mostra el pic actual (clic a per deshabilitar, útil per a velles CPU) i et permet habilitar el valor màxim de pic permès (afina-ho amb el botó atenuador de l'instrument), et permet modificar atributs com ara balanç, tocar en solitari
, silenciar
o provar tocar només aquest instrument
; seleccionant a l'Editor de Patrons un instrument té l'efecte que un LED blau s'encen (aprop del botó d'inici de reproducció). Aprop del botó de volum global, pots habilitar 3 efectes globals com ara swing (canvia unes poques notes enrere o endavant, però no aleatòriament), temps (modificar el temps de les notes) i efecte humanitador (edició de la velocitat aleatòria).
Amés és possible configurar 4 efectes LADSPA per a cada instrument activant el botó. Veure la pròxima secció per a més detall.
La llibreria de sò t'estalvia temps per gestionar els teus kits de bateria, patrons preferits, i cançons preferides. Quan crees cançons noves i kits de bateria, la Llibreria de Sò et facilita reutilitzar i mesclar instruments i patrons des d'altres kits i cançons.
Això llista els kits de bateria que estàn instalats en el teu administrador de sistema. Està determinat per un prefix en temps de compilació. En sistemes operatius tipus-unix això és normalment /usr/share/hydrogen/data/drumkits
, o possiblement /usr/local/share/hydrogen/data/drumkits
. Aquests kits estàn disponibles per tots els usuaris del sistema, i els usuaris normalment no poden afegir-n'hi.
Per a carregar un kit de bateria des d'aqui, clica amb el botó dret al kit de bateria i selecciona
. Això canviarà el kit de bateria actual amb el que hagis seleccionat. Per carregar un sol instrument del kit, clica amb el botò esquerre cap a l'esquerra del nom del kit de bateria per mostrar tots els instruments. Amb el botó esquerre del ratolí, clica i arrossega l'instrument al kit actual. L'instrument serà afegit al kit de bateria que hagis carregat.Aquests són els kits de bateria que tu mateix pots gestionar. Normalment es guarden a $HOME/.hydrogen/data/drumkits
. Quan crees un nou kit de bateria, pots desar-lo aqui seleccionant → .
Els kits de bateria es carreguen de la mateixa manera que els kits de bateria del sistema (veure Secció 7.1).
Assegura't d'etitar les propietats clicant amb el botó dret i seleccionant
abans de desar els teus patrons preferits a la llibreria de sò. Aquí li potd donar títol i categoria al patró. Pots utilitzar alguna de les categories predeterminades o crear-ne una de nova simplement escrivint el seu nom. El nom de la categoria és important, ja que els patrons es desen per categoria a la Llibreria de Sò.Pots desar els teus patrons preferits a la llibreria de sò clicant amb el botó dret al títol del patró dins de l'editor de cançons, i seleccionant Patrons i la categoria que l'hi hagis assignat.
. Apareixerà a la Llibreria de Sò sotaEls kits de bateria en Hydrogen es creen amb l'Editor d'Instruments. Amb l'editor d'instruments pots carregar mostres, configurar paràmetres d'contorn, configurar el guany i uns quants paràmetres més avançats com ara enmudir grups, filtre de ressonància passa-baixos, aleatorització del tò.
En comptes de crear el teu propi kit de bateria, pots utilitzar o descarregar kits de bateria ja existents utilitzant el Secció 7.
El sintetitzador d'Hydrogen està basat en mostres. Una mostra és un fragment pre-enregistrat de sò (normalment entre .1 segons i 3 segons). Per fer una nota, la mostra simplement es torna a tocar en el moment precís. Hi ha uns quants conceptes i termes que hauries d'entendre quan estàs creant un kit de bateria. (Veure Glossari per més detalls.)
Termes de Mostreig del Sintetitzador
Una grabació curta d'un sò, normalment entre .1 i 3.0 segons de duració.
Ajust de volum.
La força amb la que toques la nota.
Un generador d'contorns per Atac/Decay/Sustain/Release. Una vegada disparada una nota, l'Hydrogen l'ataca incrementant el volum des de 0 fins a la "velocitat" de la nota. Una vegada assolida la velocitat maxima, Decau reduïnt el volum fins que arriva al nivell de sustain. Una vegada la nota és released, l'Hydrogen reduëix el volum des del nivell de sustain fins a 0.
La quantitat de temps per anar de 0 a velocitat màxima.
La quantitat de temps per passar de velocitat màxima a volum de sustain.
El nivell (com d'alt) que aguanta el volum de la nota entre el sustain i el release. És un tant per cent de la velocitat. No depèn del temps.
La quantitat de remps per passar del volum de sustain a 0
Les típiques mostres que utilitza Hydrogen son: el sò d'un tambor de la bateria, el sò d'un plat, el sò d'una esquella. Quan poses una nota en el patró (o toques una nota utilitzant MIDI), Hydrogen reprodueix qualsevol sò que hi hagi carregat. Per tant, per ajuntar un kit de bateria necessites recopilar grabacions curtes del bombo, cada tambor, cada plat, el charles obert i tancat, la caixa (oberta o tancada), tocs al canto de la caixa, etc.
De totes maneres, no hi ha regles en quant a què pot ser una mostra. No es extrany utilitzar Hydrogen per disparar sons que no son de bateria: clips d'àucio de gent xerrant, un tros d'una cançó, efectes de sò, clips d'àudio de pelicul.les, gent famosa parlant... Siques creatiu!
To start a brand new drum kit, select
→ . This will give you a bank of 32 blank instruments. To delete instruments, right-click on on each instrument and select . To add more instruments, select → .Selecciona un instrument per començar a editar-lo. Això es fa clicant amb el botó esquerre al nom de l'instrument a la llista d'instruments (a l'esquerra). T'adonaràs que el nom de l'instrument a l'Editor d'Instruments és igual al que has clicat.
After you have your drum kit working the way you want, select overwrite an existing kit, you will need to type in the same name as the kit that you want to replace.
→ . It will ask you for the name of the kit to save. If you wish toEls Kits de Bateria es guarden automàticament al directodi de dades
(p.e. $HOME/data/drumkits
).
To export a drumkit (for sharing with others), it must first be loaded into your Sound Library. Then, select
→ from the menu. Select the drum kit that you wish to export, and give it a file name to save it to.Pots carregar vàries mostres i configurar diferents paràmetres de sintetitzador per a cada instrument d'un kit de bateria. Aquesta secció et guiarà en com crear un nou instrument i carregar les mostres.
To begin creating an instrument, select
→ . This will give you a blank instrument to start from.Ara necessites dues mostres. Qualsevol fitxer .WAV o .FLAC servirà. Hydrogen en proporviona vàries al directori data/drumkits
.
A l'editor d'instruments, clica a
. Pots posar vàries mostres com a capes per a l'instrument. Quina és tocada depèn de la velocitat de la nota entrant. Clica i apunta al per a carregar la teva mostra. Fixa't que el et permetrà pre-escoltar la mostra abans de carregar-la. També et permet carregar més d'una mostra a cada moment. Però de moment només en carregarem una.Una vegada carregada la mostra, veuràs que ara hi ha un 1 a dalt, i que el rectangle s'ha tornat blau cel. Per carregar una segona mostra, clica la posició just a sota, llavors clica per posar-hi una nova mostra.
Després de portar en ambdues mostres, segurament t'adonaràs que només la primera mostra es toca quan dispares l'instrument. Això és per que has de configurar els rangs de velocitat en les capes. Mou el ratolí per les bandes dels rectangles blau cel i veuràs que tens un cursor per a arrossegar d'esquerra a dreta. Ara arrossega la mostra cap a l'esquerra o la dreta (com una cortina). Veuràs la segona capa aparèixer.
La configuració de velocitat per a una capa de velocitat 0 és a l'esquerra, i velocitat màxima a la dreta. Configura la capa 1 per sonar per les notes fluixes, i la capa 2 per les notes fortes (p.e. capa 1 a l'esquerra i la capa 2 a la dreta.)
Ara, a l'àrea de patrons, configura un patró simple que tocarà aquest instrument. Ajusta els paràmetres de velocitat a cada nota per conseguir que les diferents mostres sonin. Ara configura el patró per repetir-se i fixa't com les mostres es van disparant. (Per apendre com editar un patró, mira Secció 5)
Per cada capa, pots configurar el
i el . El tò també té un botó d'ajustament .Ajusta el
per controlar el volum de reproducció de la mostra. És necessari ja que és extremament dificil conseguir un conjunt de mostres que sonin exactament al mateix volum. Ajustant-ho aqui, les mostres que s'han enregistrat massa fluixes es poden amplificar per a que sonin igual que les mostres més altes (que segurament s'han hagut d'atenuar).És molt fàcil posar el
massa alt, provocant que la mostra es saturi. Recorda provar el guany a velocitat màxima. Si satures la senyal aqui, serà pitjor quan Hydrogen ho processi.El tò de la mostra pot ser modificat amb els controls de tò. El controlador de
ajusta el tò en migs tons misicals. (Per tant, -12 és una octava). El tò a la dreta ajusta el tò ±50 Centèssimes. (Mig tò són 100 centèssimes)El tò s'ajusta tocant la mostra més ràpidament o més lentament. És l'anomenat Efecte Doppler. Per tant, si tens una mostra d'un segon i tires cap a -12 (1 octava), la teva mostra només durará mig segon.
A l'editor d'instruments, clica al botó
. Aqui pots ajustar varis partàmetres per a tot l'instrument (no per a cada capa per separat). Els paràmetres que aqui pots ajustar son:Paràmetres d'contorn: , , , . (See Generador de Contorns)
: El volum general de l'instrument.
: Treu el volum del grup del que aquest instrument és membre (veure Enmudir Grup).
Paràmetres de filtre: ass, , .
És important que entenguies els Secció 8.1 per tal de continuar.
Quan l'instrument és disparat, el seu volum passa per un contorn ADSR. Els seus paràmetres són els següents:
Attack — the amount of time that the volume of the sample goes from 0 to the full velocity of the note. If the value is 0, the sample will play immediately at full velocity. If the value is 1.0, the sample volume will use the maximum time available for the attack parameter. [1]
Decay — the amount of time for the volume of the sample to go from full velocity down to the sustain volume. If the value is 0, the sample will immediately skip from the attack volume to the sustain volume. If the value is 1.0, the sample volume will use the maximum time available for the decay parameter.[1]
Sustain — the volume to play the note after the decay phase is over, and until the note is released. If set to 0, the note will be silent. If set to 1.0, the note will play at full velocity.
Release — the time to fade out the note from the sustain volume back down to 0 (silent). If set to 0, the note will fade out in the minimum amount of time (about 5 ms). If set to 1, it will fade out for the maximum time available.[1]
Si la mostra és més curta que els temps especificats, la mostra acabarà, sigui quina sigui la fase de l'ADSR en que es trobi. Si la nota està en sustain, no dibuixa la nota mentre l'estàs aguantant. Només aguanta el paràmetre guany (volum) durant aquest temps.
El guany configura el volum general de la mostra. Aquest guany és aplicat després del guany aplicat a nivell de capa, i abans del guany seleccionat per al mesclador. Si el Guany és 0, l'instrument no se sentirà. Si el guany és 1.0, el volum de les mostres no serà ajustat (p.e. 0 dB). Si el guany és major, les mostres seràn amplificades.
És molt fàcil posar el
massa alt, provocant que la mostra es saturi. Recorda provar el guany a velocitat màxima. Si satures la senyal aqui, serà pitjor quan Hydrogen ho processi.Hydrogen proporciona més grups per a enmudir dels que sabràs què fer-hi (cap a 256). Un grup per enmudir és una agrupació d'instruments que són mutualment exclusius — només un instrument pot estar-se tocant en un determinat moment. Si un s'està tocant i un altre instrument d'aquest grup és disparat, serà inmediatament silenciat (mut) i començarà a tocar-se l'altre instrument. És útil, sobretot per a instruments com ara el charles en els que el sò obert i el sò tancat són instruments diferents.
Si el grup d'enmudiment està Desactivat, l'instrument no és una part de cap grup d'enmudiment. Si el grup d'enmudiment està activat a qualsevol nombre, aleshores aquest és el grup al que l'instrument està assignat. Per posar altres instruments en el mateix sac, selecciona que el seu grup d'enmudiment tingui el mateix nombre. (Per exemple, per agrupar tots els charles, pots posar-los el seu grup d'enmudiment a 1. Per tenir la caixa dins d'un altre grup, posa el seu grup a 2.)
El filtre és un filtre passa-baixos ressonant. Si no vols fer-lo servir, clica
ass per a que es posi el botó vermell. Si no està vermell, el filtre està actiu. El paràmetre cutoff ajusta la freqüència de tall pel filtre. El paràmetre de ressonància ajusta com ressonarà la freqüència de tall. Si la ressonància està a 0, el filtre és un simple passa-baixos.La freqüència de tall del filtre varia amb la freqüència de mostreig de la teva tarja de sò. El rang del botó (de 0 a 1.0) està optimitzat per a una freqüència de mostreig de 48.000 kHz.
The random pitch parameter allows you to randomly vary the pitch of the sample every time it is triggered. The value is set between 0 and 1.0. The pitch change is fairly small: ±2 half-steps × value. Using this sparingly can help your sequences to sound more like a real drummer.
Amb tots els paràmetres que hi ha per configurar, pot ser dificil trobar quelcom que soni bé. Aquí tens uns consells per configurar un instrument:
Baixa el guany. Cada cop que tens un selector de guany (p.e. un amplificador), d'això se'n diu una etapa de guany. Amb cada etapa de guany és fàcil saturar la senyal — el que significa que la senyal es distorsiona per retall. Amés, si tens dues mostres que, per elles mateixes, claven els teus indicadors — et pots imaginar que passarà quan les combinis? Efectivament, saturaràs el guany de la senyal.
Si les coses sonen malament i distorsionades, comença baixant el guany a la capa... especialment si és major a 1.0. Llavors passa a baixar el guany de l'instrument, Llavors qualsevol guany en els efectes LADSPA. Llavors a l'atenuador del mesclador. Llavors a l'atenuador del volum de sortida principal.
Prova les mostres a velocitat màxima. La teva mostra serà tocada més fort si la velocitat és més alta. Per tant, si ho configures tot per a que soni bé a velocitat màxima 0.7, què passarà quan tinguis una velocitat màxima d'1.0? (Pista: retall...)
Intenta utilitzar mostres de com a màxim -6 dB Visualment, això vol dir que les mostres arribaràn com a màxim a mitja escala. D'una altra manera, canvia el guany de la capa aproximadament a .5.
Treu qualsevol compensació de DC de la mostra. En un edotor de mostres, normalment hi ha una linea cap al mig de l'ona de la mostra. Aquesta és la línea de zero. El començament de la teva mostra hauria de ser en aquest línea. El final de la teva mostra també hauria d'estar en aquesta línea. De totes manesre, si la teva senyal està una mica pe sota o per sobre de la linea, sentiràs un clic al començament i al final de qualsevol mostra tocada. Si el teu editor de mostres no té cap eina per a arreglar un problema de compensació de DC, pots eliminar el soroll posant un lleugera atenuació a l'inici i final de la mostra.
L'ADSR no ha de ser més llarg que la teva mostra. Si tens una mostra curta, no importa quant posis a l'atac i decay — la mostra acabarà igual.
Les coses canvien amb la freqüència de mostreig. Si tens un setup ben posat amb tots els teus paràmetres ben configurats... les coses cambiaràn si canvies la freqüència de mostreig de la tarja de sò. Alguns dels paràmetre interns de l'Hydrogen estan fets i basats en quantes mostres tens, i no quants segons passen. Les coses que poden canviar son: qualsevol cosa basada en el temps (com ara atac i release) i qualsevol cosa basada en la freqüència (com ara la freqüència de tall).
Hydrogen també afecta als sons fent servir qualsevol plugin LADSPA. Has de tenir instalades les fonts de LADSPA (disponibles a http://www.ladspa.org) i mentre això et donarà una idea genèrica de com funciona, hauries de provar el tema instalant algun plugin, és tan fàcil com scons && scons install. Aqui hi ha alguns llocs d'on descarregar plugins:
SWH-Plugins disponibles a http://plugin.org.uk. Fixa't que abans de compilar aquests plugins necessites el fitxer tar amb el FFTW de http://www.fftw.org.
CMT disponible a http://www.ladspa.org.
TAP disponible a http://tap-plugins.sf.net.
A LADSPA plugin is compiled, executable code. It is capable of hanging, crashing, freezing, screeching, overflowing buffers, and even phoning home. If you start having issues with Hydrogen, disable your plugins and see if things improve. Some plugins are not designed for real-time use, and some are just plain better than others.
Un cop hagis instalat uns quants plugins, obre una canç'a la que t'agradaria afegir-li un efecte i selecciona un instrument que estigui en algun paró. Clica a en el mesclador, selecciona una de les quatre linies d'efectes i clicaal botó Editar (
), a “Seleccionar l'efecte”: això obrirà una nova finestra (Figura 2.7) que permet escollir un efecte entre els instalats, estan ordenats alfabèticament i categoritzats. Una vegada fet, ajusta el nivell del mesclador i dona-li a tocar. Cada selector de la part de l'efecte controla el nivell pel seu efecte.
Si vols habilitar/deshabilitar ràpidament, clica a Bypass (
).
[1] Els paràmetres d'atac, decay i release es configuren tots a partir del nombre de mostres d'àudio. Això significa que el temps canvia segons la freqüència de mostreig de la teva tarja de sò. El màxim de temps és 100.000 mostres d'àucio (típicament, 2,27 segons a 44.1 kHz).
Això és una passada ràpida per Hydrogen. Mira't el tutorial per a més detalls.
Hydrogen has 2 main modes: "Pattern" mode and "Song" mode (refer to Secció 3 for the buttons to activate). When "Pattern" mode is activated the current pattern is continuously repeated. This mode is very well suited to tweak your pattern untill it's just right, since the pattern you are working on is constantly repeated. This way you can immediately hear the changes you have made. In "Song" mode the whole song is played. This is useful when putting together the patterns, to create the structure of the song.
We'll start from an empty song with an empty pattern, as created by default: "pattern" mode should be selected now. It is also possible to change name of the pattern. Now let's click on the “Play” button and while the pattern is playing let's add notes in the grid of the Song Editor (Figura 3.1) simply left_mouse_clicking on it: adjust grid resolution and BPM speed if needed. Remember some constraints of the grid: if you are working with a resolution of 16 you can't go back to 8 and remove a 16th note; same thing happens if you are working with a resolution of 8 and you try to insert a note in the middle of two bars (looking for a 16 bars precision): they will be placed on the previous or on the following 8th bar (unless you choose “off” from the Grid Resolution LCD, in this case you're free to place notes wherever you prefer). Be sure to select the correct pattern in the Song Editor before adding notes in the Pattern Editor!
Una vegada creats els patrons (Figura 3.2), es poden copiar/enganxar/esborrar arrossegant-les amb el ratolí (ha d'estar seleccionat el mode de selecció en l'Editor de Cançons i tenir apretat el botó dret del ratolí per a seleccionar la zona que vols moure o copiar).
Per descomptat sempre es pot utililtzar la finestra del mesclador, tant mentre estem creant els patrons com quan s'estan reproduïnt.
The Mixer frame (Figura 3.3) is made of 32 independent tracks, each of these is binded to an instrument, plus a "Master Output" line to adjust general output volume and a "FX" button to set effects. Every line features 3 buttons (
), pan adjust (
), current maximum peak, volume fader and name of the track. Clicking on
will play the selected instrument, cutting the others. The "Mute" button
, simply mute that instrument. The maximum peak indicates the maximum volume reached from the instrument; the peak must be in a range of 0.0 and 1.0 (in Figura 3.3 you can see a few volumes too loud), otherwise it will get distorted producing a weird sound (especially with OSS audio driver), in this case it's better to set volume down; keep an eye on each vu-meter.
[CTRL + N] = New Project
[CTRL + O] = Obrir fitxer
[CTRL + D] = Open Demo
[CTRL + S] = Desar fitxer
[CTRL + SHIFT + S] = Save File as
[CTRL + P] = Export Pattern as
[CTRL + M] = Export MIDI file
[CTRL + E] = Export Song
[CTRL + Q] = Quit Hydrogen
[ALT + B] = Show Director window
[ALT + M] = Show Mixer window
[ALT + I] = Show Instrument rack
[ALT + P] = Show Preferences window
[CTRL + ?] = Show manual
[Backspace] = Reinicia cançó o patró des de l'inici
[spacebar] = Play / Pause
[,] (comma key) = Tap tempo (beatcounter)
Aquest és un glossari dels termes generals més utilitzats en Hydrogen, sintetitzadors, bateries o samplers. Les definicions en aquest text estàn simplificades, però les definicions d'aqui són meés generals i tenen més explicacions. Per exemple, el text del manual et pot donar la idea que ADSR és l'unic tipus de generador d'contorns, i que només pot controlar el volum. Això és simple i convenient per als nous usuaris, però no és ben ben correcte.
Un tipus de generador d'contorns que et permet controlar l'Arac, Decay, Sustain, i Release. Generalment, els paràmetres són propircionals a la velocitat.
A Hydrogen, el generador d'contorns ADSR només control el volum (atenuació).
Llegeix més sobre el tema a l'article de la Wikipedia ADSR Envelope
Veure també Generador de Contorns, Attack, Decay, Sustain, Release.
Aquesta és la primera fase d'un contorn ADSR, i és la quantitat de temps per actirav el paràmetre des de 0 a velocitat màxima un cop disparada la nota.
Veure també ADSR.
En filtres i mescladors, la quantitat en que és reduïda una senyal (volum).
Veure també Roll-off.
A filter that preserves a certain band of frequencies, and attenuates (silences) all others. This is often done by combining a high-pass and a low-pass filter.
Veure també Filtre, Filtre Passa Alts, Filtre Passa Baixos.
Un fenòmen que li passa a una senyal quan aquesta és massa gran per al receptor. El pic de la senyal (que normalment es una corva suau) és tallat al volum màxim (tall). Això distorsiona el sò i acostuma a ser indesitjable.
Un exemple de retall és quan toques música més alt del que el teu altaveu pot suportar. Parts de la música sonen distorsionats.
Als filtres passa-alts i passa-baixos, és la freqüència que divideix les freqüències que passen i les que son atenuades (silenciades). En un filtre ressonant passa alts, o en un filtre passa-baixos ressonant, la freqüència de tall és també la zona de freqüència que és amplificada.
Per exemple, si tens un filtre passa-baixos i configures la freqüència de tall alta (p.e. 20kHz)... el filtre no afectarà al sò. Totes les freqüències audibles passaràn sense modificació. Si baixes la freqüència de tall cap a 40 Hz (la corda gruixuda d'un baix), sona com algú tapant un altaveu. Les freqüències més altes atenuades estàn per sobre 30 Hz.
Veure també Filtre, Filtre Passa Alts, Filtre Passa Baixos, Filtre de ressonància.
Un cop assolida la velocitat màxima de l'atac, és la quantitat de temps per baixar de nivell de màxima velocitat a nivell de sustain.
Veure també ADSR.
Una manera de controlar (canviar) el paràmetre durant el temps com a resposta a disparar, i aguantar una nota.
Se t'han muntat els ulls? Tornem-ho a provar:
Imagina't que estàs tocant una nota amb un teclat i tens l'altra mà a un botó (volum, freq. de tall del filtre, etc.). Mentre toques la nota, mous el botó (a vegades amunt, a vegades avall... o avall, llavors amunt). Fas el mateix en cada nota. Això és el que un generador de contorns. Mira també ADSR
Un control per a ajustar la atenuació (volum) en un mesclador. Els atenuadors sempre tenen reductor d'"audio", el que vol dir que la quantitat en l'atenuació canvia en una escala exponencial.
Un dispositiu que canvia el sò atenuant certes freqüències. Un botó de tò és un exemple d'un filtre passa baixos.
Veure també Filtre passa-bandes, Filtre Passa Alts, Filtre Passa Baixos, Filtre de ressonància.
En un amplificador, ajusta quant (o quan poc) una senyal és amplificada (volum). Un guany més alt dóna una senyal més alta.
Un filtre que atenua (silencia) les freqüències baixes, i deixa passar les freqüències altes.
Veure també Filtre, Freqüència de tall.
A Hydrogen un instrument és un generador de sò (com un bombo o un tambor).
En un instrument pots carregar vàries mostres (cada una anomenada capa), i tenir una mostra diferent depenent de la velocitat de la nota. Només una mostra es tocarà a la vegada.
Suposem que tens una mostra d'un tambor tocat fluix. Si simplement toques la mostra més fort —no sonarà igual que si el tambor s'ha tocat ben fort. Si vols que això sigui igual al teu instrument, pots carregar una mostra per notes fluixes i una mostra diferent per a tocar fort.
Veure també Instrument.
A filter that attenuates (silences) high frequencies, but allows low frequencies to pass through.
Veure també Filtre, Freqüència de tall.
Per fer un soroll. Una configuració en un instrument que no deixa que hi hagi sortida d'àudio.
Un grup d'instruments (mostres) que s'han d'enmudir (deixar de reproduïr) inmediatament un cop un altre instrument del mateix grup és disparat.
Això normalment es fa servir en el charles, on hi ha un instrument diferent (mostra) per quan està obert o tancat. Amb un charles real el sò de l'obert deixarà de sonar quan es tanca. De totes maneres, si fas servir dues mostres — el sò obert continuarà sonant fins i tot després que hagis disparat el sò tancat. Posant els dos intruments al mateix grup d'enmudiment (grup #1, per exemple)... disparar una nota de tancat aturarà inmediatament el só de l'obert (i vicevèrsa)
Un rang de freqüències en el que la freqüència més alta és exactament el doble de la freqüència més baixa.
Per exemple, el rang de 20 Hz a 40 Hz és una octava. Igual que de 120 Hz a 240 Hz, i 575 Hza a 1150 Hz. Mentre les diferències de freqüències són molt diferents (10 Hz, 120 Hz i 575 Hz, respectivament), per a l'oida humana sonen a la mateixa distància.
Un cop la nota s'ha alliberat, és la quantitat de temps per passar del nivell de sustain a zero.
Veure també ADSR.
Quan ens referim a un filtre de ressonància, aquest paràmetre determina quant s'amplificarà (guany) a les freqüències a la zona de tall.
Veure també Filtre de ressonància.
Un filtre que amplifica un rang de freqüències molt petit. Típicament serà part d'un filtre passa alts o passa baixos, en el que les freqüències amplificades estàn entrades a la freqüència de tall.
Veure també Filtre, Freqüència de tall, Ressonància.
És la quantitat de freqüències que són atenuades (suprimides) quan la freqüència canvia (tipicament mesurat en dB per octava).
For example, in a low-pass filter the frequencies below the cutoff frequency are not attenuated (they pass-through with the same volume). Same with the cutoff frequency. As you go above the cutoff frequency, the frequencies that are near the cutoff frequency are not attenuated very much at all. However, the frequencies that are much higher than the cutoff are attenuated (suppressed) a lot. This is usually approximated by a straight line (on a log scale) and measured in in dB of attenuation per octave of frequency.
Una grabació curta d'un sò, normalment entre .1 i 3.0 segons de duració.
El nivell en que es manté la nota després de passat el temps de decay. Aquest nivell es manté fins que es deixa anar.
Veure també ADSR.
La força amb la que toques la nota.
Els dispositius MIDI són requerits per a enviar aquesta informació al llarg de la nota. Els sintetitzadors utilitzen informació per a ajustar varis paràmetres de la mostra (típicament el volum). A Hydrogen, només s'utilitza per ajustar el volum de la mostra reproduïda.