Robbert van der Helm
|
1d9e7e6256
|
Implement Debug for parameters
|
2022-11-26 12:58:32 +01:00 |
|
Robbert van der Helm
|
26535a099d
|
Seal the Params trait
This avoids situations like #41 where people try to implement the trait
only to find out that you simply can't.
|
2022-11-22 17:43:26 +01:00 |
|
Robbert van der Helm
|
e583b8e777
|
Add finer step sizes to parameters
|
2022-11-11 03:15:05 +01:00 |
|
Robbert van der Helm
|
b2da26ecd7
|
Add prefix to plain_value() and normalized_value()
To make it clearer that these functions include monophonic modulation.
When creating GUI widgets, you should be using the unmodulated variants.
|
2022-11-11 03:15:05 +01:00 |
|
Robbert van der Helm
|
e8002730a0
|
Fix clippy lints
|
2022-11-05 14:19:47 +01:00 |
|
Robbert van der Helm
|
435fcd8106
|
Fix CLAP modulation
This was a regression introduced in
c566888fa3 .
|
2022-10-24 23:56:49 +02:00 |
|
Robbert van der Helm
|
bd295b7380
|
Move nih_plug::param to nih_plug::params
|
2022-10-20 12:26:12 +02:00 |
|