2016
2012
SuperCollider
by EmauxSuperCollider is an environment and programming language for real time audio synthesis and algorithmic composition. It provides an interpreted object-oriented language which functions as a network client to a state of the art, realtime sound synthesis server.
SuperCollider was written by James McCartney over a period of many years, and is now an open source (GPL) project maintained and developed by various people. It is used by musicians, scientists, and artists working with sound.
pyo - Python digital signal processing module. - Google Project Hosting
by Emauxpyo is a Python module written in C to help digital signal processing script creation. pyo is a Python module containing classes for a wide variety of audio signal processing types. With pyo, user will be able to include signal processing chains directly in Python scripts or projects, and to manipulate them in real time through the interpreter. Tools in pyo module offer primitives, like mathematical operations on audio signal, basic signal processing (filters, delays, synthesis generators, etc.), but also complex algorithms to create sound granulation and others creative audio manipulations. pyo supports OSC protocol (Open Sound Control), to ease communications between softwares, and MIDI protocol, for generating sound events and controlling process parameters. pyo allows creation of sophisticated signal processing chains with all the benefits of a mature, and wildly used, general programming language. Systems : OS X (10.5, 10.6, 10.7), linux, Windows (XP, Vista, Seven)
OverviewBanners2 (Field)
by EmauxField is a development environment for experimental code and digital art in the broadest of possible senses. While there are a great many development environments and digital art tools out there today, this one has been constructed with two key principles in mind:
Embrace and extend — rather than make a personal, private and pristine code utopia, Field tries to bridge to as many libraries, programming languages, and ways of doing things as possible. The world doesn't necessarily need another programming language or serial port library, nor do we have to pick and choose between data-flow systems, graphical user interfaces or purely textual programming — we can have it all in the right environment and we can both leverage the work of others and take control of our own tools and methods.
Live code makes anything possible — Field tries to replace as many "features" with editable code as it can. Its programming language of choice is Python — a world class, highly respected and incredibly flexible language. As such, Field is intensely customizable, with the glue between interface objects and data modifiable inside Field itself. Field takes seriously the idea that its user — you — are a programmer / artist doing serious work and that you should be able to reconfigure your tools to suit your domain and style as closely as possible.
SoftSynth - music and computers
by EmauxSoftSynth provides audio solutions for desktops, mobile devices and the web.
Our products include a Polyphonic Ringtone Engine from Mobileer Inc. and JSyn.
2010
PythonInMusic - PythonInfo Wiki
by EmauxThis page is divided in four sections: Music software written in Python, Music software supporting Python, Music programming in Python, and a category of unsorted
Programming Electronic Music in Pd
by EmauxPd was initiated by American software engineer Miller Puckette, who
previous co-developed the well known and similarly structured
software Max/Msp. Pd is not commercial software; i.e., it was not
developed by a corporation and is not for sale. Instead, it is “open
source”: its source code is not the (patented) property of a corporation,
but is rather freely available to all. One drawback to this is that
a detailed operating manual for users who lack programming
experience has not existed until now. In contrast to a corporation—
which has a monetary interest in ensuring that first-time users can
easily operate new software—the open source movement lacks such a
driving force to make itself accessible. This book is an attempt to fill
that gap.
2009
SuperCollider » About
by Emaux & 1 otherSuperCollider is an environment and programming language for real time audio synthesis and algorithmic composition. It provides an interpreted object-oriented language which functions as a network client to a state of the art, realtime sound synthesis server.
SuperCollider was written by James McCartney over a period of many years, and is now an open source (GPL) project maintained and developed by various people. It is used by musicians, scientists, and artists working with sound.
ChucK => Strongly-timed, On-the-fly Audio Programming Language
by Emaux & 3 othersChucK is a new (and developing) audio programming language for real-time synthesis, composition, performance, and now, analysis - fully supported on MacOS X, Windows, and Linux. ChucK presents a new time-based, concurrent programming model that's highly precise and expressive (we call this strongly-timed), as well as dynamic control rates, and the ability to add and modify code on-the-fly. In addition, ChucK supports MIDI, OSC, HID device, and multi-channel audio. It's fun and easy to learn, and offers composers, researchers, and performers a powerful programming tool for building and experimenting with complex audio synthesis/analysis programs, and real-time interactive control
Pure Data Community Site
by Emaux & 3 othersPd (aka Pure Data) is a real-time graphical programming environment for audio, video, and graphical processing. It is the third major branch of the family of patcher programming languages known as Max (Max/FTS, ISPW Max, Max/MSP, jMax, etc.) originally developed by Miller Puckette and company at IRCAM.
flexatone h.f.p. | Christopher Ariza | Computer Music
by Emaux & 1 otherComputer music includes open-source and/or free software for algorithmic composition, interactive composition, and utilities for music production and analysis.
jMusic - Computer music composition in Java.
by Emaux & 1 otherjMusic is a project designed to provide composers and software developers with a library of compositional and audio processing tools. It provides a solid framework for computer-assisted composition in Java™, and is also used for generative music, instrument building, interactive performance, and music analysis. jMusic supports musicians with its familiar music data structure based upon note/sound events, and provides methods for organising, manipulating and analysing that musical data. jMusic scores can be rendered as MIDI or audio files for storage and later processing or playback in real-time.
Computer Music Group
by EmauxThe Computer Music Project at CMU develops computer music and interactive performance technology to enhance human musical experience and creativity. This interdisciplinary effort draws on Music Theory, Cognitive Science, Artificial Intelligence and Machine Learning, Human Computer Interaction, Real-Time Systems, Computer Graphics and Animation, Multimedia, Programming Languages, and Signal Processing.
2008
pure-lang - Google Code
by EmauxPure is a modern-style functional programming language based on term rewriting. It offers equational definitions with pattern matching, full symbolic rewriting capabilities, dynamic typing, eager and lazy evaluation, lexical closures, built-in list and matrix support and an easy-to-use C interface. The interpreter uses LLVM as a backend to JIT-compile Pure programs to fast native code.
Pure is closely related to the author's Q language and is slated to eventually become its successor, since it offers many new and powerful features and programs run much faster than their Q equivalents.
Q - Equational Programming Language
by EmauxQ is an interpreted, dynamically typed functional programming language based on term rewriting which allows you to define functions using symbolic equations. It works on Linux, OS X, Unix and Windows, and comes with a bunch of useful libraries which turn it into a practical programming tool. The Q programming system is free software distributed under the GPL
MIDI-Perl: Reading and Writing MIDI in Perl
by EmauxMIDI-Perl is a suite of Perl modules which allows MIDI files to be read in and manipulated, or composed anew, and written out as MIDI files.
Its simplest uses include listing text events from MIDI files for archival purposes, making dumps of MIDI files for debugging purposes, and extracting, saving, or dumping sysexes. More complex applications include aleatoric/algorithmic composition, and modifying existing MIDI files (e.g., changing their timing, transposing their key, or performing some yet more complex transform on them)
Main Page - AlsaProject
by Emaux & 2 othersThe Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. ALSA has the following significant features:
Efficient support for all types of audio interfaces, from consumer sound cards to professional multichannel audio interfaces.
Fully modularized sound drivers.
SMP and thread-safe design.
User space library (alsa-lib) to simplify application programming and provide higher level functionality.
Support for the older Open Sound System (OSS) API, providing binary compatibility for most OSS programs.
2007
MIDI Technical/Programming Docs
by EmauxThis section is for those who wish to know the technical details of MIDI (including General MIDI, the MIDI file format, MIDI Sample Dump Standard, and MIDI Time Code), as well as obtain some programming information
1
(22 marks)