pyampact.symbolic.cdata
- pyampact.symbolic.cdata(piece, snap_to=None, filler='forward', output='dataframe')[source]
Get the cdata records from **cdata spines in a kern file if there are any and return it as a pandas DataFrame. This is similar to the .harm, .functions, .chords, and .keys methods, with the exception that this method defaults to returning a dataframe since there are often more than one cdata spine in a kern score. If want to get the results of a different spine type (i.e. not one of the ones listed above), see
getSpines().See also