Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.209.405 Times

Music Mix Maker freeware
Filter: All | Freeware | Demo
 

Music Mix Maker

< 1 2 3 4 5 
Added: March 26, 2010 | Visits: 1.218

Music::Scales Music::Scales can supply necessary notes / offsets for musical scales. SYNOPSIS use Music::Scales; my @maj = get_scale_notes(Eb); # defaults to major print join(" ",@maj); # "Eb F G Ab Bb C D" my @blues = get_scale_nums(bl); # bl,blu,blue,blues print join(" ",@blues); # "0 3 5 6 7 10"...



Platforms: *nix

License: Freeware Size: 13.31 KB Download (111): Music::Scales Download

Added: February 03, 2010 | Visits: 2.248

Cowbell Music Organizer Cowbell Music Organizer is an elegant music organizer intended to make keeping your collection tidy both fun and easy. Do you ever pull your hair out trying to hand-edit all your tags with some arcane editor? Tell your inner OCD to take a hike because Cowbell is coming into town. Cowbell is...





Platforms: *nix

License: Freeware Size: 235.52 KB Download (212): Cowbell Music Organizer Download

Added: November 23, 2010 | Visits: 1.816

El Jay Icon Maker El Jay Icon Maker is a Firefox extension that allows you to right click on any image and create an icon for use with livejournal.com There are two options to choose from when making an icon "Create Icon Instantly" and "Create Icon With Options". Selecting either link redirects you to the El Jay...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (176): El Jay Icon Maker Download

Added: August 25, 2010 | Visits: 1.314

Regression mAKEr Regression mAKEr project is a simple modular application for data investigation. This is an application to help user (mathematician) to make regression between series of data, draw grpahics, and export them into various formats by means of common graphics packages (i.e., gnuplot, plotutils). It...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (138): Regression mAKEr Download

Added: May 13, 2010 | Visits: 1.672

List::Maker List::Maker is a Perl module that can generate more sophisticated lists than just $a..$b. SYNOPSIS use List::Maker; @list = < 1..10 >; # (1,2,3,4,5,6,7,8,9,10) @list = < 10..1 >; # (10,9,8,7,6,5,4,3,2,1) @list = < 1,3,..10 > # (1,3,5,7,9) @list = < 1..10 x 2 > # (1,3,5,7,9) @list = <...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (159): List::Maker Download

Added: September 07, 2010 | Visits: 1.759

mCube Music Manager mCube Music Manager project is a digital music manager. The target is to let user manage and choose music to listen with the comfort and feeling of browsing physical compact disc and with the power of computer aided search, sort and categorization..


Platforms: *nix

License: Freeware Size: 9.4 MB Download (126): mCube Music Manager Download

Added: January 25, 2010 | Visits: 1.510

GNU MIX Development Kit GNU MIX Development Kit offers an emulation of MIX and MIXAL. The current version of MDK includes the following applications: - mixasm A MIXAL compiler, which translates your source files into binary ones, executable by the MIX virtual machine. - mixvm A MIX virtual machine which is able to...


Platforms: *nix

License: Freeware Size: 1024 KB Download (98): GNU MIX Development Kit Download

Added: March 12, 2010 | Visits: 1.221

Music::Chord::Namer Music::Chord::Namer - You give it notes, it names the chord. SYNOPSIS use Music::ChordName qw/chordname/; print chordname(qw/C E G/); # prints C print chordname(q/C E G/); # same (yes, array or string!) print chordname(qw/C Eb G Bb D/); # prints Cm9 print chordname(qw/G C Eb Bb D/); #...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (121): Music::Chord::Namer Download

Added: September 02, 2010 | Visits: 1.104

Config Maker Config Maker is a tool to automatically create C++ classes that parse configuration files. Only a few lines of text that describe the possible entries in the configuration file are needed, and the complete class will be generated ready for use. Basic usage The input files for Config Maker...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (99): Config Maker Download

Added: March 11, 2010 | Visits: 1.327

