Similar to [muse], containing many of the same functions, except that [muse] sends new midi/frequency values through the same two outlets, whereas [chrd] uses a 1-to-1 note-to-outlet approach. More creation arguments results in more inlets and outlets. If we created the object:

[chrd 45 22 26 29 33]

This would have 6 inlets and 5 outlets.

The first inlet receives lists, floats, and bang messages. Numeric lists reassign the scale, floats send a single frequency through the appropriate outlet, and bang messages send the respective frequencies through each available outlet. The inlets that follow assign each of the creation arguments to a new value.

use the message [midi 1|0( to switch between using either midi notes or frequencies (default).

muse-chrd.zip