Main > Free Download Search >

Free augments software for linux

augments

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 41
The Gimp 2.4.0 RC1

The Gimp 2.4.0 RC1


The GIMP is the GNU Image Manipulation Program. more>>
The GIMP is the GNU Image Manipulation Program. It is a freely distributed piece of software for such tasks as photo retouching, image composition and image authoring. The Gimp works on many operating systems, in many languages.
GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and image authoring.
It has many capabilities. It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc.
GIMP is expandable and extensible. It is designed to be augmented with plug-ins and extensions to do just about anything. The advanced scripting interface allows everything from the simplest task to the most complex image manipulation procedures to be easily scripted.
GIMP is written and developed under X11 on UNIX platforms.
Main features:
Painting
- Full suite of painting tools including Brush, Pencil, Airbrush, Clone, etc.
- Sub-pixel sampling for all paint tools for high quality anti-aliasing
- Extremely powerful gradient editor and blend tool
- Supports custom brushes and patterns
System
- Tile based memory management so image size is limited only by available disk space
- Virtually unlimited number of images open at one time
Advanced Manipulation
- Full alpha channel support
- Layers and channels
- Multiple Undo/Redo (limited only by diskspace)
- Editable text layers
- Transformation tools including rotate, scale, shear and flip
- Selection tools including rectangle, ellipse, free, fuzzy and intelligent
- Advanced path tool doing bezier and polygonal selections.
- Transformable paths, transformable selections.
- Quickmask to paint a selection.
Extensible
- A Procedural Database for calling internal GIMP functions from external programs as in Script-fu
- Advanced scripting capabilities (Scheme, Python, Perl)
- Plug-ins which allow for the easy addition of new file formats and new effect filters
- Over 100 plug-ins already available
Animation
- Load and save animations in a convenient frame-as-layer format
- MNG support
- Frame Navigator (in GAP, the GIMP Animation Package)
- Onion Skin (in GAP, the GIMP Animation Package)
- Bluebox (in GAP, the GIMP Animation Package)
File Handling
- File formats supported include bmp, gif, jpeg, mng, pcx, pdf, png, ps, psd, svg, tiff, tga, xpm, and many others
- Load, display, convert, save to many file formats
- SVG path import/export
<<less
Download (16MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
100334 downloads
 
Other version of The Gimp
The Gimp 2.2.17It is designed to be augmented with plug-ins and extensions to do just about anything. The advanced scripting interface allows everything from the simplest task to the most complex image manipulation
License:GPL (GNU General Public License)
Download (17.7MB)
100346 downloads
Added: 2007-07-13
Sencap 1.1.2

Sencap 1.1.2


Sencap is a simple ENCAP software manager. more>>
Sencap is a simple ENCAP software manager. Encapping is a method of installing software from source tarballs into private trees (bin, lib, man, share) and symlinking them to the system tree (e.g. /usr/local).

Uninstallation of encapped software is quick, reliable and easy. Encapping is best used to augment the default package manager, not to replace it.

Installation

These are generic installation instructions.

The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.

Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).

If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release. If at some point `config.cache contains results you dont want to keep, you may remove or edit it.

The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.

The simplest way to compile this package is:

1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute
`configure itself.

Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.

2. Type `make to compile the package.

3. Optionally, type `make check to run any self-tests that come with the package.

