Daniele Posted January 15, 2022 Share Posted January 15, 2022 (edited) I would like to create a Metronome where i can specify total time and bpm. And of course start and stop it. How can i create this? Edited January 15, 2022 by Daniele Link to comment
vitor Posted January 15, 2022 Share Posted January 15, 2022 You’ll need to do some coding. Either make the metronome yourself or grab a ready made tool. Place the code in a Run Script Action and trigger it via a Keyword Input. To stop it, add another Keyword Input to kill/terminate the process. From your other posts I recall you can code, so I’ll leave the exact implementation to you, though we can assist with particular details which pertain to making it fit into Alfred. Link to comment
Daniele Posted January 16, 2022 Author Share Posted January 16, 2022 14 hours ago, vitor said: You’ll need to do some coding. Either make the metronome yourself or grab a ready made tool. Place the code in a Run Script Action and trigger it via a Keyword Input. To stop it, add another Keyword Input to kill/terminate the process. From your other posts I recall you can code, so I’ll leave the exact implementation to you, though we can assist with particular details which pertain to making it fit into Thank you Link to comment
Daniele Posted January 16, 2022 Author Share Posted January 16, 2022 7 hours ago, Daniele said: THANK YOU. DONE Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now