Parameter list does not popup

Hi,

I read in the article:
derivative.ca/wiki088/index … tion_Class

the following statement:
"To access a parameter you need to use its internal name, which you can obtain by hovering your mouse over the parameter name, and looking at the popup that will come up. "

but I don’t see it happening anywhere, nor in textport nor in parameter window edit.

am I missing something? or just a feature I missed?

thanks

If you hover over a parameter in its parameter window you’ll see this:
parameter-hover.png
So this parameter label is “Harmonics” and the internal parameter name is “harmon”.
As this node is named “noise1” you can set this parameter in Python like this:

op("noise1").par.harmon = 2

If you don’t see the above I recommend you first update your graphics drivers to the latest available version.