0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
READ-FRAME now returns a list of samples for each channel. Much better (IMHO) than using multiple return values, it just felt wrong. More... over 13 years ago
* Fixed bug in FLUSH method. More... over 13 years ago
* SEEK-FRAME method tested successfully. More... over 13 years ago
* Created a reporter for SOUND-FILE-ERROR * Working on getting the SEEK-FRAME method to work propperly. * Nearly done with this wrapper, just need to: * Finish-up the SEEK-FRAME method and refactor SOUND-FILE unit tests. * I'll probably end up refactoring everywhere anyway. More... over 13 years ago
Added grovel* to .gitignore More... over 13 years ago
* Added the SEEK method, and tested it. * Added methods for clearing SOUND-FILE caches. More... over 13 years ago
* Method WRITE-FRAMES works. More... over 13 years ago
Renamed END-OF-CACHE to OUT-OF-CACHE. More... over 13 years ago
* Minor changes to the CACHE free method. * Renamed READ-ITERATOR to READ-ENTRY More... over 13 years ago
* Cleaned-up CACHE methods and added the end-of-cache-p method. * SOUND-FILE can now actually read samples, it doesn't read frames, for the moment at least. :) More... over 13 years ago
* Corrected the WITH-OPEN-SOUND-FILE macro. * Added error handling to OPEN method. * Created and tested CACHE class and WITH-CACHE macro. More... over 13 years ago
Emacs used tabs and spaces. Converted all files to use just spaces. More... over 13 years ago
Renamed some files, updated asd files accordingly. More... over 13 years ago
Created the sound-file class and implemented a basic open function and a close method along with a with-open-sound-file macro. More... over 13 years ago
Corrected the falsely parsed sf_count_t type. Info structs can be converted from C to Lisp and vice versa. More... over 13 years ago
Started to work on higher-level wrappers. More... over 13 years ago
A very important update. More... over 13 years ago
Initial Commit More... over 13 years ago