Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get midi example working #87

Open
songproducer opened this issue May 27, 2018 · 2 comments
Open

Can't get midi example working #87

songproducer opened this issue May 27, 2018 · 2 comments

Comments

@songproducer
Copy link

songproducer commented May 27, 2018

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
@fand
Copy link
Owner

fand commented May 28, 2018

Hi @songproducer !
Thank you for using VEDA 😸

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

@phields
Copy link

phields commented Jun 17, 2018

@fand
note.frag doesn't work too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants