Any way to see which instrument we are on when sending Program Change command? #76
matheustavaresdev
started this conversation in
General
Replies: 1 comment 1 reply
-
The general idea behind this software is - as you say - to create banks that have the best presets from each soundfont you want to use. Or maybe the presets that are most useful for a given performance, musical style, etc. Of course if you find a way to hack/work around it that suits your particular purpose then go for it! A few bits of info that might help:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! First of all thanks for your work! This has been working seamlessly since install!
But, before using your app, I was using fluidsynth only, and I would load a soundfont, and would use the Program Change command (type=
Program Change
| Channel=1 | Data = 0-127) to change instruments of a soundfont (I guess that's how it's called, I've just bought my first keyboard and it's a midi one so not very used to it yet!). With fluidsynth, I was able to run a command on it's terminal, and see all the list of instruments there (command for that on fluidsynth:inst 1
). But when running./headlesspi.py
, I'm only able to see which Patch I'm changing, which means that if I just want to load one font and change between it's instruments, I'd have to create many many patches.I think that in the future, I will take notes of the best sounds on a soundfont and create a bank just for them (Unless, in the end, this is the real goal of the code) but, as of now, I only have the LCD display on my keyboard (Nektar LX61+) and it will only give me some direction when ussing the Program Change command... It will display a number from 0-127. I'm planning on buying an LCD display for the rpi, so I can show exactly what I'm doing or which patch at least it's on, but until that, I can only rely on those numbers from 0-127... So I was wondering if there were any way to see this... The instrument I'm changing to, or if what I'm doing should be considered a "hack" and its not the proposal of this application (that might be the case, still getting around it haha)
I also saw another discussion to run
./headlesspi.py --interactive
but this doesn't seem to work anymore, not sure if it would give more info about what's going on, or if there's some sort of verbose argument to be passed...Beta Was this translation helpful? Give feedback.
All reactions