21
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Data structures C++-ified; GStreamer works now. More... over 16 years ago
Fast song browsing (entire CAudio in a separate thread now) More... over 16 years ago
Fixed cover display More... over 16 years ago
Fix singing screen (removed a char buffer) More... over 16 years ago
A char* was using a temporary buffer. Theme text is now std::string. And more cleanups of course More... over 16 years ago
Various parts now use std::strings instead of char*; some indentation fixes and minor bugfixes as well More... over 16 years ago
Fixed typo
Yoda-JM
as Vincent Le Ligeour
More... over 16 years ago
A lot of cleanup, fixes a bug of mine, uses boost::program_options instead of getopt, supports multiple song directories, ... Ctrl+R (reload songs) disabled temporarily. More... over 16 years ago
Cleaning up main.cpp. Now restores original video mode correctly in case of error. More... over 16 years ago
Shorter note string More... over 16 years ago
Fixed peak VU meter More... over 16 years ago
Added self to AUTHORS, reformatted the file More... over 16 years ago
LibDA rename fix, PortAudioV19 fixed and working More... over 16 years ago
LibDA rename More... over 16 years ago
Fixed package build
Yoda-JM
as Vincent Le Ligeour
More... over 16 years ago
Updated ebuild
Yoda-JM
as Vincent Le Ligeour
More... over 16 years ago
Updated cvsignore files
Yoda-JM
as Vincent Le Ligeour
More... over 16 years ago
Fixed lib path
Yoda-JM
as Vincent Le Ligeour
More... over 16 years ago
Used autotools for record shered library build Fixed PortAudio record backend ("this" was strm and not record class) Reduced noise capture
Yoda-JM
as Vincent Le Ligeour
More... over 16 years ago
Build cleanups and using boost::thread::sleep() in mainloop - hopefully this improves responsiveness on slower machines More... over 16 years ago
A lot of audio cleanup. Replaced FFTW with our own "NIH" FFT, which might even be faster but most importantly it is quite short and integrates well with C++. There are some issues with it still, probably related to phase change detection, but I'll have to look into that later. More... over 16 years ago
Should build OK now More... over 16 years ago
Oops, forgot to add these :/ More... over 16 years ago
Another huge commit... Replacing the entire capture framework with a new one. Uses a kind of hack as its Makefile, but now it can *try* building everything and then use all those those drivers that built successfully, with runtime selection of the driver to use. More... over 16 years ago
Primitive peak VU meter for practice screen. Someone should make it use proper graphics (now uses a note sign) More... over 16 years ago
Fixed capture device setting, added capture rate setting More... over 16 years ago
Quick hack for the division by zero bug, scoring still doesn't work properly (not tested) More... over 16 years ago
Improved screen_sing responsiveness, now works between notes, too; score counter modified (compiles OK, but NOT TESTED) More... over 16 years ago
Changed proto
Yoda-JM
as Vincent Le Ligeour
More... over 16 years ago
Fixed typo
Yoda-JM
as Vincent Le Ligeour
More... almost 17 years ago