Re: How to make a guitar tuner
- 
Re: How to make a guitar tuner
@pluginboi How do I make it so that it has a little needle that shows whether or not the note is flat or sharp?
 - 
@11235813 You probably want to run Buffer.detectPitch in some callback (no idea where), update the result to a variable, and then in the interface script be painting a panel paint routine that uses that stored pitch variable to display the correct information.
 - 
@aaronventure thx
 -