4. Type `make install to install the programs and any data files and documentation.

5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is
also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
<<less
Download (0.016MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1655 downloads
Softpedia Linux RSS 0.1.0

Softpedia Linux RSS 0.1.0


Softpedia Linux RSS is a theme for SuperKaramba for viewing latest Linux Softpedia downloads. more>>
Softpedia Linux RSS is a theme for SuperKaramba for viewing latest Linux Softpedia downloads.
SuperKaramba is, in simple terms, a tool that allows you to easily create interactive eye-candy on your KDE desktop.
SuperKaramba is a tool that allows anyone to easily create and run little interactive widgets on a KDE desktop. Widgets are defined in a simple text file and can be augmented with Python code to make them interactive. Current widgets include everything from simple news headline displays to complete custom replacements for kicker, the KDE toolbar.
Main features:
- Open URL in new tab
- Shadow fonts
- Transparent background
<<less
Download (0.022MB)
Added: 2005-09-18 License: GPL (GNU General Public License) Price:
1496 downloads
Raydium 0.680

Raydium 0.680


Raydium is a small/useless/ugly 3D engine which uses OpenGL. more>>
Raydium is a game engine. It provides a set of functions wich allow quick and flexible games creation.
Functions covers things like player inputs (keyboard, mouse, joystick, joypad, force feedback), rendering (3D objets, OSD (On Screen Display)), time (a game must run at the exact same speed on every computer), sound, ... (theres a lot more things to manage, in fact
The project was started in 2001, trying to become a small 3D library, as a training to OpenGL.
But Raydium starts to manage more and more things (time engine, PHP scripting, physics engine, ...), and is now about to become a full "game engine".
Main features:
- Portability (ANSI C) : Linux / Win32 (and probably some others)
- OpenGL rendering (80 000 vertices per frame at a correct framerate), fog support, dynamic lighting, transparency, skyboxes, MultiTexturing, MipMapping, ...
- Totally simplified API : simple learning curve (example: raydium_object_draw_name("objet.tri"), raydium_sound_load_music("musique.ogg"), ...)
- ODE integration (Open Dynamics Engine) in Raydiums core, providing a simple access to a physics engine (see RayODE)
- Ingame console, allowing access to Raydium or application on the fly.
- PHP Support: PHP/Raydium interface, for a full interaction between PHP and applications. Its possible to write almost all the application with PHP (see RayPHP and RegAPI).
- Integrated network API, for multiplayer games in all simplicity.
- OpenAL support : sound, music (streaming OGG), 3D source positioning) in a few function calls.
- Simplified building scripts and static binaries support for an easy distribution.
- Import/export solutions to other 3D formats: 3DStudio, Blender and DirectX (see ImportExportTri).
- Joysticks and wheels fore feedback support (Linux only, for now).
- Data repositories : Raydium applications can download (or update) missing files. Data uploading is also supported (see R3S).
- Lightmaps support, radiosity lightmaps calculations, with FsRadRay (example : http://ftp.cqfd-corp.org/radiosity_tex.png)
Raydium is free software, available under GPL License.
Raydium is designed to be the engine used behind the MeMak project, but some tests were already created with this engine (see references at the bottom of this page), and a "complete" game: NewSkyDiver.
There are a lot of others 3D/game engines (and some are very complete, such as Ogre, Crystal Space, ...). Raydium does not try to be as complex as these engines, but contrary, is aiming quick and simple developpement. A good example of this simplicity is NewSkyDiver, a game in less than 750 lines of code.
Enhancements:
- This release features Augmented Reality, Live video capture from any video4linux source, video playback to texture, dynamic lightmap filters, Python bindings, remote data repositories listing, full API documentation, and more.
<<less
Download (0.17MB)
Added: 2005-09-21 License: GPL (GNU General Public License) Price:
1493 downloads
color wrapper 1.0.14

color wrapper 1.0.14


color wrapper is a non-intrusive real-time ANSI color wrapper for Unix-based programs. more>>
color wrapper is a non-intrusive real-time ANSI color wrapper for common unix-based commands on GNU/linux. cw is designed to simulate the environment of the commands being executed, so that if a person types du, df, ping, etc. in their shell it will automatically color the output in real-time according to a definition file containing the color format desired.
color wrapper has support for wildcard match coloring, tokenized coloring, headers/footers, case scenario coloring, command line dependent definition coloring, and includes over 50 pre-made definition files.
cw works by having an augmented PATH environmental variable which has a path to the cw definition directory prepended to it, this is usually set as "export ATH=/usr/local/lib/cw:$PATH" (in bash). in this cw definition directory you will see file(s) under the very same name of the program they are designed to color. these files appear as the common executable binaries you may be used to using, but they are just text files that contain instructions for cw to use, including the path to the "real" binary.
Enhancements:
- Fixed bug that could crash cw, introduced in the previous version.
<<less
Download (0.80MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1488 downloads
Jolt 0.7.1

Jolt 0.7.1


Jolt is a Java Virtual Machine Daemon. more>>
Jolt is a Java Virtual Machine Daemon. This program provides a means to invoke the JDK tools javac, javadoc, and jar from the command line while reusing the same JVM instance across invocations.

Jolt daemon is intended primarily for use as a helper tool to make compilation of Java code with make as fast as (and potentially faster than) with Jakarta Ant.

It can also be used to run arbitrary Java programs (as with java); this is particularly useful for command-line utilities that are run over and over, where the cost of launching the JVM each time would be prohibitive (or at the very least, annoying).

Usage:

The `runjolt shell script can be used as a wrapper for the `jolt binary. It checks for the presence of the JAVA_HOME environment variable (which should be set to the top-level installation directory of JDK 1.4.0 or later) and augments LD_LIBRARY_PATH accordingly before invoking `jolt proper.
<<less
Download (0.11MB)
Added: 2005-12-09 License: GPL (GNU General Public License) Price:
1416 downloads
BuddySpace PRO 2.6

