Squinktronix Harmony discussion thread

Meander is similar, I have called it “weak A.I.” at times, by which I mean “expert system”.

1 Like

If I were not at work right now I would be day dreaming about cool modules to make…

1 Like

@mosphaere : what about a feature like this? Oh, I should have shown the tooltip. “X-pose” is in scale degrees, not semitones.

1 Like

That looks interesting. How does it work? It looks like the second Harmony is set to the 5th degree, playing a Gmaj while C is fed into Root. That would add the 7th and 9th to the first Cmaj on the first Harmony. That should work! Elegant solution.

1 Like

Yeah. In this particular UI, the second one is set to +4 - transpose up four scale degrees. Of course it was simple to implement, because Harmony is already quantizing to scale degrees in the selected scale, so I just needed to add a simple offset at that stage.

2 Likes

What is the range of the X-pose? If 1-7, it would be fun to have a CV input for that with 1scaledegree/volt. If you remember, I use some scale degrees CV’s in Meander for circle control and melody sequencing via my “octal radix” in the form of degree.octave .

Yeah CV would be nice. It’s currently -7 to 7. Which is of course redundant…

1 Like

Here’s a new version. I has the Xpose shown above, and it has a 5 sample trigger delay that is normally on, but can be shut off from the context menu (just like the Arpeggiator and some of my older modules). Release latest test release, all platforms · squinkylabs/SqHarmony · GitHub

1 Like

Is the trigger delay in the context menu functional? I failed to detect any change in behavior.

I think it is. I tested it a bit. It’s only 5 samples. I can check it more if not working. And of course the trigger on CV change has to be off or that can mess things up.

I got it to work now, thanks. I just needed to disable “retrig. on notes and CV” as well.

yeah, I think there may be something wrong there. Or it’s just that the cv always wiggles around and messes it up. Looking at the code that thing cv + trigger might be the default, but probably it’s a bad default?

I’m continuing to play with the newest releases of Harmony and Arpeggiator. What would you say the primary use case for the X-pose is? I may have gotten hung up on a tangent. I was trying to use the patches above with X-pose and PMR to create a 9th chord. I failed miserably. Was that a tangent that still doesn’t work as imagined above? After coming out of the PMR, there are 8 channels active I don’t see how we could get a 9th chord out of that. Of course you were running the output into an Arpeggiator, so maybe you were able to simulate a 9th chord arpeggiation but not a 9th chord itself?

if you xpose up 4 scale degrees you should get a harmony that’s a “fifth” above the other one. It’s true that an 8 note “9th chord” is something of a monstrosity. I expect it would have lots of doublings in the root and some in the third and fifth, none in the 7th and 9th. It’s definitely not “proper” by any rules I know, but it does get more notes in there.

If it makes usable sounds I’d say it’s a good feature. If everyone hates it it’s a bad feature.

Thanks. I am recalibrated now. Yes, this is a usable sound.

Selecting an “inside-out” Arpegiattor pattern on this 8 note 9th chord produces a bit of a jazzy feel.

yeah, I like “inside out”, too.

1 Like

I attempted to post here about the final version of Harmony and Arpeggiator, but the forum software said my post was too similar to the last one, and wouldn’t let me post it.

If you are interested, head over to the thread “Squinkytronix Arpeggiator discussion thread”.

Hi, Noob question. How to add the Squinktonicx Harmony to the vcv rack library?? Thnx

There is a process for a developer to add an open source plugin to the library. But, as I stated above, I am not going to be doing that.

You mean this will NEVER be available from/in the VCV Library ? Only from GitHub ?