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,81 @@
|
|
1
|
+
---
|
2
|
+
title: Types of melody
|
3
|
+
category: music
|
4
|
+
---
|
5
|
+
airy melody (light and breezy in character)
|
6
|
+
angular chromatic melody (chromatic intervals with angular shape)
|
7
|
+
angular melody (with angular intervals)
|
8
|
+
antiphonal melody (alternating phrases between different groups)
|
9
|
+
arpeggiated melody (using broken chords)
|
10
|
+
ascending chromatic melody (rising motion using chromatic tones)
|
11
|
+
ascending melody (rising motion)
|
12
|
+
birdsong-inspired melody (mimicking the sounds of birds)
|
13
|
+
bittersweet melody (evoking both sadness and joy)
|
14
|
+
bursting melody (sudden and explosive motion)
|
15
|
+
call and response melody (alternating phrases between different voices or instruments)
|
16
|
+
call-and-answer melody (alternating phrases between voices or instruments)
|
17
|
+
cannon melody (melodic imitation at different times)
|
18
|
+
cascading melody (falling notes in a cascading fashion)
|
19
|
+
choral melody (sung by a choir or vocal ensemble)
|
20
|
+
chromatic melody (with extensive use of chromatic tones)
|
21
|
+
circular breathing melody (continuous playing without pausing for breath)
|
22
|
+
circular melody (repeating patterns that circle back)
|
23
|
+
climbing melody (ascending motion with gradual increase in pitch)
|
24
|
+
conjunct melody (stepwise motion)
|
25
|
+
contrapuntal melody (involving multiple independent melodic lines)
|
26
|
+
dance-like melody (energetic and rhythmic)
|
27
|
+
delicate melody (gentle and fragile)
|
28
|
+
descending chromatic melody (falling motion using chromatic tones)
|
29
|
+
descending melody (falling motion)
|
30
|
+
disjunct melody (leapwise motion)
|
31
|
+
double-stop melody (playing two notes simultaneously)
|
32
|
+
dramatic melody (expressing strong emotions and intensity)
|
33
|
+
echoing melody (repeating phrases at softer volume)
|
34
|
+
enigmatic melody (mysterious and puzzling in character)
|
35
|
+
ethereal melody (airy and otherworldly)
|
36
|
+
falling melody (descending motion with gradual decrease in pitch)
|
37
|
+
flamenco-inspired melody (incorporating elements of flamenco music)
|
38
|
+
floating melody (slow and ethereal)
|
39
|
+
flutter-tonguing melody (rapid fluttering articulation)
|
40
|
+
fluttering melody (quick and fluttering notes)
|
41
|
+
folk-inspired melody (drawing from traditional folk music)
|
42
|
+
gypsy-inspired melody (evoking the spirit of romani music)
|
43
|
+
harmonized melody (melody supported by accompanying harmonies)
|
44
|
+
hocket melody (interlocking notes between voices or instruments)
|
45
|
+
homophonic melody (melody accompanied by chords)
|
46
|
+
jazzy melody (incorporating jazz-style elements)
|
47
|
+
legato melody (smooth and connected)
|
48
|
+
lyrical melody (expressive and song-like)
|
49
|
+
marcato melody (marked and accented)
|
50
|
+
modal melody (based on a specific mode or scale)
|
51
|
+
motivic melody (using short musical motives or themes)
|
52
|
+
muted melody (played with a muted or dampened tone)
|
53
|
+
ornamental melody (with decorative flourishes)
|
54
|
+
ornamented chromatic melody (chromatic embellishments)
|
55
|
+
ornamented melody (with embellishments)
|
56
|
+
ostinato melody (with a repeated musical figure)
|
57
|
+
pendulum melody (back-and-forth motion)
|
58
|
+
pentatonic melody (using a five-note scale)
|
59
|
+
polyphonic melody (multiple independent melodic lines)
|
60
|
+
pulse-like melody (repeated notes creating a pulsating rhythm)
|
61
|
+
recitative melody (speech-like melodic style)
|
62
|
+
repetitive melody (with repeated patterns)
|
63
|
+
rhapsodic melody (improvisatory and free-flowing)
|
64
|
+
rhythmic melody (with strong rhythmic emphasis)
|
65
|
+
riff melody (repeated melodic pattern)
|
66
|
+
running melody (fast and continuous motion)
|
67
|
+
sequential melody (with repeated patterns at different pitch levels)
|
68
|
+
serpentine melody (curving and winding motion)
|
69
|
+
shifting melody (changing tonal center or mode)
|
70
|
+
sighing melody (expressing a sense of longing or sadness)
|
71
|
+
skipping melody (leapfrogging motion)
|
72
|
+
smooth melody (with flowing, connected notes)
|
73
|
+
staccato melody (with short, detached notes)
|
74
|
+
stride melody (wide interval leaps)
|
75
|
+
sustained melody (long-held notes)
|
76
|
+
swirling melody (circular and swirling motion)
|
77
|
+
syncopated melody (emphasizing off-beat rhythms)
|
78
|
+
syncopated melody (with accents on off-beats)
|
79
|
+
trembling melody (tremolo-like rapid fluctuations in pitch)
|
80
|
+
tremolo melody (rapid repetition of a single note)
|
81
|
+
vamp melody (repeating short rhythmic figure)
|
@@ -0,0 +1,41 @@
|
|
1
|
+
---
|
2
|
+
title: Modes
|
3
|
+
category: music
|
4
|
+
---
|
5
|
+
aeolian mode (natural minor)
|
6
|
+
altered scale mode
|
7
|
+
balinese scale mode
|
8
|
+
bhairav mode
|
9
|
+
bhairavi mode
|
10
|
+
blues scale mode
|
11
|
+
diminished scale mode
|
12
|
+
dorian b2 mode
|
13
|
+
dorian mode
|
14
|
+
double harmonic scale mode
|
15
|
+
egyptian scale mode
|
16
|
+
harmonic minor mode
|
17
|
+
hindu scale mode
|
18
|
+
hungarian major mode
|
19
|
+
hungarian minor mode
|
20
|
+
ionian augmented mode
|
21
|
+
ionian mode (major)
|
22
|
+
japanese scale mode
|
23
|
+
leading whole-tone mode
|
24
|
+
locrian mode
|
25
|
+
locrian natural 9 mode
|
26
|
+
lydian dominant mode
|
27
|
+
lydian mode
|
28
|
+
major pentatonic blues mode
|
29
|
+
melodic minor mode
|
30
|
+
mixolydian b6 mode
|
31
|
+
mixolydian mode
|
32
|
+
neapolitan major mode
|
33
|
+
neapolitan minor mode
|
34
|
+
pentatonic major mode
|
35
|
+
pentatonic minor mode
|
36
|
+
persian scale mode
|
37
|
+
phrygian dominant mode
|
38
|
+
phrygian mode
|
39
|
+
super locrian mode
|
40
|
+
ukrainian dorian mode
|
41
|
+
whole-tone scale mode
|
@@ -0,0 +1,103 @@
|
|
1
|
+
---
|
2
|
+
title: Moods
|
3
|
+
category: music
|
4
|
+
---
|
5
|
+
aggressive
|
6
|
+
agitated
|
7
|
+
atmospheric
|
8
|
+
bittersweet
|
9
|
+
blissful
|
10
|
+
bold
|
11
|
+
bouncy
|
12
|
+
brooding
|
13
|
+
calm
|
14
|
+
captivating
|
15
|
+
catchy
|
16
|
+
chaotic
|
17
|
+
cinematic
|
18
|
+
contemplative
|
19
|
+
dark
|
20
|
+
delicate
|
21
|
+
dramatic
|
22
|
+
dreamlike
|
23
|
+
dreamy
|
24
|
+
driving
|
25
|
+
dynamic
|
26
|
+
edgy
|
27
|
+
eerie
|
28
|
+
empowering
|
29
|
+
enchanting
|
30
|
+
energetic
|
31
|
+
enigmatic
|
32
|
+
epic
|
33
|
+
ethereal
|
34
|
+
euphoric
|
35
|
+
evocative
|
36
|
+
excited
|
37
|
+
exciting
|
38
|
+
exhilarating
|
39
|
+
experimental
|
40
|
+
exuberant
|
41
|
+
fierce
|
42
|
+
funky
|
43
|
+
futuristic
|
44
|
+
gentle
|
45
|
+
groovy
|
46
|
+
happy
|
47
|
+
haunting
|
48
|
+
heartfelt
|
49
|
+
hopeful
|
50
|
+
hypnotic
|
51
|
+
intense
|
52
|
+
intricate
|
53
|
+
intriguing
|
54
|
+
introspective
|
55
|
+
joyful
|
56
|
+
lively
|
57
|
+
lush
|
58
|
+
lyrical
|
59
|
+
majestic
|
60
|
+
melancholic
|
61
|
+
mellow
|
62
|
+
moody
|
63
|
+
mysterious
|
64
|
+
nostalgic
|
65
|
+
ominous
|
66
|
+
passionate
|
67
|
+
peaceful
|
68
|
+
playful
|
69
|
+
powerful
|
70
|
+
quirky
|
71
|
+
rebellious
|
72
|
+
reflective
|
73
|
+
relaxed
|
74
|
+
romantic
|
75
|
+
sad
|
76
|
+
sassy
|
77
|
+
satisfying
|
78
|
+
seductive
|
79
|
+
sensitive
|
80
|
+
sentimental
|
81
|
+
serene
|
82
|
+
sincere
|
83
|
+
soothing
|
84
|
+
sorrowful
|
85
|
+
soulful
|
86
|
+
spiritual
|
87
|
+
sprightly
|
88
|
+
stirring
|
89
|
+
sultry
|
90
|
+
suspenseful
|
91
|
+
tender
|
92
|
+
thoughtful
|
93
|
+
thrilling
|
94
|
+
tranquil
|
95
|
+
trippy
|
96
|
+
triumphant
|
97
|
+
upbeat
|
98
|
+
uplifting
|
99
|
+
vibrant
|
100
|
+
whimsical
|
101
|
+
wistful
|
102
|
+
wondrous
|
103
|
+
yearning
|
@@ -0,0 +1,135 @@
|
|
1
|
+
---
|
2
|
+
title: Percussive sounds
|
3
|
+
category: music
|
4
|
+
---
|
5
|
+
agogo bells
|
6
|
+
agogô bells
|
7
|
+
anklung
|
8
|
+
anvil
|
9
|
+
balafon
|
10
|
+
bamboo tube
|
11
|
+
bamboo wind chimes
|
12
|
+
bass drum
|
13
|
+
bass drum pedal
|
14
|
+
bell tree
|
15
|
+
birdcall whistle
|
16
|
+
bodhran
|
17
|
+
bodhran tipper
|
18
|
+
bongo drums
|
19
|
+
boomwhackers
|
20
|
+
bowed cymbal
|
21
|
+
brake drum
|
22
|
+
bullroarer
|
23
|
+
cabasa
|
24
|
+
cajita
|
25
|
+
cajon
|
26
|
+
cajón
|
27
|
+
cajon brush
|
28
|
+
castanets
|
29
|
+
caxixi
|
30
|
+
chimes
|
31
|
+
chocalho
|
32
|
+
clap
|
33
|
+
claves
|
34
|
+
conga slap
|
35
|
+
congas
|
36
|
+
cowbell
|
37
|
+
cowbell mallet
|
38
|
+
crash cymbal
|
39
|
+
cricket clicker
|
40
|
+
crotales
|
41
|
+
cuíca
|
42
|
+
cup chime
|
43
|
+
cymbal roll
|
44
|
+
cymbal stack
|
45
|
+
darbuka
|
46
|
+
didgeridoo
|
47
|
+
djembe
|
48
|
+
djembe slap
|
49
|
+
djun djun
|
50
|
+
djundjun
|
51
|
+
drumstick
|
52
|
+
finger cymbals
|
53
|
+
finger snap
|
54
|
+
flexatone
|
55
|
+
flexitone
|
56
|
+
frame drum
|
57
|
+
frame drum beater
|
58
|
+
gankogui
|
59
|
+
ghatam
|
60
|
+
gong
|
61
|
+
gong mallet
|
62
|
+
guiro
|
63
|
+
hand clap
|
64
|
+
handpan
|
65
|
+
handpan mallet
|
66
|
+
hi-hat
|
67
|
+
jaw harp
|
68
|
+
jawbone
|
69
|
+
kalimba
|
70
|
+
kettle drum
|
71
|
+
kpanlogo drum
|
72
|
+
log drum
|
73
|
+
log drum mallet
|
74
|
+
maraca
|
75
|
+
maracas
|
76
|
+
marimba
|
77
|
+
marimba mallet
|
78
|
+
mbira
|
79
|
+
metal plate
|
80
|
+
metal shaker
|
81
|
+
metallophone
|
82
|
+
monkey drum
|
83
|
+
ocean drum
|
84
|
+
qarqaba
|
85
|
+
qraqeb
|
86
|
+
rainmaker
|
87
|
+
rainstick
|
88
|
+
ratchet
|
89
|
+
rhythm bones
|
90
|
+
ride cymbal
|
91
|
+
riq
|
92
|
+
roto-toms
|
93
|
+
shaker
|
94
|
+
shekere
|
95
|
+
sistrum
|
96
|
+
slapstick
|
97
|
+
sleigh bells
|
98
|
+
sleighbells
|
99
|
+
slit drum
|
100
|
+
snare drum
|
101
|
+
snare drum brush
|
102
|
+
splash cymbal
|
103
|
+
spring drum
|
104
|
+
steel drum
|
105
|
+
surdo
|
106
|
+
surdo beater
|
107
|
+
tabla
|
108
|
+
taiko drum
|
109
|
+
talking drum
|
110
|
+
tamborim
|
111
|
+
tambour
|
112
|
+
tambourine
|
113
|
+
tambourine jingle
|
114
|
+
temple blocks
|
115
|
+
thunder sheet
|
116
|
+
thunder tube
|
117
|
+
timbales
|
118
|
+
tom-tom
|
119
|
+
tongue drum
|
120
|
+
triangle
|
121
|
+
triangle beater
|
122
|
+
udu beater
|
123
|
+
udu drum
|
124
|
+
vibraphone
|
125
|
+
vibraslap
|
126
|
+
washboard
|
127
|
+
water drum
|
128
|
+
whip
|
129
|
+
whistle
|
130
|
+
wind chimes
|
131
|
+
wind gong
|
132
|
+
wood block
|
133
|
+
woodblock
|
134
|
+
woodpecker block
|
135
|
+
zill
|
@@ -0,0 +1,57 @@
|
|
1
|
+
---
|
2
|
+
title: Types of recording
|
3
|
+
category: music
|
4
|
+
---
|
5
|
+
acapella recording
|
6
|
+
acoustic recording
|
7
|
+
acoustic session recording
|
8
|
+
battle rap recording
|
9
|
+
binaural recording
|
10
|
+
bootleg recording
|
11
|
+
chamber music recording
|
12
|
+
choir recording
|
13
|
+
collaborative recording
|
14
|
+
concept album recording
|
15
|
+
conceptual recording
|
16
|
+
contemporary recording
|
17
|
+
cover song recording
|
18
|
+
demo recording
|
19
|
+
demo reel recording
|
20
|
+
dj set recording
|
21
|
+
documentary soundtrack recording
|
22
|
+
ep recording
|
23
|
+
experimental recording
|
24
|
+
field recording
|
25
|
+
full-length album recording
|
26
|
+
improvised recording
|
27
|
+
instrumental recording
|
28
|
+
jam session recording
|
29
|
+
karaoke recording
|
30
|
+
live album recording
|
31
|
+
live recording
|
32
|
+
live stream recording
|
33
|
+
livestream concert recording
|
34
|
+
mashup recording
|
35
|
+
mixtape recording
|
36
|
+
mtv unplugged recording
|
37
|
+
nature sounds recording
|
38
|
+
open mic recording
|
39
|
+
orchestral recording
|
40
|
+
poetry reading recording
|
41
|
+
radio session recording
|
42
|
+
rehearsal recording
|
43
|
+
remastered recording
|
44
|
+
remix recording
|
45
|
+
single recording
|
46
|
+
sound collage recording
|
47
|
+
sound effects recording
|
48
|
+
soundcheck recording
|
49
|
+
spoken word recording
|
50
|
+
studio recording
|
51
|
+
surround sound recording
|
52
|
+
symphonic recording
|
53
|
+
tribute recording
|
54
|
+
underground recording
|
55
|
+
unplugged recording
|
56
|
+
unreleased recording
|
57
|
+
vocal ensemble recording
|
@@ -0,0 +1,23 @@
|
|
1
|
+
---
|
2
|
+
title: Sections in a song
|
3
|
+
category: music
|
4
|
+
---
|
5
|
+
acapella section
|
6
|
+
ad-lib section
|
7
|
+
bridge
|
8
|
+
call and response
|
9
|
+
chorus
|
10
|
+
coda
|
11
|
+
fade-out
|
12
|
+
hook
|
13
|
+
instrumental break
|
14
|
+
interlude
|
15
|
+
intro
|
16
|
+
outro
|
17
|
+
post-chorus
|
18
|
+
pre-chorus
|
19
|
+
pre-verse
|
20
|
+
refrain
|
21
|
+
solo
|
22
|
+
tag
|
23
|
+
verse
|
@@ -0,0 +1,104 @@
|
|
1
|
+
---
|
2
|
+
title: Vocals
|
3
|
+
category: music
|
4
|
+
---
|
5
|
+
a cappella vocals
|
6
|
+
ad-lib vocals
|
7
|
+
adrenaline-fueled vocals
|
8
|
+
airy vocal textures
|
9
|
+
atmospheric spoken-word
|
10
|
+
atmospheric whispers
|
11
|
+
auto-tuned harmonies
|
12
|
+
auto-tuned vocals
|
13
|
+
backup vocals
|
14
|
+
barbershop quartet harmonies
|
15
|
+
baritone storytelling
|
16
|
+
baritone vocals
|
17
|
+
bass vocals
|
18
|
+
belting vocals
|
19
|
+
belting with rasp
|
20
|
+
bluesy vocals
|
21
|
+
breathy vocals
|
22
|
+
call-and-response vocals
|
23
|
+
chant vocals
|
24
|
+
chanting choruses
|
25
|
+
choir chants
|
26
|
+
choir vocals
|
27
|
+
choral chants
|
28
|
+
choral counterpoint
|
29
|
+
choral falsetto
|
30
|
+
choral vocals
|
31
|
+
choral whispering
|
32
|
+
crooning vocals
|
33
|
+
deep bass rumblings
|
34
|
+
distorted shouts
|
35
|
+
distorted vocals
|
36
|
+
dramatic operatic arias
|
37
|
+
duet vocals
|
38
|
+
ethereal vocals
|
39
|
+
falsetto vocals
|
40
|
+
gospel choir vocals
|
41
|
+
gospel vocal runs
|
42
|
+
gospel vocals
|
43
|
+
gravelly blues vocals
|
44
|
+
gravelly vocals
|
45
|
+
growled vocals
|
46
|
+
grunge vocals
|
47
|
+
guttural death metal growls
|
48
|
+
guttural vocals
|
49
|
+
harmonized growls
|
50
|
+
harmonized vocals
|
51
|
+
harmonized whispers
|
52
|
+
hushed ethereal vocals
|
53
|
+
hushed vocals
|
54
|
+
lead vocals
|
55
|
+
melismatic vocals
|
56
|
+
mumbled spoken vocals
|
57
|
+
mumbled vocals
|
58
|
+
nasal tenor vocals
|
59
|
+
nasal vocals
|
60
|
+
operatic belting
|
61
|
+
operatic coloratura
|
62
|
+
operatic vocals
|
63
|
+
orchestral vocals
|
64
|
+
polyrhythmic choral chants
|
65
|
+
polyrhythmic vocals
|
66
|
+
power vocals
|
67
|
+
powerful gospel solos
|
68
|
+
rap-sung vocals
|
69
|
+
rapped vocals
|
70
|
+
rasp vocals
|
71
|
+
rhythmic beatboxing
|
72
|
+
rhythmic chant-singing
|
73
|
+
rhythmic vocals
|
74
|
+
scat vocals
|
75
|
+
screamed vocals
|
76
|
+
screaming harmonies
|
77
|
+
screeching vocals
|
78
|
+
shimmering vocal layers
|
79
|
+
shouted call-and-response
|
80
|
+
shouted vocals
|
81
|
+
smooth crooning
|
82
|
+
smooth jazz scatting
|
83
|
+
smooth vocals
|
84
|
+
soaring sopranos
|
85
|
+
soprano coloratura fireworks
|
86
|
+
soprano vocals
|
87
|
+
spoken word vocals
|
88
|
+
spoken-word poetry
|
89
|
+
sprechgesang vocals
|
90
|
+
sustained vibrato
|
91
|
+
tenor vocals
|
92
|
+
vibrant falsetto
|
93
|
+
vibrant vocals
|
94
|
+
vibrato vocals
|
95
|
+
vibrato-laden solos
|
96
|
+
vocal harmonies
|
97
|
+
vocal scatting
|
98
|
+
whispered chants
|
99
|
+
whispered falsetto
|
100
|
+
whispered vocals
|
101
|
+
whistle vocals
|
102
|
+
whistled melodies
|
103
|
+
yodeled vocals
|
104
|
+
yodeling harmonies
|