Metronome: Difference between revisions

No edit summary
Line 594:
 
=={{header|FutureBasic}}==
An Apple Mac application that, when compiled with FB, produces a packaged, stand-alone 64-bit application that will run on either Intel or the newer M-series Macs. It's GUI includes a slider control to adjust speed, as well as blinking indicator and a sound, to indicate tempo. The code has been tested on Catalina (10.15.x) to Monterey (12.4.x) with Ventura still in beta at the time of this post. FreeThe free FB compiler is available at:on the
[http://www.brilorsoftware.com/fb/pages/home.html Free FutureBasic] Compilerhome for Apple Macs]page.
<lang futurebasic>
/*
Line 781:
[Since this code generates a standalone 64-bit application with its own window and controls, it has to be compiled with FB to see the GUI and test the output.]
</pre>
 
 
 
 
 
=={{header|Go}}==
715

edits