Hello people,
I am working on my bachelor thesis project, a part of which requires detecting what notes a bass player is playing in real time (supposing that only one note is being played at the time) from software.
After trying some existing software libraries (that had an hard time detecting pitch below 70hz reliably, if at all) I decided that the best solution might be using external hardware/software:
I am working on my bachelor thesis project, a part of which requires detecting what notes a bass player is playing in real time (supposing that only one note is being played at the time) from software.
After trying some existing software libraries (that had an hard time detecting pitch below 70hz reliably, if at all) I decided that the best solution might be using external hardware/software:
- on the software side, I tried using the ReaTune VST from Reaper to convert pitch to MIDI, to them pipe the output to my software stack: this approach yields decent results, but the delay is not great and the detection is kind of un reliable
- on the hardware side, I thought about getting one of those guitar/bass to MIDI devices, like this one: sonuus - Music Products Designed in the UK. I do own a BOSS GT-001 and the guitar to midi function on this effect processor is good enough for this project, but it does not work on bass (same detection problem below 70hz as before).