-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresource_types.yaml
executable file
·69 lines (58 loc) · 2.54 KB
/
resource_types.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#######################################################################################
# Music encoding types
#######################################################################################
- mimetype: application/x-musicxml+xml
extension: xml
description: MusicXML
#######################################################################################
# Indexer types
#######################################################################################
# NoteRest Indexer
- mimetype: application/x-vis_noterest_pandas_series+csv
extension: csv
description: NoteRest Indexer Result (Pandas Series CSV)
# Dissonance Interval Indexer
- mimetype: application/x-vis_dissonance_pandas_dataframe+csv
extension: csv
description: Dissonance Interval Indexer Result (Pandas DataFrame CSV)
# Vertical Interval Indexer
- mimetype: application/x-vis_vertical_pandas_series+csv
extension: csv
description: Vertical Interval Indexer Result (Pandas Series CSV)
# Horizontal Interval Indexer
- mimetype: application/x-vis_horizontal_pandas_series+csv
extension: csv
description: Horizontal Interval Indexer Result (Pandas Series CSV)
# N-Gram Indexer
- mimetype: application/x-vis_ngram_pandas_dataframe+csv
extension: csv
description: N-gram Indexer Result (Pandas DataFrame CSV)
# Fermata Indexer
- mimetype: application/x-vis_fermata_pandas_dataframe+csv
extension: csv
description: Fermata Indexer Result (Pandas DataFrame CSV)
# Figured Bass Indexer
- mimetype: application/x-vis_figuredbass_pandas_dataframe+csv
extension: csv
description: Figured Bass Indexer Result (Pandas DataFrame CSV)
# Measure Indexer
- mimetype: application/x-vis_measure_pandas_dataframe+csv
extension: csv
description: Measure Indexer Result (Pandas DataFrame CSV)
# Duration Indexer
- mimetype: application/x-vis_duration_pandas_dataframe+csv
extension: csv
description: Duration Indexer Result (Pandas DataFrame CSV)
# Note Beat Strength Indexer
- mimetype: application/x-vis_nbs_pandas_dataframe+csv
extension: csv
description: Note Beat Strength Indexer Result (Pandas DataFrame CSV)
#######################################################################################
# Generic types
#######################################################################################
- mimetype: application/x-pandas_dataframe+csv
extension: csv
description: Pandas serialized DataFrame csv
- mimetype: application/x-pandas_series+csv
extension: csv
description: Pandas serialized Series csv