Luca Ivaldi
Results
3
comments of
Luca Ivaldi
A chord detection crate would also be interesting. A lot of mobile apps (mainly guitar learning tools) seem to have real-time or batch chord detection capabilities.
Do you mean passing flags from the command line? ``` # someCommand -p 2000 ``` You can do that with the `flag` package. ```Go port := flag.String("p", defaultPort, "port to...
Hi, just wonder if the release of rust 1.78, which uses LLVM 18, solves the problem.