Main > Free Download Search >

Free evo 9 software for mac

evo 9

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1349
EnVideo 2.9

EnVideo 2.9


EnVideo is a video player for high-end animation files. It uses compact evo files more>>
EnVideo is a video player for high-end animation files. It uses compact evo files.
EnVideo evo files are high quality and support stereo playback and tiled display playback and distributed playback.
The evo format runs identically well on Mac OS X, Windows, UNIX, and Linux computers.
Main features:
- Collaboration
- Distributed parallel processing (DMP)
- Parallel graphics rendering
- Immersive/interactive virtual reality
- Gold performance features
- Block structured update part
- Shared memory parallel processing
- 2 CPUs
- Full-featured postprocessing
- Structured, unstructured, hybrid, and structural meshes and particle data
- Flow feature extraction
- Variable calculator
- Interactive isos, clips, particle traces
- Command journaling language
- Import EnSight Gold format
- Client-server postprocessing
- Export STL, VRML, EnSight, other
- Data query and plotting
- Load multiple models at same time
- Rotate, zoom, translate, views
- Change part visibility, symmetry, etc.
- Export movies (.avi, mpeg, .evo)
- Virtual reality playback
- Export and print images
- Desktop stereo display
<<less
Download (99.9MB)
Added: 2006-01-23 License: Freeware Price:
775 downloads
NetPong 0.9

NetPong 0.9


NetPong - Play Pong by tilting your computer more>>
Play Pong by tilting your computer! Play alone or with a friend over a local network.

To play alone, just launch it. Tilt your computer to control the paddle. To play with a friend, make sure both of you are in the same local network. One of you has to start his copy of Pong, and the other should start his after 5-10 seconds... No other setup needs to be done!

netPong looks for an opponent the first time its launched.... If none is available, it creates a server. The next netPong application that is launched will connect to it, creating a two player game.
That gives the system opponent randomness, so every time you run it, you might get a random opponent.
<<less
Download (55KB)
Added: 2007-04-19 License: Freeware Price:
550 downloads
PAGEot 1.9.9

PAGEot 1.9.9


PAGEot - Add QT movies to HTML pages more>>
PAGEot is an application which generates EMBED and OBJECT code for the QuickTime Plug-in.
With a single click PAGEot allows you to add QuickTime movies (interactive videos, sounds, panoramas and objects...) to your HTML pages. It gives to advanced users an immediate access to the complex features of QuickTime plug-ins, and gives you the power to create interactive playlists and presentations.
Using PAGEot, you will be able to export fully functional HTML pages, or directly copy-paste HTML code in your preferred web page editor.
Enhancements:
- Mac OS X Universal binary
- add Showlogo parameter
- thers minor enhancements
<<less
Download (4.4MB)
Added: 2007-07-07 License: Freeware Price:
840 downloads
dpReview 0.9

dpReview 0.9


dpReview - Latest digital camera news more>>
dpReview - Read the latest digital camera news on www.dpreview.com

Grab the latest in digital camera news headlines right from your Dashboard!

<<less
Download (82KB)
Added: 2005-11-08 License: Freeware Price:
1445 downloads
iTOC 0.9

iTOC 0.9


iTOC - TOC file generator for AudioTron more>>
iTOC generates a TOC file for use with the AudioTron based on data extracted from iTunes. iTOC is an AppleScript Studio application with an embedded Perl script which parses the iTunes database file iTunes Music Library.xml and outputs the TOC file. This project is free and open source. You may download either the application itself or the entire project including the source code.
If you use iTunes as for ripper/encoder/librarian and your Mac as a file server for your AudioTron, then this application is for you. If you dont know what a TOC file is, let me try to explain. When the AudioTron starts up from a "cold boot", it scans for music files on the share that youve set up to build its internal database of playable items. This scan can take a long time if you have a lot of music files. The TOC file allows the AudioTron to read the file rather than scanning the share to build its internal database. This makes the process about 10 times faster.
Enhancements:
- Fixed issues with diacriticals in artist and song names.
- Fixed problem where streaming sources in the iTunes library would cause iTOC to fail.
- Special thanks to Tom Bridgwater for these fixes!
<<less
Download (55KB)
Added: 2006-06-15 License: Freeware Price:
1227 downloads
DebtBGone 0.9

DebtBGone 0.9


DebtBGone - find out exactly when you will be out of debt more>>
DebtBGone is a little program that will tell you when, exactly, you will be out of debt. But more then that, using the system explained in the documentation, you can be get out of debt much faster then you thought possible.

Its version .9 because only Ive tested it, and no testing has been done on OSX86.

Its small enough not to have anything major wrong, I hope.

Compiled for Intel and PPC, runs in OS X 10.3 and above.


<<less
Download (132KB)
Added: 2005-10-13 License: Freeware Price:
1477 downloads
EDS 0.2.9

EDS 0.2.9


EDS - GUI for rarlabs rar compression more>>
EDS is a GUI front end for rarlabs rar program. Users can create rar sets or a single rar file. Users can also create recovery volumes and set compression type. Some switches are disabled in this release.
Main features:
- Compress a file into specified volume sizes
- Create recovery volumes
- View Terminal Output.
Enhancements:
- Implemented password protection on rar files/sets
- Fixed issue when creating a rar file/set on another volume then the boot volume.
<<less
Download (5MB)
Added: 2005-07-17 License: Freeware Price:
877 downloads
Miro 0.9.9

Miro 0.9.9


Free, open source internet TV and video player. more>> <<less
Download (14.3MB)
Added: 2007-09-05 License: Freeware Price:
2378 downloads
MemoryBlock 1.9

MemoryBlock 1.9


MemoryBlock - Methods and properties for the built-in MemoryBlock class more>>
MemoryBlock is a REALbasic extension that adds the following methods and properties to the built-in MemoryBlock class:

• Address (offset as Integer) as Integer
• FSSpec (offset as Integer) as FolderItem (Mac OS only)
• OSType (offset as Integer) as String
• Int64Str (offset as Integer) as String
• ULong(offset as Integer) as Double
• BytesEqual(srcOfs as Integer, numBytes as Integer, destBlk as MemoryBlock, destOfs as Integer) as Boolean
• FindString(srcOfs as Integer, maxBytes as Integer, target as String) as Integer
• FindBytes(srcOfs as Integer, maxBytes as Integer, target as MemoryBlock, targOfs as Integer, targLen as Integer) as Integer
• GetString (offset as Integer, length as Integer) as String
• SetString (str as String, offset as Integer)
• CopyBytes (srcOfs as Integer, numBytes as Integer, destOfs as Integer)
• CopyBytes (srcOfs as Integer, numBytes as Integer, destBlk as MemoryBlock, destOfs as Integer)
• CopyBytesToMacPtr (srcOfs as Integer, numBytes as Integer, destPtr as Integer)
• CopyBytesFromMacPtr (srcPtr as Integer, numBytes as Integer, destOfs as Integer)
• CopyBytesToMacHandle (srcOfs as Integer, numBytes as Integer, destPtr as Integer)
• CopyBytesFromMacHandle (srcPtr as Integer, numBytes as Integer, destOfs as Integer).

The following global methods are also available
• TTsMemoryBlockVersion() as Integer
• TTsMemoryBlockInit()
• MacPtrToMemoryBlock(thePtr as Integer) as MemoryBlock
• MacHandleToMemoryBlock(theHdl as Integer) as MemoryBlock.

<<less
Download (187KB)
Added: 2006-06-27 License: Freeware Price:
1215 downloads
PlayerPRO 5.9.8

PlayerPRO 5.9.8


PlayerPRO - Music editor, sequencer, synthesizer, tracker, sampler and more more>>
PlayerPRO is a complete music editing program that can use it with any Mac without any additional hardware.
PlayerPRO can load andplay the following music (and sound) formats: MOD, S3M, MIDI, MTM, MADH, MADG, MADI, MADK, OKTA, MINS, XI, PP, ClipFile, MED, 669, IT, ULT, XM System 7 sound, WAV, AIFF, AIFC, SoundDesignerII, MPEG, MP3, MuLaw, ALaw, AVI, DVC, Quicktime Movies, MAC3, MAC6, IMA4, MPEG layer I, II and III (requires QT 4.0), PAT (GUS), QDesign, RAW Data.
Enhancements:
- Open-sourced : entire C source code available.
<<less
Download (3.1MB)
Added: 2006-03-31 License: Freeware Price:
1318 downloads
MuSE 0.9.2

MuSE 0.9.2


MuSE - Powerful tool for network audio streaming more>>
MuSE provides the free software community with a user friendly but powerful tool for network audio streaming, making life easier for indypendent free speech online radios.
MuSE is an application for the mixing, encoding, and network streaming of sound: it can mix up to 6 encoded audio bitstreams (from files or network, mp3 or ogg) plus a souncard input signal, the resulting stream can be played locally on the sound card and/or encoded at different bitrates, recorded to harddisk and/or streamed to the net.
When sent to a server, the resulting audio can be listened thru the net by a vast number of players available on different operating systems.
To be operated MuSE offers graphical interfaces and a documented commandline interface in the good old unix style.
Main features:
- Mixes up to 6 channels + 1 soundcard input channel simultaniously
- decodes and mixes both ogg and mp3, from files or network streams
- encodes at different bitrates and sends multiple mp3 or ogg streams to icecast, shoutcast and darwin servers.
- offers two different intuitive user interfaces and a documented command line interface
- play, stop, pause/resume, position and volume for each channel, looping thru playlists and reconnecting automatically to lost server connections
- efficient multithreaded architecture with emphasys on performance to support older CPUs
- reusable API interface to the core mixing engine permits to adapt new interfaces.
<<less
Download (1.2MB)
Added: 2005-12-30 License: GPL Price:
1411 downloads
LyME 2.9.3

