Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.8 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.8 KB

Random musical parameter generator

Netlify Status

See docs for operating info.

How to Update the Set of Parameters

  • Edit this page by clicking the pencil icon on right of heading

image

  • makechanges - carefull with formatting, especially spaces and indenting!
  • Commit your changes

image

  • Wait for the Netlifyt status on README page to say "success" - takes a few minutes and may require a page refresh

image

  • Refesh the app web page - if you have "installed" you might need to reload it somehow. Ctrl+F5 works on desktop browsers

Requirements

Randomly generate a set of musical parameters as the basis for practice / composition

  • tonal centre
  • parent mode type
  • tempo
  • genre
  • ?rhythm?

eg

  • D
  • Melodic minor
  • 98bpm
  • latin
  • ?4/4?

Each individual parameter or all can be regenerated.

Fixed list of values for each parameter

Work on Android phone - portrait only to start is OK

Architecture

  • Static
  • Vanilla
  • Mobile first
  • vitejs
  • Netlify hosting
  • Domain parameters.musicpracticetools.net
  • no tests