Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/automata/osc-web
/ functions
Functions
282 in github.com/automata/osc-web
⨍
Functions
282
◇
Types & classes
0
Function
AstFunction
(name, params, body)
deprecated/test-app/lib/processing.js:11326
Function
AstInlineClass
(baseInterfaceName, body)
deprecated/test-app/lib/processing.js:11301
Function
AstInlineObject
(members)
deprecated/test-app/lib/processing.js:11353
Function
AstInnerClass
(name, body)
deprecated/test-app/lib/processing.js:11560
Function
AstInnerInterface
(name)
deprecated/test-app/lib/processing.js:11553
Function
AstInterface
(name)
deprecated/test-app/lib/processing.js:11825
Function
AstLabel
(label)
deprecated/test-app/lib/processing.js:11926
Function
AstMethod
(name, params, body)
deprecated/test-app/lib/processing.js:11869
Function
AstParam
(name)
deprecated/test-app/lib/processing.js:11172
Function
AstParams
(params)
deprecated/test-app/lib/processing.js:11178
Function
AstPrefixStatement
(name, argument, misc)
deprecated/test-app/lib/processing.js:11914
Function
AstRoot
(statements)
deprecated/test-app/lib/processing.js:12028
Function
AstStatement
(expression)
deprecated/test-app/lib/processing.js:11498
Function
AstStatementsBlock
(statements)
deprecated/test-app/lib/processing.js:12004
Function
AstVar
(definitions, varType)
deprecated/test-app/lib/processing.js:11484
Function
AstVarDefinition
(name, value, isDefault)
deprecated/test-app/lib/processing.js:11447
Function
Biquad
(type, sampleRate)
deprecated/test-app/lib/dsp.js:1428
Function
Bundle
* * OSC Bundle *
deprecated/node-osc/lib/osc.js:125
Function
Client
* * OSC Client *
deprecated/node-osc/lib/osc.js:442
Function
DFT
* DFT is a class for calculating the Discrete Fourier Transform of a signal. * * @param {Number} bufferSize The size of the sample buffer to be comp
deprecated/test-app/lib/dsp.js:286
Function
Entry
(pair)
deprecated/test-app/lib/processing.js:3789
Function
FABridge
(target,bridgeName)
deprecated/test-app/lib/socket.io.js:947
Function
FABridge__bridgeInitialized
(bridgeName)
deprecated/test-app/lib/socket.io.js:1029
Function
FABridge__invokeJSFunction
(args)
deprecated/test-app/lib/socket.io.js:1000
Function
FFT
* FFT is a class for calculating the Discrete Fourier Transform of a signal * with the Fast Fourier Transform algorithm. * * @param {Number} buffer
deprecated/test-app/lib/dsp.js:341
Function
FourierTransform
(bufferSize, sampleRate)
deprecated/test-app/lib/dsp.js:230
Function
GraphicalEq
(sampleRate)
deprecated/test-app/lib/dsp.js:1784
Function
IDataType
(value, typetag)
deprecated/node-osc/lib/osc.js:218
Function
IIRFilter
(type, cutoff, resonance, sampleRate)
deprecated/test-app/lib/dsp.js:1152
Function
IIRFilter2
(type, cutoff, resonance, sampleRate)
deprecated/test-app/lib/dsp.js:1244
Function
Iterator
(conversion, removeItem)
deprecated/test-app/lib/processing.js:3686
Function
JSPack
()
deprecated/node-osc/lib/node-jspack/jspack.js:7
Function
K
()
deprecated/test-app/lib/js/jquery-ui-1.8.9.custom.min.js:477
Function
Ka
(a)
deprecated/test-app/lib/js/jquery-1.4.4.min.js:16
Function
Marsaglia
(i1, i2)
deprecated/test-app/lib/processing.js:5733
Function
Message
* * OSC Message *
deprecated/node-osc/lib/osc.js:16
Function
MultiDelay
* MultiDelay effect by Almer Thie (http://code.almeros.com). * Copyright 2010 Almer Thie. All rights reserved. * Example: http://code.almeros.com/co
deprecated/test-app/lib/dsp.js:1900
Function
Oa
(a,b)
deprecated/test-app/lib/js/jquery-1.4.4.min.js:20
Function
Oscillator
* Oscillator class for generating and modifying signals * * @param {Number} type A waveform constant (eg. DSP.SINE) * @param {Number} frequen
deprecated/test-app/lib/dsp.js:897
Function
PImage
(aWidth, aHeight, aFormat)
deprecated/test-app/lib/processing.js:8481
Function
PVector
(x, y, z)
deprecated/test-app/lib/processing.js:33
Function
PerlinNoise
(seed)
deprecated/test-app/lib/processing.js:5787
Function
RFFT
(bufferSize, sampleRate)
deprecated/test-app/lib/dsp.js:538
Function
Reverb
* Reverb effect by Almer Thie (http://code.almeros.com). * Copyright 2010 Almer Thie. All rights reserved. * Example: http://code.almeros.com/code-e
deprecated/test-app/lib/dsp.js:2092
Function
Sampler
(file, bufferSize, sampleRate, playStart, playEnd, loopStart, loopEnd, loopMode)
deprecated/test-app/lib/dsp.js:769
Function
Server
* * OSC Server *
deprecated/node-osc/lib/osc.js:383
Function
Set
(conversion, isIn, removeItem)
deprecated/test-app/lib/processing.js:3721
Function
SetPixelContextWrapper
()
deprecated/test-app/lib/processing.js:8806
Function
ShortBuffer
* * OSC Message encoding and decoding functions *
deprecated/node-osc/lib/osc.js:203
Function
SingleDelay
* SingleDelay effect by Almer Thie (http://code.almeros.com). * Copyright 2010 Almer Thie. All rights reserved. * Example: See usage in Reverb class
deprecated/test-app/lib/dsp.js:2001
Function
TBlob
(value)
deprecated/node-osc/lib/osc.js:301
Function
TDouble
(value)
deprecated/node-osc/lib/osc.js:317
Function
TFloat
(value)
deprecated/node-osc/lib/osc.js:284
Function
TInt
(value)
deprecated/node-osc/lib/osc.js:251
Function
TString
(value)
deprecated/node-osc/lib/osc.js:229
Function
TTimetag
(value)
deprecated/node-osc/lib/osc.js:268
Function
U
()
deprecated/test-app/lib/js/jquery-1.4.4.min.js:16
Function
WebSocketEvent
* Basic implementation of {@link <a href="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-interface">DOM 2 EventInterface</a>} * * @c
deprecated/test-app/lib/socket.io.js:1777
Function
WindowFunction
(type, alpha)
deprecated/test-app/lib/dsp.js:1308
Function
Ya
(a)
deprecated/test-app/lib/js/jquery-1.4.4.min.js:55
Function
ca
()
deprecated/test-app/lib/js/jquery-1.4.4.min.js:16
Function
contextMenu
(e)
deprecated/test-app/lib/processing.js:4809
Function
d
(e)
deprecated/test-app/lib/js/jquery-1.4.4.min.js:72
Function
getter
()
deprecated/test-app/lib/processing.js:8815
Function
h
()
deprecated/test-app/lib/socket.io.js:924
Function
imageModeCenter
(x, y, w, h, whAreSizes)
deprecated/test-app/lib/processing.js:1097
Function
imageModeCorner
(x, y, w, h, whAreSizes)
deprecated/test-app/lib/processing.js:1078
Function
imageModeCorners
(x, y, w, h, whAreSizes)
deprecated/test-app/lib/processing.js:1088
Function
instanceFactory
(objID)
deprecated/test-app/lib/socket.io.js:994
Function
lb
(a,b)
deprecated/test-app/lib/js/jquery-1.4.4.min.js:125
Function
mouseWheelHandler
(e)
deprecated/test-app/lib/processing.js:10708
Function
r
(g,i)
deprecated/test-app/lib/js/jquery-1.4.4.min.js:95
Function
setter
(value)
deprecated/test-app/lib/processing.js:8819
Function
stringify
(value,whitelist)
deprecated/test-app/lib/json.js:7
Function
text$line$3d
(str, x, y, z, align)
deprecated/test-app/lib/processing.js:10197
Function
transformGlobalClass
(class_)
deprecated/test-app/lib/processing.js:11852
Function
transformGlobalMethod
(method)
deprecated/test-app/lib/processing.js:11886
Function
unobserve
(obj, event, handler)
deprecated/test-app/lib/processing.js:5281
Function
va
(a)
deprecated/test-app/lib/js/jquery-1.4.4.min.js:68
Function
verifyChannel
(aColor)
deprecated/test-app/lib/processing.js:4376
Function
wa
(a)
deprecated/test-app/lib/js/jquery-1.4.4.min.js:68
Function
wrapper
()
deprecated/test-app/lib/processing.js:8808
← previous
201–282 of 282, ranked by callers