PrimaryRegisterFeature¶
Inherits from: FeatureExtractor
- class music21.features.jSymbolic.PrimaryRegisterFeature(dataOrStream=None, *arguments, **keywords)¶
>>> from music21 import * >>> s = corpus.parse('hwv56/movement3-05.md') >>> fe = features.jSymbolic.PrimaryRegisterFeature(s) >>> fe.extract().vector [54.91666666...]
PrimaryRegisterFeature attributes
Attributes without Documentation: id
Attributes inherited from FeatureExtractor: normalize, description, stream, discrete, dimensions, data, isSequential, name
PrimaryRegisterFeature methods
Methods inherited from FeatureExtractor: extract(), getAttributeLabels(), getBlankFeature(), setData()