mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Typo in code Paramater
This commit is contained in:
parent
2000d306c6
commit
e3836e1162
3 changed files with 4 additions and 4 deletions
|
|
@ -682,7 +682,7 @@ Strip::handle_button (Button& button, ButtonState bs)
|
|||
}
|
||||
|
||||
std::string
|
||||
Strip::format_paramater_for_display(
|
||||
Strip::format_parameter_for_display(
|
||||
ARDOUR::ParameterDescriptor const& desc,
|
||||
float val,
|
||||
boost::shared_ptr<ARDOUR::Stripable> stripable_for_non_mixbus_azimuth_automation,
|
||||
|
|
@ -736,7 +736,7 @@ Strip::format_paramater_for_display(
|
|||
void
|
||||
Strip::do_parameter_display (ARDOUR::ParameterDescriptor const& desc, float val, bool screen_hold)
|
||||
{
|
||||
pending_display[1] = format_paramater_for_display(desc, val, _stripable, screen_hold);
|
||||
pending_display[1] = format_parameter_for_display(desc, val, _stripable, screen_hold);
|
||||
|
||||
if (screen_hold) {
|
||||
/* we just queued up a parameter to be displayed.
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ public:
|
|||
MidiByteArray display (uint32_t lcd_number, uint32_t line_number, const std::string&);
|
||||
MidiByteArray blank_display (uint32_t lcd_number, uint32_t line_number);
|
||||
|
||||
static std::string format_paramater_for_display(
|
||||
static std::string format_parameter_for_display(
|
||||
ARDOUR::ParameterDescriptor const& desc,
|
||||
float val,
|
||||
boost::shared_ptr<ARDOUR::Stripable> stripable_for_non_mixbus_azimuth_automation,
|
||||
|
|
|
|||
|
|
@ -225,7 +225,7 @@ Subview::retrieve_pointers(Strip** strip, Pot** vpot, std::string** pending_disp
|
|||
|
||||
void Subview::do_parameter_display(std::string& display, const ParameterDescriptor& pd, float param_val, Strip* strip, bool screen_hold)
|
||||
{
|
||||
display = Strip::format_paramater_for_display(
|
||||
display = Strip::format_parameter_for_display(
|
||||
pd,
|
||||
param_val,
|
||||
strip->stripable(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue