Module Editor :: Class Importer
[hide private]
[frames] | no frames]

Class Importer

source code

Task.Task --+    
            |    
   View.Layer --+
                |
               Importer

Song importer.

This importer needs two OGG tracks for the new song; one is the background track and the other is the guitar track. The importer will create a blank note and info files and copy the tracks under the data directory.

Instance Methods [hide private]
 
__init__(self, engine) source code
 
hidden(self) source code
 
run(self, ticks) source code

Inherited from View.Layer: isBackgroundLayer, render, shown

Inherited from Task.Task: started, stopped

Method Details [hide private]

__init__(self, engine)
(Constructor)

source code 
Overrides: Task.Task.__init__

hidden(self)

source code 
Overrides: View.Layer.hidden

run(self, ticks)

source code 
Overrides: View.Layer.run