08 - MIDI
Last updated
Last updated
Prezentácia
Pridaj WEBMIDI.js cez CDN:
MIDI Messages: MIDI communicates using messages. The most common ones include:
Note On/Off: Indicates when a key is pressed or released.
Velocity: Measures how hard a key is pressed.
Control Change: Modifies various parameters like volume, pitch bend, or instrument effects.
Channels and Instruments: MIDI supports 16 channels per device, each capable of controlling a different instrument or sound.
MIDI controller vieme použiť už na ktorýkoľvek existujúci sketch.
Napr:
Random objekt + sample pre noteOn
Video sampler + midi
MIDI input cez webcam napr. pomocou ML5: