what :
Home > Search > in~

Objectspage : 1 2 3
ike.gain~ Abstraction A simple audio gain abstraction that includes settable defaults and a line~ object for ramping gain changes.
in~ External Define a signal input in a patcher loaded by poly~
jcom.gain~ External Control level as well as dry/wet mix
mandolin~ External mandolin physical model, STK, synthesis toolkit
noise~ External Noise generator
Noise generator. noise~ is pretty simple. Just connect its outlet to something and you get noise. White noise*. The signal input is ignored. You could use it with begin~.
oddfm~ Abstraction an odd use of the tap object for frequency modulation goodness.
the patch is in the detailed description.
max v2;
#N vpatcher 123 44 330 267;
#P window setfont "Sans Serif" 9.;
#P newex 63 79 31 196617 +~ 1;
#N comlet out~;
#P outlet 10 178 15 0;
#N comlet index (signal/float);
#P inlet 129 45 15 0;
#P newex 63 115 27 196617 *~;
#N comlet modulator ~;
#P inlet 63 45 15 0;
#N comlet carrier ~;
#P inlet 10 45 15 0;
#P newex 10 140 44 196617 tapout~;
#P newex 10 79 38 196617 tapin~;
#P comment 10 27 44 196617 carrier;
#P comment 63 27 53 196617 modulator;
#P comment 129 27 43 196617 index!;
#P comment 74 157 100 196617 cheap and delicious!;
#P connect 6 0 4 0;
#P connect 4 0 5 0;
#P fasten 8 0 5 0 68 136 15 136;
#P connect 5 0 10 0;
#P connect 7 0 11 0;
#P connect 11 0 8 0;
#P fasten 9 0 8 1 134 102 85 102;
#P pop;
pfft~ External pfft~ sets up its own signal chain for the processing of frequency-domain signals. the actual windowing and FFT is performed by the fftin~ and fftout~ objects, used in conjunction with pfft~.
plugin~ External Define a plug-in's audio inputs
pvgrain~ External a spectrum analyzer for granular resynthesis
selector~ External Switch output among several input signals
Switch output among several input signals. The selector~ object is a version of the Max switch object for signals. It takes an argument for number of inputs (one is the default) and lets you turn incoming signals on and off by sending an int to its left inlet. If there is more than one input, selector~ shuts off all inputs except the one you select, where 1 selects the input to the right of the leftmost inlet, 2 selects the next one to the right, etc. selector~ can also control the activation or deactivation of part of a signal processing network. For an example, see the begin~ help file. Note: "shutting off" a signal means disconnecting it from gate's output and outputting a zero signal instead. This is different from the behavior of the Max switch object.
sig~ External Output a constant value as a signal
Output a constant value as a signal. This object converts a float or int to a signal. It also accepts a signal in, which it ignores. You connect a begin~ to the input of a signal to use it in defining the start of a signal processing network you want to turn on or off.
tap.plug.in~ External Pluggo-building utility - wrapper for plugin~
a wrapper for plugin~
tap.poly.sustain~ External poly sampling looper windowed
windowed-capture looper
tap.sustain~ External sampling looper windowed
windowed-capture looper
tapin~ External Input to signal delay line
tapin~ receives a signal in and copies into a delay line. Using tapout~ objects, you can read from the delay line at various delay times. You must connect the outlet of a tapin~ object to the tapout~ objects you want to use with the delay line. Note that this is not a signal connection, since no signal travels between the objects. It is merely a way to indicate that the objects share the same delay memory.
page : 1 2 3

4855 objects and 135 libraries within the database Last entries : December 23rd, 2023 Last comments : 0 0 visitor and 91597198 members connected RSS
Site under GNU Free Documentation License