what :
Home > Search > ~

Objectspage : 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
bitnot~ External Bitwise not signal operator.
Bitwise not signal operator. Can perform bitwise boolean operations on a floating point signal as bits or as an integer. Note that if you are converting the floats to ints and back that single precision floating point values only retain 24 bits of integer resolution. The floating point bits from left to right are <1 sign bit> <8 exponent bits> <23 mantissa bits>.
bitor~ External Bitwise or signal operator.
Bitwise or signal operator. Can perform bitwise boolean operations on a floating point signal as bits or as an integer. Note that if you are converting the floats to ints and back that single precision floating point values only retain 24 bits of integer resolution. I'll probably make some hr.bitwise objects at some point. The floating point bits from left to right are <1 sign bit> <8 exponent bits> <23 mantissa bits>.
bitsafe~ External bitsafe~ detects NaN(not a number) and +/- infinity, in an incoming signal and replaces any occurences with zero.
bitsafe~ detects NaN(not a number) and +/- infinity, in an incoming signal and replaces any occurences with zero. This is useful in conjunction with the bitwise operators, or any other situation where these values are possible.
bitshift~ External Bitwise shift signal operator.
Bitwise shift signal operator. Can perform bitwise operations on a floating point signal as bits or as an integer. Note that if you are converting the floats to ints and back that single precision floating point values only retain 24 bits of integer resolution. The floating point bits from left to right are <1 sign bit> <8 exponent bits> <23 mantissa bits>. positive shift values correspond to left shifting that number of bits, negative shift values correspond to right shifting that number of bits.
bitxor~ External Bitwise xor signal operator.
Bitwise xor signal operator. Can perform bitwise boolean operations on a floating point signal as bits or as an integer. Note that if you are converting the floats to ints and back that single precision floating point values only retain 24 bits of integer resolution. The floating point bits from left to right are <1 sign bit> <8 exponent bits> <23 mantissa bits>.
bline External bang-based multi-segment line object
The bline object is an event-driven version of the Max line object. It takes a breakpoint list of [target] [time_to_target] pairs and 'tweens' appropriately to generate a smooth function. The major difference is that the bline object is driven by bang messages sent to its left inlet instead of being driven by the Max scheduler. This gives the object a flexible timebase, which is useful when working with events that have a variable processing time (such as rendering matrices in Jitter). As with the line object, the bline object sends a bang out the object's right outlet when the current ramp is finished. It works with integer and floating point numbers, can be stopped (with the stop message), and can use multi-segment lists (unlike Max line, but in keeping with the MSP equivalent, line~).
blit~ External Band Limited Impulse Train.
blotar~ External flute guitar hybrid model, STK, synthesis toolkit
boner~ External poke it in and peek it out
bonk~ External percussion follower for Max/MSP
percussion follower for Max/MSP by Miller Puckette, MSP port by Ted Apel.
bowedbar~ External physical model of a bowed percussion bar, STK, synthesis toolkit
bowed~ External physical model of a bowed string instrument, STK, synthesis toolkit
bpass1~ Abstraction band-pass filter
Like apass2~, this second-order IIR band-pass filter computes coefficients for a biquad~. A band-pass filter only lets a certain band of frequencies pass through it. The band is defined by a center frequency and a bandwidth (usually the width in Hz where the volume on either side of the center frequency is attenuated by -3dB). Anyone who has worked with an analog bandpass filter will quickly understand what to do with it!
brass~ External physical model of a brass instrument, STK, synthesis toolkit
brightness~ External Spectral Centroid Measure
page : 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

Libraries
Turn_To_FFT
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='22'Mitchell Turner Turn_To_FFT_1.01 is a set of pfft~ subpatches that punch irregular holes into the spectrum of a sound.

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