home / musiccaps

musiccaps_details (view)

5 rows where musiccaps_aspects contains "monotonous"

✎ 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
Luigi's Mansion Music - Luigi Humming This is a video game theme being hummed by a male vocal. It is in the low-to-medium range. It conveys a feeling of idleness. Vocal samples can be lifted from this track to be used in beat-making. 2008-09-09T00:39:48Z Plinio Guzmed Luigi's Mansion Music - Luigi Humming ["Beatboxing", "Humming", "Music"] ["vocal track", "no instruments", "male vocal", "low-to-medium pitch singing", "humming", "idle", "bored", "monotonous", "video game music"] 9 0wYi8B9PXDY 223
Korg Electribe 2 - first live playing This is an analog sounding electronic jam. The automated melody is played by a sequencer that has a synthesizer base. The electronic drums in the rhythmic background have a 909-like sound. The atmosphere of the piece is very robotic and computer-like. This piece could be used in the soundtracks of movies and video games that have a cyberpunk/futuristic sci-fi theme. 2015-01-16T09:44:16Z Jim Just got the new Korg Electribe 2. My first jam on it after spending a day on the unit. Nice sounding box. Made more for live jamming than using it like a DAW. Thanks for watching ["Music", "Musical instrument", "Drum machine", "Soundtrack music", "Synthesizer"] ["electronic", "live", "analog sounding", "synth-based", "pad", "sequence", "electronic drums", "909-like", "computer-like", "robotic", "monotonous"] 9 NwfEO8cjSK0 2380
Science Jingle (Today Innovation Begins) This is an educational pop music piece. There is a female vocalist singing out-of-tune. The strings and the acoustic guitar are playing a simple tune while the rhythmic background is provided by a basic acoustic drum beat. The aura of the piece is generic and monotonous. The quality of the recording is subpar. It might be useful in the class setting. 2014-09-18T13:42:20Z Anna Clarissa Regala My very own Science Jingle with the theme, "Strengthening Innovation." (dedicated to Grade 3 Pupils Batch 2014-2015 of Ms. Anna Liza Campo) ["Jingle (music)", "Music"] ["pop", "educational", "female vocal", "out-of-tune singing", "strings", "acoustic guitar", "acoustic drums", "generic", "bland", "monotonous"] 9 PQrYV7hJWDg 2535
Tetris Theme on Laser Harp - Theremin Hero LIVE! Finale - Gamecity 5 Nottingham This is a video game theme played in a music game. There is a keyboard playing the main tune. The bass guitar is playing a repetitive and simple bass line. Samples could be lifted from the piece to use in beat-making. 2010-11-29T11:49:31Z Theremin Hero !!!! Pre-order a Laser Harp: https://buyalaserharp.com !!! Tetris theme (my own remix) on Laser Harp. DOUBLE SPEED VIDEO!: https://www.youtube.com/watch?v=6taIxXT774w How does it work? : https://www.youtube.com/watch?v=nuM2Jw78u8Y ---- MORE Laser Harp & THEREMIN videos : http://youtube.com/conquerearth ----- On Soundcloud: http://soundcloud.com/thereminhero/tetris-theme-korobeiniki-for [UPDATE] Soundcloud download limit reached... available now on BandCamp http://thereminhero.bandcamp.com The final part of my gig at GameCity 5, 28/10/10. http://www.thereminhero.com Laser Harp FAQ: http://www.thereminhero.com/?page_id=251 The laser harp I am playing is a Kromalaser Basic, www.kromalaser.com ["Music", "Theremin"] ["video game theme", "keyboard", "bass guitar", "simple bass line", "analog sounding", "generic", "monotonous", "repeated theme"] 9 WkkhcwXpYy4 3132
Guitar Tuner - double drop D This is an instructive track to tune a guitar at double drop D tuning. A repeated single note for each string is being played. This track could be used for unnatural sounding guitar samples. 2014-05-30T01:15:58Z Rockstar Rant Guitar Tuner - double drop D waves, neve, ssl, ua, plugins, pro tools, recording, recording studio, nuendo, focusrite, bogner, mesa boogie, fender, reverb, teletronix, la2a, 1176, digidesign ["Bass guitar", "Tapping (guitar technique)", "Guitar", "Music", "Electronic tuner", "Plucked string instrument"] ["tuning", "instructive", "acoustic guitar sound", "single note", "sample", "monotonous"] 9 mMf4vJFT8Fw 4464

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 746.031ms · About: simonw/musiccaps-datasette