mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-22 15:04:36 -04:00
feat: highlight sliders that are controlled by a send, and add tooltip (over value)
This commit is contained in:
@ -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" }
|
||||
|
Reference in New Issue
Block a user