As of September 23rd elektron-users has been replaced by elektronauts.com. Find out what this means here.
Applications / Templates
Post all applications, plugins, templates and other misc. here.
Order by : Name | Date | Hits [ Ascendant ]
*You can add a preview audio player to your submission. Example: {mmp3dm}Name of file uploaded.mp3{/mmp3dm}.
Elektron Machinedrum SPS-1 UserWave Software Editor - Machot! 07/16/2013  Hits: 4960
Elektron Machinedrum SPS-1 UserWave Software Editor - Mac Version
Elektron Machinedrum SPS-1 UserWave Software Editor - Windowshot! 07/16/2013  Hits: 3704
Elektron Machinedrum SPS-1 UserWave Software Editor - Windows version
OTControl.touchoschot! 06/07/2013  Hits: 2569
Observer's old touchOSC template for controlling the Octatrack.  His site is down now, and I can't help you with the template, but it's a good starting point for touchOSC users.
Lemur template: Octatrack launchpad (basic)hot! 05/12/2013  Hits: 2456

This is a very basic approach for launching loops on an Octatrack using sample chains and a lemur template. I have no intentions nor time to continue working on this, so feel free to do whatever you like with it. There are still lots of features to be added or improvements to be made, but it works in its basic form.

Watch the Youtube demo for an impression: http://youtu.be/vFNGfQUxFPY

 Ronald. 

Lemur template: Analog Four (very basic)hot! 05/12/2013  Hits: 2322

Just a simple starting point for editing the Analog Four with lemur. It uses only the CC parameters. No NRPN used in this template. I have no intentions to continue working on this template, so feel free to do whatever you like with it.

Ronald 

 

trimpadhot! 05/07/2013  Hits: 2930

A bash script to create evenly spaced sample chains using sox

Version 0.6 (updated 9.6.2013)

trimpad takes a set of samples and creates evenly spaced (sample accurate) sample chains, which allow for easy slicing in the Octatrack.

Also see this forum thread:  http://elektron-users.com/index.php?option=com_fireboard&Itemid=28&func=view&id=155708&catid=9

iPad Lemur: Machinedrum Morphor V1.1hot! 04/21/2013  Hits: 2734

The Machinedrum Morphor for iPad Lemur fills some gaps on the Machinedrum. For instance, it features CTR-AL for selected tracks, crossfader/scenes inspired by the Octatrack and LFO-controlled slider movement.

 

Video: http://www.youtube.com/watch?v=oriTp_os8jk

Thread per V1.1: http://www.elektron-users.com/index.php?option=com_fireboard&Itemid=28&func=view&catid=9&id=221418#221605

 Thread per V1.0: http://www.elektron-users.com/index.php?option=com_fireboard&Itemid=28&func=view&id=219429&catid=9 

A4 Sound Sorting Tool for OS Xhot! 04/06/2013  Hits: 2309

This is a little Cocoa app for managing Analog Four sound patches. It's made for renaming and repositioning sounds outside of the A4. You can open as many sounds as you like and send your changes directly to the A4 or save them to disk.

Questions? Thread:  http://elektron-users.com/index.php?option=com_fireboard&Itemid=28&func=view&catid=9&id=219446#219446

Monomachine Ableton Live presethot! 03/03/2013  Hits: 1822

Simple preset I use when I connect my monomachine.

Channel 0: is sending the signal to the selected track on the monomachine

channel 1-6: sends midi to the indivdual tracks corresponding to the track #

 Please add to this if you have any ideas!

Minicommand - OctatrackLiveSketch_V1.0hot! 02/25/2012  Hits: 3110

Hi all,

 This is a firmware i wrote for the Ruin & Wesen mini command for external control of Octatrack FX, as well as porting the Wesen Supatrigga functionality from his MD Live sketch. See notes below.

cheers,

Tyrone

 

//  OT Live Sketch

// Note - this sketch assumes that you have:
//    RAM RECORDER machine on OT Track 5.  From memory I think you need to set the length to be 32 steps / 2 bars long.
//    MD running through a THRU machine on OT Track 6
//    MNM running through a THRU machine on OT Track 7
//    Filter FX assigned to FX block 1 on the THRU and RAM RECORDER machines
//    DJ EQ FX assigned to FX block 2 on the THRU and RAM RECORDER machines
//

// Notes on Variables:  update midi channels below for your setup if required
#define RECORDER_MIDI_CHANNEL (5 - 1)  // OT Track / Midi Channel 5
#define MD_THRU_MIDI_CHANNEL (6 - 1)  // OT Track / Midi Channel 6
#define MNM_THRU_MIDI_CHANNEL (7 - 1) // OT Track / Midi Channel 7
#define TETRA_MIDI_CHANNEL (12 - 1) // Midi Channel 12
#define CC_FX_1_PARAM_1 34  //FILTER BASE
#define CC_FX_1_PARAM_2 35  //FILTER WIDTH
#define CC_FX_2_PARAM_4 43  //EQ LOW GAIN
#define CC_FX_2_PARAM_6 45  //EQ HI GAIN
#define CC_PLAYBACK_PARAM_2 17  //RECORDER START
#define CC_PLAYBACK_PARAM_4 19  //RECORDER RATE

// General Notes - Firmware has two main "modes": 
// 1.0  Mode 1 - "THRU" machine mode.  Give control of FX on THRU machines. 
// 1.01 There are two pages in "THRU" machine mode.  To toggle between the two pages, press button 1 (top left) when in "THRU" machine mode.
// 1.1  Page 1 - DJEq Page - control of Low and Hi EQ for "MD THRU" and "MNM THRU"
// 1.11 Pressing an Encoder will "cut" the EQ to 0 or toggle it back to its previous value.  An asterix is displayed next to the encoder name to show when EQ "cut" is active
// 1.12 Holding Button 2 (bottom left) and pressing an encoder will restore the EQ back to 64 and disable "cut" mode
// 1.2  Page 2 - Filter Page - control of Filter Cutoffs for "MD THRU" and "MNM THRU"
// 1.21 Pressing an Encoder will "cut" the cutoff to 0 (BAS) or 127 (WDT), or toggle it back to its previous value.  An asterix is displayed next to the encoder name to show when EQ "cut" is active
// 1.22 Holding Button 2 (bottom left) and pressing an encoder will restore the cutoff back to 0 (BAS) or 127 (WDT) and disable "cut" mode
// 2.0  Mode 2 - "RAM RECORDER" mode.  Give control of FX on RAM RECORDER machine.
// 2.01 There is only one page for this mode which controls both the DJ EQ and Filter FX.
// 2.02 Functionality is same as above for fx controls
// 3.0  To switch from "THRU" to "RAM RECORD" mode, press button 4 (top right). 
// 3.1  To switch from "RAM RECORD" to "THRU" mode, press button 1 (top left).  Once back in "THRU" mode, subsequent presses of button 1 will switch between the two pages of "THRU" mode
// 4.0  Press button three to activate the wesen supatrigga functionality for the RAM RECORDER machine.  This can be activated from any mode/page.

 

 

MD song list excel spreadsheethot! 06/19/2010  Hits: 2280

Document linked to :http://www.divshare.com/download/11750688-f78 Link created on :Sat, 2010-Jun-19 08:43

 

Excel template I created to help me merge songs.

md+mnm-livesheethot! 03/09/2010  Hits: 5481
A JPG file containing 16 labeled boxes, for you to write in pattern info as a reference for performing live on the machinedrum and monomachine.
<< Start < Prev 1 2 3 Next > End >>
Results 1 - 12 of 33

Login Form

start Player