Closed songproducer closed 4 years ago
@songproducer when you run each SC line one by one:
MIDIClient.init;
~midiOut = MIDIOut.newByName("IAC Driver", "IAC Bus 1");
~dirt.soundLibrary.addMIDI(\midi, ~midiOut);
What is the output in the SC post window?
The message "no synth or sample named 'midi' could be found" is a clue that SC isn't connecting to your MIDI device successfully. Hard to know for sure without seeing any potential errors in the SC output.
-> MIDIClient -> a MIDIOut -> a DirtSoundLibrary
I can't reproduce this, I'm afraid.
No worries I think I was trying to make it work with the iac bus but I got it working today with a hardware synth so happy to close this
Describe the bug When running:
SuperCollider errors:
To Reproduce Steps to reproduce the behavior: In SC:
In Atom:
Expected behavior Hear sounds
Environment (please complete the following information):