convolution reverb
NIH Image 1.63
NIH Image is a public domain image processing and analysis program for the Macintosh more>>
Image can acquire, display, edit, enhance, analyze and animate images. It reads and writes TIFF, PICT, PICS and MacPaint files, providing compatibility with many other applications, including programs for scanning, processing, editing, publishing and analyzing images. It supports many standard image processing functions, including contrast enhancement, density profiling, smoothing, sharpening, edge detection, median filtering, and spatial convolution with user defined kernels.
Image can be used to measure area, mean, centroid, perimeter, etc. of user defined regions of interest. It also performs automated particle analysis and provides tools for measuring path lengths and angles. Spatial calibration is supported to provide real world area and length measurements. Density calibration can be done against radiation or optical density standards using user specified units. Results can be printed, exported to text files, or copied to the Clipboard.
A tool palette supports editing of color and gray scale images, including the ability to draw lines, rectangles and text. It can flip, rotate, invert and scale selections. It supports multiple windows and 8 levels of magnification. All editing, filtering, and measurement functions operate at any level of magnification and are undoable.
Image directly supports Data Translation and Scion frame grabber cards for capturing images or movie sequences using a TV camera. Acquired images can be shading corrected and frame averaged. Other frame grabbers are supported via plug-in modules.
Image can be customized in three ways: via a built-in Pascal-like macro language, via externally compiled plug-in modules and on the Pascal source code level.
Cheeze Machine 1.0
The Cheeze Machine plugin emulates the classic string ensemble sound more>>
Cheeze Machine generates sound by feeding a simple, saw-like waveform, into a chorus ensemble emulator, a 6-stages phaser, and a reverb.
Cheeze Machine was developed by Big Tick for win VST.
apulSoft ported this plugin to OSX and to the AU format.
Black Water Reverb 1.0
Black Water Reverb is a reverb plugin based on Jezars freeverb engine more>>
Developed by Black Water Music for VST pc. It was ported to VST mac osx by Marc Poirier. apulSoft ported it to the AU format.

