getClockList

This command returns a list of all available Format Clocks.

Sample Request

<mmRequest command="getClockList" station="StationID" />

Request Notes

This will return the clock code and name. If you are using MusicMaster CS and the clock is stored in a folder, the folder name will also be returned.

Sample Reply

<mmReply command="getClockList" station="StationID" status="ok">
	<contents>
		<clocks>
			<clock code "AA" name="Clock AA" folder="" />
			<clock code "AB" name="Clock AB" folder="" />
			<clock code "AC" name="Clock AC" folder="" />
		</clocks>
	</contents>
</mmReply>

Reply Notes

None

Compatibility and Version Info

Available in MusicMaster PRO 8.0.15 or later.

Available in MusicMaster CS 2.5.0.12 or later.