openframeworks / ofSite

openFrameworks web site
http://openframeworks.cc
159 stars 577 forks source link

Update play_a_sound.markdown #724

Closed Almajester closed 4 years ago

Almajester commented 4 years ago

The keyPressed(int key) compares (key == "p"). This should be (key == 'p')

arturoc commented 4 years ago

thanks!