
Nocturn support for Mac users
2020-08-24
(3.08 years ago)
In April of this year, I started porting the 11nocturn external to Mac. It ended up in a nearly complete rewrite but now, the C source code is completely cross-platform and released on github.
The object comes with many improvements like internal buffering of in- / output and an outlet, reporting the connection state. Next, I'm going to release an updated Nocturn4Live device because that's what this external was made for.
The source code maybe interessting because libusb can be used to connect to a lot of devices without writing your own drivers.
11nocturn external source code
Furthermore, the 11clicks external code has been cleaned up and is available at github.

11strokes 2020
2020-07-30
(3.15 years ago)
An update for the 11strokes Max external to support the missing keypad / numpad keys.
http://www.11olsen.de/code/max-objects/11strokes
Cleaned up the code and combined Win & OSX version into a github repository.
https://github.com/11ols/11strokes
More new externals are in the pipeline and already released ones will be given an update in near future.
The source code of all free externals by 11olsen.de will be available on Github in near future.

Random Simpler 0.8.1 and ffmpeg external
2018-01-24
(5.67 years ago)
Sorry for doing progress so infrequently here. Lately, I mainly did Max C-external developement. Some of the results are implemented in the current Random Simpler M4L device version. The 11ffload external is used to load audio files without blocking the current thread. I'm not going into details now, in short, it allows to load+prelisten an audio file very fast. You can download the 64-bit 11ffload external for OSX and Windows for free. (source code included)
Another thing you won't find anywhere else is drag 'n drop of files FROM Max / Max4Live to a target. I can now build a custom file browser based on meta data of audio files and their slices. That is something i wanted to do for years but "drag and drop of files" was the missing building block.