Bug 846606
| Summary: | timidity -iA -Oj broken in fc17 with rosegarden | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David W. Legg <dwlegg> |
| Component: | timidity++ | Assignee: | Jindrich Novy <jnovy> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 17 | CC: | chkr, hdegoede, jnovy, pknirsch |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 757316 | Environment: | |
| Last Closed: | 2012-08-10 15:04:27 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
David W. Legg
2012-08-08 08:45:38 UTC
If you want to hear sound through pulseaudio, you should not specify -Oj , -Oj makes timidity send the synthesised midi sound to jack rather then to pulse, so of course timidity won't show up in pavucontrol. If I do: 1) Start timidity: sudo timidity -iA 2) start rosegarden: rosegarden 3) go to studio->Manage midi devices 4) Select General MIDI device, Timidity port 0 as output 5) play a midi file It works fine Thanks Hans, that seems to work nicely on FC17 i686. You do not need the sudo; "timidity -iA" works ok as a normal user. Jack seems to be installed as dependency, but can be ignored. FC17 here I come ... This bug may now be closed, thanks. Oh, the other thing that needs to be said so that record is complete for anyone who stumbles across this report is that you need to add all the timidity users to the 'audio' group in fc17. Otherwise the command timidity -iA will simply yield the error message: permission denied /dev/ etc. This seems better than running timidity as root. Thanks. (In reply to comment #3) > Oh, the other thing that needs to be said so that record is complete for > anyone who stumbles across this report is that you need to add all the > timidity users to the 'audio' group in fc17. Otherwise the command > > timidity -iA > > will simply yield the error message: > > permission denied /dev/ etc. > > This seems better than running timidity as root. Agreed! I did not know about the audio group. |