BuddySpace PRO 2.6


BuddySpace is an enhanced Jabber client providing secure presence management, web services and instant messaging. more>>
BuddySpace is an instant messenger with four novel twists: (1) it allows optional maps for geographical & office-plan visualizations in addition to standard buddy lists; (2) it is built on open source Jabber, which makes it interoperable with ICQ, MSN, Yahoo and others; (3) it is implemented in Java, so it is cross-platform; (4) it is built by a UK research lab, so it is 100% free with full sources readiily available. But BuddySpace is about more than just messaging, as we explain below.

One of the key factors that led to the widespread popularity of Instant Messaging applications from 1997 onwards (including ICQ, AOL, Yahoo!, MSN, Odigo, and Jabber messengers) was the concept of pushed presence: the automatic notification of the appearance of friends and colleagues online.

However, Instant Messaging (IM) is just one of many possible presence-related and presence-dependent applications. For example, presence-enabled applications can facilitate safety-tracking of children by mobile phone, support for emergency services, blind-date radar, group teleconference management, multiplayer games, and anything involving the collaboration of individuals separated in space and time.

Why phone a contact only to receive an engaged tone or pre-recorded message, when the telephone network already knows what state your contact is in, and could indicate this directly on your contact list? All of these concepts embody varying degrees of what we refer to as enhanced presence management.

The concept of presence has matured in recent years to move away from the simple notion of online/offline/away, towards a rich blend of attributes that can be used to characterise an individuals physical and/or spatial location, work trajectory, time frame of reference, mental mood, goals, and even intentions! Our challenge is how best to characterise presence, how to make it easy to manage and easy to visualise, and how to remain consistent with the users own expectations, work habits, and existing patterns of Instant Messaging and other communication tool usage.

BuddySpace generalizes the concept of Buddy List (popularised by Instant Messaging tools such as AOL Instant Messenger, ICQ, MSN Messenger, and Yahoo Messenger) to provide multiple views of collaborative workgroups according to users needs and tastes. Our aim has been to provide a personal dashboard or radar screen so that one can observe the availability and interaction state of colleagues worldwide in a manner that exhibits the following desirable properties:

