startup
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 301
Data::Startup 0.04
Data::Startup is a Perl module with startup options class, override, config methods. more>>
SYNOPSIS
######
# Subroutine interface
#
use Data::Startup qw(config override);
$options = override(%default_options, @option_list );
$options = override(%default_options, @option_list );
$options = override(%default_options, %option_list );
@options_list = config(%options );
($key, $old_value) = config(%options, $key);
($key, $old_value) = config(%options, $key => $new_value );
($key, $old_value) = config(%options, $key => $new_value );
@old_options_list = config(%options, @option_list);
@old_options_list = config(%options, @option_list);
@old_options_list = config(%options, %option_list);
######
# Object interface
#
use Data::Startup
$startup_options = $class->Data::Startup::new( @option_list );
$startup_options = $class->Data::Startup::new( @option_list );
$startup_options = $class->Data::Startup::new( %option_list );
$options = $startup_options->override( @option_list );
$options = $startup_options->override( @option_list );
$options = $startup_options->override( %option_list );
@options_list = $options->config( );
($key, $old_value) = $options->config($key);
($key, $old_value) = $options->config($key => $new_value );
($key, $old_value) = $options->config($key => $new_value );
@old_options_list = $options->config(@option_list);
@old_options_list = $options->config(@option_list);
@old_options_list = $options->config(%option_list);
# Note: May use [@option_list] instead of @option_list
# and {@option_list} instead of %option_list
Many times there is a group of subroutines that can be tailored by different situations with a few, say global variables. However, global variables pollute namespaces, become mangled when the functions are multi-threaded and probably have many other faults that it is not worth the time discovering.
As well documented in literature, object oriented programming do not have these faults. This program module class of objects provide the objectized options for a group of subroutines or encapsulated options by using the methods directly as in an option object.
The Data::Startup class provides a way to input options in very liberal manner of either
- arrays, reference to an array, or reference to hash to a
- reference to an array or reference to a hash
- reference to a hash
- referene to an array
- many other combos
without having to cut and paste specialize, tailored code into each subroutine/method.
<<less######
# Subroutine interface
#
use Data::Startup qw(config override);
$options = override(%default_options, @option_list );
$options = override(%default_options, @option_list );
$options = override(%default_options, %option_list );
@options_list = config(%options );
($key, $old_value) = config(%options, $key);
($key, $old_value) = config(%options, $key => $new_value );
($key, $old_value) = config(%options, $key => $new_value );
@old_options_list = config(%options, @option_list);
@old_options_list = config(%options, @option_list);
@old_options_list = config(%options, %option_list);
######
# Object interface
#
use Data::Startup
$startup_options = $class->Data::Startup::new( @option_list );
$startup_options = $class->Data::Startup::new( @option_list );
$startup_options = $class->Data::Startup::new( %option_list );
$options = $startup_options->override( @option_list );
$options = $startup_options->override( @option_list );
$options = $startup_options->override( %option_list );
@options_list = $options->config( );
($key, $old_value) = $options->config($key);
($key, $old_value) = $options->config($key => $new_value );
($key, $old_value) = $options->config($key => $new_value );
@old_options_list = $options->config(@option_list);
@old_options_list = $options->config(@option_list);
@old_options_list = $options->config(%option_list);
# Note: May use [@option_list] instead of @option_list
# and {@option_list} instead of %option_list
Many times there is a group of subroutines that can be tailored by different situations with a few, say global variables. However, global variables pollute namespaces, become mangled when the functions are multi-threaded and probably have many other faults that it is not worth the time discovering.
As well documented in literature, object oriented programming do not have these faults. This program module class of objects provide the objectized options for a group of subroutines or encapsulated options by using the methods directly as in an option object.
The Data::Startup class provides a way to input options in very liberal manner of either
- arrays, reference to an array, or reference to hash to a
- reference to an array or reference to a hash
- reference to a hash
- referene to an array
- many other combos
without having to cut and paste specialize, tailored code into each subroutine/method.
Download (0.073MB)
Added: 2007-02-15 License: Perl Artistic License Price:
982 downloads
AmarokFS Startup Script 1.1
AmarokFS Startup Script simply provides a shortcut for starting AmarokFS (Amarok Full Screen) from within Amarok itself. more>>
AmarokFS Startup Script simply provides a shortcut for starting AmarokFS ("Amarok Full Screen") from within Amarok itself.
AmarokFS itself can be downloaded from: http://www.kde-apps.org/content/show.php?content=52641
Installation:
Download the .amarokscript.tar file and install it with Amaroks script installer.
Usage:
Upon startup, the script will automatically look for the "amarokFS" executable in your PATH, and if not found, will prompt you for its location.
Once the script is running, you will have an "AmarokFS" menu entry in your playlist popup menu; now simply select "Run Amarok Full Screen" to activate AmarokFS.
The script can also be configured to use an amarokFS executable other than the one detected in the users PATH.
<<lessAmarokFS itself can be downloaded from: http://www.kde-apps.org/content/show.php?content=52641
Installation:
Download the .amarokscript.tar file and install it with Amaroks script installer.
Usage:
Upon startup, the script will automatically look for the "amarokFS" executable in your PATH, and if not found, will prompt you for its location.
Once the script is running, you will have an "AmarokFS" menu entry in your playlist popup menu; now simply select "Run Amarok Full Screen" to activate AmarokFS.
The script can also be configured to use an amarokFS executable other than the one detected in the users PATH.
Download (0.030MB)
Added: 2007-03-29 License: GPL (GNU General Public License) Price:
941 downloads
Game Server Startup Script 1.1
Game Server Startup Script project is a startup script to manage dedicated game servers like Quake3. more>>
Game Server Startup Script project is a startup script to manage dedicated game servers like Quake3.
Game Server Startup Scripts is a startup script to manage a wide variety of Linux dedicated game servers. It can start/stop/restart/fix dedicated game servers like Quake3, Half Life, Tribes 2, UT2K4, BF1942 and others.
It uses qstat through cron to validate that a game is running as expected. If a game is not running as expected, the game is automatically restarted from the script through cron.
GSSS was written becuase I wanted a way to start up a variety of games in a standard way. Then I also wanted to make sure the games stayed running even after a crash.
So I wrote this perl script. It will start games and through a cron job make sure they stay running. If you have qstat installed it can also verify the game is running like it is suppose to be and not in some strange state where no one can play.
If the game is running but unresponsive, it kills it and starts it again. You can also stop running games cleanly as well.
Games supported by "Game Server Startup Script":
- Quake2
- Quake3
- RTCW
- Half Life
- Unreal
- UT2K3
- UT2K4
- Tribes 2
- NWN
- BF1942
- ET
Enhancements:
- Very minor changes, minor readme changes, clean up
<<lessGame Server Startup Scripts is a startup script to manage a wide variety of Linux dedicated game servers. It can start/stop/restart/fix dedicated game servers like Quake3, Half Life, Tribes 2, UT2K4, BF1942 and others.
It uses qstat through cron to validate that a game is running as expected. If a game is not running as expected, the game is automatically restarted from the script through cron.
GSSS was written becuase I wanted a way to start up a variety of games in a standard way. Then I also wanted to make sure the games stayed running even after a crash.
So I wrote this perl script. It will start games and through a cron job make sure they stay running. If you have qstat installed it can also verify the game is running like it is suppose to be and not in some strange state where no one can play.
If the game is running but unresponsive, it kills it and starts it again. You can also stop running games cleanly as well.
Games supported by "Game Server Startup Script":
- Quake2
- Quake3
- RTCW
- Half Life
- Unreal
- UT2K3
- UT2K4
- Tribes 2
- NWN
- BF1942
- ET
Enhancements:
- Very minor changes, minor readme changes, clean up
Download (0.014MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1084 downloads

AXIGEN Mail Server StartUp Edition 5.0.1
AXIGEN FREE mail server - (E)SMTP, POP3, IMAP4, Webmail server and support more>> AXIGEN Office Edition is a FREE, reliable and secure Linux and FreeBSD mail server intended for home users and small companies. AXIGEN Mail Server, offering integrated mail services and basic support, can successfully replace several open source applications.
This is a full-featured version, available free of charge, part of a time-limited promotional offer. This type of license offered is perpetual and you will get to keep it even if this promotion expires.
AXIGEN is available for many Linux distributions (Gentoo, Redhat/Fedora Core, Slackware, Debian, Ubuntu, Mandrake/Mandriva, SUSE), for BSD platforms and for Solaris.
Main AXIGEN services:
1. Mail transfer is ensured by SMTP / ESMTP modules, which include a powerful Mail Processing engine with an API (Application Programming Interface) for custom filtering.
2. Message retrieval is performed through IMAP4 or POP3 protocols with special tools for connectivity control and host authentication management.
3. The Webmail module provides improved security and efficiency and allows users anywhere on the Internet to access and send mails from their Web browsers.
All services are controlled from centralized WEB / CLI Administration, enabling full control of the email traffic.
AXIGEN Mail Server Specifications:
Mail Services
- SMTP/ESMTP, POP3, IMAP4 and Webmail
- SSL/TLS encryption
Connectivity and architecture:
- Multithreaded engine with module thread control
- Simultaneous resource access
- Mail storage with index based access
- In depth connection control
- WebMail available in 21 languages
- Firewall-like communication rules
- User authentication: plain, login, CRAM MD5
Server Security
- Multilevel filtering system
- Integration with 16 Antivirus and AntiSPAM applications
- Script interface for external custom filters
Download your copy now!<<less
Download (18.52MB)
Added: 2009-04-09 License: Freeware Price: Free
197 downloads
Other version of AXIGEN Mail Server StartUp Edition
License:Freeware
License:Freeware
Shttp 0.0.1
Shttp is a partial implementation of HTTP/1.1. more>>
Shttp is a partial implementation of HTTP/1.1. The project does not conform to the RFC but works well enough to serve static content in a experimental/educational context.
The module consists of well under 1000 LoC making it an excellent example of what can be done with ServerKit with little effort and a great learning tool for those getting started with ServerKit programming.
Usage:
It is advised that you read the ServerKit documentation before trying to use this module, as most of the basic usage is simply using ServerKit, nothing specific to this module.
Due to the simple nature of this module it does not include a personality template and it is not expected that you would use it under daemontools.
Instead, the module sources include a simple startup script to run it "in-tree" without installing it in the system. There is still a c11n file included which gets used "in-tree" as well. See below for the configuration options.
<<lessThe module consists of well under 1000 LoC making it an excellent example of what can be done with ServerKit with little effort and a great learning tool for those getting started with ServerKit programming.
Usage:
It is advised that you read the ServerKit documentation before trying to use this module, as most of the basic usage is simply using ServerKit, nothing specific to this module.
Due to the simple nature of this module it does not include a personality template and it is not expected that you would use it under daemontools.
Instead, the module sources include a simple startup script to run it "in-tree" without installing it in the system. There is still a c11n file included which gets used "in-tree" as well. See below for the configuration options.
Download (0.013MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
950 downloads
ivata groupware 0.11.3
ivata groupware is a free Groupware/Exchange/Intranet system. more>>
ivata groupware is a free Groupware/Exchange/Intranet system. It comes with a web-based front-end.
Main features:
- find contacts in team and private address books
- post articles & notes
- comment on articles
- receive notifications via mail
- plan meetings and other events in the calendar
- access email via the web
Enhancements:
- This release fixes a bug in the startup script affecting Tomcat 5.0.x.
- You only need to upgrade if you are experiencing start-up problems on that platform.
<<lessMain features:
- find contacts in team and private address books
- post articles & notes
- comment on articles
- receive notifications via mail
- plan meetings and other events in the calendar
- access email via the web
Enhancements:
- This release fixes a bug in the startup script affecting Tomcat 5.0.x.
- You only need to upgrade if you are experiencing start-up problems on that platform.
Download (10MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
1476 downloads
Crystal Audio 2.0
CrystalAudio is a FVWM-Crystal configuration tuned for use on an audio workstation. more>>
CrystalAudio is a FVWM-Crystal configuration tuned for use on an audio workstation. It has many new applications for the menu, including many sound-related applications and improved sound controls. The project launches qjackctl at startup.
The final goal of the project is to make the FVWM-Crystal menu compatible with the freedesktop specification and to provide some tools to generate the menu entries and icons from desktop and icon files provided by the applications in the system.
Enhancements:
- generate-fvwm-crystal-menu work with both new and old type application desktop files, so it is time for the 2.0 version.
- A lot of debugging have been done on that script: See the ChangeLog for the details.
- Added support for stalonetray in all the recipes.
<<lessThe final goal of the project is to make the FVWM-Crystal menu compatible with the freedesktop specification and to provide some tools to generate the menu entries and icons from desktop and icon files provided by the applications in the system.
Enhancements:
- generate-fvwm-crystal-menu work with both new and old type application desktop files, so it is time for the 2.0 version.
- A lot of debugging have been done on that script: See the ChangeLog for the details.
- Added support for stalonetray in all the recipes.
Download (3.2MB)
Added: 2007-03-20 License: GPL (GNU General Public License) Price:
954 downloads
Firefox Quickstarter 0.1
Firefox Quickstarter its a modified version of MozillaQs for faster startup of Firefox broswer. more>>
Mozilla Quickstarter is an small kde utility that runs in the SystemTray and runs a hidden instance of Mozilla.
You can execute navigato or mail program from Mozilla Quickstarter. As I am a beginner kde programmer, its based on the original code of another application: OpenOffice.org Quickstarter.
Main features:
- Runs a hide instance of Mozilla
- You can launch navigator and mail.
- Autostart when launching Kde.
Enhancements:
- Added a tgz package for Slackware 10.2 thanks to Slacky.it
<<lessYou can execute navigato or mail program from Mozilla Quickstarter. As I am a beginner kde programmer, its based on the original code of another application: OpenOffice.org Quickstarter.
Main features:
- Runs a hide instance of Mozilla
- You can launch navigator and mail.
- Autostart when launching Kde.
Enhancements:
- Added a tgz package for Slackware 10.2 thanks to Slacky.it
Download (0.041MB)
Added: 2005-11-09 License: GPL (GNU General Public License) Price:
1448 downloads
XChat2 plugin
XChat2 plugin helps you to use BMPx from within XChat, including remote control. more>>
XChat2 plugin helps you to use BMPx from within XChat, including remote control, add files to playlist from file or library, select bookmarked audio stream and having XChat interact with your IRC channel (displaying current track played) with a customizable look.
Usage:
You need to have Python plugin loaded first and then load bmp-xchat-plugin.py file. To autoload the plugin at startup, just copy it to your ~/.xchat2 directory. Then run /bmp help in xchat to have the list of supported commands.
<<lessUsage:
You need to have Python plugin loaded first and then load bmp-xchat-plugin.py file. To autoload the plugin at startup, just copy it to your ~/.xchat2 directory. Then run /bmp help in xchat to have the list of supported commands.
Download (0.040MB)
Added: 2006-08-15 License: GPL (GNU General Public License) Price:
1178 downloads
ScitePM 1.6.8
ScitePM is a lightweight, Gtk-based project manager for use with the SciTE editor. more>>
ScitePM is a lightweight, Gtk-based project manager for use with the SciTE editor. It allows the user to organize a set of files as a project, like most IDEs, and then open them within SciTE.
ScitePM uses the SciTE "Director" interface to communicate with SciTE. Note also that SciTE must be named "SciTE" or "scite" to allow ScitePM to correctly launch it. If this is not the case on your system, create a symlink something like this:
ln -s /usr/local/bin/scite_exec_blah_blah ~/bin/scite (Obviously that assumes that SciTE is /usr/local/bin/scite_exec_blah_blah on your system)
Usage:
ScitePM is very simple to use. Click the "Open Project," "Save Project," or "Add Files" buttons to do the obvious things. Right-click on the main pane of the app to add files or groups (i.e. folders). Drag and drop folders and files within the app to arrange to your satisfaction.
To open a file, double-click it or highlight it and press return/enter. Note that the SciTE executable must be named "SciTE" for ScitePM to launch it!
The command line syntax for scitepm is:
scitepm [-q|--quiet] [-v|--version] [-h|--help] [project-path]
-q | --quiet = do not show the "About" dialog at startup.
-v | --version = print the application version to stdout at startup
-h | --help = print the usage (what youre reading now) to stdout
[project-path] = the path to a ScitePM project file to load at startup
Enhancements:
- rrwood - 2006/05/27 - Activate SciTE via "_NET_ACTIVE_WINDOW" message to ewmh-compliant window manager
<<lessScitePM uses the SciTE "Director" interface to communicate with SciTE. Note also that SciTE must be named "SciTE" or "scite" to allow ScitePM to correctly launch it. If this is not the case on your system, create a symlink something like this:
ln -s /usr/local/bin/scite_exec_blah_blah ~/bin/scite (Obviously that assumes that SciTE is /usr/local/bin/scite_exec_blah_blah on your system)
Usage:
ScitePM is very simple to use. Click the "Open Project," "Save Project," or "Add Files" buttons to do the obvious things. Right-click on the main pane of the app to add files or groups (i.e. folders). Drag and drop folders and files within the app to arrange to your satisfaction.
To open a file, double-click it or highlight it and press return/enter. Note that the SciTE executable must be named "SciTE" for ScitePM to launch it!
The command line syntax for scitepm is:
scitepm [-q|--quiet] [-v|--version] [-h|--help] [project-path]
-q | --quiet = do not show the "About" dialog at startup.
-v | --version = print the application version to stdout at startup
-h | --help = print the usage (what youre reading now) to stdout
[project-path] = the path to a ScitePM project file to load at startup
Enhancements:
- rrwood - 2006/05/27 - Activate SciTE via "_NET_ACTIVE_WINDOW" message to ewmh-compliant window manager
Download (0.056MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1196 downloads
Tupsmand 0.6.1
Tupsmand is the core of the Tecnoupman manager. more>>
Tecnoupman project is a manager/monitor for the UPS Tecnoware Adv. Tecnoware (FIRENZE), only supplies a payment proprietary cable and software.
So, even if the UPS is equipped of RS-232 interface its not possible, without spent a lot of money, to manage the UPS directly from the PC.
Ive tried several times to contact the Tecnoware (firenze), but ive obtained zero support and zero technical infos about the UPSes and the cables pinouts. The cable, in fact, is a non standard one.
USAGE:
After that youve compiled the sources, and connected the UPS to Serial Port, youre ready to use the manager/monitor. Tupsmand is the core of the system. It can monitor and manage the power and the shutdown of the server/ups.
Youve to startup the daemon using a command like:
revolution#tupsmand /etc/tupsmand.conf
after startup, tupsmandll daemonize monitoring all the parameters from the
UPS. All paramters for the startup, must be specified in the config file:
tupsman.conf, like this format:
DEBUGL=1<<less
So, even if the UPS is equipped of RS-232 interface its not possible, without spent a lot of money, to manage the UPS directly from the PC.
Ive tried several times to contact the Tecnoware (firenze), but ive obtained zero support and zero technical infos about the UPSes and the cables pinouts. The cable, in fact, is a non standard one.
USAGE:
After that youve compiled the sources, and connected the UPS to Serial Port, youre ready to use the manager/monitor. Tupsmand is the core of the system. It can monitor and manage the power and the shutdown of the server/ups.
Youve to startup the daemon using a command like:
revolution#tupsmand /etc/tupsmand.conf
after startup, tupsmandll daemonize monitoring all the parameters from the
UPS. All paramters for the startup, must be specified in the config file:
tupsman.conf, like this format:
DEBUGL=1<<less
Download (0.018MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
977 downloads
Metacity 2.18.5
Metacity is a lightweight window manager written by Havoc Pennington from Red Hat. more>>
Metacity is a lightweight window manager written by Havoc Pennington from Red Hat. The first version was 2.3, which was released in 2001. Metacity is implemented with the GTK+ 2.x toolkit, and so integrates well with the GNOME 2.x platform.
In fact the intention is to remove the traditional separation between window manager and desktop, and present to the user a single desktop interface.
This means that the limited configuration options available for Metacity are shown as desktop options, not as Metacity options (although there is an optional "Metacity-setup" panel which conflicts with this approach).
Enhancements:
This release fixes a problem with KDE applications appearing to request attention when the user switched workspaces.
- Only activate windows which change their startup ID if the new ID differs from the old. (Thomas) [#400167]
<<lessIn fact the intention is to remove the traditional separation between window manager and desktop, and present to the user a single desktop interface.
This means that the limited configuration options available for Metacity are shown as desktop options, not as Metacity options (although there is an optional "Metacity-setup" panel which conflicts with this approach).
Enhancements:
This release fixes a problem with KDE applications appearing to request attention when the user switched workspaces.
- Only activate windows which change their startup ID if the new ID differs from the old. (Thomas) [#400167]
Download (2.9MB)
Added: 2007-06-18 License: LGPL (GNU Lesser General Public License) Price:
859 downloads
SharpConstruct 0.12 RC3
SharpConstruct is an OpenGL graphics application that supports real-time sculpting of polygon meshes. more>>
SharpConstruct project is a 3D modeling program designed to paint depth on to polygon models in real-time. Unlike traditional modeling programs, SharpConstruct makes it easy to quickly model organic shapes.
There is no need to even look at a wireframe (unless you want to). Instead, the model is manipulated much like clay -- push or pull an area, smooth it, make a hollow or a hill.
The entire process is both simple and organic; you wont need years of modelling experience to create detailed models in SharpConstruct.
SharpConstruct is licensed under the GNU General Public License; all the libraries it uses are also Free Software.
Enhancements:
- This release makes saving more reliable and fixes a startup crash.
<<lessThere is no need to even look at a wireframe (unless you want to). Instead, the model is manipulated much like clay -- push or pull an area, smooth it, make a hollow or a hill.
The entire process is both simple and organic; you wont need years of modelling experience to create detailed models in SharpConstruct.
SharpConstruct is licensed under the GNU General Public License; all the libraries it uses are also Free Software.
Enhancements:
- This release makes saving more reliable and fixes a startup crash.
Download (0.32MB)
Added: 2006-05-19 License: GPL (GNU General Public License) Price:
1259 downloads
Tecnoupman 0.1.1a
Tecnoupman project is a manager/monitor for the UPS Tecnoware Adv. more>>
Tecnoupman project is a manager/monitor for the UPS Tecnoware Adv. Tecnoware (FIRENZE), only supplies a payment proprietary cable and software.
So, even if the UPS is equipped of RS-232 interface its not possible, without spent a lot of money, to manage the UPS directly from the PC.
Ive tried several times to contact the Tecnoware (firenze), but ive obtained zero support and zero technical infos about the UPSes and the cables pinouts. The cable, in fact, is a non standard one.
USAGE:
After that youve compiled the sources, and connected the UPS to Serial Port, youre ready to use the manager/monitor. Tupsmand is the core of the system. It can monitor and manage the power and the shutdown of the server/ups.
Youve to startup the daemon using a command like:
revolution#tupsmand /etc/tupsmand.conf
after startup, tupsmandll daemonize monitoring all the parameters from the
UPS. All paramters for the startup, must be specified in the config file:
tupsman.conf, like this format:
DEBUGL=1<<less
So, even if the UPS is equipped of RS-232 interface its not possible, without spent a lot of money, to manage the UPS directly from the PC.
Ive tried several times to contact the Tecnoware (firenze), but ive obtained zero support and zero technical infos about the UPSes and the cables pinouts. The cable, in fact, is a non standard one.
USAGE:
After that youve compiled the sources, and connected the UPS to Serial Port, youre ready to use the manager/monitor. Tupsmand is the core of the system. It can monitor and manage the power and the shutdown of the server/ups.
Youve to startup the daemon using a command like:
revolution#tupsmand /etc/tupsmand.conf
after startup, tupsmandll daemonize monitoring all the parameters from the
UPS. All paramters for the startup, must be specified in the config file:
tupsman.conf, like this format:
DEBUGL=1<<less
Download (0.028MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
976 downloads
qtpod 1.1
qtpod is a Qt application which can control your Line6 POD 2.0 and POD Pro via MIDI. more>>
qtpod is a Qt application which can control your Line6 POD 2.0 and POD Pro via MIDI. Currently, only the ALSA MIDI sequencer API is supported.
Usage:
To configure your MIDI settings use the "-m" option on the command line to set the MIDI channel your POD listens on. The first MIDI channel is "0". This is also the default if no "-m" option is given and the default MIDI channel of the POD.
To connect the qtpod application to an ALSA sequencer port at startup use the "-c" option with the numeric client and port ID as arguments. You can find out the numeric IDs of your MIDI hardware by looking at the output of aconnect -i -l.
Alternatively you can use aconnect to connect your midi ports after qtpod has started, or some GUI tool like alsa-patch-bay or qjackctl.
Enhancements:
- A scrollview was added as a toplevel widget, so qtpod can be resized.
- Window geometry is restored on startup.
<<lessUsage:
To configure your MIDI settings use the "-m" option on the command line to set the MIDI channel your POD listens on. The first MIDI channel is "0". This is also the default if no "-m" option is given and the default MIDI channel of the POD.
To connect the qtpod application to an ALSA sequencer port at startup use the "-c" option with the numeric client and port ID as arguments. You can find out the numeric IDs of your MIDI hardware by looking at the output of aconnect -i -l.
Alternatively you can use aconnect to connect your midi ports after qtpod has started, or some GUI tool like alsa-patch-bay or qjackctl.
Enhancements:
- A scrollview was added as a toplevel widget, so qtpod can be resized.
- Window geometry is restored on startup.
Download (0.010MB)
Added: 2006-08-01 License: zlib/libpng License Price:
1182 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above startup search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Contact Us | Submit Software | Advertise with us | Terms and Conditions | Privacy Policy | Publisher List | Browse Categories | Blog | Discussion Board
Copyright (c)2005-2009 WareSeeker.com. All rights reserved.
Copyright (c)2005-2009 WareSeeker.com. All rights reserved.
