This is an old revision of the document!


Description

In Audulus 3πŸͺ, a modular visual programming app, you can create splines which can be used to modulate controls in your patches. Generating complex splines can be very labor intensive. One of the users on the Audulus forum @jjthrash created a Ruby script which uses audio wav files to automatically generate the code for an Audulus patch.

You will need to run the script on a computer and know about how to use Github and install the script. Use the @jjthrash script GitHub repository for creating wavetables to get directions and the script. He’s updated and added scripts.

The spline tutorial by @robertsyrett from the Audulus forum shows an example of how to use splines in your Audulus patches.

Editing audio files

If you have too many points in your spline it will overload your Audulus patch. The idea is to use high frequency audio with lots of variation in order to sample a few milliseconds of sound to create a useful wav file for auto generating the spline.

On iOS I use AudioShareπŸͺ to store my samples, convert them to mono, and down sample. TwistedWaveπŸͺ is used for fine edits to create a single cycle waveform .wav file. Its ability to work at sample zoom levels and to detect zero crossing points is very helpful.

Running the Script

The program to create the Audulus patch from the .wav file input was run on macOS using a terminal window. The output patches were saved to an iCloud location where it can then be opened up in Audulus 3 on iOS, macOS, Windows, or Linux with Audulus.

Video Tutorial

  • audulus_audio_spline.1557383717.txt.gz
  • Last modified: 2019/05/09 16:35
  • by Paulinko