GUI.music ========= .. py:module:: GUI.music Attributes ---------- .. autoapisummary:: GUI.music.logger Classes ------- .. autoapisummary:: GUI.music.MusicVisualiser Module Contents --------------- .. py:data:: logger .. py:class:: MusicVisualiser(track) UI representation of the DJ object. The DJ can live without this, but the visualiser can't live without the DJ :-( .. py:attribute:: dj .. py:attribute:: track .. py:method:: alternate() .. py:method:: visualiser(fft: list) .. py:method:: start() .. py:method:: stop()