RedMstGUI:
Filter:
redMst/Classes (extension) | Red > redMst

RedMstGUI
ExtensionExtension

gui window for RedMst

Description

Use this class for lowest CPU usage. RedMstGUI2 and RedMstGUI3 adds metronome and transport view but takes a little bit more to update.

The GUI takes the following keyboard commands...

escape keygo to next section. Same as RedMst.next
left arrow keygo to previous section. Same as RedMst.prev
right arrow keygo to next section. Same as RedMst.next
space keytoggle RedMst play and stop

Class Methods

.new

Arguments:

size

Fontsize. The default is 24.

skin

This is a GUI.skin. If not gives a special 'red' skin will be provided.

Instance Methods

.dur

How often to redraw the window in beats. The default is 0.25 which means every 16th note. It uses RedMst.clock.

.win

Handle to the actual window created.

Examples