LyME 2.9.3


LyME is a port of LME (Lightweight Math Engine, the heart of Sysquake) to Palm OS handheld devices more>>
LyME is a port of LME ("Lightweight Math Engine", the heart of Sysquake) to Palm OS handheld devices. It implements more than 400 native commands, functions and operators, mostly compatible with Matlab, and 70 functions written in LME. It requires Palm OS 3.1 or higher and at least 1.5 MBytes of free memory. Palm OS 3.5 or higher is preferred; Palm OS 5 offers optimal performance and functionality.
LyME is provided with comprehensive documentation.
Enhancements:
New features
- based on LME 4.5.1
Bug fixes
- crashed on Palm OS 3 when tapping the button Load or Delete in the editor; fixed
- on some recent devices, a tap on the buttons at the bottom of the screen lost the cursor focus in the command field; fixed.
<<less
Download (666KB)
Added: 2006-03-31 License: Freeware Price:
1306 downloads
SvnX 0.9.9

SvnX 0.9.9


SvnX - GUI for Subversion, a replacement for CVS more>>
SvnX is an open GUI for Subversion, the compelling replacement for CVS.
SvnX allows you to browse your working copies, spot changes and operate on them but also to browse logs and revisions of your repositories.
It is written using Panthers new bindings mechanism for maximum flexibility and user experience.
Main features:
Repository Inspector:
- Browse logs, revisions and directories in a single window.
- Drag&drop between the repository browser and the Finder ! (both ways!)
- svn checkout, svn export, svn import, svn switch, svn copy, svn mkdir and svn delete support.
- FileMerge integration.
- Disk cache for impressive speed!
Working Copy Inspector:
- Flat view / hierarchical view.
- Items sorting/filtering/searching.
- Operate svn actions on selected items.
- svn Move/Copy via drag&drop in hierarchical view.
- svn rename.
- Save your favorite working copies in a panel.
<<less
Download (881KB)
Added: 2006-11-11 License: Freeware Price:
630 downloads
PeRColate 0.9 b6

PeRColate 0.9 b6


PeRColate - A collection of synthesis, signal processing, and image processing objects more>>
PeRColate is an open-source distribution of a variety of synthesis and signal processing algorithms for Max/MSP.

PeRColate is a tool centered around a (partial) port of the Synthesis Toolkit (STK) by Perry Cook (Princeton) and Gary Scavone (Stanford CCRMA). Like the STK, it provides a fairly easy to use library of synthesis and signal processing functions (in C) that can be wired together to create conventional and unusual instruments.

Also like the STK, it includes a variety of precompiled synthesis objects, including physical modeling, modal, and PhISM class instruments; the code for these instruments can serve as foundations for creating new instruments (one example, the blotar, is included) and can be used to teach elementary and advanced synthesis techniques.

Given its STK heritage and educational function, PeRColate is largely un-optimized, though all the objects run on a 80MHz 7100, which is pretty good.

PeRColate also includes a number of objects not from the STK; some are from RTcmix and others are our own evil creations, designed to crash your computer, but only after making some kind of interesting sound or image.
<<less
Download (8.5MB)
Added: 2007-05-11 License: GPL Price:
899 downloads
Frodo 4.3.9

Frodo 4.3.9


Frodo - reproduce Commodore 64 video more>>
Frodo was developed to reproduce Commodore 64 video with a higher degree of precision than existing emulators at the time. It has now been superceded by projects such as Power64.
Frodo nevertheless still provides a solid and functional emulation.
Main features:
- Three different levels of emulation, trading speed against accuracy.
- Processor-level 1541 emulation, supporting many fastloaders.
- Precise VIC emulation, allowing raster effects to work.
- Support for D64, X64, T64, and LYNX file formats.
Enhancements:
- Fixed a nasty crash that could occur when using high requirement blitters (HQ4x/etc) on slower multiprocessor machines.
- Added a hidden preferences option to disable the information placards (Emulator Reset, etc). To change this, open the preferences plist file in a text editor.
- Added proper code interface for getting the mouse position on display. Nestopia uses this for Zapper support, and TEO/Thom use it replacing a horrible hack used previously.
- Resolved assertion failure, ce_file.c, line 379, when saving a saved state with the same name as an existing file.
<<less
Download (3.1MB)
Added: 2007-06-14 License: Freeware Price:
868 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5