eurorack icon indicating copy to clipboard operation
eurorack copied to clipboard

rings const part_chords

Open eh2k opened this issue 1 year ago • 0 comments

Two small improvements here. The first is the const declaration of the chords array in the part.cc. The second change (renaming chords to part_chords) is because of the case if you want to use the chords array with extern const float chords[] elsewhere. Imho it is not possible because there are two global chords definitions in the rings namespace. See one in the part.cc the other in the synth_string_part.cc

eh2k avatar Dec 13 '23 18:12 eh2k