Re: Only 6 channels with wineasio

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jun 29, 2016 at 09:58:03AM +0200, Atte wrote:
> On 06/29/2016 02:28 AM, Glen MacArthur wrote:
> 
> > It's been a long time since I compiled it but I seem to recall the
> > makefile (or some other build file) had to be edited at the time of
> > compilation to get the desired number of I/O channels.
> 
> Thanks for the reply!
> 
> I assume that by "it" you mean wineasio?

There is a const

    #define MAX_ENVIRONMENT_SIZE 6

in wineasio/asio.c:47; maybe

    #define MAX_ENVIRONMENT_SIZE 24

fixes your problem (no tested).

Note: MAX_ENVIRONMENT_SIZE is used in

    if (GetEnvironmentVariableA("WINEASIO_NUMBER_INPUTS", environment_variable, MAX_ENVIRONMENT_SIZE))
    [...]
    if (GetEnvironmentVariableA("WINEASIO_NUMBER_OUTPUTS", environment_variable, MAX_ENVIRONMENT_SIZE))
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/listinfo/linux-audio-user



[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux