Mercurial > hg > apm
view README.txt @ 2:33aaa48d4d16 tip
changed "meter type" to "sonification type"
author | Fiore Martin <f.martin@qmul.ac.uk> |
---|---|
date | Sat, 13 Jun 2015 15:14:20 +0100 |
parents | c0ead20bda4d |
children |
line wrap: on
line source
AccessiblePeakMeter is an audio processor that sonifies the level of the input audio by adding a pitch-modulated sine wave on top of it, and so makes the peak meter gauge accessible to visually impaired users. AccessiblePeakMeter comes as a VST plugin for Windows (32/64) and Mac as well as AU plugin for Mac. The plugin was developed in 2014/2015 at Queen Mary University of London as part of the Design Patterns for Inclusive Collaboration research project ( http://depic.eecs.qmul.ac.uk ) led by Dr. Nick Bryan-Kinns. All the coding was done by Fiore Martin. The code uses the WDL / IPlug - Oli Larkin Edition (WDL-OL) framework, available at https://github.com/olilarkin/wdl-ol and it shares its license. The license and more information about the framework are reported below. The code of AccessiblePeakMeter was started from the IPlugMultiTarget project in WDL-OL's IPlugExamples directory. The WDL-OL specific commit used for development is available here: https://github.com/olilarkin/wdl-ol/commit/bfe87d2c4297d003f2475dc22d460440e5e1b4fa The whole framework code of this commit is available as a zip file (WDL-OL.zip) in the Downloads section of this repository and it differs slightly from the original WDL-OL version. The modification can be reproduced from the original WDL-OL commit by applying the following patch to WDL/IPlug/IControl.cpp 251c251,252 < SetDirty(); --- > if (!IsDirty()) > SetDirty(); In order to build AccessiblePeakMeter, extract WDL_OL.zip or clone WDL-OL from github, then place the code versioned in this repository into WDL-OL/IPlugExamples/AccessiblePeakMeter. ---------------- WDL-OL license and information ---------------- WDL / IPlug - Oli Larkin Edition IPlug is a simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. Originally developed by Schwa/Cockos, IPlug has been enhanced by various contributors. IPlug depends on WDL, and that is why this project is called WDL-OL, although most of the differences from Cockos' WDL are to do with IPlug. This version of IPlug targets VST2, VST3, AudioUnit RTAS and AAX (Native) APIs. It can also produce standalone Windows/OSX audio/midi apps and apps for Apple's IOS devices. This version of WDL/IPlug shares the same license as the Cockos edition. Several of the added features are based on the work of other people. See individual source code files for any extra license information. Cockos WDL Page: http://www.cockos.com/wdl Discuss WDL on the WDL forum http://forum.cockos.com/forumdisplay.php?f=32 ------------------------------------------------ Cockos WDL License Copyright (C) 2005 and later Cockos Incorporated Portions copyright other contributors, see each source file for more information This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 1. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 1. This notice may not be removed or altered from any source distribution. WDL includes the following 3rd party libraries (which are all similarly licensed): * JNetLib http://www.nullsoft.com/free/jnetlib * LibPNG http://www.libpng.org/pub/png * GifLib http://sourceforge.net/projects/libungif * JPEGLib http://www.ijg.org * zlib http://www.zlib.net