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

App Piano Tuner freeware
Filter: All | Freeware | Demo
 

App Piano Tuner

1 2 3 4 5 > 
Added: January 25, 2010 | Visits: 999

Screenshot Helper Screenshot Helper shows a full screen window with a solid color or a desktop picture so that you can take clean screenshots without having irrelevant windows and desktop icons in the background.The easiest way to get a clean desktop for screenshots on Mac OS X is to create a brand-new user...



Platforms: Mac

License: Freeware Download (98): Screenshot Helper Download

Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 773

Screenshot Helper .0 About Screenshot Helper Shows a full screen window with a solid color or a desktop picture. The easiest way to get a clean desktop for screenshots on Mac OS X is to create a brand-new user account and log in as a brand-new user. But if you need to use your own user account for whatever reason...





Platforms: Mac

License: Freeware Size: 51.2 KB Download (53): Screenshot Helper .0 Download

Released: July 01, 2017  |  Added: March 24, 2021 | Visits: 2.278

Bass Tuner This is a simple and compact bass guitar tuner program written using the Windows MIDI system. It supports tuning six-string basses, but it only supports BEADGC tuning.


Platforms: Windows, Windows 7

License: Freeware Size: 5.18 MB Download (391): Bass Tuner Download

Released: September 12, 2012  |  Added: September 12, 2012 | Visits: 426

Burp And Fart Piano If you have downloaded this application and cant hear any sound, please go to www.burpandfartpiano.com for help. Burps and farts are funny If you dont think they are, dont download this app. With this app you can now fart and burp your favorite tunes without the risk of having to change...


Platforms: Mac

License: Freeware Size: 3.2 MB Download (53): Burp And Fart Piano Download

Released: February 09, 2017  |  Added: April 23, 2017 | Visits: 5.620

KB Piano KB Piano will turn your computer into a piano and more. Easily create song with multiple instruments (guitar, bass, drums, and vocals from your microphone). If you don't know music theory, use the application tools to automatically create guitar, bass, drums, and piano parts. Not only you...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 10.61 MB Download (720): KB Piano Download

Released: June 16, 2008  |  Added: April 27, 2010 | Visits: 7.268

Virtual Piano "Virtual piano" will be useful to the musician in the most various situations (for example to tune musical instrument, to find the key of the heard music, to sound lessons of the musical school, etc.). This program in aggregate with a video projector will allow to explain effectively something...


Platforms: Windows

License: Freeware Size: 458.98 KB Download (818): Virtual Piano Download

Released: July 06, 2014  |  Added: August 01, 2014 | Visits: 3.663

Absolute Pitch Ear training music app and virtual piano to help you learn perfect pitch, test your aural note recognition and be a better musician. Features a realistic polyphonic piano sound and near full-size piano keyboard for playing music. Absolute Pitch is a musical ear trainer that uses a unique...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 279.14 KB Download (248): Absolute Pitch Download

Released: October 19, 2009  |  Added: April 30, 2012 | Visits: 3.165

PitchPerfect Guitar Tuner PitchPerfect is a highly accurate professional guitar tuner with a very simple to use interface. PitchPerfect eliminates the need to tune an instrument to some kind of conventional tuning. Instead, PitchPerfect can automatically detect whatever note you are playing. This means you are not...


Platforms: Windows

License: Freeware Size: 232.7 KB Download (1229): PitchPerfect Guitar Tuner Download

Added: March 21, 2010 | Visits: 1.225

App::datetime App::datetime is a date and time considerations. Most Enterprise development includes processing of dates and times. There are many date and time modules on CPAN, and choosing the right one can be confusing. There are no special perl data types for dates and times, so some direction is needed....


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::datetime Download

Added: February 13, 2010 | Visits: 1.356

App::faq App::faq is a Perl module witj App-Context Frequently Asked Questions. The App-Context is like a software backplane for many services required by an enterprise application. Into that backplane plug the App-Context Services. There may be many implementations of each of the App-Context Services,...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): App::faq Download

Added: October 26, 2010 | Visits: 1.405

App::perlstyle App::perlstyle is a App::Context Perl Style Guide. The following document describes some of the coding standards used in writing the App::Context framework (App-Options, App-Context, App-Repository, App-Widget, and other minor distributions). This document exists for two purposes: 1. To...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::perlstyle Download

Added: March 05, 2010 | Visits: 1.359

App::quickstart App::quickstart is App::Context Developers Quick-Start Guide. This is the Developers Quickstart Guide to the App::Context Framework. Its focus is to give a minimum amount of theoretical or explanatory background and get right into learning by example. That having been said, it is also...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): App::quickstart Download

Added: March 13, 2010 | Visits: 1.270

App::Session App::Session can represents a sequence of multiple events perhaps executed in separate processes. SYNOPSIS # ... official way to get a Session object ... use App; $session = App->context(); $context = $session->session(); # get the session # any of the following named parameters may be...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): App::Session Download

Added: September 11, 2010 | Visits: 1.348

App::UserAgent App::UserAgent - the browser this session is connected to. SYNOPSIS # ... official way to get a UserAgent object ... use App; $context = App->context(); $user_agent = $context->user_agent(); # get the user_agent if ($user_agent->supports("html.input.style")) { # do something } A...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::UserAgent Download

Added: February 19, 2010 | Visits: 1.426

App::Modular::Module::Events App::Modular::Module::Events is a Perl module with event handling for App::Modular compatible applications. SYNOPSIS #################################################################### package App::Modular::Module::Me; use base qw(App::Modular::Module); sub depends { return Events; }...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (106): App::Modular::Module::Events Download

Added: November 19, 2010 | Visits: 1.248

App::Modular App::Modular is a Perl module with modularization framework for perl programs. SYNOPSIS package App::Modular::Module::Test; use base qw(App::Modular::Module); sub say_hello { print "Hello, dear user!"; }; package main; use App::Modular; my $modul = instance App::Modular;...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (102): App::Modular Download

Added: June 25, 2010 | Visits: 2.126

LINGOT Is Not a Guitar-Only Tuner LINGOT is a musical instrument tuner. LINGOT is easy to use, accurate, and highly configurable. Originally conceived to tune electric guitars, its configurability gives it a more general character. (Tuning another instruments has not been tested). It looks like an analogic tuner, with a gauge...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (276): LINGOT Is Not a Guitar-Only Tuner Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.576

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (258): App::SimpleScan::Substitution::Line Download

Added: February 19, 2010 | Visits: 1.273

App::SimpleScan App::SimpleScan is a simple_scans core code. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; App::SimpleScan allows us to package the core of simple_scan as a class; most importantly, this allows us to use Module::Pluggable to write extensions to this application...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (115): App::SimpleScan Download

Added: June 06, 2010 | Visits: 1.036

App::SimpleScan::Plugin::Snapshot App::SimpleScan::Plugin::Snapshot is a Perl module to allow tests to snapshot results. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; # plugin loaded automatically here Supports the %%snapshot_dir and %%snapshot pragmas plus the --snapshot_dir and --snap_all and...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): App::SimpleScan::Plugin::Snapshot Download

1 2 3 4 5 >