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
The programs mixes use of libasound API, and of external commands and /proc interface.
To clean up things, all should be converted to ALSA API.
It shouldn't require to have the command aconnect.
See src/organMIDIIn.C.
File copy
Don't call external cp, particularly with unquoted shell arguments.
If the home directory has special shell characters or spaces, it fails.
The programs mixes use of libasound API, and of external commands and /proc interface.
To clean up things, all should be converted to ALSA API.
It shouldn't require to have the command
aconnect
.See
src/organMIDIIn.C
.Don't call external
cp
, particularly with unquoted shell arguments.If the home directory has special shell characters or spaces, it fails.
horgand/src/organ.C
Lines 953 to 954 in e790c4f
The text was updated successfully, but these errors were encountered: