Search for «midi» code in category tags
One chord requiem
by 56228375 on 04 Jun'23 08:49 inGenerating minimal music by repeating a random chord over and over again, varying individual note volumes (and after a while also timings) to bring ou
Import midinote, dur, amp and sustain from midi file using SimpleMIDIFile
by grirgz on 30 Dec'21 01:57 inThere is the .p method (see http://sccode.org/1-5aT) but here is also a way to retrieve the values directly
Command-line SC utility for MIDI clock out
by jamshark70 on 27 Dec'21 05:52 inWhen sending MIDI clock out at a fast tempo, there may be fewer than 10 ms between clock ticks. If you're sending the clock messages from the same scl
exhaustive MIDI debugger
by soundlake on 21 Jul'21 22:58 inInspired by https://sccode.org/1-5co Written in 3.11.2. All arguments are labeled. Source ID becomes more human-readable format; MIDIEndPoint.devi
MIDI arpeggiator demo
by wondersluyter on 06 Mar'21 05:31 inRoughly based on the stock ableton arpeggiator behavior. A lot of variation is possible combining custom ~chordSort and ~notePat functions.
Controlling an external synth parameters with NRPN / adding LFOs
by g_montel on 23 Oct'20 10:06 inI bought a Sequential OB-6 recently and you can control all the parameters with NRPN messages. I wanted to control these NRPN parameters with pattern
Chord Crafter
by suhelkeswani on 17 Aug'20 19:20 in# Chord Crafter Chord Crafter is a digital MIDI instrument which allows musiscians, producers, beatmakers, or anybody to instantly build, playback, a
drum sequencer to drive external midi device or software like ableton
by 56228375 on 19 Apr'20 19:03 inSimple drum machine in supercollider (with presets!). Even if the code is not very sophisticated, it offers some possibilities not widely available in
Re: midified arpeggiator/auto-accompaniment using patterns
by elgiano on 11 Jan'20 18:03 inRe: Let me know if you have ideas for improvement! (code-wise or feature-wise) -> I used an object prototype to streamline the process of registering
midified arpeggiator/auto-accompaniment using patterns
by 56228375 on 03 Jan'20 01:19 inProof of concept code for a midified arpeggiator/auto-accompaniment system, quickly reacting to chord changes Midi is received as input, and supercol
MIDI displayer/debugger
by peterk on 26 Dec'19 13:58 inGet started using midi controllers with this script to easily output note on/off and continuous controller messages.
MIDI value recorder
by LFSaw on 12 Mar'19 22:36 insimple MIDI data recorder. records MIDI into an array. Save data as ".mid" file (readable e.g. by Ableton Live).
Demo: Loading a MIDI file, playing it with your own SynthDef
by Bruno Ruviaro on 09 Nov'18 02:04 inLoad a MIDI file and play it with your own SynthDef. Examples of how to use it with Pbindf
Using a MIDI keyboard - simple example
by Bruno Ruviaro on 18 Sep'18 00:26 inBasic example - how to use a MIDI keyboard with a simple synth
MIDIFile player with CC capability
by LFSaw on 20 May'17 19:03 inPlay a midi file and include CC value changes. Code taken from sc-users mailinglist. http://new-supercollider-mailing-lists-forums-use-these.268172
Simple MIDI CC to Sysex messages ( proof of concept )
by hems.inlet on 03 Jun'15 06:46 inThis snippet is a proof of concept showing how to map MIDI CC to MIDI Sysex messages. It can be improved by filtering MIDI source, and routing chan
Listening to CC messages
by hems.inlet on 03 Jun'15 05:23 inSimple example showing how to listen for MIDI control messages
Sending a Sysex Message
by hems.inlet on 03 Jun'15 05:17 insimple example showing how to send a sysex messages