amminadabz

joined 2 years ago
[–] amminadabz 5 points 1 year ago (1 children)

Man, this sure does mean something.

I'll let somebody else figure out what, but I can tell it's something.

[–] amminadabz 13 points 1 year ago (2 children)

Ive been on the phone for an hour and they wont let me fucking cancel

[–] amminadabz 9 points 1 year ago

As an engineer, i dont know how to feel about this. On the one hand, 19.99999 = 20. But on the other hand, 3^3 - 3 = 24.

[–] amminadabz 3 points 1 year ago
[–] amminadabz 1 points 1 year ago

C++ is the only language I have any experience with, and it's a common enough choice for embedded development that i didnt see a need to learn a different language. If i had a programmer join who could work on the firmware and show me the ropes, id be willing to consider another language.

[–] amminadabz 2 points 1 year ago

Thanks! Render is by a friend of mine, based on my concept sketch

[–] amminadabz 3 points 1 year ago* (last edited 1 year ago) (1 children)

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).

[–] amminadabz 2 points 1 year ago* (last edited 1 year ago)

There are a few ways.

  • The tuning root can be played manually (aloud or just for tuning) on the bass keyboard

  • another open source algorithm whose name has left me can recognize chords in real time and my algorithm can tune based on that

  • players can write a midi tuning track ahead of time to play along with

[–] amminadabz 1 points 2 years ago
[–] amminadabz 1 points 2 years ago

Thats the issue, yeah. I haven't manually read the pins yet, but I just found something strange.

I connected an LED to one of the column pins to see whether the MCU was sending scanning voltage, and it was. Then I put it in parallel to a row pin to see if the switches were returning that scanning voltage when pressed, and they were. Then I noticed that whenever I added the led to a row pin, the serial monitor showed keypresses for all the keys on that row, and the inverse when I removed the LED.

So, apparently, this whole time the key matrix library has been designed to work with a pull down resistor rather than reading return voltage. My whole PCB is modeled after mechanical keyboards, so it was not designed for pull down resistors. Now I must rewrite parts of the library or find one meant for a keyboard-style circuit.

[–] amminadabz 2 points 2 years ago (1 children)

Yeah, I've got a website for the project, https://www.unrestrictedinstrumentworks.com , and a few more renders, https://imgbox.com/g/4XNOa34EWX

If you are interested in contributing, I'd love the help!

[–] amminadabz 3 points 2 years ago

Herein lies the philosophical conundrum: if it looks like a duck, and is the size of a duck, is it not indeed now a duck?

view more: ‹ prev next ›