From 2356060075625bbed98a26fb36656069db326957 Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Mon, 28 Aug 2023 21:49:10 +0200 Subject: [PATCH] before pull --- src/Documentation.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Documentation.ts b/src/Documentation.ts index 023755a..04df295 100644 --- a/src/Documentation.ts +++ b/src/Documentation.ts @@ -601,6 +601,9 @@ midi_output("MIDI Rocket-Trumpet") That's it! You are now ready to play with MIDI. ## Notes + +The most basic MIDI event is the note. MIDI notes traditionally take three parameters: _note_ (from 0 to 127), _velocity_ (from 0 to 127) and _channel_ (from 0 to 15). + - midi(note: number|object): send a MIDI Note. Object can take parameters {note: number, channel: number, port: number|string, velocity: number}. ${makeExample(