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.478.753 Times

Mi Jam Music freeware
Filter: All | Freeware | Demo
 

Mi Jam Music

< 1 2 3 4 5 > 
Added: July 07, 2010 | Visits: 980

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.286

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: 1.006

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: 956

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: January 02, 2010 | Visits: 1.466

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

Added: November 01, 2010 | Visits: 1.257

Random Phase Music Generator Random Phase Music Generator is a small program that generates random phase music. Random music has been around for a long time (from Mozarts musical dice game to John Cages chance music), but phase music was invented rather recently by Steve Reich. It would be interesting to combine those... Platforms: *nix

License: Freeware Size: 8.19 KB Download (114): Random Phase Music Generator Download

Added: March 05, 2010 | Visits: 902

Text::NSP::Measures::2D::MI Text::NSP::Measures::2D::MI is a Perl module that provides error checks for Loglieklihood, Total Mutual Information, Pointwise Mutual Information and Poisson-Stirling Measure. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::ll; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10;... Platforms: *nix

License: Freeware Size: 952.32 KB Download (97): Text::NSP::Measures::2D::MI Download

Added: January 18, 2010 | Visits: 873

Text::NSP::Measures::2D::MI::ll Text::NSP::Measures::2D::MI::ll is a Perl module that implements Loglikelihood measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::ll; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $ll_value = calculateStatistic( n11=>$n11, n1p=>$n1p,... Platforms: *nix

License: Freeware Size: 952.32 KB Download (87): Text::NSP::Measures::2D::MI::ll Download

Added: February 16, 2010 | Visits: 959

Text::NSP::Measures::2D::MI::pmi Text::NSP::Measures::2D::MI::pmi is a Perl module that implements Pointwise Mutual Information. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::pmi; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $pmi_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1,... Platforms: *nix

License: Freeware Size: 952.32 KB Download (93): Text::NSP::Measures::2D::MI::pmi Download

Added: August 14, 2010 | Visits: 848

Text::NSP::Measures::2D::MI::ps Text::NSP::Measures::2D::MI::ps is a Perl module that implements Poisson-Stirling measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::ps; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $ps_value = calculateStatistic( n11=>$n11, n1p=>$n1p,... Platforms: *nix

License: Freeware Size: 952.32 KB Download (92): Text::NSP::Measures::2D::MI::ps Download

Added: July 14, 2010 | Visits: 727

Text::NSP::Measures::2D::MI::tmi Text::NSP::Measures::2D::MI::tmi is a Perl module that implements True Mutual Information. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::tmi; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $tmi_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1, npp=>$npp);... Platforms: *nix

License: Freeware Size: 952.32 KB Download (91): Text::NSP::Measures::2D::MI::tmi Download

Added: August 17, 2010 | Visits: 827

Text::NSP::Measures::3D::MI Text::NSP::Measures::3D::MI is a Perl module that provides error checks and framework to implement Loglieklihood, Total Mutual Information, Pointwise Mutual Information and Poisson Stirling Measure for trigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::3D::MI::ll; $ll_value =... Platforms: *nix

License: Freeware Size: 952.32 KB Download (98): Text::NSP::Measures::3D::MI Download

Added: November 25, 2010 | Visits: 925

Text::NSP::Measures::3D::MI::pmi Text::NSP::Measures::3D::MI::pmi is a Perl module that implements Pointwise Mutual Information for trigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::3D::MI::pmi; $pmi_value = calculateStatistic( n111=>10, n1pp=>40, np1p=>45, npp1=>42, n11p=>20, n1p1=>23, np11=>21, nppp=>100);... Platforms: *nix

License: Freeware Size: 952.32 KB Download (92): Text::NSP::Measures::3D::MI::pmi Download

Added: August 21, 2010 | Visits: 899

Text::NSP::Measures::3D::MI::ps Text::NSP::Measures::3D::MI::ps is a Perl module that implements Poisson Stirling Measure for trigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::3D::MI::ps; $ps_value = calculateStatistic( n111=>10, n1pp=>40, np1p=>45, npp1=>42, n11p=>20, n1p1=>23, np11=>21, nppp=>100); if(... Platforms: *nix

License: Freeware Size: 952.32 KB Download (109): Text::NSP::Measures::3D::MI::ps Download

Added: August 09, 2010 | Visits: 941

Text::NSP::Measures::3D::MI::tmi Text::NSP::Measures::3D::MI::tmi is a Perl implementation for True Mutual Information for trigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::3D::MI::tmi; $tmi_value = calculateStatistic( n111=>10, n1pp=>40, np1p=>45, npp1=>42, n11p=>20, n1p1=>23, np11=>21, nppp=>100); if(... Platforms: *nix

License: Freeware Size: 952.32 KB Download (87): Text::NSP::Measures::3D::MI::tmi Download

Added: November 20, 2013 | Visits: 1.839

CMus - C* Music Player cmus is a small, fast and powerful console music player for Linux and *BSD. Features: Input/Output Plugins * Input: Ogg/Vorbis, MP3, FLAC, Musepack, WavPack, WMA, WAV, AAC, MP4, APE, and everything supported by libmodplug * Output: PulseAudio, ALSA, OSS, libao, aRts, Sun, and WaveOut... Platforms: *nix

License: Freeware Size: 204.8 KB Download (277): CMus - C* Music Player Download

Added: May 10, 2013 | Visits: 1.477

Music Player Daemon Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by its network protocol. For more information, read about what mpd is and is not. Platforms: Mac, *nix, Java, BSD Solaris

License: Freeware Download (106): Music Player Daemon Download

Added: January 25, 2010 | Visits: 860

Music Calculator About Music Calculator:Calculates how long a piece of music will last, given the measure and tempo. Calculates the duration of any note length, given the tempo S the classic sound engineerls ohead bangero when working out oSlap backo reverbs :-) Takes into account any tuplets, dotted notes and... Platforms: Mac

License: Freeware Download (114): Music Calculator Download

Added: January 25, 2010 | Visits: 959

Music Calculator Widget Calculates how long a piece of music will last, given the measure and tempo.Calculates the duration of any note length, given the tempo S the classic sound engineerls ohead bangero when working out oSlap backo reverbs :-)Takes into account any tuplets, dotted notes and time signature.Therels a... Platforms: Mac

License: Freeware Download (125): Music Calculator Widget Download

Added: January 25, 2010 | Visits: 978

Funky Monkey Lounge Music Thing Widget The Funky Monkey Lounge MusicThing is a Dashboard widget that gathers, organizes and presents topical music news and headlines from around the world. Stay on top of the music scene with 15 channels of info ranging from Top Music News to World Beat Music. Platforms: Mac

License: Freeware Download (94): Funky Monkey Lounge Music Thing Widget Download

< 1 2 3 4 5 >