Am Mittwoch, 17. August 2016 07:37 CEST, "R.L. Horn"
schrieb:
> On Sun, 14 Aug 2016, Ben Gonzales wrote:
>
> > I edited the patch file to change the "\" to "/" in the filenames.
>
> > Unfortunately I couldn't do a global search and replace as there are
> > other "\"s that are valid.
On Sun, 14 Aug 2016, Ben Gonzales wrote:
I edited the patch file to change the "\" to "/" in the filenames.
Unfortunately I couldn't do a global search and replace as there are
other "\"s that are valid.
sed '/^diff/s/\\/\//g'
Just sayin'. :)
__
Plus I just realized that even if the channels work like I'm hoping,
how in the world do I actually use them? My MIDI files can only have
information for indicating one of 16 channels so how would I tell
FluidSynth to use channel 17? I guess there could be a specific
control_code or something to i
Hi everyone,
I'm working on a project that generates music and allows the user to
use any tuning I can figure out how to include. I'm also rendering the
music in MIDI and using pitch bend for the alternate tunings. Since
MIDI has 16 channels and pitch bend applies to every note on a channel
this e