Package zzub :: Module zzub_classes :: Class Player
[show private | hide private]
[frames | no frames]

Type Player

object --+
         |
        Player

Known Subclasses:
Player

Method Summary
  __init__(self)
  __eq__(self, other)
  __hash__(self)
  __ne__(self, other)
  add_midimapping(self, plugin, group, track, param, channel, controller)
  add_plugin_alias(self, name, uri)
  add_plugin_path(self, path)
  audiodriver_create(self, input_index, output_index)
  audiodriver_destroy(self)
  audiodriver_enable(self, state)
  audiodriver_get_buffersize(self)
  audiodriver_get_count(self)
  audiodriver_get_cpu_load(self)
  audiodriver_get_name(self, index, name, maxLen)
  audiodriver_get_samplerate(self)
  audiodriver_is_input(self, index)
  audiodriver_is_output(self, index)
  audiodriver_set_buffersize(self, buffersize)
  audiodriver_set_samplerate(self, samplerate)
  blacklist_plugin(self, uri)
  clear(self)
  create_plugin(self, input, dataSize, instanceName, loader)
  destroy(self)
  get_automation(self)
  get_bpm(self)
  get_current_sequencer(self)
  get_infotext(self)
  get_loop_enabled(self)
  get_loop_end(self)
  get_loop_start(self)
  get_midimapping(self, index)
  get_midimapping_count(self)
  get_plugin(self, index)
  get_plugin_by_name(self, name)
  get_plugin_count(self)
  get_plugincollection_by_uri(self, uri)
  get_pluginloader(self, index)
  get_pluginloader_by_name(self, name)
  get_pluginloader_count(self)
  get_position(self)
  get_sequence(self, index)
  get_sequence_count(self)
  get_song_end(self)
  get_song_start(self)
  get_state(self)
  get_tpb(self)
  get_wave(self, index)
  get_wave_amp(self)
  get_wave_count(self)
  handle_events(self)
  initialize(self, samplesPerSecond)
  load_bmx(self, fileName)
  load_ccm(self, fileName)
  lock(self)
  lock_tick(self)
  mididriver_close_all(self)
  mididriver_get_count(self)
  mididriver_get_name(self, index)
  mididriver_is_input(self, index)
  mididriver_is_output(self, index)
  mididriver_open(self, index)
  play_wave(self, wave, level, note)
  remove_midimapping(self, plugin, group, track, param)
  save_bmx(self, fileName)
  save_ccm(self, fileName)
  set_automation(self, enable)
  set_bpm(self, bpm)
  set_callback(self, callback, tag)
  set_current_sequencer(self, sequencer)
  set_infotext(self, text)
  set_loop_enabled(self, enable)
  set_loop_end(self, v)
  set_loop_start(self, v)
  set_position(self, tick)
  set_song_end(self, v)
  set_song_start(self, v)
  set_state(self, state)
  set_tpb(self, tpb)
  set_wave_amp(self, amp)
  stop_wave(self)
  unlock(self)
  unlock_tick(self)
  work_stereo(self, numSamples)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
NoneType _handle = None                                                                  
int _hash = 0                                                                     

Class Variable Details

_handle

Type:
NoneType
Value:
None                                                                  

_hash

Type:
int
Value:
0                                                                     

Generated by Epydoc 2.1 on Tue Feb 27 23:31:29 2007 http://epydoc.sf.net