|
Projects
Fall 2009 Older Courses Spring 2009
Fall 2008
Spring 2008
Fall 2007 HOWTOs |
ID3TagEditorJoshua Kraunelis OverviewAs you may know, ID3 is a popular data tagging format, commonly used in MP3 files. This program will display a list of mp3 files in a given directory, display the tag data in graphical form, and will allow the user to make changes to the tag data. Screenshot![]() Concepts Demonstrated
External TechnologyThe back-end of this program uses Scheme's file port and byte manipulation libraries to work with the mp3 files. The front-end is a GUI built using Scheme's GUI library. InnovationScheme is known for being strong at searching and sorting. Together with this program, powerful ways to organize one's music collection could be built. Technology Used Block Diagram![]() Additional RemarksI tried to stay true to Scheme and use as little state-modifying functions as I could, which was practically suicide. |