This website works better with JavaScript.
Home
Help
Sign In
non
/
spiralsynthmodular
mirror of
https://github.com/original-male/spiralsynthmodular
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fixed the volume knob.
master
thesloth
23 years ago
parent
b6c8be8724
commit
ad428d7d4e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
SpiralSound/Plugins/OutputPlugin/OutputPlugin.C
+ 1
- 1
SpiralSound/Plugins/OutputPlugin/OutputPlugin.C
View File
@@ -99,7 +99,7 @@ m_Volume(1.0f)
m_PluginInfo.PortTips.push_back("Left In");
m_PluginInfo.PortTips.push_back("Right In");
m_AudioCH->Register("Volume",
(char*)
&m_Volume);
m_AudioCH->Register("Volume",&m_Volume);
m_Mode=NO_MODE;
}
Write
Preview
Loading…
Cancel
Save