Module:MOS tuning spectrum: Difference between revisions
missed a function |
missed a function again |
||
| Line 82: | Line 82: | ||
local bright_generator_steps = mos.bright_gen_to_et_steps(input_mos, step_ratio) | local bright_generator_steps = mos.bright_gen_to_et_steps(input_mos, step_ratio) | ||
local bright_generator_cents = mos.bright_gen_to_cents(input_mos, step_ratio) | local bright_generator_cents = mos.bright_gen_to_cents(input_mos, step_ratio) | ||
local bright_generator_string = mos. | local bright_generator_string = mos.bright_gen_to_et_string(input_mos, step_ratio, "") | ||
-- Calculate dark generator step count and cent value | -- Calculate dark generator step count and cent value | ||