Skip to content

Commit

Permalink
Add more built-in presets
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
  • Loading branch information
SpotlightKid committed Mar 1, 2021
1 parent 23eeaec commit b35e6ab
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions plugins/sendmixer/PluginSendMixer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,56 @@ const Preset factoryPresets[] = {
1.0f, // Send B Post
0.0f // Main Level
}
},
{
"Muted",
{
-60.0f, // Send A Level
1.0f, // Send A Post
-60.0f, // Send A Level
1.0f, // Send B Post
-90.0f // Main Level
}
},
{
"Send A -15dB",
{
-15.0f, // Send A Level
1.0f, // Send A Post
-60.0f, // Send A Level
1.0f, // Send B Post
0.0f // Main Level
}
},
{
"Send A -15dB (Pre)",
{
-15.0f, // Send A Level
0.0f, // Send A Post
-60.0f, // Send A Level
1.0f, // Send B Post
0.0f // Main Level
}
},
{
"Send A+B -15dB",
{
-15.0f, // Send A Level
1.0f, // Send A Post
-15.0f, // Send A Level
1.0f, // Send B Post
0.0f // Main Level
}
},
{
"Send A+B -15dB (Pre)",
{
-15.0f, // Send A Level
0.0f, // Send A Post
-15.0f, // Send A Level
0.0f, // Send B Post
0.0f // Main Level
}
}
//,{
// "Another preset", // preset name
Expand Down

0 comments on commit b35e6ab

Please sign in to comment.