Git Product home page Git Product logo

dingr's People

Contributors

davetapley avatar

dingr's Issues

Support rests

Can just store it as a '-' in Tune#notes.
Disregard them in Tune#match_notes.

List missing notes

For all incomplete tunes, find the missing notes for the best version we have for each.

Add song lyrics

Need to find a good way of timing them up with the notes.

Perhaps a string for each note chunk (see #3).

Chunk identical notes

When displaying same notes consecutively in a tune, we should chunk them together in a box and/or color, so it's clear.

The player/note could then be shown with the corresponding color.

Pin (or star) tune versions

Once #15 is done it'd be nice to 'pin' specific versions to the tune page.
Once pinned they will always be shown, regardless of whether a player is available (per #13).

ID tune versions by key

Currently tune versions are ID by their index in the array returned by match_notes.
These IDs aren't canonical, and can prevent a user viewing a transpose unless it's a complete (or the current 'best') match.

Consistent color for a note

Instead of assigning colors to players randomly for each song, a player should be able to choose their color from a pool of those maximally distant from other colors.

Assign players

Once a song is matched, identify the players used in each song version.

On show page show each player alongside note.
Perhaps group them by color, per #3.

Hide tune versions

Two parts:

  • Hide tunes which are incomplete from the main page.
  • From a tunes admin page we should be able to nominate which versions of a tune are shown.

Add note length

We're trying to display tunes in a time signature (since #1), but we need note length.

I propose all notes are implicitly semibreves, but we may prefix a note with -. This note would be handled as normal, but could be used as a placeholder to indicate that two notes actually form a breve, thus:

C4 C4, is two semibreves.
C4 -C4 is a breve.

Add tune editor

Probably add notes/rests first.
Then render a note chunked version (#3) and have a text field for each chunk.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.