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

Implement more bars with double&triple meter. #1

Open
vigliensoni opened this issue Mar 16, 2020 · 2 comments
Open

Implement more bars with double&triple meter. #1

vigliensoni opened this issue Mar 16, 2020 · 2 comments
Labels
Enhancement New feature or request

Comments

@vigliensoni
Copy link
Owner

The device should be able to handle four bars (two at the least). With 16th ppqn this is trivial. But since now we have double and triple meter, subdivisions are at 96 ppqn.

The live grid device on the UI only accepts 64 steps and so I should find a way to display the four bars (perhaps one device per bar?). However, this is just for visualization, it has nothing to do with the structure of the data.

@vigliensoni vigliensoni added the Enhancement New feature or request label Mar 16, 2020
@vigliensoni vigliensoni changed the title Implement more bars with double/triplet meter. Implement more bars with double&triple meter. Mar 16, 2020
@vigliensoni
Copy link
Owner Author

So far, I implemented one bar. The procedure for more bars seems to be pretty straighforward in the MaxMSP side, though I should take a look at how data is expressed in TF.

@vigliensoni
Copy link
Owner Author

The autoencoder is currently encoding data for two bars. MaxMSP is the one only playing back the first bar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant