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

support more than 8 channels #14

Open
marclava opened this issue Jan 29, 2020 · 1 comment
Open

support more than 8 channels #14

marclava opened this issue Jan 29, 2020 · 1 comment

Comments

@marclava
Copy link

I need 24 channels (recording, playback, editing) with jackd. Opening and browsing a large muti-channel file is already working, but playing it crashes the software.

@magnush
Copy link
Owner

magnush commented Feb 6, 2020

As mentioned in other issue thread:
There are places in the code where it's hardcoded assumption of max 8 channels, like local array variables that are allocated. So one would have to find all those places, and replace them with a constant MAXCHANS, then after that you could just increase that constant. One way to find the bad spots may be to run under valgrind and see in what functions it starts doing bad things with memory, another way to find clues be to search for the constant 8 in the code.

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

No branches or pull requests

2 participants