SA_Toolkit (was MIP2)

Programming applications for making music on Linux.

Moderators: MattKingUSA, khz

User avatar
skei
Established Member
Posts: 337
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 8 times
Been thanked: 57 times
Contact:

SA_Toolkit (was MIP2)

Post by skei »

Image

MIP2 is getting better..

https://github.com/skei/MIP2
https://www.youtube.com/watch?v=b9B6Uk_3ojM

an example.. maybe not the best, but, well..
entire source code for the synth in the beginning of the youtube video:
[edit: after some cleanup, it's only half the length now, probably..]
https://github.com/skei/MIP2/blob/maste ... synth1.cpp
everything is mit licensed, so just look, grab, steal, enjoy, complaint, or whatever.. :-)

(updated SA_BOTAGE next)
Last edited by skei on Wed Jun 07, 2023 12:19 pm, edited 1 time in total.
User avatar
skei
Established Member
Posts: 337
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 8 times
Been thanked: 57 times
Contact:

Re: MIP2

Post by skei »

clap 0.25.0
polyphonic modulations
note expressions
etc, etc...

https://www.youtube.com/watch?v=MivAGENdtF0
User avatar
skei
Established Member
Posts: 337
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 8 times
Been thanked: 57 times
Contact:

Re: MIP2

Post by skei »

hooray!
just got the thread-pool clap extension working properly.
so now we got multithreaded voice processing.
(in addition to all the other clap-specific goodies)
things are looking promising!

all source code on github, as always..
User avatar
skei
Established Member
Posts: 337
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 8 times
Been thanked: 57 times
Contact:

Re: MIP2

Post by skei »

User avatar
skei
Established Member
Posts: 337
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 8 times
Been thanked: 57 times
Contact:

Re: MIP2

Post by skei »

almost back in business..
(no.. gui design is absolutely not one of my strengths..)

Image

everything is on github, as always..
Basslint
Established Member
Posts: 1511
Joined: Sun Jan 27, 2019 2:25 pm
Location: Italy
Has thanked: 382 times
Been thanked: 298 times

Re: MIP2

Post by Basslint »

skei wrote: Tue May 17, 2022 10:20 am almost back in business..
(no.. gui design is absolutely not one of my strengths..)

Image

everything is on github, as always..
One small fix would be to remove the background light-grey rectangle when drawing the widget with rounded corners (the one below the Slices and Split labels).
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: 337
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 8 times
Been thanked: 57 times
Contact:

Re: MIP2

Post by skei »

Basslint wrote: Tue May 17, 2022 11:23 amOne small fix would be to remove the background light-grey rectangle when drawing the widget with rounded corners (the one below the Slices and Split labels).
yeah, absolutely :-)
widgets have a flag ("fillBackground") that is currently switched on as default, while i'm debugging and developing.. painting and event handling is separated, and i haven't focused so much on the visuals yet.. except for some simple testing with gradients and rounded corners.. currently trying to get zooming and scaling to work nicely together with all the existing auto-alignment/layout stuff.. for both bitmaps and vectors and text..
User avatar
skei
Established Member
Posts: 337
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 8 times
Been thanked: 57 times
Contact:

Re: MIP2

Post by skei »

testing, testing..
test_synth1 0.0.4, bitwig 4.3 beta3, clap 0.25.0, polyphonic modulations, note expressions, voice stacking, ...
https://www.youtube.com/watch?v=D20GyaKlW1s
on github, as always:
https://github.com/skei/MIP2
User avatar
skei
Established Member
Posts: 337
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 8 times
Been thanked: 57 times
Contact:

Re: MIP2

Post by skei »

it's evolving..
both the synth and the framework..
(and a bunch of effect plugins, converters/wrappers, etc, that i will tell you more about when the time is right..)

https://www.youtube.com/watch?v=ziObxxOT8pU
User avatar
skei
Established Member
Posts: 337
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 8 times
Been thanked: 57 times
Contact:

Re: MIP2

Post by skei »

Image
User avatar
skei
Established Member
Posts: 337
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 8 times
Been thanked: 57 times
Contact:

Re: MIP2

Post by skei »

will post binaries in a couple of days, after CLAP 1.0 goes public..

Image
User avatar
scott.thomason
Established Member
Posts: 120
Joined: Fri Apr 01, 2022 2:54 am
Has thanked: 16 times
Been thanked: 27 times
Contact:

Re: MIP2

Post by scott.thomason »

Can a control for "Q" be added to the filter?
---scott

LinkedIn
User avatar
skei
Established Member
Posts: 337
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 8 times
Been thanked: 57 times
Contact:

Re: MIP2

Post by skei »

currently i haven't focused much on dsp/audio details.. the synth is more like a prototype, to try to find weird and interesting features and combinations that is nice to play around with, to see what works and what doesn't.. as time goes on, we can add things, smooth out the wrinkles and improve parts bits by bits.. and yeah, the filter(s) is absolutely something worth looking at! the underlying framework is getting into shape now, and the clap parts have stabilized, so now we can start taking 'the next steps'.. and bring back all the old plugins too..
exciting times ahead! :-)
User avatar
skei
Established Member
Posts: 337
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 8 times
Been thanked: 57 times
Contact:

Re: MIP2

Post by skei »

i just set up this discord channel:
https://discord.gg/vhqFsW8qYF
that's where i will post updates and stuff from now on,
so i don't have to spam this forum with my small updates :-)
currently it's an empty ghost-town, of course,
but there's some plugin binaries and youtube videos there already
User avatar
skei
Established Member
Posts: 337
Joined: Sun May 18, 2014 4:24 pm
Has thanked: 8 times
Been thanked: 57 times
Contact:

Re: MIP2

Post by skei »

one file, four formats..
https://www.youtube.com/watch?v=i63v0ucsfQs
win32 version needs a "little" bit more work.. :-D
Post Reply