dssi_list_plugins(1) General Commands Manual dssi_list_plugins(1)NAME
dssi_list_plugins - list available DSSI plugins
SYNOPSIS
dssi_list_plugins [-v|--verbose]
DESCRIPTION
dssi_list_plugins scans a list of directories specified by the environment variable DSSI_PATH, looking for DSSI (or LADSPA) shared
libraries. It reports each library found, and lists the plugins contained within the library. It ignores subdirectories and libtool *.la
files; otherwise it will complain if any of the files found are not DSSI or LADSPA shared libraries.
OPTIONS -v
--verbose
Causes dssi_list_plugins to be more verbose in its reporting. It will note conditions which are typically ignored by most DSSI
hosts, yet may indicate problems, including malformed or unreadable components of DSSI_PATH, directories which contain no plugin
libraries, libraries which appear more than once in the DSSI_PATH, and libraries which contain no plugins.
ENVIRONMENT
DSSI_PATH
A colon-separated list of directories to scan for DSSI plugins.
CONFORMING TO
DSSI RFC version 1.0.
SEE ALSO dssi_analyse_plugin(1), http://dssi.sourceforge.net/
June 23rd, 2010 dssi_list_plugins(1)
Check Out this Related Man Page
MUSE(1) General Commands Manual MUSE(1)NAME
MusE - MIDI/Audio Sequencer
SYNOPSIS
muse [ options ] [ file ]
DESCRIPTION
MusE is a MIDI/Audio sequencer that can also record and edit sound files, apply effects and filters from an intuitive graphical interface.
It is based on the Linux-specific ALSA interface for audio i/o. The Jack Audio Connection Kit is used for routing. LADSPA-compliant plug-
ins allow to extend the list of available effects.
The optional file argument denotes a project file in MusE-internal format that is loaded on startup. Project files can also be loaded
later on through the graphical menu.
OPTIONS -a Use a dummy audio backend instead of real audio i/o.
-d Start in debugging mode without real-time threads.
-D Enable verbose debugging messages.
-h Display usage information.
-I Do not attempt to load any DSSI plugins.
-l xx Force locale to the language/country code xx.
-L Do not se LASH.
-m Provide debugging messages about midi input events.
-M Provide debugging messages about midi output events.
-p Do not attempt to load any LADSPA plugins.
-P n Set scheduling priority of real-time threads to n (Dummy only, default 40. Else fixed by Jack.).
-s Provide debugging messages about sync events.
-v Print version information.
-V Do not attempt to load any VST plugins.
-y Enable Python control support.
-Y n Force midi real time priority to n.
SEE ALSO
MusE provides an integrated help system in the graphical user interface.
AUTHORS
MusE was written by Werner Schweer, Robert Jonnson, Mathias Lundgren, Frank Neumann, Joachim Schiele, Tim Donnelly, Nil Geisweiller, Orcan
Ogetbil and others.
This manual page was originally written by Daniel Kobras <kobras@debian.org> for the Debian GNU/Linux system (but may be used by others).
It was updated later by Orcan Ogetbil for MusE2.
December 2010 MUSE(1)
Is there is any command to list all files and directories without displaying it size and other infromation.
I want t0 store the files and subdirectories in a file.
Thanks in advance (4 Replies)
checking for X... no
configure: error: X development libraries not found
I'm on a mac, trying to install GTK+. got the error above.
could someone please let me know for x development libraries, what do i really need specifically????
this is sorta emergency because if i don't sort this out... (7 Replies)
Hi Everyone
I have written an installer dependant on several shared libraries. I am attempting to strip the full path from these dependant libraries using the chatr command via a script file but am having no success. Running ldd on the intaller exe fails with the following error. Cant open... (4 Replies)
can someone explain whether my understanding is correct
lets suppose we have a program that uses library x.
if x is static then the code of x will be part of our program, so if we're going to have 5 executables of our program, then each executable will have x as part of it.
Also, x does not... (2 Replies)
hi everyone,
I need fftw3 libraries (FFTW Installation on the MacOS) but I can't succeed in installing them on my Mac OSX.
I tried with "./configure make make install" procedure, fink and macports but my programs always ask me "fftw.h" files?
can you help me?
thank you!!
... (12 Replies)
I'm a rookie to C and i'm looking for some libraries to learn,something likes the C++ STL or Boost ,does any1 can tell me some of them?Thanks a lot:)
Eric (3 Replies)
We have a huge makefile composing of inclusion of libraries, objects and system libraries to generate a binary.
How do we find out that which of the libraries we can remove in the most efficient way? Doing hit and trial method is a waste of time and can during the linking with some post linking... (12 Replies)
Hi
I have a jfs2 filesystem named /software in my aix 5.3 box.
Please note that there are a lot of subdirectories under /software?
I need to know the count of how many total files and directories are present under that mount point /software ?
For example if by some commands we find that there... (3 Replies)
Maybe this is the wrong forum, but...
after upgrading one of our HMCs from 7.3.5 to 7.7.5 we detected two problems:
- older problem files ( /info/en_US/eclipse/plugins/p7eai/heapdump... , /opt/ccfw/data/vr ) are not deleted by chhmcfs
- HMC-scheduled backups via ftp to our nim-server don't run... (2 Replies)
Does anyone know whether it is possible to make self contained shared libraries ? (.so files). If so, what is the way to do it ?
---------- Post updated at 08:03 AM ---------- Previous update was at 07:56 AM ----------
On Solaris that is. (6 Replies)