index
:
guitartools
trunk
small guitar-related tools
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
*
Add README
HEAD
trunk
Reiner Herrmann
2017-08-13
|
*
Add .gitignore file
Reiner Herrmann
2017-08-13
|
*
Lower noise floor works better for low frequencies of some acoustic guitars
Reiner Herrmann
2017-08-13
|
*
Increase displaying width because of recent output change
Reiner Herrmann
2017-08-13
|
*
Don't lookup notes for low background frequencies
Reiner Herrmann
2017-08-13
|
*
Add install/uninstall targets
Reiner Herrmann
2017-08-13
|
*
Increase required accuracy for matching a note
Reiner Herrmann
2017-08-11
|
*
Return more exact note names (instead of just standard tuning)
Reiner Herrmann
2017-08-11
|
*
Minor output improvement
Reiner Herrmann
2017-04-09
|
*
Remove superfluous hps call
Reiner Herrmann
2017-04-09
|
*
Filter out noise which was amplified by HPS
Reiner Herrmann
2017-04-09
|
*
Simplify tones by switching to float format
Reiner Herrmann
2017-04-09
|
*
Apply Harmonic Product Spectrum to emphasize fundamental frequencies
Reiner Herrmann
2017-04-09
|
*
Change license to GPL2+ because of fftw
Reiner Herrmann
2017-04-09
|
*
Minor cleanup and pretty printing
Reiner Herrmann
2017-04-09
|
*
Look up note corresponding to frequency
Reiner Herrmann
2017-04-09
|
*
Calculate FFT over audio samples and print peak frequency
Reiner Herrmann
2017-04-08
|
*
Add capturing skeleton for new tuner program
Reiner Herrmann
2017-04-08
|
*
Initialize inputs memory
Reiner Herrmann
2017-04-04
|
*
Print errors to stderr
Reiner Herrmann
2017-04-04
|
*
Handle SIGINT/SIGTERM to properly clean up
Reiner Herrmann
2017-04-04
|
*
Hide/restore cursor
Reiner Herrmann
2017-04-04
|
*
Dynamically recalculate period from current bpm setting
Reiner Herrmann
2017-04-04
|
*
Print instructions and enable changing bpm
Reiner Herrmann
2017-04-04
|
*
Move _GNU_SOURCE definition to source file
Reiner Herrmann
2017-04-04
|
|
|
|
Otherwise some linting tools (like vim-ale) are getting confused.
*
Non-blocking input handling
Reiner Herrmann
2017-04-04
|
*
Rename function to clarify purpose
Reiner Herrmann
2017-04-04
|
*
Sleeping not required; snd_pcm_writei is blocking
Reiner Herrmann
2017-04-02
|
*
Use default alsa device
Reiner Herrmann
2017-04-02
|
*
Add command line parsing
Reiner Herrmann
2017-04-02
|
*
Initial commit
Reiner Herrmann
2017-04-02