Search found 343 matches

by skei
Mon Apr 08, 2024 11:40 am
Forum: Plugins, Effects and Instruments
Topic: SA_Plugins, clap/linux/(win)
Replies: 8
Views: 637

Re: SA_Plugins, clap/linux/(win)

had a burst of motivation, so i spent a few hours bringing this back from some of my old jesusonic scripts..
(conway's game of life, triggering notes and control changes)..
will continue working on it.. soooo many ideas...

sa_automata.png
sa_automata.png (31.98 KiB) Viewed 104 times
by skei
Wed Apr 03, 2024 10:32 am
Forum: Plugins, Effects and Instruments
Topic: SA_Plugins, clap/linux/(win)
Replies: 8
Views: 637

Re: SA_Plugins, clap/linux/(win)

Ive runned .vst3 in bitwig successfully ;), didnt test clap at the moment. ah, ok, so the wrapper(s) is getting back into shape too, that's nice to hear! :-) BTW - i think you could use git submodule for src/extern/vst3/vst3sdk yeah, maybe... but i use git only for keeping the source code online an...
by skei
Wed Apr 03, 2024 9:52 am
Forum: Plugins, Effects and Instruments
Topic: SA_Plugins, clap/linux/(win)
Replies: 8
Views: 637

Re: SA_Plugins, clap/linux/(win)

thanks! so, generally, clap works in bitwig, vst3 have problems? i haven't spent much time getting neither the wrappers or windows version fully updated to the new toolkit yet.. will focus on linux and clap for a while, until i feel those parts are stable enough.. hearing that the gui works is a big...
by skei
Wed Apr 03, 2024 5:46 am
Forum: Plugins, Effects and Instruments
Topic: SA_Plugins, clap/linux/(win)
Replies: 8
Views: 637

Re: SA_Plugins, clap/linux/(win)

..anybody else?

by skei
Fri Mar 29, 2024 12:41 pm
Forum: Plugins, Effects and Instruments
Topic: SA_Plugins, clap/linux/(win)
Replies: 8
Views: 637

Re: SA_Plugins, clap/linux/(win)

thanks! yeah, the vst3 wrapper is not very stable.. sometimes the plugin loads, mostly not.. needs more work (but not right now).. i tested with carla 2.6.0-alpha1 (i think?), which has some support for clap.. and i noticed the same with qtractor.. according to some dumped stack traces, it seems the...
by skei
Fri Mar 29, 2024 9:43 am
Forum: Plugins, Effects and Instruments
Topic: SA_Plugins, clap/linux/(win)
Replies: 8
Views: 637

SA_Plugins, clap/linux/(win)

hi! here's a bunch of linux clap plugins i hope someone can help me test and report back.. they're all made with the sa_toolkit, everything is coded from scratch, using more or less no external depenencies (except x11, opengl, nanovg).. but i have no idea how it will work or perform on other systems...
by skei
Sat Mar 23, 2024 7:02 pm
Forum: Original Scores & Recordings
Topic: Lethe "Erosion"
Replies: 8
Views: 509

Re: Lethe "Erosion"

thanks a lot!!

by skei
Tue Mar 19, 2024 4:28 pm
Forum: Original Scores & Recordings
Topic: Lethe "Erosion"
Replies: 8
Views: 509

Re: Lethe "Erosion"

For the first couple of seconds I thought, this is way too new agey for me, haha! Cool track, again. thanks! for this project, we like to mix up genres and styles a bit :-) By the way, I listen on bandcamp, and the lyrics contain "when it's over" over and over, which is the title of the p...
by skei
Tue Mar 19, 2024 3:36 pm
Forum: Original Scores & Recordings
Topic: Lethe "Erosion"
Replies: 8
Views: 509

Re: Lethe "Erosion"

skei wrote: Fri Mar 01, 2024 3:51 pm

next single (two weeks) will have less of that :-)

and here it is - "Éternel"
no gloomy video this time, just the cover artwork :-)
https://www.youtube.com/watch?v=zo-qOeM5olM

by skei
Tue Mar 12, 2024 5:06 pm
Forum: Developer's Section
Topic: SA_Toolkit (was MIP2)
Replies: 36
Views: 17226

Re: SA_Toolkit (was MIP2)

a messy 'introduction' of some kind..
or rather, me making a fool of myself for an hour or so..
cringe-worthy and embarassing, but at least it's something..
(hd still processing, yt says 50 minutes left)

https://www.youtube.com/watch?v=pCwEJCNJNdI

by skei
Mon Mar 04, 2024 8:40 am
Forum: Plugins, Effects and Instruments
Topic: sa_toolkit tests
Replies: 0
Views: 141

sa_toolkit tests

should probably have posted this one here instead..
viewtopic.php?p=165471#p165471

by skei
Mon Mar 04, 2024 8:16 am
Forum: Developer's Section
Topic: SA_Toolkit (was MIP2)
Replies: 36
Views: 17226

Re: SA_Toolkit (was MIP2)

ported, and compiled 18 plugins (from all over the place, jesusonic, ladspa, forum posts, own small experiments, etc, etc) and stuffed them inside two claps, one for no-gui, and one for x11 + opengl (3.2).. not very spectacular plugins, mainly for testing the base parts of the sa_toolkit.. but if pe...
by skei
Fri Mar 01, 2024 3:51 pm
Forum: Original Scores & Recordings
Topic: Lethe "Erosion"
Replies: 8
Views: 509

Re: Lethe "Erosion"

thanks!
yeah, the concept for the album is a bit dark and gloomy...
next single (two weeks) will have less of that :-)

by skei
Sat Feb 24, 2024 6:35 pm
Forum: Developer's Section
Topic: SA_Toolkit (was MIP2)
Replies: 36
Views: 17226

Re: SA_Toolkit (was MIP2)

#include "plugin/sat_plugin.h" SAT_DEFAULT_PLUGIN_DESCRIPTOR(myDescriptor,"me/plugin","plugin","me",AUDIO_EFFECT); class myPlugin : public SAT_Plugin { public: SAT_DEFAULT_PLUGIN_CONSTRUCTOR(myPlugin); public: bool init() final { registerDefaultExtensions(); ...
by skei
Sat Feb 24, 2024 5:43 pm
Forum: Linux Music News
Topic: Guitarix.vst v0.2 released
Replies: 11
Views: 1054

Re: Guitarix.vst v0.2 released

Gave it a quick test earlier today.. Threw it on some old guitar DI tracks I had lying around.. Did just some quick tweaks, so haven't tested it very much, but from what I heard so far, this sounds great! And it uses less cpu than the other amp/cab sims I've been using, which is a plus when experime...