You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Processing tab of the foo_midi menu or in the "View" tab on the FB2K toolbar, can there be two sliders to change the pitch and tempo? Sekaiju has the ability to do that, so hopefully it would be feasible on here, too! If I pitch shift with FB2K components not related to foo_midi, the MIDI might sound distorted since MIDIs are not audio files, and the rendering of the MIDI is confused for an audio file which ignores the soundfont pitch mapping; Sekaiju demonstrates the proper way MIDIs can be pitch-shifted, I am hoping that and its tempo-changing feature can similarly be ported onto foo_midi!
Another note: for MIDI players, are there plans to add one that accesses the system MIDI output devices, like OmniMIDI (which is what I use, it is a great piece of software)?
The text was updated successfully, but these errors were encountered:
Pitch and tempo at first look seem relatively easy to implement if it comes down to modifying the Note On commands and the Tempo messages.
MIDI output devices are out of scope unless they can respond with a buffer of samples. foo_midi is not a sequencer and neither is foobar2000. I need to supply a buffer of samples to fb2k to get some output. The various MIDI engines currently used have an API for that.
Pitch and tempo at first look seem relatively easy to implement if it comes down to modifying the Note On commands and the Tempo messages.
MIDI output devices are out of scope unless they can respond with a buffer of samples. foo_midi is not a sequencer and neither is foobar2000. I need to supply a buffer of samples to fb2k to get some output. The various MIDI engines currently used have an API for that.
Ah, that sounds great regarding the pitch and tempo; I understand what you mean regarding MIDI output devices, what I was really looking for is to select from a list of soundfonts and being able to select multiple to overlap each other in the BASSMIDI player, similar to what OmniMIDI does
I've been wrestling with overlapping DLS soundfonts with varying success. The specs are confusing (or I'm not smart enough, which I don't rule out). I intend to dive deeper in it once foo_uie_webview is more mature.
In the Processing tab of the foo_midi menu or in the "View" tab on the FB2K toolbar, can there be two sliders to change the pitch and tempo? Sekaiju has the ability to do that, so hopefully it would be feasible on here, too! If I pitch shift with FB2K components not related to foo_midi, the MIDI might sound distorted since MIDIs are not audio files, and the rendering of the MIDI is confused for an audio file which ignores the soundfont pitch mapping; Sekaiju demonstrates the proper way MIDIs can be pitch-shifted, I am hoping that and its tempo-changing feature can similarly be ported onto foo_midi!
Another note: for MIDI players, are there plans to add one that accesses the system MIDI output devices, like OmniMIDI (which is what I use, it is a great piece of software)?
The text was updated successfully, but these errors were encountered: