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

APC Key25 Driver: try to record a pad with multiple patterns fails #1168

Closed
oscaracena opened this issue Aug 23, 2024 · 3 comments
Closed

APC Key25 Driver: try to record a pad with multiple patterns fails #1168

oscaracena opened this issue Aug 23, 2024 · 3 comments
Assignees
Labels
Bug Something isn't working

Comments

@oscaracena
Copy link

Now it shows the arranger, starts playing the first pattern on the first track, and starts recording global audio! It should allow the user to record at least on any pattern of the first track.

@oscaracena oscaracena added the Bug Something isn't working label Aug 23, 2024
@oscaracena
Copy link
Author

If the track has many patterns, where should it record? The first? The last? If you want to handle multiple patterns, then this mode of operation is not well suited for you. You should use the "PatMan" mode (pattern editor) instead. Nevertheless, I think that a good approach to solve this issue would be to open the last existing pattern on the last track of the sequence.

Let's see if that's possible...

@oscaracena
Copy link
Author

The problem was in the pattern selection, it didn't work (it just open the last pattern). Now, it shows the first pattern, and records on all patterns of first track (as this is the functionality of the CUIA "TOGGLE_RECORD" on Pattern Editor).

@oscaracena
Copy link
Author

PR: zynthian/zynthian-ui#508 (sorry for the bad referencing).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant