Robin Gareus
8e5e902b5c
Fix sending MMC Start/Stop messages
...
Ardour 5.x slave check was incorrectly ported to A6's TMM:
In Ardour 5 the comparison tested for *not* MTC:
```
if (!dynamic_cast<MTC_Slave*>(_slave)) { ..send MMC.. }
```
Other MMC messages (Record, Locate) are sent unconditionally.
2020-01-27 21:49:53 +01:00
..
2019-09-18 17:37:54 +02:00
2020-01-27 21:49:53 +01:00
2019-08-16 20:00:29 +02:00
2020-01-14 00:52:24 +01:00
2020-01-25 04:17:53 +01:00
2020-01-25 04:07:41 +01:00
2020-01-25 03:40:04 +01:00
2020-01-27 17:43:37 +01:00
2019-12-03 00:23:54 +01:00
2020-01-25 06:20:28 +01:00
2020-01-25 04:07:41 +01:00
2018-10-14 22:06:11 -04:00
2019-09-30 06:30:11 +02:00
2020-01-14 00:52:24 +01:00
2020-01-27 17:43:37 +01:00
2020-01-25 04:07:41 +01:00
2020-01-27 17:43:37 +01:00
2020-01-25 06:20:28 +01:00
2020-01-25 04:07:37 +01:00
2020-01-22 02:00:25 +01:00
2020-01-25 04:07:41 +01:00
2020-01-14 00:52:24 +01:00
2020-01-27 03:31:49 +01:00
2019-09-03 05:01:59 +02:00
2019-08-03 15:53:17 +02:00
2020-01-14 00:52:24 +01:00
2020-01-25 04:07:41 +01:00
2020-01-22 02:00:25 +01:00
2020-01-22 02:00:25 +01:00