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

Odd panning extension implementation #25

Open
fawtytoo opened this issue Nov 18, 2022 · 1 comment
Open

Odd panning extension implementation #25

fawtytoo opened this issue Nov 18, 2022 · 1 comment

Comments

@fawtytoo
Copy link

The stereo extension is a rather odd way of accomplishing full range panning, if you don't mind me saying. What's wrong with sending the panning value 0x30 to every channel, so left and right are equal, then adjust the returning sample?
That could be done by the calling program rather than handled within Nuked.

@fawtytoo
Copy link
Author

Disregard this. Adjusting the returning sample would effect all channels together, not individually.

However, what's wrong with a hard coded panning LUT, rather than creating one dynamically?
I use one in Midiplay if you want to use that. MIDI gives 7 bit values for panning.

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

1 participant