SuperCollider CLASSES (extension)

KtlLoopGui

(Undocumented class)
Source: /home/egor/.local/share/SuperCollider/downloaded-quarks/KtlLoop/Classes/KtlLoop.sc
Inherits from: EventLoopGui : JITGui : Object

Description

This class is missing documentation.

Class Methods

Inherited class methods

Instance Methods

Inherited instance methods

Undocumented instance methods

-addScaleItems (lineWidth, height)

-checkUpdate

-getState

-makeViews (options)

Help template

Copy and paste the text below and save to HelpSource/Classes/KtlLoopGui.schelp

TITLE:: KtlLoopGui
summary:: (put short description here)
categories:: Undocumented classes
related:: Classes/SomeRelatedClass, Reference/SomeRelatedStuff, etc.

DESCRIPTION::
(put long description here)


CLASSMETHODS::


INSTANCEMETHODS::

METHOD:: addScaleItems
(describe method here)

ARGUMENT:: lineWidth
(describe argument here)

ARGUMENT:: height
(describe argument here)

returns:: (describe returnvalue here)

METHOD:: checkUpdate
(describe method here)

returns:: (describe returnvalue here)

METHOD:: makeViews
(describe method here)

ARGUMENT:: options
(describe argument here)

returns:: (describe returnvalue here)

METHOD:: getState
(describe method here)

returns:: (describe returnvalue here)


EXAMPLES::

code::
(some example code)
::