Home
last modified time | relevance | path

Searched refs:GetAudioOutputChannelInfo (Results 1 – 4 of 4) sorted by relevance

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/network/
H A Dlscpserver.h126 String GetAudioOutputChannelInfo(uint DeviceId, uint ChannelId);
H A Dlscp.y399 …P number SP number { $$ = LSCPSERVER->GetAudioOutputChannelInfo($5, $7);…
H A Dlscpparser.cpp4337 …{ (yyval.String) = LSCPSERVER->GetAudioOutputChannelInfo((yyvsp[-2].Number), (yyvsp[0].Number)); … in yyparse()
H A Dlscpserver.cpp1648 String LSCPServer::GetAudioOutputChannelInfo(uint DeviceId, uint ChannelId) { in GetAudioOutputChannelInfo() function in LinuxSampler::LSCPServer