A set of OTP servers that faciliate live MIDI composition and performance
Current section
Files
(defmodule um.seq (export all)) (defun repeat (notes count) (repeat notes count '())) (defun repeat ((_ 0 acc) acc) ((notes count acc) (repeat notes (- count 1) (++ acc (list notes))))) (defun play (device notes) 'tbd)
Type any of these into the search box. They can be combined with free text which searches package names and descriptions.
Wrap values in double quotes to include spaces, e.g. name:"my package".
name:"my package"