This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 2jul2026 [2026/07/02 08:13] – lars | 2jul2026 [2026/07/07 12:35] (current) – lars | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| Version 2.20 was another big release, adding support to both Ableton Link and Link Audio. Link Audio means you can stream audio from one app to another that supports Link Audio, for instance from VividTracker to Ableton Live for further post-processing or just integrate the two for a great live show! Version 2.21 was just a bug fix, fixing glitches in the audio that was caused by Ableton Link integration. | Version 2.20 was another big release, adding support to both Ableton Link and Link Audio. Link Audio means you can stream audio from one app to another that supports Link Audio, for instance from VividTracker to Ableton Live for further post-processing or just integrate the two for a great live show! Version 2.21 was just a bug fix, fixing glitches in the audio that was caused by Ableton Link integration. | ||
| - | {{youtube> | + | {{youtube> |
| ** Version 2.22 ** | ** Version 2.22 ** | ||
| Line 55: | Line 55: | ||
| ===== VividShaper ===== | ===== VividShaper ===== | ||
| - | The last update of VividShaper was from September last year (v1.4), where I added in new features such as portamento, legato, and a new effects routing system with delays and reverbs that could be connected with each other. Since then, I been working on a big update, which is why you haven' | + | The last update of VividShaper was from September last year (v1.4), where I added in new features such as portamento, legato, and a new effects routing system with delays and reverbs that could be connected with each other. Since then, I been working on a big update, which is why you haven' |
| - | ** Version | + | ** Version |
| - | This version is just about done and includes: | + | This version is just about done. It will be released in a few days and includes: |
| * A totally new browsing system for patches. Instead of using a drop down menu, we now get two tables in a patch view. The first table is for categories and the other table is for patches within the chosen category. Categories are, as before, based on the hash-tags that you use to categories each patch. Within this patch view, you can also preview patches. Just select a new patch and you will be able to play it, but you need to press the load button if you want to replace the old patch with the new one. | * A totally new browsing system for patches. Instead of using a drop down menu, we now get two tables in a patch view. The first table is for categories and the other table is for patches within the chosen category. Categories are, as before, based on the hash-tags that you use to categories each patch. Within this patch view, you can also preview patches. Just select a new patch and you will be able to play it, but you need to press the load button if you want to replace the old patch with the new one. | ||
| Line 65: | Line 65: | ||
| * Better sound. In the current version, especially at higher notes, you get some noise caused by aliasing. The aliasing filter I used worked in part, but the one that comes with this version is much better. | * Better sound. In the current version, especially at higher notes, you get some noise caused by aliasing. The aliasing filter I used worked in part, but the one that comes with this version is much better. | ||
| * A new filter. The current filter functions only filter the actual wave forms. This is very useful of course, because it means you can filter a wave form and the continue to modify the filtered version of that wave form, but the resonance effect doesn' | * A new filter. The current filter functions only filter the actual wave forms. This is very useful of course, because it means you can filter a wave form and the continue to modify the filtered version of that wave form, but the resonance effect doesn' | ||
| + | * A few new envelope functions. | ||
| + | * Tutorials. There will be a tutorials category in the factory patch list, starting with the first five added to this release. These tutorials will also be featured on my YouTube channel, where you will be able to see how they get built. More tutorials and patches will be added soon (use the " | ||
| + | This is how the new patch view looks like (but without the debug option): | ||
| + | {{ : | ||
| + | This is how the new editor looks like: | ||
| + | {{ : | ||
| + | ** Version 2.1: Live coding music akin to Strudel, Sonic Pi, SuperCollider, | ||
| + | I started month ago adding a new MIDI generator in VividShaper. VividShaper has already some limited MIDI-features, | ||
| + | |||
| + | I started with the idea of adding a new function that I called VSPlay() that would be able to send MIDI-notes to other plugins. It was suppose to be similar to the PLAY command on the Commodore 128 (and Commodore 65 / MEGA65). For instance, you should be able to write "PLAY ("O3 Q C D E F") and it would play these four notes after each other as quarter notes on octave 3. | ||
| + | |||
| + | It works as intended, but then I wanted to add more features beyond what PLAY gives you. Strudel has a much richer set of commands, allowing you to make algorithmic music. But Strudel has its own limitations. It is mostly focused on live coding and there is no time line. All commands play notes independently. You can add code that makes them play according to a time line, but that isn't what it is built for. | ||
| + | |||
| + | The PLAY command from the C128/ | ||
| + | |||
| + | For VividShaper, | ||
| + | |||
| + | This is a huge update in its own regard and I may split it up into smaller releases too (v1.6 is the big update). | ||
| + | |||
| + | ** Version 2.x: Wav support ** | ||
| + | |||
| + | In the version coming after Live Coding, (version 2.2 maybe), the idea is to add support for wav-files. Each generator will then be able to play back samples and you will be able to loop these or even so jump within the samples akin to a granular synth. Granular synthesis allow you to produce abstract textures, complex drones, and shimmering ambiences by playing grains (tiny fragments) of the samples in different speeds and densities. In VividShaper, | ||
| + | |||
| + | ** Version 2.y: Programmable UI and LED show ** | ||
| + | |||
| + | I already have some test code for both these features. Let's start with programmable UI. You can currently write out text in the oscillator view, which helps in debugging things like "what is the cutoff frequency of that filter" | ||
| + | |||
| + | Another thing I have been working on is support to send MIDI-messages to a BBC micro:bit that can then light up different LEDs in a LED-ring. I got the ZIP Halo HD from Kitronik, but it will not be limited to this one: | ||
| + | |||
| + | https:// | ||
| + | |||
| + | For instance, you will be able to also connect a LED-list of up to 60 LEDs where you will be able to program the colour of each LED independently, | ||
| + | |||
| + | Combine this with live coding and wav support, and you can create really cool live shows and run everything within AUM. | ||
| + | |||
| + | |||
| + | |||