We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8854554 commit ceec658Copy full SHA for ceec658
include/clap/ext/draft/mini-curve-display.h
@@ -18,7 +18,7 @@ enum clap_mini_curve_display_curve_kind {
18
CLAP_MINI_CURVE_DISPLAY_CURVE_KIND_GAIN_RESPONSE = 1,
19
20
// The mini curve is intended to draw the total phase response of the plugin.
21
- // In this case the y values are in radians and the x values are in hz (logarithmic).
+ // In this case the y values are in radians and the x values are in Hz (logarithmic).
22
// This would be useful in for example an equalizer.
23
CLAP_MINI_CURVE_DISPLAY_CURVE_KIND_PHASE_RESPONSE = 2,
24
0 commit comments