I’m using Csound and the ASCII keyboard on a laptop to send MIDI note-on data (via the noteon opcode) to a MIDI-responsive carillon.
Carillons respond only to note-on events (no note-offs) and only on channel 1. (I’ll be sending such messages only, e.g.:
noteon 1, 52, 127
indicating chan 1, note 52, and any random velocity value - as MIDI-controlled carillons don’t respond to velocity.)
So, no audio involved, no MIDI in, and only note-ons sent on channel 1.
Question: other than -Ma (or Mm) as a CsOption to avoid error messages, are any command-line flags or global variables required except for sr and kr?
And an important follow-up: suggested values for sr and kr? (Precision and lag not a problem here.)
TIA -
Art H.
Csound mailing list Send bugs reports to Discussions of bugs and features can be posted here
Why do you need -M? Are you taking MIDI input at all?
Also if you don’t run with -odac, Csound will run blazingly fast. I don’t know whether that would cause any issues to pick up the input from keyboard.
For kr and sr, I’d just start with defaults (basically don’t set anything) and change it if there are issues.
Prof. Victor Lazzarini
Maynooth University
Ireland
I was wondering the same thing. No - no MIDI input, just output. The manual (under -M) suggests to use -Ma or -Mm basically to avoid confusion/possible-error-messages-printed. But I presume this confusion is only with regard to MIDI input (as your response implies)
I’ll experiment with -odac and various sr and kr (or not). Thanks for the suggestions and guidance.
Art H.
Csound mailing list Send bugs reports to Discussions of bugs and features can be posted here