Home
last modified time | relevance | path

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

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Config/
H A DAudioInfo.cs122 InteropEmu.SetChannelPanning(AudioChannel.Square1, ConvertPanning(audioInfo.Square1Panning)); in ApplyConfig()
123 InteropEmu.SetChannelPanning(AudioChannel.Square2, ConvertPanning(audioInfo.Square2Panning)); in ApplyConfig()
124 InteropEmu.SetChannelPanning(AudioChannel.Triangle, ConvertPanning(audioInfo.TrianglePanning)); in ApplyConfig()
125 InteropEmu.SetChannelPanning(AudioChannel.Noise, ConvertPanning(audioInfo.NoisePanning)); in ApplyConfig()
126 InteropEmu.SetChannelPanning(AudioChannel.DMC, ConvertPanning(audioInfo.DmcPanning)); in ApplyConfig()
127 InteropEmu.SetChannelPanning(AudioChannel.FDS, ConvertPanning(audioInfo.FdsPanning)); in ApplyConfig()
128 InteropEmu.SetChannelPanning(AudioChannel.MMC5, ConvertPanning(audioInfo.Mmc5Panning)); in ApplyConfig()
129 InteropEmu.SetChannelPanning(AudioChannel.VRC6, ConvertPanning(audioInfo.Vrc6Panning)); in ApplyConfig()
130 InteropEmu.SetChannelPanning(AudioChannel.VRC7, ConvertPanning(audioInfo.Vrc7Panning)); in ApplyConfig()
131 InteropEmu.SetChannelPanning(AudioChannel.Namco163, ConvertPanning(audioInfo.Namco163Panning)); in ApplyConfig()
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/InteropDLL/
H A DConsoleWrapper.cpp621 …DllExport void __stdcall SetChannelPanning(uint32_t channel, double panning) { _settings->SetChann… in SetChannelPanning() function
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DEmulationSettings.h896 void SetChannelPanning(AudioChannel channel, double panning) in SetChannelPanning() function
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DInteropEmu.cs186 …[DllImport(DLLPath)] public static extern void SetChannelPanning(AudioChannel channel, double pann… in SetChannelPanning() method in Mesen.GUI.InteropEmu