Re: [livecode] generating random MIDI events

From: evan.raskob [lists] <lists_at_lowfrequency.org>
Date: Tue, 26 Jan 2010 21:58:18 +0000

On Jan 26, 2010, at 7:50 PM, Josh Lawrence wrote:

> On Tue, Jan 26, 2010 at 12:46 PM, evan.raskob [lists]
> <lists_at_lowfrequency.org> wrote:If you really want MIDI, just use OSC-
> >Pd->MIDI. Then get out your
>>
>> dinosaur-bone club and start hunting for wooly mammoths for dinner.
>> Jesus Christ.
>
> ok, I know you're just having fun, but now that you've brought it up,
> I'm forced to ask you: how would you generate osc messages? maybe I
> can just feed pd with the osc and convert it to midi and...


In fluxus:


;-----
(osc-destination "osc.udp://192.168.0.68:7770")

(osc-send "/midi" "sis" (list "sucks" 2 "nuts"))
;-----


In that example, the "sis" sets the types of arguments to follow ("s"
= string, "i" = integer, then "s" = string again) and then the
arguments are sent in the list that follows.

The destination at the top is the ip address and port you're sending to.
Received on Wed Jan 27 2010 - 17:05:59 GMT

This archive was generated by hypermail 2.4.0 : Sun Aug 20 2023 - 16:02:23 BST