Unix Amiga Delitracker Emulator 2.12 (2.xx branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Unix Amiga Delitracker Emulator 2.12 (2.xx branch)
# 1  
Old 08-28-2008
Unix Amiga Delitracker Emulator 2.12 (2.xx branch)

Image Unix Amiga Delitracker Emulator (UADE) plays most Amiga music file formats by simulating Amiga hardware and software. It plays approximately 200 Amiga music file formats. It provides a command line tool for playing, but it also provides music player plugins for XMMS and Audacious. For other music players, there is a FUSE filesystem that transparently converts Amiga songs to WAV files. License: GNU General Public License (GPL) Changes:
Three new replayers were added, uadefs and uade123 were improved, and several bugs were fixed. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Simple Scientific calculator for ADE, the UNIX environment for the AMIGA A1200(HD).

ADE is a UNIX environment for the ancient AMIGA A1200. By default this does NOT have the 'bc' command line calculator. Although I did a DEMO code to create a C source and compile it under python 1.4.0 and ADE using ksh88 and the gcc of the day, I decided to create this baby that requires no Python... (2 Replies)
Discussion started by: wisecracker
2 Replies

2. UNIX for Dummies Questions & Answers

Unix Emulator Cygwin

Hi, I installed unix emulator cygwin, it does not allow me to open vi editor. Can anybody know if cygwin supports vi. if not can somebody please refer a good emulator. (5 Replies)
Discussion started by: siquadri
5 Replies

3. UNIX Desktop Questions & Answers

good Unix emulator for vista PC

Dear experts! can you please advise if there are good solutions to emulate Unix on a vista PC? I'm on windows by default, as many on my crucial applications are exclusively win-based, so rebooting each time I need UNIX functionality in a double-boot configuration is not my case.. But I do like... (1 Reply)
Discussion started by: roussine
1 Replies

4. UNIX for Dummies Questions & Answers

UNIX Emulator

Where can I download a unix Emulator for Training and education of the IT personal in my company. (9 Replies)
Discussion started by: st_matan
9 Replies

5. UNIX for Dummies Questions & Answers

Unix Shell Emulator

Hi all: I have windows XP and i want to learn UNIX SHELL PROGRAMMING! can you tell me any unix shell emulator or simulator which i can install on windows and learn unix shell programming (FOR SOME REASON I DONT WANT TO INSTALL LINUX)!!! PLEASE HELP! CHEERS (3 Replies)
Discussion started by: ravirajindia
3 Replies

6. UNIX for Advanced & Expert Users

Unix Emulator Or Simulator

Hi all: I have windows XP and i want to learn UNIX SHELL PROGRAMMING! can you tell me any unix shell emulator or simulator which i can install on windows and learn unix shell programming (FOR SOME REASON I DONT WANT TO INSTALL LINUX)!!! PLEASE HELP! CHEERS (2 Replies)
Discussion started by: ravirajindia
2 Replies

7. UNIX for Dummies Questions & Answers

Unix emulator for windows 98

as part of my course i have to do a lot of programming using the universities unix server. i am able to access this from home using telnet but i cannot use axe or anything to edit my files. I was wondering if anyone knew of any software that could enable me yo do this as i like working at 2am when... (1 Reply)
Discussion started by: HALLY
1 Replies
Login or Register to Ask a Question
ilbmtoppm(1)						      General Commands Manual						      ilbmtoppm(1)

NAME
ilbmtoppm - convert an ILBM file into a portable pixmap SYNOPSIS
ilbmtoppm [-verbose] [-ignore<chunkID>] [-isham|-isehb] [-adjustcolors] [ILBMfile] DESCRIPTION
Reads an IFF ILBM file as input. Produces a portable pixmap as output. Supported ILBM types are: Normal ILBMs with 1-16 planes. Amiga Extra_Halfbrite (EHB) Amiga HAM with 3-16 planes. 24 bit. Multiplatte (normal or HAM) pictures. Color map (BMHD + CMAP chunk only, nPlanes = 0). Unofficial direct color. 1-16 planes for each color component. Chunks used: BMHD, CMAP, CAMG (only HAM & EHB flags used), PCHG, BODY unofficial DCOL chunk to identify direct color ILBM Chunks ignored: GRAB, DEST, SPRT, CRNG, CCRT, CLUT, DPPV, DRNG, EPSF Other chunks (ignored but displayed in verbose mode): NAME, AUTH, (c), ANNO, DPI Unknown chunks are skipped. OPTIONS
-verbose Give some information about the ILBM file. -ignore <chunkID> Skip a chunk. <chunkID> is the 4-letter IFF chunk identifier of the chunk to be skipped. -isham | -isehb Treat the input file as a HAM or Extra_Halfbrite picture, even if these flags or not set in the CAMG chunk (or if there is no CAMG chunk). -adjustcolors If all colors in the CMAP have a value of less then 16, ilbmtoppm assumes a 4-bit colormap and gives a warning. With this option the colormap is scaled to 8 bits. BUGS
The multipalette PCHG BigLineChanges and Huffman decompression code is untested. REFERENCES
Amiga ROM Kernel Reference Manual - Devices (3rd Ed.) Addison Wesley, ISBN 0-201-56775-X SEE ALSO
ppm(5), ppmtoilbm(1) AUTHORS
Copyright (C) 1989 by Jef Poskanzer. Modified October 1993 by Ingo Wilken (Ingo.Wilken@informatik.uni-oldenburg.de) 04 October 1993 ilbmtoppm(1)