aeon music player aeon is a music player that is meant to look nice and have an interface that is as easy to use as possible. In contrast to BMPx it is entirely library based, which means you cant add individual files to it, but you have rather to add them to the library beforehand. You can only play files...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (108): aeon music player Download

Added: October 22, 2010 | Visits: 1.045

Class::Maker Class::Maker Perl module contains classes, reflection, schema, serialization, attribute- and multiple inheritance. SYNOPSIS use Class::Maker qw(class); class Human, { isa => [qw( ParentClass )], public => { string => [qw(name lastname)], ref => [qw(father mother)], array =>...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (110): Class::Maker Download

Added: March 21, 2010 | Visits: 1.069

Mix Mix is a KDE theme composed by different collected items, which were already installed: Plastik, SUSE etc.. Plus many different Wallpapers - if one installed it. The theme should function also for other distributions.. Mix KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds...


Platforms: *nix

License: Freeware Download (91): Mix Download

Added: February 04, 2010 | Visits: 969

Music daemon Music daemon(musicd) is a music playing server that supports multiple formats through plugins and multiple playlists. Musicd supports plugins to enable playing of different audioformats. The plugin-api is quite similiar to one that the popular XMMS uses. Currently XMMS-plugins are not directly...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (90): Music daemon Download

Added: April 23, 2010 | Visits: 1.507

Philips Music Writer Philips Music Writer is a program for typesetting music. It reads text files as input, and generates PostScript as output. Philips Music Writer can also write simple MIDI files for proofhearing purposes. PMW is written in C and is freestanding; that is, it does not require additional processing...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (136): Philips Music Writer Download

Added: July 07, 2010 | Visits: 975

Yahoo::Music::Ratings Yahoo::Music::Ratings is a method for retrieving a Yahoo! Music members song ratings. SYNOPSIS use Yahoo::Music::Ratings; my $ratings = new Yahoo::Music::Ratings( { memberName => yahooMusicMemberName, } ); # Fetch an arrayRef of all yahooMusicMemberName song ratings # this may take a...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (99): Yahoo::Music::Ratings Download

Added: March 08, 2010 | Visits: 2.281

Duplicate Music Matcher Duplicate Music Matcher is a script to quickly find duplicate MP3 files based on letter matching. Duplicate Music Matcher is helpful for weeding out duplicates that may not be of the same encoding, format, or even the same filename. Whats New in This Release: - pymad pyvorbis python-flac...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (251): Duplicate Music Matcher Download

Added: May 10, 2010 | Visits: 999

Common Music Common Music (CM) is an object-oriented music composition environment. Common Music produces sound by transforming a high-level representation of musical structure into a variety of control protocols for sound synthesis and display..


Platforms: *nix

License: Freeware Size: 614.4 KB Download (102): Common Music Download

Added: March 02, 2010 | Visits: 949

Kirocker Music Display Kirocker Music Display is an Amaork script that makes your Kicker (the KDE main panel) rock with your music. It is a Kicker applet that displays what you listen to in Amarok You then always know what you are listening to, and watch its cover: it is always visible on your panel. It allows you...


Platforms: *nix

License: Freeware Size: 1003.52 KB Download (101): Kirocker Music Display Download

Added: September 04, 2010 | Visits: 1.188

File::Maker File::Maker is a Perl module that mimics a make by loading a database and calling targets methods. SYNOPSIS ##### # Subroutine interface # use File::Maker qw(load_db); %data = load_db($pm); ###### # Object interface # require File::Maker; $maker = $maker->load_db($pm);...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (102): File::Maker Download

Added: January 02, 2010 | Visits: 1.457

Amarok Music Diary Amarok Music Diary creates a SQLite3 Database with every song played a day. It is possible to add a custom lyric to every database entry html-File export is provided. An example: http://www.sbox.tugraz.at/home/s/stifi/stifi_blog/ Usage: The database is stored in...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (92): Amarok Music Diary Download

< 1 2 3 4 5