veda icon indicating copy to clipboard operation
veda copied to clipboard

Can't get midi example working

Open songproducer opened this issue 7 years ago • 2 comments

Running this in Tidal Cycles and I get black screen:

import Sound.Tidal.MIDI.Context
displayOutputDevices >>= putStrLn
devices <- midiDevices
m1 <- midiStream devices "IAC Driver Bus 1" 1 synthController

m1 $ n "cs5 a4"

from web midi monitoring midi events appear to be working:

Found 1 MIDI input(s)
Connected first input: IAC Driver Bus 1
controller id: 61, value: 63
controller id: 61, value: 60
controller id: 57, value: 63
controller id: 57, value: 60

songproducer avatar May 27 '18 21:05 songproducer

Hi @songproducer ! Thank you for using VEDA 😸

Hm, the logs looks good to me.. Could you try running examples/note.frag ?

fand avatar May 28 '18 15:05 fand

@fand note.frag doesn't work too.

phields avatar Jun 17 '18 15:06 phields