took the opportunity to fold in all the changes that have been discussed in the last months’ posts.
@shreeswifty – you can safely pull the update! we’ve got crow cv + jf paired and engine + cv + jf simultaneous! switching the output param between them all is super super fun, thank you for asking about it!!
@kasselvania, the crow cv + jf mode acts like this:
- output 1 + 3: note CV
- output 2 + 4: trigger pulses at note-on
advice depends on your end goal. if you don’t want to use either of the existing crow CV modes (so, either choose “output + midi” or “crow ii JF” for the output modes), you can do this on the command line:
crow.output[*ID*].action = "lfo(*rate in seconds*,*amplitude in volts*)" to define the action
and then crow.output[*ID*]() to start the action.
eg:
crow.output[1].action = "lfo(1,5)"
crow.output[1]()
more info can be found here: https://monome.org/docs/crow/norns/#4-shapes