| 7 months ago ago |
Rink Springer |
Implement resource 'tone:' as a x Hz tone
default tip
|
changeset |
files
|
| 7 months ago ago |
Rink Springer |
Fully initialize the libao structure before using it
|
changeset |
files
|
| 8 months ago ago |
Rink Springer |
Add MIDI-file decoding via Timidity as embedded in SDL_mixer
|
changeset |
files
|
| 8 months ago ago |
Rink Springer |
S3M are usually Amige Modules, and IMF are generally AdLib tune - get rid of the overlap in decoder extensions
|
changeset |
files
|
| 8 months ago ago |
Rink Springer |
Add support for AdLib music files using libadplug
|
changeset |
files
|
| 16 months ago ago |
Rink Springer |
More minor fixups, mostly in comments.
|
changeset |
files
|
| 16 months ago ago |
Rink Springer |
Minor cleanups.
|
changeset |
files
|
| 16 months ago ago |
Rink Springer |
Build fix with more recent GCC compilers.
|
changeset |
files
|
| 16 months ago ago |
Rink Springer |
Fix a typo that has been bugging me for months now.
|
changeset |
files
|
| 16 months ago ago |
Rink Springer |
musixcurses: Besides F10, also accept escape as exit.
|
changeset |
files
|
| 18 months ago ago |
Rink Springer |
Include the correct things needed.
|
changeset |
files
|
| 2010-01-02 ago |
Rink Springer |
Implement InfoFactory::construct(), which can be used to obtain track information.
|
changeset |
files
|
| 2009-12-30 ago |
Rink Springer |
Add support for decoding ID3 tags using id3lib.
|
changeset |
files
|
| 2009-12-30 ago |
Rink Springer |
Set the 'be quiet' parameter in libmpg123.
|
changeset |
files
|
| 2009-12-29 ago |
Rink Springer |
Implement support for custom read/seek-routines in the libmpg123 MP3 decoder.
|
changeset |
files
|
| 2009-12-27 ago |
Rink Springer |
Introduce a libmpg123-based MP3 decoder, including ID3v[12] tag support.
|
changeset |
files
|
| 2009-12-20 ago |
Rink Springer |
Add support for displaying the track number / year.
|
changeset |
files
|
| 2009-12-20 ago |
Rink Springer |
Fix a serious bug relating to decoder-selection based on extension.
|
changeset |
files
|
| 2009-12-20 ago |
Rink Springer |
Add support for obtaining year/track number information in FLAC.
|
changeset |
files
|
| 2009-12-20 ago |
Rink Springer |
Add support for obtaining the track's year and track number.
|
changeset |
files
|
| 2009-12-10 ago |
Rink Springer |
Lowercase the extension before looking it up.
|
changeset |
files
|
| 2009-04-09 ago |
Rink Springer |
Implement spacebar for pausing musixplay; this has the nice benefit of removing any signal stuff.
|
changeset |
files
|
| 2009-04-09 ago |
Rink Springer |
Improve playlist usage: flip icons/text in browser and notify user we are enqueuing.
|
changeset |
files
|
| 2009-04-09 ago |
Rink Springer |
Don't rely on a SIGALRM to update the status; we can just timeout after a select(2) on stdin.
|
changeset |
files
|
| 2009-04-06 ago |
Rink Springer |
Make this warnings-clean; there were some casts missing.
|
changeset |
files
|
| 2009-03-20 ago |
Rink Springer |
Introduce a playing indication, which is useful to see if the song is paused.
|
changeset |
files
|
| 2009-03-20 ago |
Rink Springer |
Implement Player::isStopped() to see if the calling play() will start the song.
|
changeset |
files
|
| 2009-03-08 ago |
dwight |
Forgot to update before commit, merge commit.
|
changeset |
files
|
| 2009-03-08 ago |
dwight |
Switched play/pause icon during playback, indicating the action instead
|
changeset |
files
|
| 2009-03-08 ago |
Rink Springer |
If the player can't find a valid decoder, refuse to initialize. This fixes segfaults when no decoders are present.
|
changeset |
files
|
| 2009-02-25 ago |
rink |
Explicitely include <string.h> for strerror(3)
|
changeset |
files
|
| 2009-02-14 ago |
Rink Springer |
Remove needless buttons (it's getting way to crammed up there!) and restructure the positioning of controls to make it easier to hit them.
|
changeset |
files
|
| 2009-02-14 ago |
Rink Springer |
Add a simple script to convert the FreeType fonts for our use.
|
changeset |
files
|
| 2009-02-14 ago |
Rink Springer |
Use the default font if NULL is supplied to Control::setFont()
|
changeset |
files
|
| 2009-02-14 ago |
Rink Springer |
Rework font rendering in the UI library:
|
changeset |
files
|
| 2009-02-14 ago |
Rink Springer |
Rework the font format/tools:
|
changeset |
files
|
| 2009-02-14 ago |
Rink Springer |
Make this compile out-of-the-box on Linux, too.
|
changeset |
files
|
| 2009-02-08 ago |
Rink Springer |
Make the player advance logic more like mpg321: the first ^C will skip the current track, while more subsequent ^C's will terminate the player.
|
changeset |
files
|
| 2009-02-08 ago |
Rink Springer |
Introduce MusiXPlay, a commandline tool to play any supported music file (like mpg321, ogg123 etc)
|
changeset |
files
|
| 2009-02-08 ago |
Rink Springer |
If a playlist entry has completed, remove it from the playlist.
|
changeset |
files
|
| 2009-02-07 ago |
Rink Springer |
Implement support for lyrics text emphasis.
|
changeset |
files
|
| 2009-02-01 ago |
Rink Springer |
Introduce playlist support in MusiXBox!
|
changeset |
files
|
| 2009-02-01 ago |
Rink Springer |
Instead of blanking them out, hide unused folder entries.
|
changeset |
files
|
| 2009-02-01 ago |
Rink Springer |
Eliminate leftover debugging residue.
|
changeset |
files
|
| 2009-02-01 ago |
Rink Springer |
Form::run() now returns a value, that can be set using Form::setReturnValue()
|
changeset |
files
|
| 2009-02-01 ago |
Rink Springer |
Move all images to a Image module.
|
changeset |
files
|
| 2009-02-01 ago |
Rink Springer |
Add a simple tool to read touch-values from the AVR, useful for debugging purposes.
|
changeset |
files
|
| 2009-02-01 ago |
Rink Springer |
Hide characters for which we have no folders (i.e. if there are no folders starting with Q, don't show the Q in the alphabet browser)
|
changeset |
files
|
| 2009-01-31 ago |
Rink Springer |
Configure fix: conditionals always need to be set, so in the !SDL case, forced SDLGFX to false.
|
changeset |
files
|
| 2009-01-25 ago |
Rink Springer |
Implement an alphabet browser: the first charachter of an artist must be entered seperately (A-Z), and the directory browser will only show bands matching /^[A-Z]/ for the given charachter.
|
changeset |
files
|
| 2009-01-25 ago |
Rink Springer |
This should have been part of the previous commit.
|
changeset |
files
|
| 2009-01-25 ago |
Rink Springer |
Only handle interactions that arrive >500ms after the last one.
|
changeset |
files
|
| 2009-01-25 ago |
Rink Springer |
Stop after handling one control interaction.
|
changeset |
files
|
| 2009-01-25 ago |
Rink Springer |
Introduce functionality to make controls invisible.
|
changeset |
files
|
| 2009-01-25 ago |
Rink Springer |
Introduce Folder:;isFolderRoot(), which can be used to determine whether the current folder is root.
|
changeset |
files
|
| 2009-01-23 ago |
Rink Springer |
Remove leftover debugging printf...
|
changeset |
files
|
| 2009-01-23 ago |
Rink Springer |
Implement zoom factor for SDL; using '-z n', the output is magnified n times.
|
changeset |
files
|
| 2009-01-12 ago |
Rink Springer |
Redirect stderr to stdout while performing lyric lookups, so errors get properly reported.
|
changeset |
files
|
| 2008-12-29 ago |
Rink Springer |
Fix a segfault that could accur if lyrics would automatically be fetched if the end of the playlist was reached.
|
changeset |
files
|
| 2008-12-29 ago |
Rink Springer |
Use the new message -> response approach as implemented in the touchscreen code, and synchronize before attempting to use the AVR.
|
changeset |
files
|