Skinput

This video highlights the development of Skinput, a project that uses the bodies’ surface as an input mechanism. A bio-acoustic sensor device is used to capture and decode taps made on the body, with a high degree of accuracy. Pretty wild and there are a number of applications in a wide variety of industries where such an interface would be useful. Obviously, I see music and performance capabilities…

More details at Chris Harrison’s site.

FindRemix.com blog

There are many online remix contests that allow aspiring DJs and producers an opportunity to remix songs by well-known labels and artists. Aside from the potential attention this can bring someone, there are often very cool prizes associated with these contests.

The only problem is that it is kind of hard to keep track of where all these competitions are. Diego Iglesias has the perfect solution at his blog Find Remix. This site lists all current competitions in a central location – what a great idea! In addition, Diego posts tutorial videos on production techniques in such audio platforms as Ableton, Reason and Logic Studio. Very cool blog, go check it out!

Tao Compilation Fixes

As a follow-up to my previous post about Physical Modeling Synthesis tools, I am presenting the following fixes that I discovered for the Tao library. The source code can be downloaded from here.

While working with Tao for a project at my university, I had some issues with compilation under Ubuntu Linux 9.04. I was able to resolve the issues and wanted to offer the following tips to anyone else who may be having similar problems. Apparently in GCC 4.3 some of the C++ headers were removed for cleanup purposes. Therefore I had to edit a few of the source files to add includes for <cstring> and <cstdlib> .

The requisite files for adding #include<cstring> are:

/taolib/TaoDevice.cc
/taolib/TaoGraphicsEngine.cc
/taolib/TaoInstrument.cc
/taolib/TaoOutput.cc
/taolib/TaoPitch.cc
/taolib/TaoSynthEngine.cc
/taoparse/taoparser.cc

Additionally, add #include<cstring> and #include<cstdlib> to:

/tao2aiff/tao2aiff.cc
tao2wav/tao2wav.cc

Other than that the only issues I had were making sure I had all of the right packages installed. Once all that was resolved, Tao ran fine. Hope this is helpful to prospective Tao users.

Physical Modeling Synthesis with Tools

I am currently taking a special projects in music technology class. The emphasis for this session is on instrument acoustics and we are each tasked with a project to build an instrument based on research of the principles and phenomena involved. I will be working in the virtual arena trying to emulate a unique instrument in software that can emulate the physical properties or characteristics of real instruments. This process is known as physical modeling.

I have currently been surveying a variety of platforms to work as the only music programming I have done so far was in Java and a little bit of C# in the earliest iterations of my wii theremin project. I will most likely end up working with Max/MSP as it is a modular, object based system with a graphical interface – and I need to get up and running as soon as possible. I am also looking at the following languages/platforms which I’ve found along the way:

  • Csound – “…a sound design, music synthesis, and signal processing system, providing facilities for composition and performance over a wide range of platforms.”
  • SuperCollider – “…an environment and programming language for real time audio synthesis and algorithmic composition.”
  • PureData – “…a real-time graphical programming environment for audio, video, and graphical processing.”
  • Steinberg’s VST SDK– allows developers to develop plugins that can operate within Steinberg’s Virtual Studio Technology environment.

Now, these comprise just the basic platforms I am looking at to get started and they are just general synthesis and digital sound processing type programming environments. For physical modeling itself, I have discovered the following packages:

  • PMPd(Physical Modeling for Pure Data) – PMPd offers a collection of objects for Pure Data , and also ported to Max/MSP, which provide real time simulation of physical behaviors.
  • rtcmix~– rtcmix is an open source audio programming language written in C/C++, however the component I am interested in is the rtcmix~ object for Max/MSP which the developers have provided.
  • Tao – “… software package for sound synthesis using physical models. It provides a virtual acoustic material constructed from masses and springs which can be used as the basis for building quite complex virtual musical instruments. Tao comes with a synthesis language for creating and playing instruments and a fully documented (eventually) C++ API for those who would like to use it as an object library.”
  • Percolate – “…an open-source distribution of a variety of synthesis and signal processing algorithms for Max/MSP.” Percolate is based on a port of the Synthesis Toolkit, another system I am looking to work with. Unfortunately, the Max/MSP windows port link for this seems to not be working…
  • Modalys– Developed by Ircam, this seems like it would be the holy grail of physical modeling tools for me to work with. Unfortunately, it is for Macs only (although it looks like some folks have tried to get it running in Linux) and to gain access to it one must become a member of the Ircam forums which costs a decent chuck of cash, so this is out of reach for me; at least for the time being.

The following videos show Modalys in action. What is amazing about Modalys is its accurate representation of actual instruments. These aren’t samples or Wavetable lookups, these are synthesized emulations that completely capture the timbre, characteristics and even peculiarities of the instruments, right down to reeded instruments such as the clarinet or saxophone squeaking.

Sabre – One Hundred Teeth (Mojo’s That Will Leave a Mark Mix)

Here’s my entry for the Knowledge Magazine remix competition. The tune is called One Hundred Teeth by Sabre and it is a dark and atmospheric drum n’ bass track. This competition was done in part to promote Sabre’s latest album, A Wandering Journal. Knowledge also interviewed Sabre about his inspirations for the album.

Sabre – One Hundred Teeth (Mojo’s That Will Leave a Mark Mix) by DJMojo