Package de.sciss.meloncillo.plugin

Examples of de.sciss.meloncillo.plugin.PlugInManager


    m = new HashMap( 2 );
    m.put( KEY_CLASSNAME, "de.sciss.meloncillo.transmitter.SimpleTransmitter" );
    m.put( KEY_HUMANREADABLENAME, "Simple Transmitter" );
    collTransmitterTypes.add( m );

    new PlugInManager( this )// singleton
   
    // ---- init prefs ----

    final double prefsVersion = prefs.getDouble( PrefsUtil.KEY_VERSION, 0.0 );
    if( prefsVersion < APP_VERSION ) {
View Full Code Here

TOP

Related Classes of de.sciss.meloncillo.plugin.PlugInManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.