* immediate: real-time updates need to be pushed instantly to users rather than pulled in by request -- the push approach helps keep updates more palpable and informative
* peripheral and therefore non-intrusive: users lead busy lives, and dislike being bombarded with yet more information, so we aim to keep awareness of colleagues available in a compact manner that can be noticed peripherally
* customisable: some people prefer simple or hierarchical lists, some prefer visual maps, some prefer status lights, and so on; some prefer a Windows look-and-feel, some a Mac-- we need to cater for diverse user preferences and capabilities
* scaleable: we have to provide ways to indicate the presence of potentially enormous numbers of people, even given that these numbers will be filtered down for personal use -- researchers inhabit workspaces with many hundreds of colleagues around the globe; the Open University has well over 150,000 students online; large peer-spaces like music swapping communities have many millions of users connected simultaneously
* interoperable: with several hundred million users of the Big Four (AIM/ICQ/MSN/Yahoo!), it is crucial that any approach allow interopebility with systems to which our users already subscribe; this is one of the many reasons we built BuddySpace entirely on top of Jabber (www.jabber.org), which provides gateways to the Big Four products.
* cross-platform: we need to service a community not only on Windows, Unix/Linux, and Mac desktop and notebook configurations, but also on PDAs and mobile phones -- we therefore develop entirely in Java
* XML-literate: for future intelligent applications, communication transport needs to be about more than just string-transmission; another we adopted Jabber is that it is based entirely on a generic XML transport architecture, ideally suited for this purpose.
* open source: for the research community to join us and to gain leverage via our research output, we have ensured that BuddySpace is open source, available on SourceForge.
* clean: BuddySpace adheres rigorously to the Jabber specification, which means that it interoperates with other Jabber clients and servers without danger of the rogue behaviour that non-standard implementations inadvertently allow (e.g. the semantics of users inhabiting multiple groups is undefined in some clients, and can cause crashes).
* extendable: BuddySpace deploys a plug-in architecture which means that additions, such as new visualizations, and new concepts such as gaming interfaces, are readily achievable

BuddySpace fulfills all the above criteria, and provides a compelling user interface that can be highly compact, yet provide users with an important feel-good factor, akin to seeing nearby office lights turned on when entering ones office building at night. By studying the semantics of presence, we can also augment the existing impoverished presence states in a principles manner, providing capabilities that are more representative of the way real users work. Forthcoming capabilities will include automatic location updates via mobile devices, and the use of semantic matchmaking via intelligent profile handling, in order to help users quickly find and filter colleagues of particular interest.
<<less
Download (1.5MB)
Added: 2006-10-18 License: The Apache License 2.0 Price:
1405 downloads
NLog 0.95

NLog 0.95


NLog is a .NET logging library designed with simplicity and flexibility in mind. more>>
NLog is a .NET logging library. NLog is designed with simplicity and flexibility in mind. With NLog you can process diagnostic messages emitted from any .NET language, augment them with contextual information, format them according to your preference and send them to one or more targets.
The API (application programming interface) is similar to log4net, and the configuration is very simple. NLog uses a routing table while log4net uses a logger hierarchy with attachable appenders. This makes NLogs configuration very easy to read and maintain.
NLog supports .NET, C/C++ and COM interop API so that all your application components including legacy modules written in C++/COM can send their messages through a common log routing engine.
The .NET API is very fast at filtering messages, so that you can keep your logging instructions in code and let NLog filter them out at runtime. NLog can filter out as many as 150 million logging instructions per second on a single-CPU 1.6 GHz laptop. Add that to asynchronous processing and other wrappers and youll get a very powerful and scalable logging tool.
Enhancements:
- This release adds a new Trace level, which is more verbose than the Debug level.
- It adds a new conditions language that lets you write powerful filtering conditions while keeping the syntax natural and readable.
- It adds a global log threshold and configurability at the config level.
- It adds support for variables in configuration files.
- It adds an infrastructure for compound targets and wrapper targets.
- It adds detailed documentation with examples for many targets, both on the Web site and in the help file.
<<less
Download (1.0MB)
Added: 2006-02-21 License: BSD License Price:
1344 downloads
Qolyester 20060220

Qolyester 20060220


Qolyester is a C++ implementation of the OLSR protocol for mobile wireless ad hoc networks. more>>
QOLSR is a QoS extension introduced to the OLSR protocol. Almost no additional control traffic is generated (only augmented HELLO and TC messages).
Like in standard OLSR, link state information is generated only by nodes selected as MPRs. This information is then used for route calculation. QOLSR requires only partial link state to be flooded in order to provide optimal paths in terms of application requirements.
QOLSR does not require any changes to the format of IP packets, thus any existing IP stack can be used and the protocol only interacts with kernel routing table management.
First IETF manet drafts have been submitted as experiments and research go on.
Enhancements:
- Minor bugfixes
<<less
Download (1.0MB)
Added: 2006-02-26 License: GPL (GNU General Public License) Price:
1340 downloads
SuperKaramba 0.39

