epiccoleman / react-circle-of-fifths

An interactive Circle of Fifths component for React
https://www.npmjs.com/package/react-circle-of-fifths
MIT License
9 stars 0 forks source link

Planned Feature: Customization of displayed information #3

Open epiccoleman opened 1 year ago

epiccoleman commented 1 year ago

It would be nice if there was a way to change which "rings" are displayed in the Circle. For example, some users may not be interested in seeing minor or (especially) diminished notes, and just want to display the "main" Circle of Fifths.

This is something that should be straightforward to do via props. However, we may want to resize the size of wedges along the Circle's radius based on how many "rings" we're displaying, which could add some complexity.