-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation #1
Comments
Added a README document which lists current key shortcus. @Wohlstand a key |
for the readme, on latest linux mint, libuv-dev is not present, it seems it's "libuv1-dev" instead |
This appears correct thanks, just checked. |
How do I provide and specify soundfonts and which formats are supported by each plugin? ; Path of directory opened initially
initial-path =
; Selected device for MIDI output
midi-out-device =
; Selected device for synthesis
synth-device = Fluidsynth
; Sample rate of synthesized audio stream (Hz) [22050:192000]
synth-sample-rate = 44800.000000
; Latency of synthesized audio stream (ms) [1:500]
synth-audio-latency = 50.000000
; Theme of the graphical interface
theme = default
; Force software rendering in case of graphical problems
force-software-renderer = false
; Scale factor of the display
scale-factor = 1
[effects]
Bass Enhance = 0
Bass amount = 50
Bass tone = 50
EQ = 0
EQ Low = 50
EQ Mid-Low = 50
EQ Mid = 50
EQ Mid-High = 50
EQ High = 50
Reverb = 0
Reverb amount = 50
Reverb size = 10 Not seeing plugin soundfont options in the config. |
The synth plugins have their own ini files, starting with |
More precisely, timidity++ and fluidsynth accept SF2 soundfont files. adlmidi and opnmidi accept WOPL and WOPN files. See also |
Good to know. Probably belongs to documentation. Perhaps to the GUI as well… No DLS soundfont support? |
Timidity++ definitely doesn't, Fluidsynth might support it, I've never checked it. |
Write documentation on controlling the software.
Provide a key description in the software, and also figure out correct usage of keyboard layout with SDL. (currently scancodes are used)
The text was updated successfully, but these errors were encountered: