a question about notefreq1

vagrant1963:
The problem that I'm having is: that my "if" statement isn't sending the pin high. Maybe I misunderstand the output from notefreq1.read() but it seems pretty straight forward.

What am I doing wrong?

You only set the LED pin in setup(). You don't set it in loop() so it doesn't matter how often you read the frequency.