this post was submitted on 26 Jul 2023
68 points (95.9% liked)
Open Source
31094 readers
900 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The algorithm will ideally be written to be portable the first time around, but its starting out on the instrument because I think the stradella bass layout lends itself to controlling the algorithm manually. Pressing a chord button simultaneously declares what notes you want played, the harmonic funtion you expext them to fulfill, and thereby how they should be tuned in relation to eachother. Other control schemes have a bit of ambiguity of intent, which we can work around, bit i think Stradella is better.
As for midi specifications, the instrument will have midi input and MPE output (look into MPE if you're not familiar, great stuff) to controll other digital hardware or software instruments. Once the algorithm is written, I hope it will be repackaged into various other formats (like a VST plugin, or a midi/MPE passthrough that runs on a PC or a dedicated midi hub).
Gotcha - makes sense. Hadn't heard of MPE yet - thanks, I'll check it out.
Regarding the construction of the algorithm to dictate the tuning through the bass input, this sounds very similar to what arpeggiators do - set the tonic note and the scale type, octaves to travel and melodic direction and you're good to go. While I had a hard time finding a readily available example of an actual algorithm, here's a list of free arpeggiator vst plugins that may have developer pages or files you might be able to use as a starting point. I'm thinking that the bass sets the tonic note, reseting the middle C on the melodic keyboard and arranging the subsequent notes in the scale - just like an arpeggiator does, except rather than playing your notes for you, it's arranging the pitch of your inputs.
But then, I'm not familiar with the stradella bass layout at all, so I may be just talking out my ass. Nonetheless, cool project, and I look forward to seeing it when you've got it complete!