SuperKaramba 0.39


SuperKaramba is a tool that allows anyone to easily create and run little interactive widgets on a KDE desktop. more>>
SuperKaramba is, in simple terms, a tool that allows you to easily create interactive eye-candy on your KDE desktop.
SuperKaramba is a tool that allows anyone to easily create and run little interactive widgets on a KDE desktop. Widgets are defined in a simple text file and can be augmented with Python code to make them interactive. Current widgets include everything from simple news headline displays to complete custom replacements for kicker, the KDE toolbar.
Currently SuperKaramba is made only for linux.
Theme writers create themes, or text files that define their widget. Then, they can optionally add python scripting to make their widget interactive. The possibilities are endless!
Main features:
- Display system information such as CPU Usage, MP3 playing, etc.
- Create cool custom toolbars that work any way imaginable
- Create little games or virtual pets that live on your desktop
- Display information from the internet, such as weather and headlines
The possibilities really are endless!
Enhancements:
- Themes now go to the background correctly when opening multiple themes at the same time
- itemDropped() callback now has x/y cooridinates
- Fixed the New Stuff dialogs installed status check marks for failed downloads
- Dont pop up the Theme Dialog when restoring a session and there arent any themes saved in the session
- Local themes can now be removed from the theme dialog, although we dont delete the theme out from underneath the user. It is delisted so that they can change their mind later and run it again.
- Downloaded themes from New Stuff get moved to trash:/ when a user clicks uninstall so they can restore it if they wish.
- Better checks for libknewstuff when compiling.
- Using New Stuff where theme authors post url links instead of file downloads will now open in a browser window for the user. Beware that closing this without downloading a package will still leave it as installed as far as New Stuff is concerned. (shortcoming of KNewStuff)
- new format options for things like kilobits, kilobytes and gigabytes as listed on our sensor information page: http://netdragon.sourceforge.net/ssensors.html
- Many new functions added and the examples of how to use them:
- callTheme - Pass a string to another theme
- changeInterval - Change the refresh interval of the theme
- createServiceClickArea - Create a Service-named Click Area Sensor
- getIncomingData - Get incoming data passed from another theme
- getPrettyThemeName - Get the pretty name of the theme
- getServiceGroups - Get KDE Service Groups
- getSystraySize - Get the size of the Systray
- getUpdateTime - Get last updated time
- managementPopup - Activates the Management Popup menu (i.e. SK right click config menu)
- openNamedTheme - Open a new theme giving it a new name
- removeClickArea - Remove a Click Area Sensor
- run - Execute a command with KRun
- setIncomingData - Set incoming data passed in another theme
- setUpdateTime - Set last updated time
- setWantRightButton - Set to 1 to deactivate management popups (i.e. SK right click config menu)
- setWidgetOnTop - changes on top status
<<less
Download (1.0MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
1323 downloads
ivtools 1.2.4

ivtools 1.2.4


ivtools is an application frameworks for drawing editors and spatial data servers. more>>
ivtools (pronounced eye-vee-tools) is a suite of free X Windows drawing editors for PostScript, TeX, and web graphics production, as well as an embeddable and extendable vector graphic shell
ivtools is made up of layered collection of free C++ frameworks that vertically augment the mechanisms of Unidraw
Main features:
- an application framework for developing direct manipulation graphical editors (drawing editors).
- a GUI widget framework built on TeX structured document concepts
- A command interpreter with network capability.
- an extra layer of drawing editor application framework
- a layer for integrating the command interpreter into the drawing editor
- a layer for multi-frame applications
- a layer for graph/network applications
Enhancements:
- More changes required by gcc-4.* were made.
- The command interpreter was evolved.
<<less
Download (2.0MB)
Added: 2006-07-21 License: MIT/X Consortium License Price:
1217 downloads
abc2mtex 1.6.1

abc2mtex 1.6.1


abc2mtex is a package designed to notate tunes stored in an ascii format (henceforth abc notation). more>>
abc2mtex is a package designed to notate tunes stored in an ascii format (henceforth abc notation). It was designed primarily for folk and traditional tunes of Western European origin (such as Irish, English and Scottish) which can be written on one stave in standard classical notation. However, it can be used for multiple staves and should be extendible to many other types of music. The program can be used as a fast preprocessor for MusicTeX or MusiXTeX.
Enhancements:
- Completely general tuplets are now available. The syntax is backwards
- compatible with previous versions.
- The possible modes and scales that can be specified in the K: field has now
- been augmented by major, minor, lydian, ionian, aeolian, phrygian, locrian.
- In addition global accidentals can be specifed in the K: field.
- Unisons (or double stopping) can be specified with the chord notation,
- e.g. [DD].
- The automatic beaming feature (previously available with the -c option)
- has been restored, although it is now switched on with a user switch
- rather than a command line option.
- Guitar chords can be placed above the staff rather than below with a user
- switch.
- Changes in meter in the middle of a bar now show up in the output.
- It is now legal to use a broken symbol > after a close slur ).
<<less
Download (0.094MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1186 downloads
Neuro-Evolving Robotic Operatives 1.01

Neuro-Evolving Robotic Operatives 1.01


Neuro-Evolving Robotic Operatives is a unique computer game that lets you play with adapting intelligent agents hands-on. more>>
Neuro-Evolving Robotic Operatives project, or NERO for short, is a unique computer game that lets you play with adapting intelligent agents hands-on. Evolve your own robot army by tuning their artificial brains for challenging tasks, then pit them against your friends teams in online competitions!

NERO is an active research project run almost entirely by students. It uses the real-time NeuroEvolution of Augmenting Topologies (rtNEAT) algorithm created by Ken Stanley during his PhD work at UT Austin. The NERO project is a collaboration of the Department of Computer Sciences and the Digital Media Collaboratory at the University of Texas at Austin.

<<less
Download (38.8MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
1161 downloads
DataReel 4.30

DataReel 4.30


Datareel is a comprehensive development kit used to build multi-threaded database and communication applications. more>>
Datareel project is a comprehensive development kit used to build multi-threaded database and communication applications.

C++ is a programming language that produces fast executing compiled programs and offers very powerful programming capabilities.

Unlike interpreted languages such as JAVA and PERL the C++ language by itself does not contain built-in programming interfaces for database, communications, and multi-threaded programming.

By using DataReel you can extend the power of the C++ programming language by using high-level programming interfaces for database, communications, and multi-threaded programming.

The DataReel development package was produced by independent work and contract work released to the public through non-exclusive license agreements.

The initial work began independently in 1997 and was augmented from 1999 to 2004 by code produced under contract to support various applications.

Several developers throughout the World have made contributions to enhance the DataReel code and promote its stability.

In 2005 the DataReel code library underwent intense analysis to produce a bulletproof code base suitable for use in complex commercial applications.
<<less
Download (1.4MB)
Added: 2006-09-08 License: GPL (GNU General Public License) Price:
1146 downloads
MIDI Data Miner 3

MIDI Data Miner 3


MIDI Data Miner uses a neural network to learn correlations between notes and control changes in a MIDI file. more>>
MIDI Data Miner uses a neural network to learn correlations between notes and control changes in a MIDI file.

After training MDM can augment a live MIDI stream, adding control changes based on notes received.

Briefly: use MDM by connecting a MIDI device, open preferences and set MIDI input and output ports. Open a MIDI file, create a new neural net and train. Now play notes on your MIDI device, MDM will automatically add control changes.

MDM creates a collection of note and controller pairs from the file and uses them to train a net. The notes are used as inputs and the controls as outputs. The window is the number of previous notes considered when determining the output for the current note. Larger windows give less predictable more interesting responses. Enter a number in the window box and press enter to set the window size.

This is an early alpha release, buggy and incomplete. Please send feedback! Note that this alpha version only reads from the first track in a MIDI file, and only uses the first controller. Look at the included MIDI file in the working/midi folder for details.

<<less
Download (0.69MB)
Added: 2006-09-19 License: Free To Use But Restricted Price:
1131 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3