Metronome: Difference between revisions

Content added Content deleted
No edit summary
Line 594: Line 594:


=={{header|FutureBasic}}==
=={{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. Free compiler available at:
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. The free FB compiler is available on the
[http://www.brilorsoftware.com/fb/pages/home.html Free FutureBasic Compiler for Apple Macs]
[http://www.brilorsoftware.com/fb/pages/home.html FutureBasic] home page.
<lang futurebasic>
<lang futurebasic>
/*
/*
Line 781: 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.]
[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>
</pre>






=={{header|Go}}==
=={{header|Go}}==