home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "tenor sax", musiccaps_names contains "Brass instrument" and musiccaps_names contains "Saxophone"

✎ 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
マーチ「プロヴァンスの風」 パート別Ⅲ 木管中低音域・打楽器 This music is a lively instrumental. The tempo is fast with a drum beat introduction, saxophone solo, piano solo, followed with lively harmony of the tenor sax and march like drumming. This piece is the song introduction. It is a lively, cheerful, happy, celebratory and youthful Western Classical. 2015-02-14T15:30:19Z stbs44 本物の演奏ではないので、その点はご了承ください。 マーチ「プロヴァンスの風」の木管楽器中低音域と打楽器のパート別動画です。 ⑪0:00~ アルトクラリネット ⑫3:27~ テナーサックス ⑬6:55~ 木管低音(バスーン・バスクラ・バリサク) ⑭10:22~ ティンパニ・シロフォン・グロッケン ⑮13:50~ 打楽器 ◆全パート、一部箇所にピアノの補助演奏があります。 ◆スネアドラムのrimショットがうまく再現されていません。 コメント等バンバン書きこんでいってください。 ["Brass instrument", "Saxophone"] ["instrumental", "fast tempo", "tenor sax", "energetic drumming", "wind of provence", "classical music", "western classical", "lively", "cheerful", "happy", "celebratory", "youthful", "emphatic solos", "piano accompaniment", "march like drum beat", "wind band repertoire", "lively", "energetic", "enthusiastic"] 7 0u4gY1bBUwQ 220
CCB sax tenor hino 119 The song is an instrumental. The song is medium tempo with a tenor saxophone playing a lilting melody in legato style. The song has no other instrumentation support. The audio quality is very poor. 2010-01-07T21:22:33Z Lucas Cerqueira CCB sax tenor hino 119 ["Brass instrument", "Saxophone"] ["tenor sax", "amateur play", "legato playing", "poor audio quality", "saxophone lessons online", "recital", "vibrato style", "instrumental music", "no other instrumentation", "sax tonguing", "emotional", "romantic", "home video", "bad audio quality", "learner", "youtube music video", "sax cover", "passionate", "spirited", "classical music", "passionate", "no percussions", "medium tempo"] 1 m--xEFqqrLc 4434

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