com.frinika.tootX.plugins.reverb
Class ReverbServiceProvider

java.lang.Object
  extended by uk.org.toot.service.ServiceProvider
      extended by uk.org.toot.audio.spi.AudioServiceProvider
          extended by com.frinika.tootX.plugins.reverb.ReverbServiceProvider

public class ReverbServiceProvider
extends uk.org.toot.audio.spi.AudioServiceProvider


Field Summary
 
Fields inherited from class uk.org.toot.service.ServiceProvider
description, providerId, providerName, version
 
Constructor Summary
ReverbServiceProvider()
           
 
Method Summary
 uk.org.toot.audio.core.AudioProcess createProcessor(uk.org.toot.audio.core.AudioControls c)
           
 
Methods inherited from class uk.org.toot.audio.spi.AudioServiceProvider
addControls, addControls, createControls, createControls, createControls, lookupDescriptor, lookupName
 
Methods inherited from class uk.org.toot.service.ServiceProvider
accept, add, add, getDescription, getProviderId, getProviderName, getVersion, service, toString, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReverbServiceProvider

public ReverbServiceProvider()
Method Detail

createProcessor

public uk.org.toot.audio.core.AudioProcess createProcessor(uk.org.toot.audio.core.AudioControls c)
Specified by:
createProcessor in class uk.org.toot.audio.spi.AudioServiceProvider