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

Melody Generators software
Filter: All | Freeware | Demo
 

Melody Generators

< 1 2 3 4 5 > 
Added: August 16, 2008 | Visits: 1.091

aGuitar Pro aGuitar Pro is the program for the player of the bass/guitar that wants to improve his musical skills in a short time.
TaIt has Ear training exercises, a tab viewer/player, a tab manager, scales/chords generators, backing tracks, and a lot more.
aGuitar Pro includes multiple tools a guitar...



Platforms: Windows

License: Shareware Cost: $18.00 USD Size: 3.93 MB Download (111): aGuitar Pro Download

Added: August 09, 2008 | Visits: 2.318

Piano music game Piano software for training your ear to pick up just about any melody, chord, harmony, progression, or key centre. All my children learned to play the piano using this software exclusively to learn piano. One ended up learning Moonlight Sonata well enough to wow the This software gives you:...





Platforms: Windows

License: Freeware Size: 35 KB Download (884): Piano music game Download

Released: August 20, 2016  |  Added: August 23, 2016 | Visits: 2.432

Proxima Controller The Proxima Controller is an application that allows you to use the mouse and computer keyboard to play external MIDI devices such as synthesizers and tone generators. It is also possible to play internal devices if they are designed to respond to MIDI messages (for example, the Microsoft GS...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 5.34 MB Download (398): Proxima Controller Download

Added: August 06, 2008 | Visits: 1.819

Website Toolbox Pro Over 30 generators, Web 2.0 elements, tools and scripts for webmasters and web designers to speed up website building and save time and money. Website Toolbox Pro includes: a color palette generator, gradient images, stripe backgrounds, rounded corners, a favicon generator, .htaccess, .htpasswd...


Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 283 KB Download (495): Website Toolbox Pro Download

Added: August 22, 2008 | Visits: 1.413

Content Generator Four types of Content Generators in One Product. Phrase Mixer, different texts and order. MultiDocument Generator, synonymized variants. Paragraph Generator Row mode, as many content files as individual phrases in the original list. Paragraph Generator Column mode, as many content files as phrase...


Platforms: Windows

License: Shareware Cost: $45.00 USD Size: 2.62 MB Download (489): Content Generator Download

Added: August 10, 2008 | Visits: 1.099

Keywords Meta Tag Generator Advanced In contrast to freeware keywords meta tag generators, which require *you* to select keywords, this program scans an HTML document, counting the number of occurrences of words and how they are used, and produces an appropriate keywords meta tag for the document. This can be inserted automatically...


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 1.72 KB Download (442): Keywords Meta Tag Generator Advanced Download

Released: May 04, 2007  |  Added: May 26, 2009 | Visits: 4.314

Xitona Voice Composer Voice Composer is simple interactive software, which converts you vocal to MIDI music instrument in real time. Simply vocalize your melody into the microphone. The output sounds like a real music instrument and will immediately play along note for note whatever is being vocalized. You can save...


Platforms: Windows

License: Shareware Cost: $18.80 USD Size: 1.15 MB Download (804): Xitona Voice Composer Download

Added: January 18, 2010 | Visits: 681

Kelbt Kelbt project can generate backtracking LALR parsers. Standard LALR parser generators emit an error upon encountering a conflict in the parse tables. Kelbt forges onward, generating parsers which handle conflicts by backtracking at runtime. Kelbt is able to generate a parser for any context-free...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (87): Kelbt Download

Added: June 09, 2013 | Visits: 880

pyFLTK JNI++ is a set of two code generating utilities and a core C++ library that simplify programming to the Java Native Interface (JNI) with C++. The first of these utilities is used to generate C++ "proxy" classes given a Java class or interface, and is useful for "automating" Java objects from C++....


Platforms: *nix

License: Freeware Size: 1.38 MB Download (90): pyFLTK Download

Added: June 11, 2010 | Visits: 1.004

multitask multitask allows Python programs to use generators (aka coroutines) to perform cooperative multitasking and asynchronous I/O. Applications written using multitask consist of a set of cooperating tasks that yield to a shared task manager whenever they perform a (potentially) blocking operation,...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (100): multitask Download

Added: June 10, 2013 | Visits: 968

Squirrel Shell Squirrel Shell is a cross-platform alternative to system shells like sh in Unix-like systems and cmd.exe (command.com) in Microsoft?*A* Windows?*A*. It is based on Squirrel scripting language which has these features: * object-oriented programming; * C++-like syntax; * dynamic typing; *...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (90): Squirrel Shell Download

Added: June 08, 2010 | Visits: 1.791

BNF for Java BNF for Java project is a parser/generator, or compiler-compiler. The parser reads your input text, or "terminals", specified by your BNF syntax. The parser features indefinate look-ahead and back-track. As the grammar parses your file, it builds a parse-tree which carries the content in the...


Platforms: *nix

License: Freeware Download (205): BNF for Java Download

Added: March 19, 2010 | Visits: 840

LLnextgen LLnextgen is an Extended-LL(1) parser generator. LLnextgen project is a rewrite of the LLgen parser generator by D. Grune and C.J.H. Jacobs which is part of the Amsterdam Compiler Kit (ACK). Like all parser generators, LLnextgen takes the description of the grammar with associated actions as...


Platforms: *nix

License: Freeware Download (94): LLnextgen Download

Added: September 21, 2013 | Visits: 757

Gjrand gjrand is a programmer's library for pseudo-random numbers. gjrand library includes random number generator testing code and is intended for simulation, games, and "Monte-Carlo" algorithms. It produces pseudo-random numbers of the types: uniform integers, uniform reals, normally distributed...


Platforms: Mac

License: Freeware Size: 122.88 KB Download (101): Gjrand Download

Added: May 18, 2010 | Visits: 653

QiQu QiQu is an open source framework to support the MDA and MDSD approach. The project is based on the idea to transform an UML-model into source-code (such as Java, C#, Cobol etc.). With QiQu you can build your own domain-specific generators that transform your models into the code of your choice,...


Platforms: *nix

License: Shareware Cost: $0.00 USD Download (92): QiQu Download

Added: January 05, 2010 | Visits: 893

Parsing Parsing module is a pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers. From an algorithmic perspective, this is one of the most advanced parser generators in existence, for the following reasons: - The Parsing module uses a scalable algorithm...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (106): Parsing Download

Added: May 07, 2010 | Visits: 901

Spirit Parser library Spirit is an object oriented recursive descent parser generator framework implemented using template meta-programming techniques. Expression templates allow us to approximate the syntax of Extended Backus Normal Form[1] (EBNF) completely in C++. Parser objects are composed through operator...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 2.27 MB Download (94): Spirit Parser library Download

Added: January 25, 2010 | Visits: 492

OMeR OMeR is the printed music recognition add-on for Melody Assistant or Harmony Assistant. Insert a printed page of music in your scanner, launch OMeR, and edit or listen the tune with Melody or Harmony Assistant!


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 1.4 MB Download (100): OMeR Download

Added: January 25, 2010 | Visits: 795

Myriad Music Plug-In Myriad Music Plug-In enables to play, display, transpose and print files created with Melody Assistant or Harmony Assistant, directly from your web browser.This plug-in work with Netscape, Internet Explorer, Mozilla, Opera. A complete web designer manual is provided.


Platforms: Mac

License: Freeware Size: 2.8 MB Download (103): Myriad Music Plug-In Download

Added: January 25, 2010 | Visits: 961

CGM DVE Complete XXL CGM DVE Complete XXL is a set of 184 filters, transitions and generators for use in Final Cut Pro and Final Cut Express. In addition to the professional plug-ins the package also includes a series of Final Cut Pro workshops and 68 softwipe patterns (heart, star, clouds, bands, etc.).


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 991 KB Download (121): CGM DVE Complete XXL Download

< 1 2 3 4 5 >