/[svn]/jlscp/trunk/src/org/linuxsampler/lscp/Client.java
ViewVC logotype

Diff of /jlscp/trunk/src/org/linuxsampler/lscp/Client.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1353 by iliev, Sun Sep 16 23:15:57 2007 UTC revision 1354 by iliev, Mon Sep 17 23:33:50 2007 UTC
# Line 4807  public class Client { Line 4807  public class Client {
4807          }          }
4808                    
4809          /**          /**
4810             * Removes all instruments and directories and re-creates
4811             * the instruments database structure.
4812             * @throws IOException If some I/O error occurs.
4813             * @throws LscpException If LSCP protocol corruption occurs.
4814             * @throws LSException If the formatting of the instruments database failed.
4815             */
4816            public synchronized void
4817            formatInstrumentsDb() throws IOException, LscpException, LSException {
4818                    verifyConnection();
4819                    out.writeLine("FORMAT INSTRUMENTS_DB");
4820                    if(getPrintOnlyMode()) return;
4821                    
4822                    ResultSet rs = getEmptyResultSet();
4823            }
4824            
4825            /**
4826           * Resets the specified sampler channel.           * Resets the specified sampler channel.
4827           *           *
4828           * @param samplerChn The sampler channel number.           * @param samplerChn The sampler channel number.

Legend:
Removed from v.1353  
changed lines
  Added in v.1354

  ViewVC Help
Powered by ViewVC