menu
vivace_core package
documentation
vivace_core.dart
Scale
toList method
toList method
dark_mode
light_mode
toList
method
List
<
PitchClass
>
toList
(
)
Implementation
List<PitchClass> toList() { return identity.enabledBits.map(PitchClass.new).toList(); }
vivace_core package
documentation
vivace_core
Scale
toList method
Scale class