MIP2

Programming applications for making music on Linux.

Moderators: MattKingUSA, khz

User avatar
skei
Established Member
Posts: 312
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 6 times
Been thanked: 49 times
Contact:

Re: MIP2

Post by skei »

an awkward and whimsical introduction to MIP2.. :-)
https://www.youtube.com/watch?v=AqYM2jxlX1c
User avatar
skei
Established Member
Posts: 312
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 6 times
Been thanked: 49 times
Contact:

Re: MIP2

Post by skei »

clap-as-vst3 wrapper more or less done..
i just need to add one extra line to the source code:

Code: Select all

#include "plugin/vst3/mip_vst3_entry.h"
and recompile.. no build setup, no external libraries, no nonsense.. :-)
standalone executable, using an internal mini-host is already in place..
vst2 next..

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

cosmetics and aesthetics clearly not a high priority yet..
source code on github (the framework/toolkit, not the plugin(s) themselves)
Basslint
Established Member
Posts: 1449
Joined: Sun Jan 27, 2019 2:25 pm
Location: Italy
Has thanked: 353 times
Been thanked: 281 times

Re: MIP2

Post by Basslint »

skei wrote: Sun Oct 09, 2022 1:34 pm clap-as-vst3 wrapper more or less done..
Can this be used by plugins which doesn't use any other parts of MIP2? The first CLAP plugins are coming out and this could be useful for making them available in DAWs which don't support CLAP (Ardour!).
The community of believers was of one heart and mind, and no one claimed that any of his possessions was his own, but they had everything in common. [Acts 4:32]

Please donate time (even bug reports) or money to libre software 🎁

Jam on openSUSE + GeekosDAW!
User avatar
skei
Established Member
Posts: 312
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 6 times
Been thanked: 49 times
Contact:

Re: MIP2

Post by skei »

Basslint wrote: Mon Oct 10, 2022 6:30 amCan this be used by plugins which doesn't use any other parts of MIP2? The first CLAP plugins are coming out and this could be useful for making them available in DAWs which don't support CLAP (Ardour!).
at the moment, it's quite tailor-made for MIP2, but i don't think it would need much work to make it into a more generic wrapper, actually.. i have thought about doing that, so we'll see.. generally, mip2 is set up so you can use just what you need/want.. but there are other, more generic and much better wrappers coming! and from what i hear, some of these are pretty close to being finished and ready for release..
User avatar
skei
Established Member
Posts: 312
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 6 times
Been thanked: 49 times
Contact:

Re: MIP2

Post by skei »

User avatar
skei
Established Member
Posts: 312
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 6 times
Been thanked: 49 times
Contact:

Re: MIP2

Post by skei »

windows versions are slowly progressing, too..
no gui yet..
windows is alien, so i have to relearn everything from scratch :-/
compiling with mingw, testing in wine..

Image
User avatar
skei
Established Member
Posts: 312
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 6 times
Been thanked: 49 times
Contact:

Re: MIP2

Post by skei »

MIP2 -> SA_Toolkit

  1. make it work (MIP2)
  2. make it 'right' (SA_Toolkit)
  3. make it fast/nice/... (the plugins, mine or yours)

:D

github, youtube, discord

Post Reply