home / musiccaps

musiccaps_details (view)

4 rows where musiccaps_aspects contains "cymbal" and musiccaps_names contains "Music"

✎ View and edit SQL

This data as json, CSV (advanced)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Marcelo vs Fabio Coentrao: "The best battle of Madrid" | [HD, 720p] by Kirill Khimenko This is a movie music piece. The music starts playing with a film reel effect. A strings section with cinematic characteristics are playing a dramatic tune while percussive elements resembling a timpani and a big cymbal are playing accentuated hits to put emphasis on this feeling. The atmosphere is epic. There is the aura of a story about to be told in this piece. It could be used in the soundtrack of a documentary, an action or a thriller movie. It could also be used in the soundtrack of a thriller video game. 2012-05-08T16:25:05Z kirillkhimenkormtv Made by: vk.com/kirillkhimenko twitter.com/kirill_khimenko youtube.com/user/kirillkhimenkormtv ["Music", "Scary music"] ["documentary music", "movie music", "film reel", "cinematic strings", "timpani", "cymbal", "epic", "dramatic", "thrilling", "story-telling mood"] 9 1KmsVHx7E2c 261
Roland R-8-prof.Miki This music is a percussion instrumental. The tempo is fast with an energetic drum machine rhythm.no other instrument has been used.It is vibrant, enthusiastic, bright, simple, energetic, and groovy. 2014-09-23T17:20:51Z Miki This is a demo of the Roland R-8 1989 drum machine preset patterns only effect is a Equalizer +5 on High,Mid and Low Tones.-Prof.Miki One of the very best drum machines ever and the last great Roland Flagship Rhythm machine along with the Roland R-8 Mk-2. Roland R-8 used a lot in Ex-Yugoslavia Pop and Rock music;-) It has excellent sounds which can be expanded by adding additional sound cards (808 and 909 cards). Great rock, electronic, ethnic and industrial style drumkits! Most of the sounds are editable - tune, decay, attack, nuance, output, etc... But its coolest tricks are the Feel Patches which give your program a human-like groove! The sounds are ROM based samples, the R-8 has 32 note polyphony, 68 instruments, 100 patterns and 10 songs! The R-8 later became the R-8mkII with more memory and sounds. It is used by Orbital, Underworld, Jimmy Edgar, Autechre, 808 State, Dave Holmes, Fluke, Human League and The Shamen and Laza Ristovski.(Osvajaci-prvi album) Existing cards for Roland R-8. Roland SN-R8-01 - Contemporary Percussion Roland SN-R8-02 - Jazz Brush Roland SN-R8-03 - Sound Effects Roland SN-R8-04 - Electronic (Resembles a TR-808) Roland SN-R8-05 - Jazz Roland SN-R8-06 - Ethnic Percussion Roland SN-R8-07 - Mallet Roland SN-R8-08 - Dry Roland SN-R8-09 - Power Drums U.S.A. Roland SN-R8-10 - Dance (Resembles a TR-909) Roland SN-R8-11 - Metallic Percussion ["Music", "Drum machine"] ["instrumental", "fast tempo", "percussion", "percussion sounds", "drum beats", "drumming patterns", "synthesized electronic tones", "hip-hop", "rap", "rock", "kick drum", "snare", "hi-hat", "drum kit imitation", "digital drum", "drum machine", "energetic", "rhythmic beat", "catchy", "punchy", "vibrant", "enthusiastic", "snare", "groovy", "cymbal", "beat"] 7 5Y_mT93tkvQ 666
메이플스토리 BGM - 시간의신전(Temple of time) This song contains a cymbal holding the rhythm while different piano and keyboards are playing melodies. A xylophone is playing a melody in a higher pitch on top of that. A female voice choir sample comes in every year and then being part of the rhythmic composition. This song may be playing in a adventure video-game with beautiful landscapes. 2014-08-01T03:44:09Z yeon H 원하신 브금을 댓글창에 적어주시면 업로드 해드립니다. ["Background music", "Music", "Tender music"] ["ballad", "piano", "keyboard", "cymbal", "female voice sample", "xylophone", "medium tempo", "dreamy", "peaceful"] 6 BdhaR2QUGqY 1269
recuerdos la arrolladora This Regional Mexican song features a live recording of a male voice singing the main melody. The song starts with the cymbal played once and held so that it does not ring. Then the male voice sings one line with the crowd. The crowd shouts out in joy after a line is sung. The bass is played on a tuba. This is followed by trumpets playing a high pitched melody. This song is at a slow tempo. Apart from the initial cymbal sound, no other percussion is played. This song can be played in a romantic movie. 2009-09-24T06:59:11Z Luck Jimenez ["Swing music", "Music", "Music of Latin America"] ["regional mexican", "male voice", "crowd sound", "tuba", "trumpets", "cymbal", "slow tempo", "no string instruments", "romantic mood"] 0 JbWaSZPOh18 2023

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW musiccaps_details AS select
  musiccaps.url as video,
  json_object(
    'label',
    coalesce(videos.title, 'Missing from YouTube'),
    'href',
    musiccaps.url
  ) as youtube_link,
  musiccaps.caption as musiccaps_caption,
  videos.publishedAt as youtube_published,
  videos.channelTitle as youtube_channel,
  videos.description as youtube_description,
  musiccaps.audioset_names as musiccaps_names,
  musiccaps.aspect_list as musiccaps_aspects,
  musiccaps.author_id as musiccaps_author,
  videos.id as youtube_id,
  musiccaps.rowid as musiccaps_rowid
from
  musiccaps
  left join videos on musiccaps.ytid = videos.id;
Powered by Datasette · Queries took 821.355ms · About: simonw/musiccaps-datasette