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

Pianoroll enhancements #131

Merged
merged 7 commits into from Jun 13, 2022
Merged

Pianoroll enhancements #131

merged 7 commits into from Jun 13, 2022

Conversation

felixroos
Copy link
Collaborator

I added the following options to .pianoroll:

{
cycles = 4, // number of cycles to show
playhead = 0.5, // position of playhead, 0.5 = center
vertical = 0, // if 1, time will be on the y axis
autorange = 0, // if 1, the range of values will be deduced from the active cycles (instead of minMidi / maxMidi)
fold = 0, // if 1,  there will be no gaps between values (like ableton fold), autorange will be ignored
overscan = 1, // how many extra cycles will be queried outside the viewport, can be used to get a more stable autorange without needing to set cycles higher
flipTime = 0, // if 1, time will flow in the opposite direction
flipValues = 0, // if 1, value range will be flipped
hideNegative = 0, // if 1, haps with negative events will be hidden at start
timeframe, // now deprecated (but still works)
}

@felixroos
Copy link
Collaborator Author

fixes #115

@felixroos felixroos merged commit 052f2db into main Jun 13, 2022
@felixroos felixroos deleted the pianoroll-enhancements branch June 13, 2022 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant