Zrythm-like Chord Pad plugin

Programming applications for making music on Linux.

Moderators: MattKingUSA, khz

Post Reply
peacefromtheruins
Established Member
Posts: 4
Joined: Thu Aug 10, 2023 6:12 pm
Has thanked: 4 times

Zrythm-like Chord Pad plugin

Post by peacefromtheruins »

Hello! I am thinking about making a plugin that does something similar to what Zrythm's Chord Pad feature does (see picture).

For those who didn't have a chance to use this feature, a short description follows. There are several pads, each can be configured to represent a chord. Clicking pad produces a corresponding midi signal, which can be caught by an instrument, so that you can play chords just by clicking pads.

Are there any similar projects? Is it super difficult to implement? I have some experience in programming, but I have never used LV2 to make plugins and rarely use C in my work.

Motivation: I like Ardour, it's more stable than Zrythm, but I also find that it lacks some useful stuff for composers (like this chords pad or scale highlighting), so I decided to try adding these features via external plugins.

What do you think?

Image

User avatar
Daniele71
Established Member
Posts: 67
Joined: Mon Aug 07, 2023 3:02 pm
Location: Italy
Has thanked: 26 times
Been thanked: 14 times
Contact:

Re: Zrythm-like Chord Pad plugin

Post by Daniele71 »

There's Midi Chord from x42, not exactly the same thing but maybe useful as starting point

https://x42-plugins.com/x42/x42-midifilter

My music: Youtube
GeekOsDaw: GeekOsDaw

tavasti
Established Member
Posts: 2059
Joined: Tue Feb 16, 2016 6:56 am
Location: Kangasala, Finland
Has thanked: 375 times
Been thanked: 209 times
Contact:

Re: Zrythm-like Chord Pad plugin

Post by tavasti »

peacefromtheruins wrote: Wed Nov 29, 2023 7:22 am

Hello! I am thinking about making a plugin that does something similar to what Zrythm's Chord Pad feature does (see picture).

For those who didn't have a chance to use this feature, a short description follows. There are several pads, each can be configured to represent a chord. Clicking pad produces a corresponding midi signal, which can be caught by an instrument, so that you can play chords just by clicking pads.

Are there any similar projects? Is it super difficult to implement? I have some experience in programming, but I have never used LV2 to make plugins and rarely use C in my work.

I have used this windows plugin to implement same thing. Can program any chords and inversions to midi notes
https://www.kvraudio.com/product/midich ... t-piz-here

If you start programming, making clone of InstaChord ( https://www.waproduction.com/plugins/view/instachord-2 ) might be good idea. Or sure, there is some things that are missing in it, so you could do better.

Linux veteran & Novice musician

Latest track: https://www.youtube.com/watch?v=ycVrgGtrBmM

User avatar
Impostor
Established Member
Posts: 1392
Joined: Wed Aug 17, 2022 1:55 pm
Has thanked: 148 times
Been thanked: 366 times

Re: Zrythm-like Chord Pad plugin

Post by Impostor »

Tonespace?

peacefromtheruins
Established Member
Posts: 4
Joined: Thu Aug 10, 2023 6:12 pm
Has thanked: 4 times

Re: Zrythm-like Chord Pad plugin

Post by peacefromtheruins »

Thank you all for your answers!

Tonespace looks like exactly what I need! I'll give it a try before moving any farther)
I like midiChords' design, might be worth looking at it too, but it seems like it doesn't have a lot of support nowadays. So, it may be a good idea to copy it and make it LV2 instead of VST. But copying InstaChord may be too ambitious for me, anyway, thanks for the recommendation.

peacefromtheruins
Established Member
Posts: 4
Joined: Thu Aug 10, 2023 6:12 pm
Has thanked: 4 times

Re: Zrythm-like Chord Pad plugin

Post by peacefromtheruins »

UPD: I have tried Tonespace. It seems rather like an advanced version of circle of fifths, good to know, but it's not what I have expected) And, also, it's proprietary (

tavasti
Established Member
Posts: 2059
Joined: Tue Feb 16, 2016 6:56 am
Location: Kangasala, Finland
Has thanked: 375 times
Been thanked: 209 times
Contact:

Re: Zrythm-like Chord Pad plugin

Post by tavasti »

peacefromtheruins wrote: Thu Nov 30, 2023 1:00 pm

I like midiChords' design, might be worth looking at it too, but it seems like it doesn't have a lot of support nowadays.

Something that just works doesn't need much support :-)

Linux veteran & Novice musician

Latest track: https://www.youtube.com/watch?v=ycVrgGtrBmM

Post Reply