congregational songs
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 404
The Minstrels Song 2.0
The Minstrels Song project is a roguelike game with emphasis on worldbuilding. more>>
The Minstrels Song project is a roguelike game with emphasis on worldbuilding.
The Minstrels Song is a roguelike game which seeks to let the user interact with a rich and extensive world.
Among roguelikes, emphasis is on providing nonlinear play in a detailed environment.
Effort has been made to provide races that have not only stats but cultures.
Top 10 things to do in "The Minstrel s Song":
- Pet a dolphin.
- Pray and worship.
- Ride a dragon.
- Match wits with a clockwork door.
- Climb a tree.
- Answer a riddle.
- Build your own mechanical devices.
- Keep an exotic pet.
- Choose your own quest.
- Explore a world of wonder.
To compile and run this game, go into the directory src, edit the file "tms.h" according to the comments that are contained in, and use make.
More specifically, it needs a certain lib directory, where all of the files in "lib" are stored. /usr/local/lib/tms is reccommended. Once you have created that directory and moved all of the files to it (be sure that book8.txt is writeable by everybody -- it is more or less the high score file), set LIB_DIR in tms.h to that directory, with a trailing slash -- ie. change appropriate line to say.
#define LIB_DIR "/usr/local/lib/tms/"
(or whatever you have put for your lib directory.)
Security note: It is strongly discouraged to install TMS as a SetUID binary; the game is not designed to have special priveleges.
<<lessThe Minstrels Song is a roguelike game which seeks to let the user interact with a rich and extensive world.
Among roguelikes, emphasis is on providing nonlinear play in a detailed environment.
Effort has been made to provide races that have not only stats but cultures.
Top 10 things to do in "The Minstrel s Song":
- Pet a dolphin.
- Pray and worship.
- Ride a dragon.
- Match wits with a clockwork door.
- Climb a tree.
- Answer a riddle.
- Build your own mechanical devices.
- Keep an exotic pet.
- Choose your own quest.
- Explore a world of wonder.
To compile and run this game, go into the directory src, edit the file "tms.h" according to the comments that are contained in, and use make.
More specifically, it needs a certain lib directory, where all of the files in "lib" are stored. /usr/local/lib/tms is reccommended. Once you have created that directory and moved all of the files to it (be sure that book8.txt is writeable by everybody -- it is more or less the high score file), set LIB_DIR in tms.h to that directory, with a trailing slash -- ie. change appropriate line to say.
#define LIB_DIR "/usr/local/lib/tms/"
(or whatever you have put for your lib directory.)
Security note: It is strongly discouraged to install TMS as a SetUID binary; the game is not designed to have special priveleges.
Download (1.1MB)
Added: 2007-01-05 License: Other/Proprietary License with Source Price:
1024 downloads
mp3CONVERT 0.2
mp3CONVERT is a Kommander wizard for easy encoding mp3 songs. more>>
mp3CONVERT is a Kommander wizard for easy encoding mp3 songs. For example, when you need get your favourite album, which has 100mb to the cell phone with 40mb memory.
<<less Download (0.10MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
562 downloads
Bollywood Songs Download 1
This is a free bollywood song for you to use as an example of what we have available. Download bollywood songs for free and hindi songs for free in m... more>> <<less
Download (41KB)
Added: 2009-04-28 License: Freeware Price: Free
392 downloads
Songs 0.3
Songs is a graphical tool to record and mix audio files. more>>
Songs is a graphical tool to record and mix audio files. It supports an infinite number of tracks, huge audio files, and various effects.
One important motivation for Songs was the need of a recording tool under Linux. There are some already existing (see the links below), but these are too complex, too huge, eat too much memory and resources. Small machines can be used to record and mix audio files, even with a graphical interface. Songs is trying to prove it.
The recording is done directly to disk, so that with small machines, whithout much memory you can still record.
There is a full duplex mode, but full duplex is not very well handled with OSS. You dont really know if your two streams of samples are synchronized or not, and the interface provided by OSS does not help much with that. So, currently, take the full duplex mode as is. You probably will need to move by hand audio tracks to let them be synchronized.
Main features:
- Unlimited number of tracks.
- Supports WAV files (mono, stereo). Only 44.1 KHz, 16 bits files are supported, because Songs was born mainly to help me create music I could store on audio digital compact disks.
- Supports raw float files (mono, stereo). Very useful when you are mixing and that you eat too much resources. Simply put in a new file your current mix, and use this new file instead of several ones. Using float numbers gives more precision of the intermediary mixing.
- Several effects (currently not that much, but it is planned).
- Not too much memory used. All the audio files are mapped directly into the memory, so that the Linux kernel can swap them very easily. It means that if your files can exist on your disk, any size they are, they can be used with Songs (with a soft limitation of virtual memory space, which depends on your setup, and a hard limitation of 2 GB, because of the use of signed integers, which currently are 32 bits numbers).
- Use of gtk 2.0, for the good and the bad. The good is that the interface was done quickly. The bad is that the gtk documentation is far from perfect, that gtk is not bug free, that I may use it the wrong way sometimes and that it may change in the future, forcing Songs to be changed (and what if the Songs authors dont feel the need to do so, for example by lack of time?).
Enhancements:
- sc1.c sc1_gui.c:
- New files, ripping a compressor from sc1_1425 coming from swh-plugins-0.4.11.tar.gz (see http://plugin.org.uk/).The compressor was buggy, sometimes in rms_env_process
- r->sum was negative, leading to NaN for the sqrt stuff.
- pan/vol/pos.c: Checking return value of malloc (no, it was not done, shame !).
- various files: Fixing a realloc misusing (doing realloc(size+=32) then size+=32, which finally means size+=64 but only allocing size+32 stuff, weirdy to find).
- help_gui.c: The "About" stuff only appeared once, fixing it.
- various files: Fixing bugs those last days, forgot to feed this Changelog.
<<lessOne important motivation for Songs was the need of a recording tool under Linux. There are some already existing (see the links below), but these are too complex, too huge, eat too much memory and resources. Small machines can be used to record and mix audio files, even with a graphical interface. Songs is trying to prove it.
The recording is done directly to disk, so that with small machines, whithout much memory you can still record.
There is a full duplex mode, but full duplex is not very well handled with OSS. You dont really know if your two streams of samples are synchronized or not, and the interface provided by OSS does not help much with that. So, currently, take the full duplex mode as is. You probably will need to move by hand audio tracks to let them be synchronized.
Main features:
- Unlimited number of tracks.
- Supports WAV files (mono, stereo). Only 44.1 KHz, 16 bits files are supported, because Songs was born mainly to help me create music I could store on audio digital compact disks.
- Supports raw float files (mono, stereo). Very useful when you are mixing and that you eat too much resources. Simply put in a new file your current mix, and use this new file instead of several ones. Using float numbers gives more precision of the intermediary mixing.
- Several effects (currently not that much, but it is planned).
- Not too much memory used. All the audio files are mapped directly into the memory, so that the Linux kernel can swap them very easily. It means that if your files can exist on your disk, any size they are, they can be used with Songs (with a soft limitation of virtual memory space, which depends on your setup, and a hard limitation of 2 GB, because of the use of signed integers, which currently are 32 bits numbers).
- Use of gtk 2.0, for the good and the bad. The good is that the interface was done quickly. The bad is that the gtk documentation is far from perfect, that gtk is not bug free, that I may use it the wrong way sometimes and that it may change in the future, forcing Songs to be changed (and what if the Songs authors dont feel the need to do so, for example by lack of time?).
Enhancements:
- sc1.c sc1_gui.c:
- New files, ripping a compressor from sc1_1425 coming from swh-plugins-0.4.11.tar.gz (see http://plugin.org.uk/).The compressor was buggy, sometimes in rms_env_process
- r->sum was negative, leading to NaN for the sqrt stuff.
- pan/vol/pos.c: Checking return value of malloc (no, it was not done, shame !).
- various files: Fixing a realloc misusing (doing realloc(size+=32) then size+=32, which finally means size+=64 but only allocing size+32 stuff, weirdy to find).
- help_gui.c: The "About" stuff only appeared once, fixing it.
- various files: Fixing bugs those last days, forgot to feed this Changelog.
Download (0.060MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1223 downloads
Canzoniere 0.2.0
Canzoniere is an Mp3 mood classifier. more>>
Canzoniere is an Mp3 mood classifier.
Canzoniere is an mp3 classification tool, which allows users to classify their songs using personal criteria such as artist score, song score and moods (i.e. romantic, relax, party, etc.). Users can then select their mood and play songs that match.
<<lessCanzoniere is an mp3 classification tool, which allows users to classify their songs using personal criteria such as artist score, song score and moods (i.e. romantic, relax, party, etc.). Users can then select their mood and play songs that match.
Download (0.60MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1565 downloads
RKOL Status 2.5.0
RKOL Status is an extension which can be used to monitor the song, artist and number of users on a ShoutCast server. more>>
RKOL Status is an extension which can be used to monitor the song, artist and number of users on a ShoutCast server.
This extension can be used to monitor the song, artist and number of users on a ShoutCast server. It was written specifically for Radio-KOL but will work for other ShoutCast servers.
It places a small icon in the lower right-hand corner of the window and displays the song and artist currently playing on the radio. The tooltip can display a multitude of other information including the name of the DJ, the last five songs played, and the schedule.
<<lessThis extension can be used to monitor the song, artist and number of users on a ShoutCast server. It was written specifically for Radio-KOL but will work for other ShoutCast servers.
It places a small icon in the lower right-hand corner of the window and displays the song and artist currently playing on the radio. The tooltip can display a multitude of other information including the name of the DJ, the last five songs played, and the schedule.
Download (0.043MB)
Added: 2007-07-18 License: MPL (Mozilla Public License) Price:
829 downloads
Dynamic Taste Detection for XMMS 20020303
Dynamic Taste Detection patch makes XMMS adapt its playlist randomization function to your personal taste. more>>
Dynamic Taste Detection patch makes XMMS adapt its playlist randomization function to your personal taste.
Songs you dont like end up at the end of the playlist, and songs you like to hear together tend to end up next to each other.
<<lessSongs you dont like end up at the end of the playlist, and songs you like to hear together tend to end up next to each other.
Download (2.8MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1291 downloads

Sing and Study 0.0724
useful software which helps you learn a new language by songs. more>>
Sing and Study 0.0724 is a useful software which helps you learn a new language by songs.
Major Features:
- Organize all of them in one convenient place for easier learning
- Find the song's lyrics
- Translate the lyrics
- Show album covers
- Search Youtube videos
- Play a game of guessing words (every time different words)
- Start listening to the music and learning a new language now!
Added: 2009-07-27 License: Freeware Price: FREE
downloads
Chordpack 0.8.2
Chordpack is a tool written in Perl, whose purpose is to typeset song-books/songs written in chordpro format. more>>
Chordpack is a tool written in Perl, whose purpose is to typeset song-books/songs written in chordpro format. The typesetting is done through typesetting system TeX using macro package LaTeX. Chordpack was created to do whatever you might want to do with songs in chordpro format. Chordpack currently can
Generate LaTeX source of songs/songbook
Generate HTML version of songs/songbook
Generate ASCII version of songs/songbook
Generate ASCII version of songs/songbook omitting chords
Transpose chordpro song to desired key
Take ordinary ASCII notation of song with chords and output almost chordpro version.
Enhancements:
- four styles of chord setting
- three styles of song titles setting
- option to chose one or two columns
- option to chose fonts sizes
- on-the-fly transposition to a key with minimum diffic
<<lessGenerate LaTeX source of songs/songbook
Generate HTML version of songs/songbook
Generate ASCII version of songs/songbook
Generate ASCII version of songs/songbook omitting chords
Transpose chordpro song to desired key
Take ordinary ASCII notation of song with chords and output almost chordpro version.
Enhancements:
- four styles of chord setting
- three styles of song titles setting
- option to chose one or two columns
- option to chose fonts sizes
- on-the-fly transposition to a key with minimum diffic
Download (0.023MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1193 downloads
LongPlayer 1.01
LongPlayer extends the functionality of a traditional MP3 player. more>>
LongPlayer extends the functionality of a traditional MP3 player and is meant for people with a large MP3 or Ogg Vorbis collection who want to listen to it all day. LongPlayer chooses from dynamically generated collections of music to fill the MP3 players playlist.
It does this in a more advanced way than a traditional player, taking into account the rating of the song and the time that has passed since the song was last listened to. The GUI allows you to view, rate, replay, and delete songs previously listened to. It works with XMMS, WinAmp, and iTunes.
Enhancements:
- fixed crashes when there are no playlists
<<lessIt does this in a more advanced way than a traditional player, taking into account the rating of the song and the time that has passed since the song was last listened to. The GUI allows you to view, rate, replay, and delete songs previously listened to. It works with XMMS, WinAmp, and iTunes.
Enhancements:
- fixed crashes when there are no playlists
Download (0.44MB)
Added: 2006-05-12 License: GPL (GNU General Public License) Price:
1261 downloads
CDcover XMMS Plugin 0.2
CDcover XMMS Plugin displays a graphic dependent on the currently played song. more>>
CDcover XMMS Plugin displays a graphic dependent on the currently played song.
Normal usage would be to display the CD covers for the different songs. The graphics are retrieved from your computer. Therefore searchpaths can be defined, where a corresponding cover is searched for.
Main features:
- Define as many different search paths as you need, including wildcards
- Buildin skin, full support for custom skins
- Many different graphic formats (supported formats depend on your gtk installation)
- Automatically resizes the images, and preserves aspect-ratio upon request
<<lessNormal usage would be to display the CD covers for the different songs. The graphics are retrieved from your computer. Therefore searchpaths can be defined, where a corresponding cover is searched for.
Main features:
- Define as many different search paths as you need, including wildcards
- Buildin skin, full support for custom skins
- Many different graphic formats (supported formats depend on your gtk installation)
- Automatically resizes the images, and preserves aspect-ratio upon request
Download (0.23MB)
Added: 2006-04-11 License: GPL (GNU General Public License) Price:
1291 downloads
Volume Normalizer 0.8.3
Volume Normalizer is an XMMS plugin that will set the volume of any played song to some preset level. more>>
The volume normalizer plugin is an XMMS plugin that is used to give all songs the same volume level so that you wont need to play with the volume knob whenever a song changes.
Enhancements:
- Fixed build issues to make it build on x86-64 and detect missing xmms-devel files.
<<lessEnhancements:
- Fixed build issues to make it build on x86-64 and detect missing xmms-devel files.
Download (0.68MB)
Added: 2005-06-29 License: GPL (GNU General Public License) Price:
1583 downloads
songanalysis 0.4.0
songanalysis software analyzes a song in WAV, Ogg Vorbis, or MP3 format. more>>
songanalysis software analyzes a song in WAV, Ogg Vorbis, or MP3 format and produces an output consisting of the volume differential, the relative strength in each frequency band, and the tempo.
This is useful if you want to build something that lets you find out whether you have duplicate files, if you need to find out the tempo of your songs, or if you need to find similar songs according to how they sound.
<<lessThis is useful if you want to build something that lets you find out whether you have duplicate files, if you need to find out the tempo of your songs, or if you need to find similar songs according to how they sound.
Download (0.027MB)
Added: 2006-01-15 License: GPL (GNU General Public License) Price:
1379 downloads
qSong 0.9.2
qSong project is a song database program with multimedia features. more>>
qSong project is a song database and a lyrics manager program with multimedia features.
Main features:
- Store and manage song lyrics
- One ssong can have multiple versions
- Song can have related songs
- Copyright information - authors and ccli
- Comprehensive authors database
- Attachment of multimedia files (sound files, picures, tabs...)
- Searching and sorting songs in many cathegories using tree view of the database
- Grouping songs in songbooks
- Every item in database can have comments
qSong is written in C++ with Qt4 library. It uses SQlite3 as a database backend so it is easy to acces the song database in standard way by 3rd party SQL tools through database intercaces as ODCB or JDBC.
I have chosen this platform because is very portable, relatively fast and easy to extendable with plugins.
<<lessMain features:
- Store and manage song lyrics
- One ssong can have multiple versions
- Song can have related songs
- Copyright information - authors and ccli
- Comprehensive authors database
- Attachment of multimedia files (sound files, picures, tabs...)
- Searching and sorting songs in many cathegories using tree view of the database
- Grouping songs in songbooks
- Every item in database can have comments
qSong is written in C++ with Qt4 library. It uses SQlite3 as a database backend so it is easy to acces the song database in standard way by 3rd party SQL tools through database intercaces as ODCB or JDBC.
I have chosen this platform because is very portable, relatively fast and easy to extendable with plugins.
Download (0.36MB)
Added: 2006-12-24 License: GPL (GNU General Public License) Price:
1034 downloads
aTunes 1.7.1
aTunes is an app to manage and play mp3 files. more>>
aTunes is an app to manage and play mp3 files.
Main features:
- Mp3 player
- Reads ID3v1, ID3v1.1 and ID3v2 tags (only essential information)
- Tag editor
- Show pictures of song: pictures inside ID3v2 tag, or in the same folder
- Load / save play list in m3u format
- Navigate through songs sorted by tag information or by folder
- Filters for fast find what you want
- Songs, albums or artists can be marked as favorites, and viewed through a special view
- Full view with all controls
- Simple view, with just essential controls
- Tiny view, to place window in a square of window
- Sticky borders for Simple and Tiny views
- Always on top property
- OSD (like amaroK)
- Five languages supported: english, spanish, french, german and portuguese
- State saved: repository, play list, last played song, shuffle, repeat, position in desktop, size, type of view...
<<lessMain features:
- Mp3 player
- Reads ID3v1, ID3v1.1 and ID3v2 tags (only essential information)
- Tag editor
- Show pictures of song: pictures inside ID3v2 tag, or in the same folder
- Load / save play list in m3u format
- Navigate through songs sorted by tag information or by folder
- Filters for fast find what you want
- Songs, albums or artists can be marked as favorites, and viewed through a special view
- Full view with all controls
- Simple view, with just essential controls
- Tiny view, to place window in a square of window
- Sticky borders for Simple and Tiny views
- Always on top property
- OSD (like amaroK)
- Five languages supported: english, spanish, french, german and portuguese
- State saved: repository, play list, last played song, shuffle, repeat, position in desktop, size, type of view...
Download (5.7MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
1627 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above congregational songs search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed