jasch
 
jasch objects 0.7
alphabetical listing

2016/06/26

name

_
__
.
3Dcartopol
3Dmatrix
3Dpoltocar
180wrap
a2db~
bartime
bcf2000
bezier
bitlist
bits2int
bspline
bytecount
ccext
ceil
centlist
changelist
checklist
compare
comport
copysign
createfolder
d2r
datatype
db*~
db2a~
dcblocker~
deltalist
detox
dist~
duplist
dynroute
euler_constant
exp
exp2
filemanager
floor
fromascii
gaze
getpaths
getenv
goldensection
groupID
heading
hexlist
hsv2rgb
hypot
idx
insertlist
interpol
intox
ldexp
log
log2
log10
logb
mathslist
memchr
memcmp
memcpy
memmove
memset
mmmlist
mtx
multisplit
n!
nn2bits
p4mat
peakfollow~
peaklist
pi_constant
piwrap
pop
posit
processes
r2d
replacelist
rgb2yuv
rotatexyz
round
slicelist
slidelist
statlist
str2ul
strcat
strchr
strcmp
strcoll
strcpy
strcspn
strcut
streamlist
strfilt
stricmp
strlen
strncat
strncmp
strncpy
strpbrk
strrchr
strrcut
strspn
strstr
strtok
sumlist
timestamp
timex
toascii
toxine
xframe~
xorlist

function group

shorthand
shorthand
shorthand
3D geometry
3D geometry
3D geometry
3D geometry
DSP
utilities
controllers
3D geometry
binary conversion
binary conversion
3D geometry
file system utilities
controllers
maths
list operations
list operations
list operations
list operations
controllers
maths
file system utilities
angle conversion
utilities
DSP
DSP
DSP
list operations
xml files
DSP
list operations
utilities
constants
maths
maths
file system utilities
maths
ascii conversion
3D geometry
file system utilities
file system utilities
constants
utilities
controllers
list operations
color conversion
maths
utilities
list operations
list operations
xml files
maths
maths
maths
maths
maths
list operations
C string library
C string library
C string library
C string library
C string library
list operations
utilities
utilities
maths
binary conversion
utilities
DSP
list operations
constants
angle conversion
utilities
patcher scripting
file system utilities
angle conversion
list operations
color conversion
3D geometry
maths
list operations
list operations
list operations
C string library
C string library
C string library
C string library
C string library
C string library
C string library
C string library
list operations
C string library
C string library
C string library
C string library
C string library
C string library
C string library
C string library
C string library
C string library
C string library
C string library
utilities
utilities
utilities
ascii conversion
xml files
DSP
list operations

short description

(underscore) shorthand prepend set
(double underscore) multiple prepend
(dot) shorthand bang
convert cartesian to polar coordinates in 3D (lefthanded coordinate system)
perform matrix-operations on 3D-points: translate / scale / rotate / skew
convert polar to cartesian coordinates in 3D (lefthanded coordinate system)
wrap angles at 180 / -180
linear amplitude to decibel conversion
display time in bar:beats:ticks/ms
parse nrpn value from MIDI stream
bezier curve from 4 ctrl points in 3D
integer to bitlist and back w/ zeropadding
bitlist to integer (32 bit)
bspline curve from n ctrl points in 3D
size of a file in bytes
merge 2 7bit-integers to 14 bit / change / deflutter (also deflutter only)
next higher integer from float
center of gravity of a list
filter out repeated lists, supports all standard datatypes
compare two lists
compare 2 elements <, ==, >
alternative serial port ported from PureData
copy the sign from sign-value to value
create a folder in the file system (Mac OS only)
convert degree to radians / offset
show datatype
multiply signal by dB w/ slide interpolation
decibel to linear amplitude conversion
remove DC offset from a signal
subtract one list from another
extract value and content from tags
logarithmic distance gain formula
remove duplicates from a list
dynamic route object
e and it's reciprocal
e^n : euler constant raised to nth power
2^n : 2 raised to nth power
manage files on the filesystem (Mac Os only)
next lower integer from float
ascii code to atom(s)
3D to 2D perspective projection for points in 3D
get System paths (Mac OS only)
get environment variables from system (on mac: abstraction using shell)
the golden section and it's reciprocal
manage instance numbers by groups
heading and inclination angles from joystick
8bit ascii to hex list
color space conversion (circular swatch)
hypotenuse from two sides of a right triangle
prepend index to anything / extended counter
insert item(s) into a list
interpolate lists of floats/ints by index or steps
en-tab line for xml formatting
value * 2^exp
natural logarithm
base 2 logarithm
base 10 logarithm
logarithmic exponent
basic maths operations / bitshifting on lists
search buffer for a character
compare two buffers
copy bytes to buffer from buffer
copy bytes to buffer from buffer
fill buffer with specific character
min, max, mean of a list of value
mutually exclusive switching
split a stream of values into several ranges
factorial of n
integer to bitlist (32 bit)
format messages for pattrforward
follow signal with exponential decay
highest/lowest value of a list
pi and it's reciprocal
wrap angles at pi / -pi
bang counter, filter or repeat bangs
infos about objects, class-name, scripting name, box-coordinates
system commands to processes: experimental Mac OS only
convert radians to degree / offset
replace item(s) in a list
color space conversion (yuv, uvyv)
angle-axis rotation from xyz angles
round to closest integer
slice list into equal sublists
slide lowpass filter for list, int & float
statistics on a list
convert case of characters
append string
find character in string
compare two strings
compare two strings <, ==, >
copy string
search string for occurence of characer set
terminate string at specified position n
shifting register for list, int & float
filter string according to character type
compare two strings case insensitive
string length
append substring to string
compare some characters of two strings
copy characters from one string to another
scan string for specific character
find last occurrence of character in string
eliminate section of string before specified position
get length of substring composed of give characters
find substring
sequentially truncate string if delimiter is found
the sum of a list (sigma)
get sysdate & time and ms
convert time to ms and vice-versa
atom(s) to ascii code
read and write file from/to disk by lines
generate amplitudes from fft frame
the sum xor'ed members of a list