Main > Free Download Search >

Free waveform 2008 software for mac

waveform 2008

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 196
Perforce 2008.2

Perforce 2008.2


Perforce is popular among users as a speedy and helpful Software Configuration Management (SCM) System which provides powerful version control and workspace management with a unique branching model. more>>

Perforce 2008.2 is popular among users as a speedy and helpful Software Configuration Management (SCM) System which provides powerful version control and workspace management with a unique branching model. Perforce provides software developers with fast and reliable SCM to manage source, document and Web content.

The client/server architecture scales to hundreds of users and millions of codelines. Perforce works well even on limited bandwidth networks. The server's repository sits on a central host; client workspaces can be anywhere on the network -- around the office or the world.

Major Features:

  1. Atomic change transactions ensure access to a consistent repository state at any point in time. Inter-File Branching helps to manage multiple development lines and easily integrate changes between branches. Perforce's self-maintaining and reliable database keeps data safe.
  2. The command-line client is 100% scriptable, 100% portable and available on more than 50 platforms. The Windows GUI and browser-based clients provide a user interface for all SCM tasks.
  3. Perforce integrates with VisualStudio.NET, Visual C++, Visual Basic, JBuilder, CodeWarrior, Control Center, Source Forge, and others, so users can access and update files stored in Perforce depots from within the tool of their choice. The Perforce Plug-in for Microsoft Office brings Perforce right into the menus of Microsoft World, Excel, and PowerPoint.
  4. The Perforce Reporting System tracks metrics like the number of changes in a release or who has files open for edit.
  5. Perforce also provides basic built-in defect tracking, is integrated with several leading defect tracking systems, and includes a kit that allows users to integrate Perforce with the defect tracker of their choice.
<<less
Download (52.3KB)
Added: 2008-12-16 License: Freeware Price:
downloads
Web Coder 2008.04.30

Web Coder 2008.04.30


Easily code web pages with this project-style IDE application more>> The Amazonpedia widget allows you to search every Amazon site for Books, DVDs, CDs and Games, as well as giving you access to all your Pedia applications at once. Along with the search results, the widget will tell you about the status of an item - whether you own it, if its on your wish list or if somebody borrowed it and when its due back. And thanks to the powerful search that combines all of the Pedias into one, you dont have to switch back and forth between applications anymore when looking for an entry.
Searching high and low
From the top bar of the widget, choose what youd like to search for in Amazon - books, DVDs, CDs or games - or whether youd like to do a local search of the Pedias. Then enter a keyword into the search field and hit return. On the backside of the widget you can choose which Amazon site youd like to search (US, Canada, UK, Germany, France or Japan) and how youd like the search to be sorted. You can also choose which Pedias to include in your localized search. dashboard plus sign
Installing the widget
If youre using Safari, click the download button above. When the widget download is complete, choose Dashboard, click the plus sign to display the Widget Bar and click the widgets icon in the Widget Bar to open it.
If youre using a browser other than Safari, click the download button above. When the widget download is complete, unarchive it and place it in ~/Library/Widgets/. Then choose Dashboard, click the Plus sign to display the Widget Bar and click the widgets icon in the Widget Bar to open it.
Feature Highlights
search sitesAccess all Amazon sites
pediasSearch inside all the Pedias
borrowed iconFlags borrowed items
wishlist iconFlags wishlist items
addAdd items directly to a Pedia
buyBuy items directly at Amazon
<<less
Download (5MB)
Added: 2008-08-02 License: Freeware Price: FREE
189 downloads
Euro 2008 1.1

Euro 2008 1.1


Euro 2008 is considered as a professional and useful application for managing the UEFA Euro 2008 Championship. more>> Euro 2008 1.1 is considered as a professional and useful application for managing the UEFA Euro 2008 Championship. With this program you can view the matches schedule, save the final score, show both groups and second stage table, build statistics and you can also update the results on-line.

Enhancements: English translation now works on all panels.

Requirements: Mac OS X 10.4 or later.


<<less
Download (4.8MB)
Added: 2008-06-01 License: Free Price:
downloads
Solver for Excel 2008 1.0

Solver for Excel 2008 1.0


Solver for Excel was built was built by Frontline Systems on both Macintosh and Windows. more>>

