Hi,
as I see from the sourcecode it is not possible at the moment to have RG act 
as MMC slave. 
I think it would be nice not even to offer this.

This little patch serves this issue

Eckhard
(Hoping that this one is OK)
Index: gui/rosegardenconfigurationpage.cpp
===================================================================
RCS file: /cvsroot/rosegarden/gui/rosegardenconfigurationpage.cpp,v
retrieving revision 1.12
diff -r1.12 rosegardenconfigurationpage.cpp
1456c1456,1457
<     m_mmcTransport->insertItem(i18n("MMC Slave"));
---
>     //MMC master only for now
>     //m_mmcTransport->insertItem(i18n("MMC Slave"));
1459c1460
<     if (mmcMode < 0 || mmcMode > 2) mmcMode = 0;
---
>     if (mmcMode < 0 || mmcMode > 1) mmcMode = 0;
1472c1473,1474
<     m_mtcTransport->insertItem(i18n("MTC Slave"));
---
>     //MMC master only for now
>     //m_mtcTransport->insertItem(i18n("MTC Slave"));
1475c1477
<     if (mtcMode < 0 || mtcMode > 2) mtcMode = 0;
---
>     if (mtcMode < 0 || mtcMode > 1) mtcMode = 0;

Attachment: pgpF2Sa7wr9IG.pgp
Description: PGP signature

Reply via email to