index
:
rusty-microphone.git
main
Signal processing to give real time feedback on music
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui.rs
Age
Commit message (
Expand
)
Author
2017-12-26
Refactored to use more extensive typing
Justin Worthe
2017-12-26
Updated GTK version and fixed linting issues from Clippy
Justin Worthe
2017-12-26
Moved overall model updating logic out of the GUI layer
Justin Worthe
2017-09-24
Cleaned up transforms api
Justin Worthe
2017-08-02
Readded frame skipping
Justin Worthe
2017-07-21
Made changes suggested by Clippy
Justin Worthe
2017-07-15
Decreased window size and increased framerate
Justin Worthe
2017-07-12
Simplified loop for doing calculations from microphone samples
Justin Worthe
2017-07-11
Updated silence level and made no pitch's error show a 'perfect' pitch backgr...
Justin Worthe
2017-07-08
Refactoring of code to be more functional
Justin Worthe
2017-07-05
Started listening on default microphone on startup
Justin Worthe
2017-07-04
Removed bad unwraps
Justin Worthe
2017-07-03
Hid correlation chart by default
Justin Worthe
2017-07-03
Removed FFT chart
Justin Worthe
2017-07-03
Added silence and noise detection
Justin Worthe
2017-06-26
Increased number of samples
Justin Worthe
2017-06-25
Added fundamental frequency to correlation graph and fixed zeroing of it
Justin Worthe
2017-04-19
Added basic buttons to toggle chart visibility
Justin Worthe
2017-04-18
Added basic oscilloscope functionality to watch the waveform
Justin Worthe
2017-03-25
Added a graphical indication of the pith's sharpness or flatness
Justin Worthe
2017-02-16
Worked to improve performance of debug graphs
Justin Worthe
2017-01-17
Added drawing area for correlation, but hid all graphs
Justin Worthe
2017-01-17
It's alive!
Justin Worthe
2017-01-14
Added graph drawing of FFT
Justin Worthe
2017-01-12
Simplified failing test so it would pass
Justin Worthe
2017-01-12
Started refactoring gui creation to include drawing area
Justin Worthe
2016-11-12
Better pitch formatting
Justin Worthe
2016-11-06
Hooked up printing FFT result to screen
Justin Worthe
2016-11-05
Reordered passing in channels
Justin Worthe
2016-11-01
Closed and opened audio channels
Justin Worthe
2016-10-23
Added changing of mutable state from dropdown
Justin Worthe
2016-10-23
Changed gui to use xml
Justin Worthe
2016-10-13
Function to start listening on microphone
Justin Worthe
2016-09-25
GUI, lists PA devices, backend can watch audio stream
Justin Worthe