Add is_realtime() method to jack_controller

git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@8 bfe161da-02ef-4cea-8c43-ae261ea21ac6
This commit is contained in:
nedko 2007-12-15 18:50:43 +00:00
parent 36f91ef010
commit 2589ba337f
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ class jack_controller:
def is_started(self):
return self.iface.IsStarted()
def is_realtime(self):
return self.iface.GetEngineParameterValueBool("realtime")
def get_load(self):
return self.iface.GetLoad()