prompt-lists 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +26 -0
- data/LICENSE +33 -0
- data/README.md +9 -0
- data/lib/prompt_lists.rb +69 -0
- data/lists/animal/all.yml +1872 -0
- data/lists/animal/bird.yml +918 -0
- data/lists/animal/deep-sea.yml +74 -0
- data/lists/animal/dinosaur.yml +93 -0
- data/lists/animal/dog-breed.yml +670 -0
- data/lists/animal/insect.yml +133 -0
- data/lists/animal/mammal.yml +186 -0
- data/lists/animal/popular.yml +145 -0
- data/lists/animal/sea.yml +89 -0
- data/lists/architecture/architect.yml +190 -0
- data/lists/architecture/extreme-location.yml +49 -0
- data/lists/architecture/famous-building.yml +126 -0
- data/lists/architecture/home.yml +22 -0
- data/lists/architecture/interior-design.yml +39 -0
- data/lists/architecture/interior-keywords.yml +104 -0
- data/lists/architecture/material.yml +103 -0
- data/lists/architecture/style-detailed.yml +104 -0
- data/lists/architecture/style.yml +202 -0
- data/lists/architecture/term.yml +130 -0
- data/lists/art/painting-keyword.yml +74 -0
- data/lists/art/painting-technique.yml +98 -0
- data/lists/art/pattern.yml +104 -0
- data/lists/art/sculpture.yml +74 -0
- data/lists/art/style.yml +64 -0
- data/lists/art/type.yml +193 -0
- data/lists/artist/all.yml +1762 -0
- data/lists/artist/common.yml +416 -0
- data/lists/artist/concept.yml +37 -0
- data/lists/artist/dark.yml +19 -0
- data/lists/artist/illustrator.yml +60 -0
- data/lists/artist/painter.yml +42 -0
- data/lists/artist/with-really-strong-affects.yml +31 -0
- data/lists/artist/with-strong-affects.yml +151 -0
- data/lists/audio/sound-effect.yml +254 -0
- data/lists/audio/voice.yml +102 -0
- data/lists/business/brand.yml +291 -0
- data/lists/character/action.yml +53 -0
- data/lists/character/anime.yml +169 -0
- data/lists/character/child.yml +58 -0
- data/lists/character/coming-of-age.yml +55 -0
- data/lists/character/famous.yml +375 -0
- data/lists/character/fantasy.yml +56 -0
- data/lists/character/general.yml +109 -0
- data/lists/character/monster.yml +116 -0
- data/lists/character/romantic.yml +43 -0
- data/lists/character/scifi.yml +55 -0
- data/lists/character/superhero.yml +101 -0
- data/lists/character/supervillain.yml +98 -0
- data/lists/cinematic/animation-studio.yml +68 -0
- data/lists/cinematic/animation.yml +19 -0
- data/lists/cinematic/coloring.yml +39 -0
- data/lists/cinematic/director.yml +51 -0
- data/lists/cinematic/effect.yml +38 -0
- data/lists/cinematic/genre.yml +180 -0
- data/lists/cinematic/keyword.yml +24 -0
- data/lists/cinematic/moment.yml +220 -0
- data/lists/cinematic/movie.yml +147 -0
- data/lists/cinematic/shot.yml +58 -0
- data/lists/color/all.yml +50 -0
- data/lists/color/depth.yml +14 -0
- data/lists/color/modifier.yml +58 -0
- data/lists/color/pair.yml +29 -0
- data/lists/color/palette.yml +77 -0
- data/lists/color/perception.yml +25 -0
- data/lists/fashion/accessory.yml +157 -0
- data/lists/fashion/cultural.yml +102 -0
- data/lists/fashion/designer.yml +107 -0
- data/lists/fashion/feminine.yml +156 -0
- data/lists/fashion/hair-feminine.yml +104 -0
- data/lists/fashion/hair-masculine.yml +104 -0
- data/lists/fashion/masculine.yml +177 -0
- data/lists/fashion/outfit-feminine.yml +65 -0
- data/lists/fashion/scifi.yml +54 -0
- data/lists/fashion/type.yml +54 -0
- data/lists/feeling/all.yml +491 -0
- data/lists/feeling/creepy.yml +43 -0
- data/lists/feeling/loved.yml +110 -0
- data/lists/feeling/melancholy.yml +49 -0
- data/lists/feeling/unnerved.yml +46 -0
- data/lists/food/bakery.yml +157 -0
- data/lists/food/bbq.yml +28 -0
- data/lists/food/breakfast.yml +73 -0
- data/lists/food/cuisine.yml +104 -0
- data/lists/food/fast.yml +149 -0
- data/lists/food/fruit.yml +113 -0
- data/lists/geography/city.yml +22959 -0
- data/lists/geography/country.yml +203 -0
- data/lists/geography/ethnic-group.yml +1062 -0
- data/lists/geography/language.yml +615 -0
- data/lists/geography/nationality.yml +210 -0
- data/lists/geography/territory.yml +83 -0
- data/lists/interaction/couple-negative.yml +54 -0
- data/lists/interaction/couple.yml +53 -0
- data/lists/interaction/crowd.yml +48 -0
- data/lists/interaction/group.yml +54 -0
- data/lists/interaction/individual-detailed.yml +198 -0
- data/lists/interaction/individual.yml +408 -0
- data/lists/keyword/detailed.yml +44 -0
- data/lists/keyword/epic.yml +113 -0
- data/lists/keyword/genre.yml +49 -0
- data/lists/keyword/glitch.yml +42 -0
- data/lists/keyword/modifier.yml +73 -0
- data/lists/keyword/negative.yml +73 -0
- data/lists/keyword/prayer.yml +53 -0
- data/lists/keyword/trending.yml +22 -0
- data/lists/keyword/unusual.yml +48 -0
- data/lists/music/artist.yml +100 -0
- data/lists/music/bpm.yml +24 -0
- data/lists/music/composer.yml +176 -0
- data/lists/music/drop.yml +24 -0
- data/lists/music/dynamic.yml +75 -0
- data/lists/music/feature.yml +189 -0
- data/lists/music/genre.yml +290 -0
- data/lists/music/harmony.yml +24 -0
- data/lists/music/instrument.yml +194 -0
- data/lists/music/key.yml +24 -0
- data/lists/music/melody.yml +81 -0
- data/lists/music/mode.yml +41 -0
- data/lists/music/mood.yml +103 -0
- data/lists/music/percussive.yml +135 -0
- data/lists/music/recording.yml +57 -0
- data/lists/music/rhythm.yml +13 -0
- data/lists/music/song-section.yml +23 -0
- data/lists/music/vocal.yml +104 -0
- data/lists/nature/area-of-natural-beauty.yml +618 -0
- data/lists/nature/flower.yml +501 -0
- data/lists/nature/scene-modifier.yml +35 -0
- data/lists/nature/scene.yml +68 -0
- data/lists/nature/texture.yml +153 -0
- data/lists/nature/tree.yml +144 -0
- data/lists/nature/tropical-houseplant.yml +90 -0
- data/lists/nature/weather.yml +130 -0
- data/lists/nature/wood.yml +52 -0
- data/lists/people/beautiful-feminine.yml +30 -0
- data/lists/people/beautiful-masculine.yml +91 -0
- data/lists/people/body-type.yml +101 -0
- data/lists/people/celebrity.yml +641 -0
- data/lists/people/common.yml +18 -0
- data/lists/people/couple.yml +21 -0
- data/lists/people/dance.yml +103 -0
- data/lists/people/expression.yml +434 -0
- data/lists/people/eye-color.yml +30 -0
- data/lists/people/festival.yml +43 -0
- data/lists/people/group.yml +46 -0
- data/lists/people/hobby.yml +281 -0
- data/lists/people/job.yml +604 -0
- data/lists/people/pose-portrait.yml +29 -0
- data/lists/people/pose.yml +153 -0
- data/lists/photography/camera.yml +170 -0
- data/lists/photography/film.yml +84 -0
- data/lists/photography/landscape-keyword.yml +70 -0
- data/lists/photography/landscape-subject-detailed.yml +145 -0
- data/lists/photography/landscape-subject.yml +114 -0
- data/lists/photography/lens.yml +70 -0
- data/lists/photography/light.yml +124 -0
- data/lists/photography/photographer.yml +948 -0
- data/lists/photography/portrait-photographer.yml +68 -0
- data/lists/photography/summer-scene.yml +34 -0
- data/lists/photography/summer-tropical-beach.yml +54 -0
- data/lists/photojournalism/news-extreme.yml +54 -0
- data/lists/photojournalism/news-normal.yml +43 -0
- data/lists/photojournalism/news-specific.yml +24 -0
- data/lists/photojournalism/style-protest.yml +24 -0
- data/lists/photojournalism/types.yml +73 -0
- data/lists/places/home.yml +87 -0
- data/lists/places/public.yml +78 -0
- data/lists/places/room.yml +35 -0
- data/lists/plot/action.yml +54 -0
- data/lists/plot/arthouse.yml +54 -0
- data/lists/plot/fantasy.yml +54 -0
- data/lists/plot/general.yml +97 -0
- data/lists/plot/horror.yml +53 -0
- data/lists/plot/musical.yml +54 -0
- data/lists/plot/romance.yml +53 -0
- data/lists/plot/scifi-cyberpunk.yml +54 -0
- data/lists/plot/scifi.yml +173 -0
- data/lists/plot/war.yml +54 -0
- data/lists/science/astronomy.yml +34 -0
- data/lists/science/chemical-element.yml +122 -0
- data/lists/science/geometry.yml +93 -0
- data/lists/science/medical-images.yml +24 -0
- data/lists/set/describe-style.yml +17760 -0
- data/lists/set/describe-subject.yml +255734 -0
- data/lists/set/parti.yml +1639 -0
- data/lists/thing/adjective.yml +54 -0
- data/lists/thing/city.yml +193 -0
- data/lists/thing/everyday.yml +228 -0
- data/lists/thing/fantasy.yml +130 -0
- data/lists/thing/gadget.yml +405 -0
- data/lists/thing/icon.yml +115 -0
- data/lists/thing/office.yml +53 -0
- data/lists/thing/scary.yml +193 -0
- data/lists/thing/sci-fi.yml +192 -0
- data/lists/thing/space.yml +141 -0
- data/lists/thing/summer.yml +52 -0
- data/lists/time/century.yml +16 -0
- data/lists/time/day-of-year.yml +369 -0
- data/lists/time/decade.yml +15 -0
- data/lists/time/era.yml +91 -0
- data/lists/time/time-of-day.yml +34 -0
- data/lists/time/year.yml +205 -0
- data/lists/typography/feature.yml +46 -0
- data/lists/typography/font-type.yml +45 -0
- data/lists/typography/font.yml +68 -0
- data/lists/typography/style.yml +57 -0
- data/lists/typography/word-art.yml +104 -0
- data/lists/vehicle/car.yml +309 -0
- data/lists/vehicle/classic-car.yml +148 -0
- data/lists/vehicle/famous-car.yml +42 -0
- data/lists/vehicle/fast-car.yml +81 -0
- data/lists/vehicle/type.yml +104 -0
- data/lists/video-game/action.yml +300 -0
- data/lists/video-game/designer.yml +54 -0
- data/lists/video-game/engine.yml +54 -0
- data/lists/video-game/game.yml +306 -0
- data/lists/video-game/region.yml +104 -0
- data/lists/word/adjective.yml +4984 -0
- data/lists/word/adverb.yml +1802 -0
- data/lists/word/noun.yml +24393 -0
- data/lists/word/verb.yml +9954 -0
- metadata +299 -0
@@ -0,0 +1,189 @@
|
|
1
|
+
---
|
2
|
+
title: Features in music
|
3
|
+
category: music
|
4
|
+
---
|
5
|
+
acoustic guitars
|
6
|
+
aery pads
|
7
|
+
aggressive vocal delivery
|
8
|
+
airy flute melodies
|
9
|
+
ambient nature sounds
|
10
|
+
ambient textures
|
11
|
+
ambient white noise textures
|
12
|
+
atmospheric field recordings
|
13
|
+
atmospheric kalimba melodies
|
14
|
+
atmospheric reverb effects
|
15
|
+
atmospheric reverse reverb effects
|
16
|
+
atmospheric soundscapes
|
17
|
+
atmospheric spoken-word interludes
|
18
|
+
atmospheric synths
|
19
|
+
bold and brassy trumpet sections
|
20
|
+
bouncy and syncopated basslines
|
21
|
+
bouncy synth basslines
|
22
|
+
breakdown sections
|
23
|
+
call and response vocal patterns
|
24
|
+
cascading harpsichord arpeggios
|
25
|
+
catchy melodies
|
26
|
+
catchy synth arpeggios
|
27
|
+
chanting choirs
|
28
|
+
cinematic string swells
|
29
|
+
complex polyrhythmic percussion
|
30
|
+
complex time signatures
|
31
|
+
counterpoint melodies
|
32
|
+
cyclic guitar arpeggios
|
33
|
+
dark and brooding vocal harmonies
|
34
|
+
delicate music box chimes
|
35
|
+
distorted basslines
|
36
|
+
distorted guitars
|
37
|
+
distorted synth bass drops
|
38
|
+
distorted vocal effects
|
39
|
+
dramatic key modulations
|
40
|
+
dreamy guitar textures
|
41
|
+
dreamy vocal harmonies
|
42
|
+
dripping wet guitar tremolos
|
43
|
+
driving country fiddle solos
|
44
|
+
driving electronic beats
|
45
|
+
driving guitar power chords
|
46
|
+
driving punk rock drum beats
|
47
|
+
driving rhythm section
|
48
|
+
dynamic shifts
|
49
|
+
echoing handpan melodies
|
50
|
+
echoing vocal effects
|
51
|
+
electric keyboard solos
|
52
|
+
emotional key changes
|
53
|
+
emotional lyrics
|
54
|
+
emotive violin sections
|
55
|
+
energetic horn section interplay
|
56
|
+
energetic percussion
|
57
|
+
enigmatic spoken-word samples
|
58
|
+
enveloping surround sound mixes
|
59
|
+
epic choir vocals
|
60
|
+
epic orchestral climaxes
|
61
|
+
ethereal backing vocals
|
62
|
+
ethereal choir pad sounds
|
63
|
+
ethereal vocal falsettos
|
64
|
+
ethereal vocal layering
|
65
|
+
euphoric build-ups
|
66
|
+
experimental sound manipulation
|
67
|
+
explosive drum fills
|
68
|
+
explosive horn stabs
|
69
|
+
expressive drum fills
|
70
|
+
expressive violin solos
|
71
|
+
floating electronic arpeggiators
|
72
|
+
frenetic drum fills
|
73
|
+
frenzied banjo picking
|
74
|
+
fretless bass melodies
|
75
|
+
funky guitar riffs
|
76
|
+
funky slap bass technique
|
77
|
+
fuzzy guitar distortion
|
78
|
+
gentle acoustic strumming
|
79
|
+
gentle fade-outs
|
80
|
+
gentle rainstick percussion
|
81
|
+
glitchy electronic effects
|
82
|
+
gospel-inspired vocal arrangements
|
83
|
+
gritty bluesy vocal delivery
|
84
|
+
groove-laden bass solos
|
85
|
+
groovy bassline
|
86
|
+
harmonious vocals
|
87
|
+
harmonized guitar harmonics
|
88
|
+
harmonized slide guitar solos
|
89
|
+
haunting flute melodies
|
90
|
+
haunting vocal echoes
|
91
|
+
haunting vocal harmonies
|
92
|
+
haunting vocal whispers
|
93
|
+
heavy drums
|
94
|
+
hypnotic bass guitar grooves
|
95
|
+
hypnotic basslines
|
96
|
+
hypnotic electronic beats
|
97
|
+
hypnotic repetition
|
98
|
+
hypnotic sitar melodies
|
99
|
+
hypnotic vocal looping
|
100
|
+
impassioned vocal screams
|
101
|
+
industrial-sounding drum machines
|
102
|
+
infectious hand percussion rhythms
|
103
|
+
infectious handclaps
|
104
|
+
intense blast beat drumming
|
105
|
+
intense tremolo violin passages
|
106
|
+
intricate fingerpicking patterns
|
107
|
+
intricate guitar picking
|
108
|
+
introspective lyrics
|
109
|
+
irresistible hip-hop grooves
|
110
|
+
jazzy chord progressions
|
111
|
+
laid-back reggae guitar rhythms
|
112
|
+
layered ambient textures
|
113
|
+
layered vocal harmonies
|
114
|
+
lively accordion riffs
|
115
|
+
lush harmonies
|
116
|
+
melancholic piano melodies
|
117
|
+
mellifluous harp arpeggios
|
118
|
+
mellow saxophone solos
|
119
|
+
melodic vocals
|
120
|
+
ominous church bell tolling
|
121
|
+
orchestral swells
|
122
|
+
ornamental guitar solos
|
123
|
+
ornate piano melodies
|
124
|
+
playful use of dynamics
|
125
|
+
playful use of vocal harmonization
|
126
|
+
polished vocal production
|
127
|
+
polyphonic vocal arrangements
|
128
|
+
polyrhythms
|
129
|
+
powerful choruses
|
130
|
+
powerful vocal belting
|
131
|
+
psychedelic guitar effects
|
132
|
+
pulsating synthesizer basslines
|
133
|
+
punchy brass section
|
134
|
+
punchy power chords
|
135
|
+
punchy synthesizer stabs
|
136
|
+
quirky sound effects
|
137
|
+
quirky synth melodies
|
138
|
+
rapid-fire rap verses
|
139
|
+
reflective and introspective lyrics
|
140
|
+
retro synthesizer sounds
|
141
|
+
rhythmic bassline
|
142
|
+
rhythmic finger snaps
|
143
|
+
rhythmic hand percussion
|
144
|
+
rhythmic spoon percussion
|
145
|
+
rich orchestral arrangements
|
146
|
+
richly layered vocal arrangements
|
147
|
+
rumbling bass drops
|
148
|
+
rumbling didgeridoo drones
|
149
|
+
samples from diverse musical genres
|
150
|
+
searing guitar leads
|
151
|
+
soaring electric guitar solos
|
152
|
+
soaring vocal runs
|
153
|
+
soft acoustic fingerpicking
|
154
|
+
soft and tender ukulele strumming
|
155
|
+
soft spoken-word sections
|
156
|
+
soulful gospel choir performances
|
157
|
+
soulful saxophone sections
|
158
|
+
soulful vocals
|
159
|
+
sparse drum patterns
|
160
|
+
sparse instrumentation
|
161
|
+
staccato string sections
|
162
|
+
striking violin plucks
|
163
|
+
striking vocal harmonies
|
164
|
+
stuttering glitch effects
|
165
|
+
subtle use of background vocals
|
166
|
+
swirling hammond organ solos
|
167
|
+
swirling leslie speaker effects
|
168
|
+
synchronized vocal harmonies
|
169
|
+
syncopated basslines
|
170
|
+
syncopated clapping
|
171
|
+
syncopated clavinet rhythms
|
172
|
+
syncopated drums
|
173
|
+
syncopated hand drumming
|
174
|
+
syncopated horn sections
|
175
|
+
syncopated latin percussion
|
176
|
+
tantalizingly slow guitar bends
|
177
|
+
thunderous orchestral hits
|
178
|
+
tightly synchronized instrumental sections
|
179
|
+
unexpected tempo changes
|
180
|
+
unexpected tempo shifts
|
181
|
+
unison guitar and keyboard melodies
|
182
|
+
up-tempo double bass drumming
|
183
|
+
upbeat tempo
|
184
|
+
vibrant brass solos
|
185
|
+
vibrant vocal ad-libs
|
186
|
+
virtuosic piano arpeggios
|
187
|
+
wailing harmonica solos
|
188
|
+
whimsical glockenspiel melodies
|
189
|
+
whirling synthesizer arpeggios
|
@@ -0,0 +1,290 @@
|
|
1
|
+
---
|
2
|
+
title: Genres of music
|
3
|
+
category: music
|
4
|
+
---
|
5
|
+
acid house
|
6
|
+
acid jazz
|
7
|
+
acid rock
|
8
|
+
acid techno
|
9
|
+
acoustic
|
10
|
+
afro-cuban jazz
|
11
|
+
afro-cuban pop
|
12
|
+
afrobeat
|
13
|
+
afrofuturism
|
14
|
+
alternative
|
15
|
+
ambient
|
16
|
+
ambient black metal
|
17
|
+
ambient dub
|
18
|
+
ambient pop
|
19
|
+
ambient techno
|
20
|
+
anatolian rock
|
21
|
+
arabian hip-hop
|
22
|
+
arabian pop
|
23
|
+
arabian rock
|
24
|
+
argentine rock
|
25
|
+
art rock
|
26
|
+
avant-garde jazz
|
27
|
+
baile funk
|
28
|
+
balearic beat
|
29
|
+
barbershop
|
30
|
+
baroque
|
31
|
+
baroque pop
|
32
|
+
big band
|
33
|
+
bluegrass
|
34
|
+
blues
|
35
|
+
blues rock
|
36
|
+
bollywood
|
37
|
+
boogie
|
38
|
+
boogie-woogie
|
39
|
+
bossa nova
|
40
|
+
brazilian punk
|
41
|
+
breakbeat
|
42
|
+
breakbeat hardcore
|
43
|
+
breakcore
|
44
|
+
britpop
|
45
|
+
bubblegum pop
|
46
|
+
calypso
|
47
|
+
cello rock
|
48
|
+
celtic
|
49
|
+
celtic fusion
|
50
|
+
celtic punk
|
51
|
+
chalga
|
52
|
+
chamber music
|
53
|
+
chanson
|
54
|
+
chicago blues
|
55
|
+
chillout
|
56
|
+
chillstep
|
57
|
+
chillwave
|
58
|
+
chiptune
|
59
|
+
choral
|
60
|
+
choro
|
61
|
+
christian hip-hop
|
62
|
+
christian metal
|
63
|
+
christian rock
|
64
|
+
classical
|
65
|
+
coldwave
|
66
|
+
country
|
67
|
+
crossover thrash
|
68
|
+
cumbia
|
69
|
+
dance
|
70
|
+
dance-punk
|
71
|
+
dancehall
|
72
|
+
dark ambient
|
73
|
+
dark cabaret
|
74
|
+
dark electro
|
75
|
+
dark folk
|
76
|
+
dark pop
|
77
|
+
darkwave
|
78
|
+
death metal
|
79
|
+
death-doom metal
|
80
|
+
deathcore
|
81
|
+
deathrock
|
82
|
+
deep house
|
83
|
+
detroit techno
|
84
|
+
digital hardcore
|
85
|
+
digital reggae
|
86
|
+
disco
|
87
|
+
disco polo
|
88
|
+
dixieland
|
89
|
+
djent
|
90
|
+
downtempo
|
91
|
+
dreampop
|
92
|
+
drill
|
93
|
+
drone
|
94
|
+
drone metal
|
95
|
+
drumstep
|
96
|
+
dubstep
|
97
|
+
dunedin sound
|
98
|
+
electro swing
|
99
|
+
electro-pop
|
100
|
+
electronic
|
101
|
+
emo pop
|
102
|
+
ethereal wave
|
103
|
+
ethno jazz
|
104
|
+
ethno pop
|
105
|
+
eurodance
|
106
|
+
experimental rock
|
107
|
+
flamenco
|
108
|
+
flamenco jazz
|
109
|
+
folk
|
110
|
+
folk metal
|
111
|
+
folk punk
|
112
|
+
folktronica
|
113
|
+
freak folk
|
114
|
+
freak jazz
|
115
|
+
freakbeat
|
116
|
+
free jazz
|
117
|
+
french house
|
118
|
+
french touch
|
119
|
+
frenchcore
|
120
|
+
funk
|
121
|
+
funk metal
|
122
|
+
funk rock
|
123
|
+
future bass
|
124
|
+
future garage
|
125
|
+
gangsta rap
|
126
|
+
garage rock
|
127
|
+
glam rock
|
128
|
+
glitch
|
129
|
+
gospel
|
130
|
+
gothic metal
|
131
|
+
gothic rock
|
132
|
+
gqom
|
133
|
+
grime
|
134
|
+
grunge
|
135
|
+
gypsy jazz
|
136
|
+
gypsy punk
|
137
|
+
hard rock
|
138
|
+
hardcore punk
|
139
|
+
hardstyle
|
140
|
+
hip-hop
|
141
|
+
hokum blues
|
142
|
+
house
|
143
|
+
indie
|
144
|
+
industrial
|
145
|
+
industrial metal
|
146
|
+
industrial rock
|
147
|
+
j-pop
|
148
|
+
j-rock
|
149
|
+
jangle pop
|
150
|
+
jazz
|
151
|
+
jazz fusion
|
152
|
+
jazz rap
|
153
|
+
jazz-funk
|
154
|
+
jersey club
|
155
|
+
jungle
|
156
|
+
jungle techno
|
157
|
+
k-pop
|
158
|
+
kawaii metal
|
159
|
+
klezmer
|
160
|
+
klezmer fusion
|
161
|
+
klezmer punk
|
162
|
+
krautrock
|
163
|
+
latin
|
164
|
+
latin alternative
|
165
|
+
latin fusion
|
166
|
+
latin house
|
167
|
+
latin jazz
|
168
|
+
latin metal
|
169
|
+
latin pop
|
170
|
+
latin rock
|
171
|
+
latin ska
|
172
|
+
latin trap
|
173
|
+
mambo
|
174
|
+
mariachi
|
175
|
+
mariachi punk
|
176
|
+
math rock
|
177
|
+
math-pop
|
178
|
+
mathcore
|
179
|
+
melodic death metal
|
180
|
+
melodic hardcore
|
181
|
+
melodic metalcore
|
182
|
+
merengue
|
183
|
+
merseybeat
|
184
|
+
metal
|
185
|
+
minimal techno
|
186
|
+
minimal wave
|
187
|
+
modal jazz
|
188
|
+
motown
|
189
|
+
neoclassical
|
190
|
+
new age
|
191
|
+
new jack swing
|
192
|
+
new wave
|
193
|
+
nintendocore
|
194
|
+
no wave
|
195
|
+
noh music
|
196
|
+
noise pop
|
197
|
+
noise rock
|
198
|
+
nu jazz
|
199
|
+
nu metal
|
200
|
+
nu-disco
|
201
|
+
nu-jazz
|
202
|
+
nueva canción
|
203
|
+
opera
|
204
|
+
operatic pop
|
205
|
+
orchestral
|
206
|
+
orchestral rock
|
207
|
+
p-funk
|
208
|
+
pop
|
209
|
+
post-bop
|
210
|
+
post-hardcore
|
211
|
+
post-metal
|
212
|
+
post-punk
|
213
|
+
post-punk revival
|
214
|
+
post-rock
|
215
|
+
power metal
|
216
|
+
power pop
|
217
|
+
progressive death metal
|
218
|
+
progressive house
|
219
|
+
progressive metal
|
220
|
+
progressive rock
|
221
|
+
progressive trance
|
222
|
+
psybient
|
223
|
+
psychedelic
|
224
|
+
psychedelic trance
|
225
|
+
psychobilly
|
226
|
+
psytrance
|
227
|
+
punk
|
228
|
+
punk blues
|
229
|
+
r&b
|
230
|
+
ragga
|
231
|
+
ragtime
|
232
|
+
rap
|
233
|
+
reggae
|
234
|
+
reggaeton
|
235
|
+
riot folk
|
236
|
+
riot funk
|
237
|
+
riot grrrl
|
238
|
+
riot jazz
|
239
|
+
riot metal
|
240
|
+
riot pop
|
241
|
+
rock
|
242
|
+
rock en español
|
243
|
+
rockabilly
|
244
|
+
sadcore
|
245
|
+
salsa
|
246
|
+
samba
|
247
|
+
sertanejo
|
248
|
+
shibuya-kei
|
249
|
+
shoegaze
|
250
|
+
ska
|
251
|
+
ska core
|
252
|
+
ska jazz
|
253
|
+
ska punk
|
254
|
+
sludge metal
|
255
|
+
smooth jazz
|
256
|
+
soul
|
257
|
+
soul jazz
|
258
|
+
space ambient
|
259
|
+
space rock
|
260
|
+
stoner rock
|
261
|
+
sufi music
|
262
|
+
suomisaundi
|
263
|
+
surf rock
|
264
|
+
swing
|
265
|
+
symphonic black metal
|
266
|
+
symphonic metal
|
267
|
+
symphonic power metal
|
268
|
+
symphonic prog
|
269
|
+
synthpop
|
270
|
+
synthpunk
|
271
|
+
synthwave
|
272
|
+
tango
|
273
|
+
tango nuevo
|
274
|
+
techno
|
275
|
+
thrash metal
|
276
|
+
thrashcore
|
277
|
+
trance
|
278
|
+
trance metal
|
279
|
+
trancecore
|
280
|
+
trancestep
|
281
|
+
trap
|
282
|
+
trip hop
|
283
|
+
turkish psychedelic rock
|
284
|
+
urban folk
|
285
|
+
witch house
|
286
|
+
world
|
287
|
+
zeuhl
|
288
|
+
zouk
|
289
|
+
zydeco
|
290
|
+
zydeco punk
|
@@ -0,0 +1,24 @@
|
|
1
|
+
---
|
2
|
+
title: Harmonies
|
3
|
+
category: music
|
4
|
+
---
|
5
|
+
altered harmony
|
6
|
+
atonal harmony
|
7
|
+
blues harmony
|
8
|
+
chromatic harmony
|
9
|
+
consonant harmony
|
10
|
+
contrapuntal harmony
|
11
|
+
diatonic harmony
|
12
|
+
dissonant harmony
|
13
|
+
extended harmony
|
14
|
+
functional harmony
|
15
|
+
homophonic harmony
|
16
|
+
jazz harmony
|
17
|
+
major harmony
|
18
|
+
minor harmony
|
19
|
+
modal harmony
|
20
|
+
modal interchange harmony
|
21
|
+
parallel harmony
|
22
|
+
polyphonic harmony
|
23
|
+
suspended harmony
|
24
|
+
tonal harmony
|
@@ -0,0 +1,194 @@
|
|
1
|
+
---
|
2
|
+
title: Instruments
|
3
|
+
category: music
|
4
|
+
---
|
5
|
+
accordion
|
6
|
+
acoustic guitar
|
7
|
+
anklungs
|
8
|
+
appalachian dulcimer
|
9
|
+
autoharp
|
10
|
+
baglama
|
11
|
+
bagpipes
|
12
|
+
balafon
|
13
|
+
balalaika
|
14
|
+
bandoneon
|
15
|
+
banjo
|
16
|
+
baritone saxophone
|
17
|
+
bass clarinet
|
18
|
+
bass drum
|
19
|
+
bassoon
|
20
|
+
berimbau
|
21
|
+
bongo cajon
|
22
|
+
bongos
|
23
|
+
bouzouki
|
24
|
+
buzuq
|
25
|
+
cabasa
|
26
|
+
cajón
|
27
|
+
castanets
|
28
|
+
cello
|
29
|
+
charango
|
30
|
+
chimes
|
31
|
+
cimbalom
|
32
|
+
clarinet
|
33
|
+
claves
|
34
|
+
clavinet
|
35
|
+
concert harp
|
36
|
+
concertina
|
37
|
+
conga drums
|
38
|
+
contrabassoon
|
39
|
+
cor anglais
|
40
|
+
cora
|
41
|
+
cornet
|
42
|
+
cowbell
|
43
|
+
cymbals
|
44
|
+
daf
|
45
|
+
dan moi (vietnamese jaw harp)
|
46
|
+
dhol
|
47
|
+
dholak
|
48
|
+
didgeridoo
|
49
|
+
dizi
|
50
|
+
djembe
|
51
|
+
double bass
|
52
|
+
drum kit
|
53
|
+
drums
|
54
|
+
dulcimer
|
55
|
+
ektara
|
56
|
+
electric bass guitar
|
57
|
+
electric guitar
|
58
|
+
electric piano
|
59
|
+
electric violin
|
60
|
+
erhu
|
61
|
+
euphonium
|
62
|
+
fanfare trumpet
|
63
|
+
finger cymbals
|
64
|
+
flexatone
|
65
|
+
flute
|
66
|
+
french horn
|
67
|
+
ƒugelhorn
|
68
|
+
glass harmonica
|
69
|
+
gong
|
70
|
+
guiro
|
71
|
+
guitar
|
72
|
+
guzheng
|
73
|
+
hammered dulcimer
|
74
|
+
hammond organ
|
75
|
+
hang drum
|
76
|
+
harp
|
77
|
+
harpsichord
|
78
|
+
highland bagpipes
|
79
|
+
hurdy-gurdy
|
80
|
+
indian harmonium
|
81
|
+
irish bouzouki
|
82
|
+
irish tin whistle
|
83
|
+
jaw harp
|
84
|
+
jew's harp
|
85
|
+
kalimba
|
86
|
+
kalimba thumb piano
|
87
|
+
kanun
|
88
|
+
kazoo
|
89
|
+
khene
|
90
|
+
kora
|
91
|
+
koto
|
92
|
+
lute
|
93
|
+
lyre
|
94
|
+
mandocello
|
95
|
+
mandola
|
96
|
+
mandolin
|
97
|
+
maracas
|
98
|
+
marimba
|
99
|
+
mbira
|
100
|
+
mellotron
|
101
|
+
melodica
|
102
|
+
mridangam
|
103
|
+
ney
|
104
|
+
nose flute
|
105
|
+
nyckelharpa
|
106
|
+
oboe
|
107
|
+
ocarina
|
108
|
+
omnichord
|
109
|
+
organ
|
110
|
+
oud
|
111
|
+
pan flute
|
112
|
+
pandura
|
113
|
+
pedal steel guitar
|
114
|
+
penny whistle
|
115
|
+
piano
|
116
|
+
piccolo
|
117
|
+
piccolo trumpet
|
118
|
+
pipa
|
119
|
+
pungi
|
120
|
+
qanun
|
121
|
+
rabab
|
122
|
+
rainstick
|
123
|
+
recorder
|
124
|
+
requinto
|
125
|
+
resonator guitar
|
126
|
+
samisen
|
127
|
+
sansa
|
128
|
+
santoor
|
129
|
+
sarangi
|
130
|
+
sarod
|
131
|
+
saxophone
|
132
|
+
saz
|
133
|
+
shaker
|
134
|
+
shamisen
|
135
|
+
sheng
|
136
|
+
sho
|
137
|
+
sitar
|
138
|
+
sleigh bells
|
139
|
+
slide guitar
|
140
|
+
slide whistle
|
141
|
+
soprano recorder
|
142
|
+
sousaphone
|
143
|
+
steel drums
|
144
|
+
steel pan
|
145
|
+
suona
|
146
|
+
surbahar
|
147
|
+
swanee whistle
|
148
|
+
swiss handpan
|
149
|
+
synthesizer
|
150
|
+
tabla
|
151
|
+
taiko drums
|
152
|
+
tambora
|
153
|
+
tambourine
|
154
|
+
tamburica
|
155
|
+
tanpura
|
156
|
+
taonga pūoro
|
157
|
+
tar
|
158
|
+
theremin
|
159
|
+
timple
|
160
|
+
tone drums
|
161
|
+
tongue drum
|
162
|
+
toubeleki
|
163
|
+
treble viol
|
164
|
+
triangle
|
165
|
+
trombone
|
166
|
+
trumpet
|
167
|
+
tsymbaly
|
168
|
+
tuba
|
169
|
+
uilleann pipes
|
170
|
+
ukulele
|
171
|
+
vibraphone
|
172
|
+
vihuela
|
173
|
+
vinā
|
174
|
+
viola
|
175
|
+
viola da gamba
|
176
|
+
violin
|
177
|
+
vocoder
|
178
|
+
washboard
|
179
|
+
waterphone
|
180
|
+
whip
|
181
|
+
whistle
|
182
|
+
wood block
|
183
|
+
wurlitzer organ
|
184
|
+
xalam
|
185
|
+
xun
|
186
|
+
xylophone
|
187
|
+
yangqin
|
188
|
+
zampogna
|
189
|
+
zhonghu
|
190
|
+
zhongruan
|
191
|
+
zhongyin pipa
|
192
|
+
zills
|
193
|
+
zither
|
194
|
+
zurna
|
data/lists/music/key.yml
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
---
|
2
|
+
title: Key
|
3
|
+
category: music
|
4
|
+
---
|
5
|
+
a major
|
6
|
+
a minor
|
7
|
+
ab major
|
8
|
+
b major
|
9
|
+
b minor
|
10
|
+
bb major
|
11
|
+
c major
|
12
|
+
c# major
|
13
|
+
c# minor
|
14
|
+
d major
|
15
|
+
d minor
|
16
|
+
db major
|
17
|
+
e major
|
18
|
+
e minor
|
19
|
+
eb major
|
20
|
+
f major
|
21
|
+
f# major
|
22
|
+
f# minor
|
23
|
+
g major
|
24
|
+
g minor
|