grame-cncm / faustlive

Advanced self-contained prototyping environment for the Faust programming language
Other
80 stars 18 forks source link

Can't see FaustLive as a midi source or destination in coreaudio #41

Closed joshielevy closed 3 years ago

joshielevy commented 3 years ago

FaustLive 2.5.6 MacOS 11.4 Macbook pro M1

When I enable MIDI and hit apply, I don't see FaustLive as a midi source or destination in coreaudio (for example in MidiFire). I've tried adding the -midi flag in the compilation options box but it doesn't do anything.

Any suggestions?

sletz commented 3 years ago

FaustLive scans all CoreMidi ports to get events from them, you can possibly use IAC busses also.

joshielevy commented 3 years ago

Hmmm...the miditester example isn't working...do you have a simple .dsp example that should respond to note on/note off events?

joshielevy commented 3 years ago

Actually forget it - I figured it out - got a note to play via the midi controller in faustlive. Thanks anyway!