|_
|_| longPlayer (lplayer.sf.net)
|

Comments, tips and tricks are always welcome.
 _
|
| Quick Source Code overview
|_
|

The core of lplayer is, -what a surprise-, the class LPlayer. This class works in conjunction with:
- LPDatabase: provides peristent storage for song entries
- LPSettings: persistent and runtime settings
- absPlayer: abstract interface towards a multimedia player
- utility classes: absUtil, absLog
..and others.

Most of lplayer's functionality can be accessed through The class LPFacade.
