Mapping left and right Digital Out to different encoders

Hey, I have a question.

Is it possible to use the mapper, to map different encoders to left and right digital out in the alsamixer?

I managed to use the pisound micro mapper to control the the Digital Out with a potentiometer. Now i want to switch to encoders so the settings aren’t jumping between two values and if possible I want to control the left and right channel separately.

I know that I can adjust the left and right channel separately in the alsamixer when using a keyboard. But i couldn’t finde a way to controlling them separately with the micro mapper.

I hope you can help me and thank you in advance.

Hey, see the mappings example in the documentation: Pisound Micro Mapper - Pisound Micro Documentation

In particular the use of chan_a and chan_b. They specify the 0-based index, so use 0 for controlling the left channel, 1 for the right channel.

1 Like

Thank you, i think this willl solve my problem :smiley:

1 Like