Solver for Excel 2008 1.0 was built by Frontline Systems on both Macintosh and Windows. For many years, it has Solver upgrades for Windows users, that have gotten more and more powerful over time -- but it hasn't been active on the Mac. It is now applying more development resources to the Macintosh, motivated by the Mac's resurgence in the market and the move to Intel processors. But the catalyst for this move has been Microsoft's Mac Excel team.

If you open a workbook with a Solver model that you created in Excel 2004, or in most other versions of Excel, the model should appear automatically in this dialog -- you can just click Solve.

<<less
Added: 2008-08-28 License: Freeware Price:
18 downloads
Rudix 2008

Rudix 2008


Rudix 2008 is widely known as an attractive and simple-to-use world class collection of pre-compiled and ready to use Unix compatible software more>> <<less
Download (155.4MB)
Added: 2008-03-22 License: Freeware Price:
downloads
FIFE 2008.1

FIFE 2008.1


Free and open source 2D game creation engine more>> Free and open source 2D game creation engine

The mission of the FIFE project is to create a cross platform 2D game creation framework. Games can be created with combination of editor tools, game specific scripts, engine, and game content (e.g. maps, graphics and sounds).
NOTE: FIFE is licensed and distributed under the terms of the GNU Library or Lesser General Public License (LGPL).

Main features:>
- Games can be created with combination of engine, editor tools, game specific scripts and game content (e.g. maps, graphics and sounds).
- Framework is not tied to any type of game (e.g. RTS, RPG), but instead provides flexible platform for all of them.
- Framework supports different isometric views with addition of pure top-down view.
- Instead of full 3D flexibility, engine focuses mainly on using high quality 2D graphics. This puts less demands on target platforms and also simplifies the framework and game development.
- Purpose of the editor tools is to help to bind the game content with the engine and scripts.

Enhancements:
- Elevations removed (Fallout legacy).
Support for namespaces:
New resource infrastructure migrated into whole engine. This enables:
- uniform pooling for all resources that need to be pooled.
- uniform loading for all resources (model stuff, images, sounds...).
- uniform saving for resources which support saving (model stuff).
- Datasets are now stored in a flat list in model instead of dataset hierarchy.
- Changes in model are now bookkeeped. Observer interfaces provided for change listeners.
- This enables e.g. reacting only to changes instead of polling on every round.
- Also critical enabler for triggers.
- Instances now support initial rotation value.
- Objects support default actions.
- Further model cleanup.
- All resources are now defined with principle 1 file / 1 resource.
- Importing of objects can now be done also based on directories where they are contained.
- Relative paths are now used instead of absolute ones.
- All loading happens now from python (tinyxml dependency removed).
- Improved error reporting.
- Possibility to move instances on map.
- Possibility to rotate instances on map.
- Possibility to zoom the map (OpenGL mode only).
- Painting with currently selected instance (e.g. large ground areas).
- Importing of multiple objects based on given directory.
- Initial map creation wizard (still work in progress).
More assets:
- Graphics, sounds, music...
- Two new maps matching the storyline.
- Rio de hola now conforms to package structure: http://wiki.fifengine.de/Fife_Package_Specification
- Popup menu integration, demonstration of actions (kick, talk).
- Hiding of scrollbars.
- Text wrapping.
- A lot of smaller improvements.
- Pixel perfect instance picking (taking transparency into account).
- Ability to get list of instances from given screen rectangle.
- Distance calculations made easy, exposed to scripts.
- Instance outlining.
- Instance coloring.
- Screenshots are now saved in png format (instead of bmp).
- Stereo sound support in linux (introduced with the help of openal-soft).
- Both renderbackend and separate images can now render graphical primitives (e.g. lines, dots..).
- Each camera now has separate set of renderers. Allows truly adjusting cameras independently.
- Zooming capability (currently properly supported only by OpenGL backend).
- Support for drag cursor definitions.
- OpenGL graphics chunking size is now definable in settings. Should help e.g. with large backgrounds.
- GenericRenderer adding customised rendering capabilities for scripts.
- Initial package structure defined for FIFE clients.
- Updated guichan to the latest release 0.8.1.
- Usage of unittest++ instead of boost unittests.
- Lots of bug fixes.
- Switch from GPL 2.0 to LGPL 2.1 (or newer).

<<less
Download (25.7MB)
Added: 2008-10-04 License: Freeware Price: FREE
392 downloads
Election 2008 1.1

Election 2008 1.1


Customize your folders using democrat or republican icons. more>> Customize your folders using democrat or republican icons.

Election 2008 is a set of graphic icons for Barack Obama vs. John McCain as well as democrat and republican icons.

<<less
Download (984KB)
Added: 2008-10-03 License: Freeware Price: FREE
399 downloads
Monowave II 1.2.0

Monowave II 1.2.0


Free digital waveform synthesizer for your Mac more>> Free digital waveform synthesizer for your Mac

Monowave II is a great example of the kind of thing that only the Chameleon can bring about.
You take one open DSP platform, a load of well written source code and help files, one analog/digital hardware designer and early Chameleon enthusiast, throw in a load of sleepless nights and you get a growing open-source DSP project that anyone can add to.
Monowave is a fat and dirty monosynth based upon the simple synth example code bundled free with the Chameleon Software Development Kit.

Main features:
- 3 Oscillators, each with 256 waveforms and a unique de-res function for lo-fi sound
- 5 input mixer, three oscillators, noise and external input for filtering
- 4 pole 24dB resonating filter with the unique option to sweep between 4 pole, bandpass and 1 pole modes seamlessly
- 3 assignable Realtime Controllers with show function to remind you what it is assigned to
- Comprehensive MIDI CC control for internal parameters
- 128 Patch memory
- Stereo delay line
- 2 LFOs with 64 classic and complex waveforms
- 3 ADSR envelope generators
- Unique routing modulation capabilities such as velocity to osc waveform, or EG to Resonance, for highly expressive sounds

<<less
Download (583KB)
Added: 2009-05-23 License: Freeware Price: FREE
214 downloads
Apple AirPort Extreme 2008-004

Apple AirPort Extreme 2008-004


Apple AirPort Extreme resolves some issues with AirPort connections when roaming in large Wi-Fi networks. more>>

Apple AirPort Extreme 2008-004 resolves some issues with AirPort connections when roaming in large Wi-Fi networks. This update is recommended for all Intel-based Macintosh computers running Mac OS 10.5.5

Requirements:

  • Mac OS X 10.5.5
<<less
Download (2.4MB)
Added: 2008-10-24 License: Updater Price:
downloads
WaveJelly 1.2

WaveJelly 1.2


WaveJelly offers you a professional and highly-efficient waveform viewer for the Macintosh. more>> WaveJelly 1.2 offers you a professional and highly-efficient waveform viewer for the Macintosh. You have full view of the audio waveform plus a magnifying glass zoom cursor. It allows you to see your audio without the need for expensive software or activation codes.

Sorry, no editing features nor mp3/mp4 support. Although editing is part of our planned future features, proprietary formats are not being considered at this time due to licensing issues. WaveJelly is currently in its feature definition stage for its next release, and will become Open Source right after its initial refactoring process. Want to help, drop us an email!

Requirements: Mac OS X 10.4 or later.
<<less
Download (115K)
Added: 2009-01-13 License: Free Price:
downloads
EM Ticker 2008 v14

EM Ticker 2008 v14


EM Ticker 2008 is known as a tiny and convenient application to provide you with easy access to the great online ticker website for the soccer European cup competition 2008 without the need of a web browser. more>>

EM Ticker 2008 v14 is known as a tiny and convenient application to provide you with easy access to the great online ticker website for the soccer European cup competition 2008 without the need of a web browser. EM Ticker 2008 is using very few screen place, so it makes it easy for you to work on your make and be informed of an going on soccer match.

Also supporting many other ligas. The ticker of rp-online.de offers match information in German language!

Requirements:

  • Mac OS X 10.2 or higher (Now also available for Microsoft Windows)
<<less
Download (4.1MB)
Added: 2008-06-06 License: Freeware Price:
downloads
 
Other version of EM Ticker 2008
EM Ticker 2008 v11great online ticker website for the soccer european cup competition 2008 made by rp-online.de ... EM Ticker 2008 is using very few screen place, so it makes it easy for you to work on your make and
License:Freeware
Download (2MB)
646 downloads
Added: 2006-10-12
PCIC Reference 0.2.2008

PCIC Reference 0.2.2008


Easily manage your technical documents. more>>

PCIC Reference 0.2.2008 is a very flexible and effective Apple Help Book file with a small cocoa application wrapper, which will help to easily manage your technical documents.

The primary reason was the elegance of the Apple Help Book, which is based on HyperText Markup Language (HTML) documents. One interesting note is that Apple allows the programmer to insert key words in each HTML file so that when the Help Book is searched, only documents with those key words appear in the search results list. This is a perfect method to manage a library of technical papers.

Enhancements:

  • Updated with 2008 conference data.
  • Added links between multi-part papers.
  • Corrected unrecognized characters in abstracts for recent years.
<<less
Download (3.6MB)
Added: 2009-07-16 License: Freeware Price: FREE
10 downloads
Japanese Vocab 2008.4.30

Japanese Vocab 2008.4.30


Japanese Vocab is an application to help people study their Japanese vocabulary. Included are over 2500 words more>> Japanese Vocab is an application to help people study their Japanese vocabulary. Included are over 2500 words. Each word is written in either hiragana or katakana and many come with their kanji character equivalents. An English pronunication guide is available if needed. Other than browsing, people can also do tests of what they have learnt, with their test results displayed graphically.
Requirements:
Mac OS X 10.5 or later.
Enhancements:
Version 2008.4.30: This project has been abandoned by Cthulhu Software. Since it is unlikely that there will be further updates in the future, the registration requirements have been removed and the source code to the project has been included in the download for anyone interested in continuing the work on this project.
<<less
Download (5MB)
Added: 2008-04-30 License: Free Price:
downloads
Scisoft 2008.9.1

Scisoft 2008.9.1


Scisoft provides you with an integrated program for Mac OSX Intel which is a collection of astronomical software for Mac OS X Intel 10.5 and above more>>

Scisoft 2008.9.1 provides you with an integrated program for Mac OSX Intel which is a collection of astronomical software for Mac OS X Intel 10.5 and above. It is similar to the ESO Scisoft distribution but is not an official ESO product.

Requirements:

  • Mac OS X 10.5 running on a Mac Intel computer (MacBook, MacBook Pro, Mac Pro)
  • Apple X11
<<less
Added: 2008-09-22 License: Freeware Price:
downloads
XMIND 2008 3.0.3

XMIND 2008 3.0.3


Presentation/mind-mapping/brainstorming software. more>>

XMIND 2008 3.0.3 which is created with the support of a clean and kind interface, is a revolutionary Presentation/Mind Mapping/Brainstorming software application. It enables users to capture various ideas and manage information easily with revolutionizing way. Your work will become simple and efficient.

In XMIND, you can plan your meeting effortlessly by creating an agenda and finalizing details in one map with the hierarchical structure. All information in the map can be captured easily by filtering with markers and labels. During meeting, you can use XMIND to make presentation. With full content covering the whole screen, audiences can focus on certain point and grasp entire ideas at the same time. Meanwhile, audio notes will let you record everyone's voices as separate attachments to their own points. Your meeting will be structured soon!.

XMIND lets you instantly capture the ideas without disrupting the brainstorming process to define their precise wording or positioning. 'Enter' and 'Tab' keys provide an quick way to bring your ideas into maps as topics. By applying Filter or Drilldown, participants can focus on particular topics. All information will be recorded in XMIND as mind map. But this is just a beginning. XMIND can help you do the analysis now! Depending on Fishbone Charts and 2D charts, you can visually organize causal relationships in the complex ideas or events, increase awareness of cause and effect, and organize all material!

XMIND empowers teams to creatively and effortlessly share ideas and information in a scalable visual map. Through powerful yet simple visualization, groups constructively work together to reach important conclusions and faster alignment. You can push all information, such as file, document, image into XMIND as attachments. You can separate whole arrangement into smaller, more focused aspects as multi-maps. If required, you can merge maps into one map! And all maps can be exported to kinds of formats, including Word, PPT,PDF/RTF and image etc. Distribution will be simple!

<<less
Added: 2009-04-29 License: Freeware Price:
64 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5