NOISK8
Effects are added to Player objects as keywords instructions like dur or amp but are a little more tricky. Each effect has a "title" keyword, which requires a nonzero value to add the effect to a Player. Effects also have other attribute keywords which can be any value and may have a default value which is set when a Player is created.

High Pass Filter - Title keyword: hpf, Attribute keyword(s): hpr. Solo frecuencias por encima del valor de hpf se mantienen en la señal final. Usa hpr para establecer la resonancia (generalmente un valor entre 0 y 1).

Low Pass Filter - Title keyword: lpf, Attribute keyword(s): lpr. Solo frecuencias por debajo del valor de lpf se mantienen en la señal final. Usa lpr para establecer la resonancia (generalmente un valor entre 0 y 1).

Bitcrush - Title keyword: bits, Attribute keyword(s): crush. La profundidad de bits, en número de bits, a la que se reduce la señal; este es un valor entre 1 y 24 donde se ignoran otros valores. Usa crush para establecer la cantidad de reducción de la velocidad de bits -bitrate- (por defecto es 8).

Reverb - Title keyword: room, Attribute keyword(s): mix. El argumento room especifica el tamaño de la sala y mix es la mezcla seca / húmeda (dry/wet) de reverberación; un valor entre 0 y 1 (por defecto es 0.25).

Chop - Title keyword: chop, Attribute keyword(s): sus. Corta la señal en trozos usando una onda de pulso de baja frecuencia sobre el sustain de una nota.

Slide To - Title keyword: slide, Attribute keyword(s): Slides the frequency value of a signal to freq * (slide+1) over the duration of a note (defaults to 0)

Slide From - Title keyword: slidefrom, Attribute keyword(s): Slides' the frequency value of a signal from freq * (slidefrom) over the duration of a note (defaults to 1)

Comb delay (echo) - Title keyword: echo, Attribute keyword(s): decay. Establece el tiempo de caída (decay) para cualquier efecto de eco en beats, funciona mejor con un Sample Player (por defecto es 0).

Panning - Title keyword: pan, Attribute keyword(s): Panning, donde -1 está más a la izquierda, 1 está muy a la derecha (por defecto es 0).

Vibrato - Title keyword: vib, Attribute keyword(s): Vibrato (por defecto es 0)

Undocumented: Spin, Shape, Formant, BandPassFilter, Echo