MidiSwing 0.3.4b
MidiSwing offers a full featured and cost-effective midi sequencer. more>> MidiSwing 0.3.4b offers a full featured and cost-effective midi sequencer. It lets you play, edit and create midi files.
Major Features;
- Play midi files. Can use Java Sound, QuickTime instruments or Sound Fonts or play on an external device. The notes being played are indicated on a keyboard.
- Edit midi files. The content of the midi files is displayed on a piano roll. You can change the notes and the major controls (tempo, instruments, volume, velocity, reverb, etc).
- Create your own music. You can create your music from the piano roll or record from an external keyboard.
- Monitor the midi events contained in the midi file
- Play quicktime video along with the music
Enhancements:
- Improved visualisation and control of tempo.
- Fixed bug: small shift of the piano roll when edited.
- Localisation in Polish and Dutch.
Requirements:
- Mac OS X 10.4 or later
- Java 5.
Sound Studio 3 Monbot: Mastering Console 1.2.2
Sound Studio 3 Monbot: Mastering Console comes as a useful and advanced Sound Studio 3 Automation Plug-Ins that offers users much convenience. more>>
Sound Studio 3 Monbot: Mastering Console 1.2.2 comes as a useful and advanced Sound Studio 3 Automation Plug-Ins that offers users much convenience. The Mastering Console plug-in fully masters Audio with Equalization Curves, High and Low Pass, Reverb, Fade, and More Cowbell.
Requirements: Sound Studio 3.5.5
M-Audio Black Box 1.6.4
M-Audio Black Box - Adds new Black Box effects more>>
More user-friendly control panel
DSP firmware update option included*
DSP firmware update procedure simplified
*Note: The DSP firmware update process is not done during the driver installation. After the driver install is completed, you can update the firmware via the new Black Box control panels Presets & Firmware tab. Simply choose the DSP firmware version from the drop-down menu appearing on this tab, and then click Copy to Device to begin the update. After a couple of minutes, the Black Box will reboot itself, and then the firmware update will be complete.
New Firmware Update for Black Box Includes:
Total number of amp models increased from 12 to 40, including several bass amps
Total number of onboard effects increased from 43 to 121
Qualified as Pro Tools M-Powered-compatible USB audio interface
Shift function adds access to new added features
Built-in compressor, noise gate, five different reverb types and Amp Mid
Ability to link presets to drumbeat or tempo
Expanded expression pedal assignments (expression pedal not included).
HTTPd Info 1.3.3
HTTPd Info displays info about a web server more>>
Enhancements:
- Updated to run as a Universal binary (PowerPC and Intel native)
- Bug fix: certain proxy server errors are now reported correctly
- Other minor improvements.
License:Freeware
PRICE 0.8.0
PRICE - image filtering and manipulation more>>
PRICE was born to support my research in image processing. So I have decided to work on a usable application that can open several file formats and apply high quality filters and other enhancements to the image.
Enhancements:
- the image representation is now a PRImage class which allows to access some fieds without fetching the TIFF image represetnation. This yeilds some speed up in some stages, like when fetching the original dimensions.
- the 5x5 convolution engine now works in color mode (separate RGB channels) too
- a small fix for the convolve progress panel that wasnt updating properly
- median filter has support for color filtering! (separate channel in RGB)
- implemented separable linear scaling
- implemented copy & paste
- faster FFT.
Numerics.osax 1.1.2
Numerics.osax is a free Scripting Addition to provide advanced mathematical commands more>>
The computational features now include five Suites: Linear algebra, FFT and convolution, Image files, 3D array handling, and Numerical data files.
Main features:
- linear algebra (eigenvalues, linear systems solving, etc.)
- signal processing (1d, 2d, and n-d FFT, cross- and self-correlations, convolution, interpolation)
- image processing (import/export, particle analysis)
- 3D arrays (handling by reference, extraction, isosurfaces, stream lines).
Enhancements:
- Linear algebra: transpose, multmatrix, invertmatrix, solve linear system, compute eigenvalues, LUdecomposition, pivot, determinant
- Basic linear algebra and basic commands for inverting, diagonalizing, and decomposing a matrix. These commands support complex matrices. multmatrix performs the product of matrices and/with vectors: M x M, M x v, v x M, v x v.
- FFT and convolution: fft1d, fft2d, filterarray, convolve, correlate, interpolate
- Fast Fourier transforms: 1d, grouped, n-dimensional, and 2d. Use algorithms which time like N.Log N. Not powers of 2-limited. Convolution and correlation of two arrays, support periodic boundary conditions. Interpolation, linear or spline, supports periodic boundary conditions.
- Image files: imagefile bounds, convert imagefile, create imagefile, create grayimagefile, particles
- Basic commands for doing image processing: getting an images bounds, importing it as a numerical matrix and back, and doing particles analysis (get statistical info and contours of particles of an image).
- 3D array handling: open3D, close3D, list3Darrays, info3D, contents3D, extract3D, isosurface, streamline
- This Suite is to cope with 3D data and visualize them conveniently. Instead of manipulating the data in your script, you load them into memory and specify a name for them. Using the name you can extract whatever fraction of the data you really need. You can produce isosurfaces of a scalar field, and the stream lines of a vectorial field (results are triangle lists).
- Numerical data files: XNFGetArray, XNFSave, XNFdelete, XNFtoc
- This Suite introduces a new extensible data format, XNF (eXtensible Numerical File format.), extension .xnf. XNF files store binary 1D, 2D, and 3D arrays. One XNF file may contain arbitrarily many arrays of various kinds, stored under a variety of formats: the XNF file manages a Table of contents which specifies the properties of each array. Access to arrays is simply by name. Since the Table of contents is a XML, you can apply XPaths to retrieve a particular set of data. XMLLib osax required.
Image Disturb 1.1c
Image Disturb - Java image editor. more>>
Drawing functions are available, too. It lets you paint with pencil, part of image or color effect.
TAPESTREA 0.1.0.4
TAPESTREA - Techniques And Paradigms for Expressive Synthesis, Transformation, and Rendering of Environmental Audio more>>
This is a very experimental audio software, so anticipate glorious disasters and please let us know if you run into issues.
The best way to start working with and learning about taps is to try the software, join the taps mailing list, check out the wiki, ask questions, and help shape the design.
So, whether you are a sound designer, audio researcher, composer, developer, or none/all of the above, take a spin on the TAPESTREA loom and uh, make a musical tapestry.
Main features:
- identify points of interest in the sound and extract them into reusable templates
- transform sound components independently of the background and/or other events
- continually resynthesize the background texture in a perceptually convincing manner
- controllably place event templates over backgrounds, using a novel graphical user interface and/or scripts written in the ChucK audio programming language
- leverage similarity based retrieval to locate other interesting sound components
Enhancements:
- (fixed) no more high CPU usage on reverb tails on Intel processors
- (fixed) can now have ".ck" in path names
- (added) 8-channel output
- number of real-time audio output channels can be set to N by command line: --channels N
- 8 audio buses within taps, can write to 8-channel wav file while playing in stereo
- template can be played on specific bus from chuck script
- (added) chui: chuck gui
- add user interface elements from chuck scripts
- (added) sample rate conversion
- works by default in windows
- install libsamplerate and recompile for Mac OS X, Linux
- (added) new command line option: --nogui
- instead of running gui, synthesis can be controlled from
- the command line using two or more terminals. the first
- acts as a server that receives messages from the rest on which
- templates to add, remove, play or stop.
OsiriX 3.0a1
OsiriX is a DICOM viewer application for Mac OS X computers more>>
OsiriX is a DICOM viewer application for Mac OS X computers
OsiriX has been specifically designed for image fusion, cardiac CT, multi-series MRI exams and 3D reconstructions. It supports 5D viewers for PET-CT series and Cardiac-CT exams.
Please read the Quick Manual to learn how to do image fusion, use the 4D viewer and do 3D reconstructions. This alpha version is incomplete and doesnt include many features, but it will allow you to discover what is OsiriX. This first version has been developed in less than 4 months... Many, many new features will come! Please, send any comments, bug reports and ideas to improve OsiriX!
Main features:
- DICOM Listener to receive images from your PACS.
- Support multiple buttons mouse, including scroll wheel.
- Massively optimized for Altivec (a.k.a Velocity Engine) for G4 and G5 computers.
- Multi-threaded for full support of multi-processors Macs
- Code and memory alignment optimized for G5 computers
- Optimized for OpenGL, fully and really use your graphic board!
- Realtime convolution filters 3x3 and 5x5
- Support custom Color Look Up Tables (CLUT)
- Realtime and multi-threading files loading and conversion
- Realtime zoom & rotation with linear interpolation
- WYSIWYG Quicktime export (size, zoom, rotation, frame rate)
- All series are loaded as volumetric data (no processing/memory required for 3D views)
- All pixels are converted as float for best performance & quality
- 3D MPR
- 2D MPR
- 3D Surface Rendering
- 3D Maximum Intensity Projection
- 3D Volume Rendering
- DICOM Files support: mono 8 & 16bits, RGB, YBR, Palettes, JPEG lossless & lossy
- Image Fusion: PET-CT, MRI-MRI, CT-CT, MRI-CT, ...
- PDF Files support with multi-pages
- Multimedia file formats support: JPEG, TIFF, Photoshop, PNG, ...
- 4D Viewer
- 2D thick slab: altivec optimized
- X-Grid/MPI support for MIP, Volume Rendering and Surface Rendering
the slice interval with thick slab in MPR-2D
VI.ONE 1.1
VI.ONE - A massive multi-disc sample library encompassing over two thousand instruments, kits, and other sound effects more>>
The library is packed to the brim with drums (including hundreds of different kits), drum loops, basses (including acoustic, upright, electric, and synth), world and ethnic instruments (organized by geographic regions), sound effects, guitars (acoustic and electric), keyboards, a full collection of orchestral instruments, screaming B3 organs, world-class acoustic pianos, prepared pianos, electric/synth pianos, pop horns and brass, a bank of vintage synths, and cutting-edge synth patches.
Across every musical style in the world, VI.ONE is a premium, gigantic, and versatile sound palette.
VI.ONE is powered by the Kontakt Player 2 engine, bringing instant access to the sounds via the standalone application, as well as being accessible within sequencers via every major plug-in format: AudioUnit, VST, RTAS, and DXi.
Main features:
- Over two thousand patches of instruments across a wide array of instrument families
- 21GB core library of samples
- Optimized onscreen EQ and reverb controls
- Remote control of various sonic parameters available via MIDI CC
- Multitimbral operation, supporting up to 64 simultaneous instruments loaded (subject to RAM availability), receiving up to 64 MIDI channels (16 in plug-in mode)
- General MIDI compatible
- Kontakt Player 2 engine, supporting standalone operation as well as plug-in operation in all major hosts that support AudioUnit, VST, RTAS, or DXi plug-ins
- Special upgrade pricing to the full version of Kontakt 2, which allows for fuller editing of the instruments
ToolPlayer 0.2
ToolPlayer - little and simple music player more>>
Includes numerous effects like Equalizer, Time Stretch, Reverb, Pitch Shift, Echo. Moreover, all supported files can be exported to WAV format.
DtBlkFx 1.1
Free FFT plug-in for your Mac more>> Free FFT plug-in for your Mac
DtBlkFx by Darrell Barrell is a freeware Fast-Fourier-Transform (FFT) based multi effect VST plug-in for Mac.
Main features:
- Precision parametric equalizing with sharp-roll off, adjust individual harmonics of a sound.
- Harmonic based (or comb) filtering, including active harmonic tracking.
- Various types of noise control, change contrast between loud and soft frequencies, clip frequencies or apply sound smearing.
- Frequency shifting, harmonic and non-harmonic shifting, including active harmonic repitch.
- Various methods of mixing left and right channels, standard and harmonic vocoding, convolution like mixing and more.
- Frequency masking, set harmonic or threshold masks for any effect.
- Up to 8 effects in series.
- GUI graphics can be customized.
System requirements:
- AU or VST host