majic 0.01 pre2
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 322
Majic 0.01pre2
Majic is an Erc interprter and compiler. more>>
Majic is the interpreter for a language called Erc. It is written in Java and follows the documented standard for the Erc language. First, a word about Erc: Erc is a link-oriented language. In fact, it is the first link-oriented language. It uses a novel syntax with roots in TCL, Scheme, Bash, and natural languages, among others.
Link orientation is a programming paradigm similar to a cross between link-orientation and object-orientation, with a little hypertext markup thrown in for good measure. In it, although it contains list-like structures which behave like objects, the focus is in fact the links between concepts (structures and elements), as opposed to list organization/processing or object creation.
This makes link-oriented languages such as Erc good for AI or other applications which require keeping track of links between concepts, such as expert systems, semantic searching, and neural nets.
Erc is pronounced URk, with a short U. Majic is pronounced MAH-jik. Both names are derived from the book Web of Angels by John M Ford, in which the Erc was the ethreal currency used in the book universe, and Majic was slang for multiple Erc.
Majic stands for Majic Ate Java Inline Classes, or My Awesome Java Interpreter Code. Erc stands for Enumerate Relative Constants, or Ercs Really Cool. Choose an interpretation, either I sound overconfident (read: like an arrogant jerk), obtrusely technical, or like a hacker with a bad sense of humor. All of that is true, just to clear stuff up.
<<lessLink orientation is a programming paradigm similar to a cross between link-orientation and object-orientation, with a little hypertext markup thrown in for good measure. In it, although it contains list-like structures which behave like objects, the focus is in fact the links between concepts (structures and elements), as opposed to list organization/processing or object creation.
This makes link-oriented languages such as Erc good for AI or other applications which require keeping track of links between concepts, such as expert systems, semantic searching, and neural nets.
Erc is pronounced URk, with a short U. Majic is pronounced MAH-jik. Both names are derived from the book Web of Angels by John M Ford, in which the Erc was the ethreal currency used in the book universe, and Majic was slang for multiple Erc.
Majic stands for Majic Ate Java Inline Classes, or My Awesome Java Interpreter Code. Erc stands for Enumerate Relative Constants, or Ercs Really Cool. Choose an interpretation, either I sound overconfident (read: like an arrogant jerk), obtrusely technical, or like a hacker with a bad sense of humor. All of that is true, just to clear stuff up.
Download (0.028MB)
Added: 2005-04-14 License: GPL (GNU General Public License) Price:
1655 downloads
HartMath 0.8 pre2
HartMath is a symbolic mathematics tool. more>>
HartMath is an experimental computer algebra program written in Java.
It features big number arithmetic, symbolic and numeric evaluation, plot-, polynomial-, vector, and matrix-functions.
<<lessIt features big number arithmetic, symbolic and numeric evaluation, plot-, polynomial-, vector, and matrix-functions.
Download (1.75MB)
Added: 2005-06-06 License: GPL (GNU General Public License) Price:
1601 downloads
Launch4j 3.0.0-pre2
Launch4j is a cross-platform tool for wrapping Java applications distributed as jars in Windows native executables. more>>
Launch4j project is a cross-platform tool for wrapping Java applications distributed as jars in lightweight Windows native executables.
The executable can be configured to search for a certain JRE version or use a bundled one, and its possible to set runtime options, like the initial/max heap size.
The wrapper also provides better user experience through an application icon, a native pre-JRE splash screen, a custom process name, and a Java download page in case the appropriate JRE cannot be found.
Main features:
- Launch4j wraps jars in Windows native executables and allows to run them like a regular Windows program. Its possible to wrap applications on Linux!
- Doesnt extract the jar from the executable.
- Custom application icon with multiple resolutions and color depths.
- Native pre-JRE splash screen in BMP format shown until the Java application starts.
- Process name as the executable filename to easily identify your application.
- Works with a bundled JRE or searches for newest JRE / SDK in given range.
- Opens Java download page if an appropriate Java version cannot be found.
- Supports GUI and console apps.
- Passes command line arguments, also supports constant arguments.
- Allows to set the initial/max heap size.
- JVM options: set system properties, tweak the garbage collection...
- Option to change current directory to the executable location.
- Custom version information shown by Windows Explorer.
- GUI and command line interface.
- Build integration through an Ant task.
- Lightweight: 21 KB!
- Its free and may be used for commercial purposes.
- Includes a sample application and Ant script that automates the build process from Java sources to native executable.
- The wrapped program works on all Windows platforms (98/Me/NT/2K/Xp), launch4j works on NT/2K/Xp, Linux (developed and tested on FC2)
Whats New in 2.1.5 Stable Release:
- Changed the Java download site to http://java.com/download.
- Now its possible to use absolute and relative paths to specify the embedded JRE.
Enhancements:
- Enhanced GUI.
- Redesigned error reporting.
- Added custom error messages.
- Added support website feature.
- Added PWD and OLDPWD special variables and access to the registry.
- Runtime ini file extension changed to .l4j.ini, added comments (#).
- FR #1427811 Initial process priority.
- FR #1547339 Added VarFileInfo structure to Version Info (Stephan Laertz).
- FR #1584295 Updated documentation for --l4j-debug.
- Fixed and config conversion bug (found by Dafe Simonek).
- Fixed the Ant task exception reporting bug, added tmpdir and bindir attributes.
- Fixed bug #1563415 Problem with launching application when ini file exists (found by mojomax).
- Fixed bug #1527619 Console header wildcard expansion (found by erikjv).
- Fixed bug #1544167 NPE when dontwrap and only classpath given (found by Hendrik Schreiber).
- Fixed bug #1584264 Dropdown boxes get mixed up (found by Larsen).
<<lessThe executable can be configured to search for a certain JRE version or use a bundled one, and its possible to set runtime options, like the initial/max heap size.
The wrapper also provides better user experience through an application icon, a native pre-JRE splash screen, a custom process name, and a Java download page in case the appropriate JRE cannot be found.
Main features:
- Launch4j wraps jars in Windows native executables and allows to run them like a regular Windows program. Its possible to wrap applications on Linux!
- Doesnt extract the jar from the executable.
- Custom application icon with multiple resolutions and color depths.
- Native pre-JRE splash screen in BMP format shown until the Java application starts.
- Process name as the executable filename to easily identify your application.
- Works with a bundled JRE or searches for newest JRE / SDK in given range.
- Opens Java download page if an appropriate Java version cannot be found.
- Supports GUI and console apps.
- Passes command line arguments, also supports constant arguments.
- Allows to set the initial/max heap size.
- JVM options: set system properties, tweak the garbage collection...
- Option to change current directory to the executable location.
- Custom version information shown by Windows Explorer.
- GUI and command line interface.
- Build integration through an Ant task.
- Lightweight: 21 KB!
- Its free and may be used for commercial purposes.
- Includes a sample application and Ant script that automates the build process from Java sources to native executable.
- The wrapped program works on all Windows platforms (98/Me/NT/2K/Xp), launch4j works on NT/2K/Xp, Linux (developed and tested on FC2)
Whats New in 2.1.5 Stable Release:
- Changed the Java download site to http://java.com/download.
- Now its possible to use absolute and relative paths to specify the embedded JRE.
Enhancements:
- Enhanced GUI.
- Redesigned error reporting.
- Added custom error messages.
- Added support website feature.
- Added PWD and OLDPWD special variables and access to the registry.
- Runtime ini file extension changed to .l4j.ini, added comments (#).
- FR #1427811 Initial process priority.
- FR #1547339 Added VarFileInfo structure to Version Info (Stephan Laertz).
- FR #1584295 Updated documentation for --l4j-debug.
- Fixed and config conversion bug (found by Dafe Simonek).
- Fixed the Ant task exception reporting bug, added tmpdir and bindir attributes.
- Fixed bug #1563415 Problem with launching application when ini file exists (found by mojomax).
- Fixed bug #1527619 Console header wildcard expansion (found by erikjv).
- Fixed bug #1544167 NPE when dontwrap and only classpath given (found by Hendrik Schreiber).
- Fixed bug #1584264 Dropdown boxes get mixed up (found by Larsen).
Download (1.8MB)
Added: 2006-10-29 License: GPL (GNU General Public License) Price:
1098 downloads
PlumpOS 7.0 pre2
PlumpOS is a CD-based mini-openMosix/Linux distribution. more>>
PlumpOS is a CD-based mini-openMosix/Linux distribution. Pop the CD into a 586+ computer and you have an instant openMosix node. It supports loading 3rd-party packages and adding custom kernels.
It was originally a clone of Clump/os, but it turned into a complete rewrite. Version 6.9 RC1 was released March 27, 2003. Version 7.0-pre3 was released March 16, 2004.
<<lessIt was originally a clone of Clump/os, but it turned into a complete rewrite. Version 6.9 RC1 was released March 27, 2003. Version 7.0-pre3 was released March 16, 2004.
Download (93MB)
Added: 2005-05-19 License: GPL (GNU General Public License) Price:
1619 downloads
dfsch 0.2.0-pre2
dfsch is small embeddable Scheme interpreter library. more>>
dfsch is small embeddable Scheme interpreter library written in C. Some features from a complete Scheme implementation are omitted, since these features arent very useful in a scripting language and would make the library more complicated.
Due to embeddability and my lazyness, it is far from complete scheme implementation, but it doesnt hurt too much in practise.
Included are two examples of usage from C code (two different implementations of REP loop) and one toy scheme program (morse code decoder, which somehow leaked into source tree and remained there.
For now, there is very little documentation, but examples should be straight forward. Next release (0.2.0) was near to be finished but I have decided to include some nontrivial extensions (most notably bignums) so it would take some time. But feel free to ask for snapshot of development work.
<<lessDue to embeddability and my lazyness, it is far from complete scheme implementation, but it doesnt hurt too much in practise.
Included are two examples of usage from C code (two different implementations of REP loop) and one toy scheme program (morse code decoder, which somehow leaked into source tree and remained there.
For now, there is very little documentation, but examples should be straight forward. Next release (0.2.0) was near to be finished but I have decided to include some nontrivial extensions (most notably bignums) so it would take some time. But feel free to ask for snapshot of development work.
Download (0.34MB)
Added: 2006-05-17 License: GPL (GNU General Public License) Price:
1255 downloads
wmap 0.01
wmap is a tool for creating log files about the reachability of wireless access points with signal strengh and GPS coordinates. more>>
wmap is a tool for creating log files about the reachability of wireless access points with signal strengh and GPS coordinates.
Options:
-i Interface Name - Network interface to use (i.e. wlan0 or eth0),
default is wlan0
-l logfile Name - Name of the data logfile, default is wmap.log
-d debug - For debugging / direct console output set this to
anything != NULL
-h IP - The ip is nesecary to run wmap. Normally this is the ip of
your AP or Router
<<lessOptions:
-i Interface Name - Network interface to use (i.e. wlan0 or eth0),
default is wlan0
-l logfile Name - Name of the data logfile, default is wmap.log
-d debug - For debugging / direct console output set this to
anything != NULL
-h IP - The ip is nesecary to run wmap. Normally this is the ip of
your AP or Router
Download (0.002MB)
Added: 2005-09-21 License: GPL (GNU General Public License) Price:
1499 downloads
Download (0.43MB)
Added: 2007-04-23 License: BSD License Price:
914 downloads
LibKSD 0.1.0-pre2
LibKSD project is a cross-plaform (C++) game framework. more>>
LibKSD project is a cross-plaform (C++) game framework.
It is built on top of SDL and also uses libSigC++ for its signal system.
It provides drawing functions, a simple widget set, multi-threading, plug-ins, collision detection, joysticks, image loading/saving, simple audio playing/loading/saving, true-type fonts, and some other stuff too.
Main features:
- A simple customizable widget set, including: labels, buttons, combo boxes, text editing fields, checkboxes, radio buttons, message boxes, and scroll bars.
- Fast drawing functions for simple shapes such as: rectangles, circles, ellipses and lines.
- Support painting of both bitmaped and true type fonts.
- Support for mixing OpenGL and normal LibKSD functionality including the widget set.
- A logging tool for simplified debugging.
- Multi-threading support. Easy platform independent creation of threads mnd mutexs.
- Direct access to the pixels.
- Platform independent access to shared libraries (called DLLs in the Windows world).
- A simple plug-in system that allows for future add-ons.
- A shape library used for collision detection that includes: rectangles, lines, and circles.
- Fast fixed-point math.
- Input from devices such as joysticks, the keyboard, and the mouse.
- A simple interface to the computers sound system.
- Support for system and simple delta timers.
<<lessIt is built on top of SDL and also uses libSigC++ for its signal system.
It provides drawing functions, a simple widget set, multi-threading, plug-ins, collision detection, joysticks, image loading/saving, simple audio playing/loading/saving, true-type fonts, and some other stuff too.
Main features:
- A simple customizable widget set, including: labels, buttons, combo boxes, text editing fields, checkboxes, radio buttons, message boxes, and scroll bars.
- Fast drawing functions for simple shapes such as: rectangles, circles, ellipses and lines.
- Support painting of both bitmaped and true type fonts.
- Support for mixing OpenGL and normal LibKSD functionality including the widget set.
- A logging tool for simplified debugging.
- Multi-threading support. Easy platform independent creation of threads mnd mutexs.
- Direct access to the pixels.
- Platform independent access to shared libraries (called DLLs in the Windows world).
- A simple plug-in system that allows for future add-ons.
- A shape library used for collision detection that includes: rectangles, lines, and circles.
- Fast fixed-point math.
- Input from devices such as joysticks, the keyboard, and the mouse.
- A simple interface to the computers sound system.
- Support for system and simple delta timers.
Download (MB)
Added: 2006-11-21 License: LGPL (GNU Lesser General Public License) Price:
1068 downloads
autoblock.so 0.2 pre2
autoblock.so is a Gaim plugin that automatically blocks nicknames or messages that match regular expressions. more>>
This is a Gaim plugin that automatically blocks nicknames or messages based on regular expression matches. Right now it only works with yahoo since those are the only chat rooms I visit using gaim.
Installation:
To install, copy autoblock.c and autoblock.h to /path/to/gaim/sources/plugins and type "PLUGIN_LIBS=-lpcre make autoblock.so".
Then copy autoblock.so to your gaim plugins directory (On unices it is ~/.gaim/plugins).
The files ab_nicks.txt and ab_messages.txt are supplied; I spent a little time culling them; and they get most of the bots in the rooms I have been in.
Copy them to your gaim home dir (~/.gaim on unices).
Enhancements:
- Really fixed the problem with blocking IMs even when not chatting.
- Fixed the hang/crash when a non-yahoo IM is recieved.
NOTE - many of the preferences that used to be available are no longer available due to changes in the Gaim API and program flow.
<<lessInstallation:
To install, copy autoblock.c and autoblock.h to /path/to/gaim/sources/plugins and type "PLUGIN_LIBS=-lpcre make autoblock.so".
Then copy autoblock.so to your gaim plugins directory (On unices it is ~/.gaim/plugins).
The files ab_nicks.txt and ab_messages.txt are supplied; I spent a little time culling them; and they get most of the bots in the rooms I have been in.
Copy them to your gaim home dir (~/.gaim on unices).
Enhancements:
- Really fixed the problem with blocking IMs even when not chatting.
- Fixed the hang/crash when a non-yahoo IM is recieved.
NOTE - many of the preferences that used to be available are no longer available due to changes in the Gaim API and program flow.
Download (0.013MB)
Added: 2005-07-04 License: GPL (GNU General Public License) Price:
873 downloads
IceGenerator 0.5.5 Pre2
IceGenerator provides a direct stream generator for Icecast/Shoutcast servers. more>>
IceGenerator provides a direct stream generator for Icecast/Shoutcast servers.
It streams MP3s to an Icecast/Shoutcast server without resampling it, saving CPU time. It features directory searches, MySQL/PGSQL support, M3U/PLS support, ID3 tags, META dynamic info, and a telnet interface. v
Main idea for this program is radio automation on a Icecast/Shoutcast server. If you have many server processes and CPU saving is your priority, u can use IceGenerator.
Obviously mp3s/oggs will be already resampled to allow their streaming on your bandwidth capability.
Main features:
- Automatically put into playlist directories full of mp3s, or a MySQL table
- No resampling is allowed, so CPU is saved
- MP3s/OGGs are played randomly or in alphabetic order, without repeating twice a song
- You can loop the whole playlist at its end
- When IceGenerator quits, finish its last song first
- IceGenerator status is optionally reported to syslog/log file
- Very useful when used with crond
- ID3 support
<<lessIt streams MP3s to an Icecast/Shoutcast server without resampling it, saving CPU time. It features directory searches, MySQL/PGSQL support, M3U/PLS support, ID3 tags, META dynamic info, and a telnet interface. v
Main idea for this program is radio automation on a Icecast/Shoutcast server. If you have many server processes and CPU saving is your priority, u can use IceGenerator.
Obviously mp3s/oggs will be already resampled to allow their streaming on your bandwidth capability.
Main features:
- Automatically put into playlist directories full of mp3s, or a MySQL table
- No resampling is allowed, so CPU is saved
- MP3s/OGGs are played randomly or in alphabetic order, without repeating twice a song
- You can loop the whole playlist at its end
- When IceGenerator quits, finish its last song first
- IceGenerator status is optionally reported to syslog/log file
- Very useful when used with crond
- ID3 support
Download (0.13MB)
Added: 2007-02-28 License: GPL (GNU General Public License) Price:
972 downloads
Lexi 0.01
Lexi project is a dict client and vocabulary builder. more>>
Lexi project is a dict client and vocabulary builder.
Lexi is a dict client that also serves as a personalized vocabulary builder.
It caches definitions and has a persistent word list.
The interface is structured to be quick and easy and features synonym clicking, drag and drop word queries, and spelling suggestions.
<<lessLexi is a dict client that also serves as a personalized vocabulary builder.
It caches definitions and has a persistent word list.
The interface is structured to be quick and easy and features synonym clicking, drag and drop word queries, and spelling suggestions.
Download (0.025MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1089 downloads
blah 0.01
blah project consists of a utility for maintaining a list of frequently copy-and-pasted text. more>>
blah project consists of a utility for maintaining a list of frequently copy-and-pasted text.
When an item is selected from the menu the corresponding text is automatically placed into the clipboard.
You can then use the paste feature in another application to transfer the text.
The current version is functional and usable. However, my goal is to re-design/re-write the code as a GNOME panel app.
Enhancements:
- added rpm bult from archive.
<<lessWhen an item is selected from the menu the corresponding text is automatically placed into the clipboard.
You can then use the paste feature in another application to transfer the text.
The current version is functional and usable. However, my goal is to re-design/re-write the code as a GNOME panel app.
Enhancements:
- added rpm bult from archive.
Download (0.009MB)
Added: 2007-02-07 License: GPL (GNU General Public License) Price:
990 downloads
IdeaCart 0.01
IdeaCart is an Open Source shopping cart based on PHP and MySQL more>>
IdeaCart is an Open Source shopping cart based on PHP and MySQL.
IdeaCart is available under the GNU General Public License.
Out of the box, IdeaCart provides feature rich solutions for small to medium size ecommerce sites.
IdeaCart combines the power of MySQL with the ease and capability of PHP to offer a truly dynamic solution for todays growing ecommerce sites.
While in the development stages, IdeaCart will provide a robust solution for most ecommerce needs.
IdeaCart current functions on any PHP 4+ configuration running most flavors of Unix and Linux, BSD and most Windows configurations that operate Apache and PHP.
<<lessIdeaCart is available under the GNU General Public License.
Out of the box, IdeaCart provides feature rich solutions for small to medium size ecommerce sites.
IdeaCart combines the power of MySQL with the ease and capability of PHP to offer a truly dynamic solution for todays growing ecommerce sites.
While in the development stages, IdeaCart will provide a robust solution for most ecommerce needs.
IdeaCart current functions on any PHP 4+ configuration running most flavors of Unix and Linux, BSD and most Windows configurations that operate Apache and PHP.
Download (111KB)
Added: 2009-04-25 License: GPL Price:
211 downloads
Obsequieuem 0.5.0-pre2
Obsequieuem project is a network based MP3 RTP/multicast streaming jukebox. more>>
Obsequieuem project is a network based MP3 RTP/multicast streaming jukebox.
Obsequqiuem is a network-based streaming MP3 jukebox that uses RTP/Multicast (RFC 2250) or Icecast to stream the MP3s.
The Web interface allows local and remote users to control what music is being streamed by the server, and includes support for browsing the music collection, playlist mangement, multiple channel support, and an automatic music selection mechanism called DJ Random.
The package also includes scripts to do one step ripping, encoding, and submission into the database. The server allows remote MP3 check-in/check-out and a supplied script allows downloading a playlist from the server into a Rio player.
Main features:
- Integrated volume management
- Streamed or local playback
- Integrated ripping/encoding/submission script
- Preexisting MP3s can be submitted into the server via the network
- Web interface
- DJ Random
- Rio Download support
Enhancements:
- The AddFiles.pl, CleanUp.pl and CheckLocalfiles.pl scripts are fixed. The Obs::Defs module was not yet setup for parsing the new xml config file format.
- The track caching support was not working properly since the TrackCache and TrackManager objects were not shared between all the channels. Ooops. It should behave better now.
- A new remove playlist function has been added.
- A new remove dj random set function has been added.
- The track cache can now properly handle files that contain $, or ` chars.
- Fixed configure to detect if the mysqlclient library has mysql_escape_string or mysql_real_escape_string.
- Fixed an HTML rendering issue in the playlist (Thanks Robert!)
- Added a check for zlib in the configure script
<<lessObsequqiuem is a network-based streaming MP3 jukebox that uses RTP/Multicast (RFC 2250) or Icecast to stream the MP3s.
The Web interface allows local and remote users to control what music is being streamed by the server, and includes support for browsing the music collection, playlist mangement, multiple channel support, and an automatic music selection mechanism called DJ Random.
The package also includes scripts to do one step ripping, encoding, and submission into the database. The server allows remote MP3 check-in/check-out and a supplied script allows downloading a playlist from the server into a Rio player.
Main features:
- Integrated volume management
- Streamed or local playback
- Integrated ripping/encoding/submission script
- Preexisting MP3s can be submitted into the server via the network
- Web interface
- DJ Random
- Rio Download support
Enhancements:
- The AddFiles.pl, CleanUp.pl and CheckLocalfiles.pl scripts are fixed. The Obs::Defs module was not yet setup for parsing the new xml config file format.
- The track caching support was not working properly since the TrackCache and TrackManager objects were not shared between all the channels. Ooops. It should behave better now.
- A new remove playlist function has been added.
- A new remove dj random set function has been added.
- The track cache can now properly handle files that contain $, or ` chars.
- Fixed configure to detect if the mysqlclient library has mysql_escape_string or mysql_real_escape_string.
- Fixed an HTML rendering issue in the playlist (Thanks Robert!)
- Added a check for zlib in the configure script
Download (0.22MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1083 downloads
Xmp 2.0.4 / 2.2.0-pre2
Xmp is a free module player for UNIX distributed under the terms of the GNU GPL. more>>
Xmp is a free module player for UNIX distributed under the terms of the GNU GPL. The project runs on Linux 2.0 and 2.2 (using ALSA and OSS), S/Linux, Solaris 2.5 and HP-UX 9, and has been also reported to work in OpenBSD, FreeBSD, Linux/Alpha and Digital UNIX (an experimental driver for IRIX is included but it has not been tested for 16 bit output).
On PC class machines with GUS or AWE cards xmp takes advantage of the OSS sequencer to play modules with virtually no system load. Using software mixing, xmp plays at sampling rates up to 48 kHz in mono or stereo, 8 or 16 bits, signed or unsigned, little or big endian samples with 32 bit linear interpolation. Experimental support for the Enlightened Sound Daemon is included.
Whats New in 2.2.0-pre2 Development Release:
- added CD61 Octalyser module support
- added Flextrax FLX module detection
- added TCB Tracker module loader
- added Digital Tracker DTM module loader
- added Real Tracker module loader
- added X-Tracker module loader
- added portable, 64bit-safe MMD0/1/2/3 MED loader
- added Graoumf Tracker GTK module loader
- added old Liquid Tracker "NO" module loader
- added OSX CoreAudio driver
- replaced non-free PowerPack depacker with Kyzers PD version
- fixed MDL effects translation
- fixed MDL pattern order loading missing first pattern
- fixed MDL memory corruption in envelope initialization
- fixed MDL 16-bit sample depacking (reported by Paul Wise)
- fixed MDL multisampled instrument mapping
- fixed MDL note event keyoff (gothlord.mdl plays better)
- fixed XM and MDL sample loop size
<<lessOn PC class machines with GUS or AWE cards xmp takes advantage of the OSS sequencer to play modules with virtually no system load. Using software mixing, xmp plays at sampling rates up to 48 kHz in mono or stereo, 8 or 16 bits, signed or unsigned, little or big endian samples with 32 bit linear interpolation. Experimental support for the Enlightened Sound Daemon is included.
Whats New in 2.2.0-pre2 Development Release:
- added CD61 Octalyser module support
- added Flextrax FLX module detection
- added TCB Tracker module loader
- added Digital Tracker DTM module loader
- added Real Tracker module loader
- added X-Tracker module loader
- added portable, 64bit-safe MMD0/1/2/3 MED loader
- added Graoumf Tracker GTK module loader
- added old Liquid Tracker "NO" module loader
- added OSX CoreAudio driver
- replaced non-free PowerPack depacker with Kyzers PD version
- fixed MDL effects translation
- fixed MDL pattern order loading missing first pattern
- fixed MDL memory corruption in envelope initialization
- fixed MDL 16-bit sample depacking (reported by Paul Wise)
- fixed MDL multisampled instrument mapping
- fixed MDL note event keyoff (gothlord.mdl plays better)
- fixed XM and MDL sample loop size
Download (0.34MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
803 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above majic 0.01 pre2 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed