what :
Home > Search > send

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
jit.concat External Concatenate two matrices
The jit.concat object takes two matrices as input, and sends a single concatenated matrix out.
jit.fill External Fill a matrix with a list
The jit.fill object fills one plane of a named matrix with the values of a list received in its left inlet. The offset and plane attributes determine the cells to be filled. Upon completion, the jit.fill object sends a bang message out its left outlet.
jit.findbounds External Calculate bounding dimensions for a range of values
The jit.findbounds object scans a matrix for values in the range [min, max] and sends out the minimum and maximum points that contain values in the range [min, max]. The minimum point is sent as a list out the leftmost outlet, and the maximum point is sent as a list out the second outlet. If both points are all -1 values, then there are no points in the range [min, max] in the matrix.
jit.iter External Iterate a matrix as a series of Max lists/values
The jit.iter object iterates through all the cells of a matrix, sending a max message or list for each cell out the object's left outlet. The jit.iter object also sends a list of ints out its middle outlet that contains the current cell coordinates.
jit.la.determinant External Calculate the determinant of a matrix
The jit.la.determinant object calculates the determinant of a given input matrix, and send the result out the leftmost outlet. The input matrix must have type float32 or float64, and may have planecount 1 or 2. If the input matrix has a planecount of 2, it is assumed that the data is from the set of complex numbers, and the output determinant is a list of 2 floating point values. The first element is the real component and the second element is the imaginary component.
jit.la.diagproduct External Calculate the product across the main diagonal
The jit.la.diagproduct object calculates the product across the main diagonal of a given input matrix, and send the result out the leftmost outlet. The input matrix must have type float32 or float64, and may have planecount 1 or 2. If the input matrix has a planecount of 2, it is assumed that the data is from the set of complex numbers, and the output product is a list of 2 floating point values. The first element is the real component and the second element is the imaginary component.
jit.la.trace External Calculate the sum across the main diagonal
The jit.la.trace object calculates the sum across the main diagonal of a given input matrix, and send the result out the leftmost outlet. The input matrix must have type float32 or float64, and may have planecount 1 or 2. If the input matrix has a planecount of 2, it is assumed that the data is from the set of complex numbers, and the output sum is a list of 2 floating point values. The first element is the real component and the second element is the imaginary component.
jit.net.recv External receive matrix data over the network
Receive matrices from a jit.net.send object via TCP/IP
jit.net.send External send matrix data over the network
Send matrices to a jit.net.recv object via TCP/IP
jit.qt.videoout External Output video to QuickTime video output component
The jit.qt.videoout object takes a matrix as input, compresses the data and sends it directly to a video output component (VOC), such as that supported by DV cameras (via the FireWire VOC) or a special video card (such as the Matrox RT).
key-bang Abstraction Sends out a bang whenever a certain key is pressed.
Sends out a bang whenever a certain key is pressed. The argument is the ASCII-number of that key.
Lbondo External An object to send complete lists upon change of any data
ldp1550 External ldp1550 is an interface to the Sony Corporation LDP-1550 Laser Disk Player (LDP).
ldp1550 is an interface to the Sony Corporation LDP-1550 Laser Disk Player (LDP). It sends commands to a serial or serialX object, which controls the serial port that the LDP is attached to, and responds to data returned from the LDP via the serial or serialX object.
Limite External send 1 when input value in between two limits, else 0 (ints or floats) it only send 0 and 1 once
List Operations &tc. Abstraction this is for lists what the int object is for integers.
this is for lists what the int object is for integers. bang in left inlet sends the stored list out the outlet.
page : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

Libraries
lh_midi objects
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='151'Leigh Hunt These objects can be utilised to send and receive all types of midi data to and from a max4live device.

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