Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Volume dynamic GUI idea #132

Open
klesun opened this issue Jan 10, 2016 · 0 comments
Open

Volume dynamic GUI idea #132

klesun opened this issue Jan 10, 2016 · 0 comments
Labels

Comments

@klesun
Copy link
Owner

klesun commented Jan 10, 2016

I would prefer to have a shortcut to switch to "Edit Dynamics" mode. It should look same as default, but below (or above) every score row will appear some graph with a line for each channel and a point per chord, movable vertically, that will represent channel volume at the end of chord sounding.

curve transitions are somewhere in far perspective

suppose, in chord model we should store something like this:

chordList: [{
    noteList: [...],
    dynamicSet: [{
        channelNumber: 4, 
        endVolume: 32
    }, ...]
}, 
// the next chord will be played on Crescendo from 32/127 (piano) to 127 (fortissimo)
{
    noteList: [...],
    dynamicSet: [{
        channelNumber: 4, 
        endVolume: 127
    }, ...]
}, ...]
@klesun klesun added the Feature label Jan 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant