pulsing
TaalPulse 1.1
A software Lehra, Theka and Tampura machine for the student of Hindustani music more>> A software Lehra, Theka and Tampura machine for the student of Hindustani music
TaalPulse is a software Lehra, Theka and Tampura machine for the student of Hindustani music.
TaalPulse is created to run on portable devices (such as Compaq iPaq) but it also runs on desktop computers (Mac OS, Windows, and Linux).
Main features:
- The Pulse page permits to change the pulse of the lehra, theka and drone. The main pulse control affects the lehra and theka, and is expressed in BPM (Beats Per Minute). The pulse of the drone instrument is independent from the main pulse and is not expressed in any particular unit.
- The Volume page permits to adjust the global volume and the volume of each individual instrument.
- The Score page permits to select the Taal (number of beats per cycle), and the particular Theka and Lehra for this taal, as well as a drone pattern.
- The Pitch page permits to adjust the tuning of the Sa (tonic note). The keyboard permits to select a base note, based on the standard tempered scale. The fine tuning control permits to further adjust the pitch: a full move to the left represents a semitone lower and a full move to the right a semitone higher. The "0" button permits to reset the fine tuning to the center.
- The System page permits to quit TaalPulse and to restart it. Note that restarting TaalPulse is not recommended on PDAs (it takes a long time and might crash).
System requirements:
- Squeak
mailPulse 1.0b
mailPulse is such a simple but useful AppleScript Studio Cocoa application that is run every six minutes by a daemon (written in C). more>>
mailPulse 1.0b is such a simple but useful AppleScript Studio Cocoa application that is run every six minutes by a daemon (written in C). It checks to see if Mail.app has any unread mail, and if so, it tells the Griffin PowerMate to "pulse" its light on and off. Not too complicated - but hey, that's why it's free!
Requirements: Mac OS X 10.2
Maxs Ringtones
Maxs Ringtones - A wild mix between some tunes and standard ringtones. more>> Maxs Ringtones - A wild mix between some tunes and standard ringtones.
Zipped my ringtone library, (well, its like 20 ringtones!) for you all to download!
Its a wild mix between some tunes, standard ringtones and some stuff I dont know how to label!
All Maxs Ringtones are in m4r format ready for you to enjoy.
Texas (Chris Rea)
America f**k yeah!
Cell phone ringing
Chipmunks
Continental ring
CTU
Flute best Bansuri
Funkytown (Chipmunks)
Gelbart
iPhone tv ad ringtone
Life Up
Lookatus
One Missed call
Pulse ring
Razr
Ring Alerting
Ring Kinetic
Tiiiit
Warning, its the wife!
System requirements:
- iPhone
Pulse Player 5.2
Pulse Player is a free plug-in for web browsers, RealPlayer, and QuickTime 5 that allows you to view and interact with content created using the Pulse technology more>> Pulse Player is a free plug-in for web browsers, RealPlayer, and QuickTime 5 that allows you to view and interact with content created using the Pulse technology. No existing multimedia plug-in gives you as advanced interaction and high quality streaming as the Pulse Player. Pulse Player also supports 3D hardware acceleration, Apple Macintosh systems equipped with OpenGL v1.2 3D hardware acceleration.
Browsers supported:
- Netscape Navigator 4.x
- Netscape 6.x (and higher)
- Mozilla 1.x (and higher)
- AOL users can minimize the AOL window and use Netscape when viewing Pulse content on the Mac.
Mac OS X
- Netscape 6.x (and higher)
- Mozilla 1.x (and higher)
- AOL users can minimize the AOL window and use Netscape when viewing Pulse content on the Mac.
Mac OS 9 or later, a supported web browser.
Sleeping Screensaver 1.0
Sleeping Screensaver is a beautiful screensaver, that comes with a pulsing Apple logo in the middle of the desktop more>>
SysFarm Pulse 0.7 Alpha
A web application for implementing Web 2.0 analytical communities more>> A web application for implementing Web 2.0 analytical communities
SysFarm Pulse is a web application for implementing Web 2.0 analytical communities (spaces), providing tools to analyze and visualize data and create a (mobile/web) community around it.
SysFarm Puls is also available as a service at http://pulse.sysfarm.com
System requirements:
- Java
Fldigi 3.11.4
Modem to be used with most of the digital modes used by radio amateurs today more>>
Major Features:
- Supports multi-signal psk viewer, new modes
- Added Pulse Audio driver support
- New color & fonts dialog - select background colors for rx, tx and macro buttons
- Increased number of macros to 48, added new macro tags
- Improved performance for rigCAT
- Added code for OS-X portability
- Major revision to the compile from source code - now uses the GNU configure, make, make install process
- Added selectable (and auto) sample rates to the PortAudio sound card interface
- Interfaces to the Kachina and ArgoV CAT programs also on this web site.
- Supports various transmitter PTT modes.
- Digitally implemented receive filters optimized for the mode in use.
- Filter bandwidth can be user selected in most modes.
- CW ops from 2 to 200 WPM - weight works like the K40 CW keyer
- Waterfall video ID, controllable from dialog or can be invoked in a macro definition
- Macro auto-timer / repeat capability
- Macros allow contest counter operations
- Interfaces to both flarq and pskmail, both of which are ARQ protocol programs
Requirements:
- Linux
- Free-BSD
- OS X
- Windows XP
- W2K
- Vista
iCompositions Radio 1.0
Listen to iCompositions Radio in Dashboard more>> SoundRuler is a tool for measuring and graphing sound and for teaching acoustics.
It is open code and free. Like scientific knowledge, it is available for all to use, criticize, adapt to their needs and improve on
Its visual interactive approach to analysis brings you the best of two worlds: the control of manual analysis and the objectivity and speed of automated analysis.
SoundRuler is specially useful in the analysis of simple, repetitive signals. They can be measured quickly and in great detail, pulse by pulse.<<less
MUSCLE 3.34
Client-server messaging system for dynamic distributed applications that runs under any POSIX-compliant operating system more>>
Main features:
- Use BMessage-like muscle::Messages under any operating system.
- Send flattened muscle::Messages from one computer to another over TCP streams, eliminating unnecessary compatibility and protocol-versioning hassles.
- Run a muscled server on a central machine, and write (or download) client programs to log in to the server and communicate through it. Once logged in, client programs can discover who else is logged in, send muscle::Messages to other clients, and store muscle::Messages in the servers RAM for other clients to download later. Clients can also subscribe to selected data on the server, and be automatically notified whenever it changes. Unicast-style, multicast-style, and broadcast-style Message routing are all supported via an intelligent hierarchical pattern-matching routing mechanism. Writing multiplayer games, IRC style chat applications, SETI style distributed calculation apps, or any other type of distributed software is made easy because MUSCLE handles all the dirty work for you!
- Customize the included muscled server by defining your own session logic or message-streaming protocol. (Note that this is only necessary for certain specialized applications--the standard server provides sufficient functionality for most things)
- Write your client code in C++, C, Java, Delphi, or Python. Single-threaded and multi-threaded messaging APIs are provided for all of the aforementioned languages.
- Or just use the included message, string, dataIO, hashtable, dequeue, string-tokenizer, reference-count, regular expression and pattern matching parser, and object-pool code by themselves, as handy cross-platform utility classes. All source code is included, and you are free to use and abuse it any way you wish.
Enhancements:
- Optimized CreateConnectedSocketPair() by having it use the UNIX socketpair(AF_UNIX) function on systems that support that call.
- Removed the optional (useNagles) argument from the CreateConnectedSocketPair() function, since there
- is little or no point in using Nagles algorithm for sockets within the same process. (if you really needed it for some reason, you could still call SetSocketNaglesAlgorithmEnabled() manually on the resulting sockets afterwards)
- tests/cvscopy.cpp is now tests/svncopy.cpp, since I dont use CVS anymore.
- Thread::WaitForNextMessageAux() wasnt handling file descriptors properly when called with a wakeupTime less than or equal to the current time. Fixed.
- Added a testpulsenode.cpp file to the tests folder, to test the reliability and scalability of the PulseNode timed-event-callback implementation.
- Fixed some valgrind hits in NetworkUtilityFunctions.cpp by having the code check the sin_family of sockaddr structs before reading any IPv4-specific fields. QMuscleSupport.h wouldnt compile under Qt 3.x. Fixed.
- Added Mika Lindqvists patches to get QMuscleSupport.h to compile under older versions of Microsoft Visual C++.
- The SharedUsageLimitProxyMemoryAllocator class was not always freeing all of the cached memory during large free operations, which could result in the process-memory-cache getting too large. Fixed.
- Fixed a bug in the PulseNode classs linked list code that could cause PulseChildren to not have their Pulse() methods called at the proper times.
- Merged in Bryan Varners patch to the MessageTransceiverThread Java class so that spurious connect-succeeded tags are no longer sent by the I/O thread to the main thread.
Signal Inspector 0.3d
Signal Inspector brings a simple and effective signal generator and analysis tool. more>> Signal Inspector 0.3d brings a simple and effective signal generator and analysis tool which features an oscilloscope, a spectrum analyzer and a spectrogram, plus tone, noise, and pulse generators.
Requirements: Mac OS X 10.4 or later.
FINELINE 1.1
FINELINE is a digital fine synthesizer more>>
Using the edit knob you can, in addition to standard editing, change multiple parameters with both ease and speed.
Main features:
- 2 Oscillators with waveforms sine-triangle-saw-square-pulse
- FM and sync
- External input and noise
- Fold algorithm
- ADSR volume envelope
- ADS filter envelope
- LP-LP or LP-HP 12dB/oct filters
- Filter overdrive
- 2 modulation busses with 8 sources and 8 destinations each
- 1 LFO with triangle, square , saw.
Enhancements:
- Universal Binary
- New ADSR parameters
- Auto routing editor
- Arpeggiator
- Improved performance.

SoundMagic Spectral 0.5b
SoundMagic Spectral offers a new, easy to use FREEWARE suite of 23 Audio Unit plug-ins that implement real-time spectral processing of sound. more>> SoundMagic Spectral 0.5b offers a new, easy to use FREEWARE suite of 23 Audio Unit plug-ins that implement real-time spectral processing of sound. This groundbreaking set of effects give you unprecedented control and creativity in the processing of audio, whether from static audio files or live audio streams. SoundMagic Spectral builds on the work of the OS 9 software known as SoundMagic DSP, and takes it to even more exotic sonic realms.
Enhancements:
- Fixed a crash in Spectral Stretching
- Fixed a crash in Spectral Pulsing
- Added some nice pulsing effects and delay vs. freq parameter to Spectral Gate & Hold
- Added some new options to Spectral Tracing for retaining/removing at different ends of the loudness spectrum
- Added a new "variance quantization" parameter to Spectral Stretching, allowing for interesting pitch variation effects
- Idee Fixer now passes auval
- Made the default "Randomize Phases" settings more appropriate to each effect
Requirements:
- G4 or better
- Mac OS X 10.4 or later
- An Audio Unit host.
TurboMCS Controller 1.0
Allows you to interface with the EG&G Ortec TurboMCS. more>> Allows you to interface with the EG&G Ortec TurboMCS.
TurboMCS Controller is an application designed to interface with the EG&G Ortec TurboMCS (Multi-Channel Scaler) hardware via the serial port.
You have the possibility to view the data onscreen but also saved it in binary or text files. This type of hardware is used for fast timing measurements of pulsed count sources, mainly in LIDAR or other time-of-flight applications.
System requirements:
- Connected MCS.

Myst IV: Revelation 1.0.3
Journey into a world of mystery and beauty as you piece together the secrets of a shattered past. more>>
Journey into a world of mystery and beauty as you piece together the secrets of a shattered past. In Myst IV Revelation, the next chapter in the greatest adventure saga of all time, you?ll travel through environments pulsing with life to unearth a treacherous scheme involving two of Myst?s most sinister villains.
- Unravel an intricate mystery.
- Adventure through rich and vital worlds.
- Original music by Peter Gabriel.
- Record your discoveries.
- Bring along a guide.
Game Demo 1.0
Download from MacGameFiles (142MB)
View QuickTime Trailer
Game Feature: Myst IV: Revelation: A Family Affair