Example #1
0
    def init_sound(self):

        """Intialize the sound backend"""

        from openexp import sampler

        sampler.init_sound(self)
Example #2
0
    def init_sound(self):
        """Intializes the sound backend."""

        from openexp import sampler
        sampler.init_sound(self)
Example #3
0
	def init_sound(self):

		"""Intialize the pygame mixer"""

		sampler.init_sound(self)
Example #4
0
    def init_sound(self):
        """Intialize the pygame mixer"""

        sampler.init_sound(self)