- Patches (74)
- Patchlists (0)
- Ops (123)
- Likes (155)
- Followers (38)
- Following (43)
Op | Summary |
---|---|
Array3PushNumbersOps.Array.Array3PushNumbers | Push three numbers to the end of an array (was ArrayPushValue3x) |
ArrayChunkOps.Array.ArrayChunk | Extracts x elements from an array |
BoolStateArrayOps.Array.BoolStateArray | Array filled with `0`, only one can be `1` |
CropArrayOps.Array.CropArray | Crops an array |
ReverseArray3Ops.Array.ReverseArray3 | Reverses an array with value triplets [x, y, z, ...] |
ShuffleArrayOps.Array.ShuffleArray | Randomizes the order of elements inside an array |
WeaveArraysOps.Array.WeaveArrays | Weaves two arrays together (combine, join, merge) |
BpmTapOps.Audio.BpmTap | Let’s you tap in a beat, useful to synchronise visuals to music (VJ, sync, sound) |
CallBackOps.Cables.CallBack | Executes an external function (external javascript) |
LoadingStatusTaskOps.Cables.LoadingStatusTask | Starts / stops a loading task (async loader) |
ColorPalettesOps.Color.ColorPalettes | Contains a collection of nice color palettes output to texture or array via index |
ColorValueOps.Color.ColorValue | Use a color value on multiple places |
HexToRGBOps.Color.HexToRGB | Converts a hex color like `#ff0000` to number values |
TraceOps.Debug.Trace | Outputs a stack trace to the console |
IftttTriggerOps.Deprecated.Api.Ifttt.IftttTrigger | Triggers a custom event in the maker channel of IFTTT |
ReadEntriesOps.Deprecated.Api.ThingSpeak.ReadEntries | Reads the most recent entries from ThingSpeak |
ReadLastEntryOps.Deprecated.Api.ThingSpeak.ReadLastEntry | Reads the last entry from a channel from ThingSpeak |
WriteOps.Deprecated.Api.ThingSpeak.Write | Writes a value to ThingSpeak |
ArrayBreakOutOps.Deprecated.Array.ArrayBreakOut | Breaks out the values of an array (array-value converter) |
ArraySliceOps.Deprecated.Array.ArraySlice | Extracts parts of an array (shallow copy) |
CopyArrayOps.Deprecated.Array.CopyArray | Makes a copy of an array (clone, duplicate) |
CarouselOps.Deprecated.Carousel | |
LogOps.Deprecated.Debug.Log | Prints something to the developer console |
MemoryStatsOps.Deprecated.Debug.MemoryStats | |
TriangleNetworkOps.Deprecated.Exp.TriangleNetwork | |
SceneMixerCircularOps.Deprecated.Exp.Trigger.SceneMixerCircular | Triggers a certain scene based on the index |
PickerOps.Deprecated.Gl.Shader.Picker | Test if the mouse hovers over drawn elements |
CustomElementOps.Deprecated.Html.CustomElement | |
TouchEventOps.Deprecated.Html.Event.TouchEvent | |
ObjectRelayOps.Deprecated.Json.ObjectRelay | Let’s a object through only if control bool is true |
Max2Ops.Deprecated.Math.Max2 | Returns the biggest number |
MqttReceiveOps.Deprecated.Net.Mqtt.MqttReceive | Receives a message via MQTT (IoT, subscribe, listen) |
MqttReceive_v2Ops.Deprecated.Net.Mqtt.MqttReceive_v2 | Receives a message via MQTT (IoT, subscribe, listen) |
MqttSendOps.Deprecated.Net.Mqtt.MqttSend | Sends a MQTT-message |
MqttSend_v2Ops.Deprecated.Net.Mqtt.MqttSend_v2 | Sends a MQTT-message |
Mqtt_v2Ops.Deprecated.Net.Mqtt.Mqtt_v2 | Creates a MQTT connection (IoT, messaging) |
SceneMixerOps.Deprecated.Trigger.SceneMixer | Activate triggers / scenes with a boolean |
SetValueOnTriggerOps.Deprecated.Trigger.SetValueOnTrigger | set number when triggered |
ValueSwitcherOps.Deprecated.Value.ValueSwitcher | switch between different values |
AnalyserOps.Deprecated.WebAudio.Analyser | Extracts FFT or Waveform data from the incoming signal |
AnalyserTextureOps.Deprecated.WebAudio.AnalyserTexture | Creates a texture from an audio FFT array |
AudioPlayer_v2Ops.Deprecated.WebAudio.AudioPlayer_v2 | Plays an audio file, linked to the timeline |
DynamicsCompressorOps.Deprecated.WebAudio.DynamicsCompressor | Compressor audio effect |
AnalyserOps.Deprecated.WebAudio.Lib.Tonejs.Component.Analyser | Extracts FFT or Waveform data from the incoming signal |
TriggerEnvelopeAttackReleaseOps.Deprecated.WebAudio.Lib.Tonejs.Component.Envelope.TriggerEnvelopeAttackRelease | Triggers the Attack- and Release-part of an Envelope |
MeterOps.Deprecated.WebAudio.Lib.Tonejs.Component.Meter | Gets the RMS of an input signal with some averaging applied. It can also get the raw value of the input signal. |
ToneOps.Deprecated.WebAudio.Lib.Tonejs.Component.Tone | Converts a note to a frequency e.g. A4 to 440 |
ControlPatternOps.Deprecated.WebAudio.Lib.Tonejs.Control.ControlPattern | Generates patterns from an array of values, with arpeggiation and randomization modes |
CtrlMarkovOps.Deprecated.WebAudio.Lib.Tonejs.Control.CtrlMarkov | Represents a Markov Chain |
DecibelsToGainOps.Deprecated.WebAudio.Lib.Tonejs.Core.DecibelsToGain | Converts decibels [~-96..0] to gain [0..1] |
ScheduleRepeatOps.Deprecated.WebAudio.Lib.Tonejs.Core.Transport.ScheduleRepeat | Schedule a repeated event along the timeline. The event will fire every interval. |
ConvolverOps.Deprecated.WebAudio.Lib.Tonejs.Effect.Convolver | Convolution is useful for reverb and filter emulation |
FeedbackDelayOps.Deprecated.WebAudio.Lib.Tonejs.Effect.FeedbackDelay | Delay in which part of output signal is fed back into the delay |
PingPongDelayOps.Deprecated.WebAudio.Lib.Tonejs.Effect.PingPongDelay | Feedback delay effect (stereo) |
PitchShiftOps.Deprecated.WebAudio.Lib.Tonejs.Effect.PitchShift | Near-realtime pitch shifting to the incoming signal |
StereoXFeedbackEffectOps.Deprecated.WebAudio.Lib.Tonejs.Effect.StereoXFeedbackEffect | Just like a stereo feedback effect, but the feedback is routed from left to right and right to left |
PartOps.Deprecated.WebAudio.Lib.Tonejs.Event.Part | Musical part |
PatternOps.Deprecated.WebAudio.Lib.Tonejs.Event.Pattern | Arpeggiates between the given notes in a number of patterns |
ToneSequenceOps.Deprecated.WebAudio.Lib.Tonejs.Event.ToneSequence | Triggers for every item in the note array |
AmSynthOps.Deprecated.WebAudio.Lib.Tonejs.Instrument.AmSynth | Uses the output of one Synth to modulate the amplitude of another Synth |
FmSynthOps.Deprecated.WebAudio.Lib.Tonejs.Instrument.FmSynth | Composed of two Synths where one Synth modulates the frequency of a second Synth |
SetNoteOps.Deprecated.WebAudio.Lib.Tonejs.Instrument.SetNote | Change current note of connected instrument |
TriggerSynthReleaseOps.Deprecated.WebAudio.Lib.Tonejs.Instrument.TriggerSynthRelease | Triggers the Release-part of a Synth ADSR |
OscillatorOps.Deprecated.WebAudio.Lib.Tonejs.Source.Oscillator | Most basic audio sound source |
PulseOscillatorOps.Deprecated.WebAudio.Lib.Tonejs.Source.PulseOscillator | Pulse oscillator with control over pulse width |
SynthPlayerOps.Deprecated.WebAudio.Lib.Tonejs.SynthPlayer | Old. do not use |
SynthPlayerStartStopOps.Deprecated.WebAudio.Lib.Tonejs.SynthPlayerStartStop | Old, do not use... |
FrequencyToNoteOps.Deprecated.WebAudio.Lib.Tonejs.Type.FrequencyToNote | Converts a frequency to a note (440 -> "A4") |
NoteToFrequencyOps.Deprecated.WebAudio.Lib.Tonejs.Type.NoteToFrequency | Converts a note to a frequency (e.g. C4 to 440) |
MediaPlayerOps.Deprecated.WebAudio.MediaPlayer | Plays back audio files |
MultiInOps.Deprecated.WebAudio.MultiIn | Connect multiple audio signals to one output |
StartAudioContextOps.Deprecated.WebAudio.StartAudioContext | Starts the web audio context on iOS / Chrome |
WaveformOps.Deprecated.WebAudio.Waveform | Outputs the waveform of an audio file. |
WebAudioContextRunnerOps.Deprecated.WebAudio.WebAudioContextRunner | Resumes the Web Audio context (unmute on Chrome / iOS) |
QWERTYtoMidiOps.Devices.Keyboard.QWERTYtoMidi | Emulates a MIDI keyboard using your regular keyboard |
MidiValueToNoteOps.Devices.Midi.MidiValueToNote | Converts a MIDI value to a note string |
MidiValueToNote_v2Ops.Devices.Midi.MidiValueToNote_v2 | Converts a MIDI value to a note string |
PinchOps.Devices.Mobile.Pinch | detect two finger pinch gestures on touchscreens |
TouchGestureOps.Devices.TouchGesture | detect touch gestures like swipe and pan |
TextureArrayLoaderOps.Gl.TextureArrayLoader | load multiple images into an array |
AppendChildOps.Html.AppendChild | Appends a HTML DOM Element to another |
BrowserSpecificFileOps.Html.BrowserSpecificFile | Outputs a specific file for each browser |
CustomEventListenerOps.Html.Event.CustomEventListener | Add a custom event listener |
PreventDefaultOps.Html.Event.PreventDefault | Prevents the default on a JavaScript event |
StopPropagationOps.Html.Event.StopPropagation | Stop a JavaScript event (bubbling / capturing) |
EventListenerOps.Html.EventListener | Listen to events of an element |
QuerySelectorOps.Html.QuerySelector | Selects an element in the DOM |
QuerySelector_v2Ops.Html.QuerySelector_v2 | Selects an element in the DOM |
ObjectGetNumberOps.Json.ObjectGetNumber | Get a number from an object |
ObjectGetObjectOps.Json.ObjectGetObject | get an object from an object |
DeltaOps.Math.Delta | difference to the last value (previous, store) |
MaxSinceResetOps.Math.MaxSinceReset | Outputs the maximum value since reset has been triggered |
MinSinceResetOps.Math.MinSinceReset | Outputs the minimum value since reset has been triggered |
GateNumberOps.Number.GateNumber | Let’s a number through only if control bool is true, like a gate |
MaximumSafeIntegerOps.Number.MaximumSafeInteger | Returns the maximum safe integer (number, constant) |
MinimumSafeIntegerOps.Number.MinimumSafeInteger | Returns the minimum safe integer (number, constant) |
NumberSequenceOps.Number.NumberSequence | Copies the input value to the output ports (value sequence) |
RouteNumberOps.Number.RouteNumber | Routes the value to one of the output ports (based on index, relay) |
ColorPickerOps.Sidebar.ColorPicker | Shows a color-picker in the sidebar |
ColorPicker_v2Ops.Sidebar.ColorPicker_v2 | Shows a color-picker in the sidebar |
DropDownOps.Sidebar.DropDown | Shows a drop-down (select) element in the sidebar |
DropDown_v2Ops.Sidebar.DropDown_v2 | Shows a drop-down (select) element in the sidebar |
NumberInputOps.Sidebar.NumberInput | Enter a number in the sidebar |
NumberInput_v2Ops.Sidebar.NumberInput_v2 | Enter a number in the sidebar |
SidebarTextOps.Sidebar.SidebarText | Display text in the sidebar |
TextInputOps.Sidebar.TextInput | Enter text in the sidebar |
NthTrigger_v2Ops.Trigger.NthTrigger_v2 | Lets a trigger through every nth time (trigger limiter) |
RouteTriggerOps.Trigger.RouteTrigger | Triggers one of the out ports - value index switch case (was SwitchTrigger) |
TriggerExtenderOps.Trigger.TriggerExtender | Extends a trigger (useful in big patches for better overview) |
ValueBecameZeroTriggerOps.Trigger.ValueBecameZeroTrigger | Triggers when the input value became zero |
VarGetArrayOps.Vars.VarGetArray | Get a variable array |
VarGetObjectOps.Vars.VarGetObject | Get a variable object |
VarSetArrayOps.Vars.VarSetArray | Set a variable array |
VarSetObjectOps.Vars.VarSetObject | Set a variable object |
VarSetStringOps.Vars.VarSetString | set variable with a string input |
AudioBufferOps.WebAudio.AudioBuffer | Holds an audio file / sample |
AudioBufferPlayerOps.WebAudio.AudioBufferPlayer | Plays back audio data stored in an AudioBuffer |
AudioBuffer_v2Ops.WebAudio.AudioBuffer_v2 | Holds an audio file / sample in a buffer |
BiquadFilterOps.WebAudio.BiquadFilter | Different kinds of audio effect / filters |
ConvolverOps.WebAudio.Convolver | Audio reverb using an impulse response (sample) |
FFTAreaAverageOps.WebAudio.FFTAreaAverage | get average value in an area of a fft audio analysis buffer |
KeyPianoOps.WebAudio.KeyPiano | Generates notes based on key presses |
MidiValueToFrequencyOps.WebAudio.MidiValueToFrequency | Converts a midi value to a frequency |
wayfinder
derenix
bagoof
movefastbreakthings
nzo
rktic
chrispie
ectrome
kusma
CRYXCL
xavier.seignard
AxiomCrux
Artur
eeropic
Komplement
action
drakh
30000fps
andro
Jay
kdklv
trinitou
w4nderlust
mate
dino
Mutante
bastiensarolea
mevius6
mick
fariskassim
stephan
frerk
chunna
Xander_nome
joscha95
im_paul_hi
r3nder
Steiner
adrian_herzog
n4hui
ratsnake
virgill
pandur