feat: highlight sliders that are controlled by a send, and add tooltip (over value)

This commit is contained in:
qm210
2024-10-27 21:12:05 +01:00
parent 4e81fcc10f
commit 033f3ab57b
5 changed files with 139 additions and 11 deletions

View File

@ -204,6 +204,10 @@ func (p NamedParameter) LargeStep() int {
return 16
}
func (p NamedParameter) Unit() sointu.Unit {
return *p.parameter.unit
}
// GmDlsEntryParameter
func (p GmDlsEntryParameter) Name() string { return "sample" }