Skip to content
/ 12 Public

12-bar blues jazz solos from Weimar Jazz Database displayed in a 12-colored piano rawl

Notifications You must be signed in to change notification settings

vpavlenko/12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6050a43 · Apr 30, 2024

History

45 Commits
Feb 26, 2024
Feb 25, 2024
Apr 30, 2024
Feb 24, 2024
Feb 24, 2024
Feb 27, 2024
Mar 7, 2024
Feb 26, 2024
Feb 26, 2024
Feb 24, 2024
Feb 24, 2024
Feb 25, 2024

Repository files navigation

12

SELECT *
FROM solo_info
JOIN composition_info ON solo_info.compid = composition_info.compid
WHERE composition_info.tonalitytype = 'BLUES'
AND composition_info.form = 'A12' AND solo_info.signature = '4/4'
AND solo_info.key LIKE '%maj';

on wjazzd.db

About

12-bar blues jazz solos from Weimar Jazz Database displayed in a 12-colored piano rawl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published