/[svn]/linuxsampler/trunk/src/shell/lscp.h
ViewVC logotype

Annotation of /linuxsampler/trunk/src/shell/lscp.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2535 - (hide annotations) (download) (as text)
Tue Apr 15 19:35:35 2014 UTC (10 years, 1 month ago) by schoenebeck
File MIME type: text/x-c++hdr
File size: 528 byte(s)
* LSCP server: optimized server side processing of LSCP shell tasks (caused
  a sluggish behavior, i.e. when using arrow up/down keys in LSCP shell).
* LSCP shell: fixed crash on server disconnection.
* LSCP shell: fixed trash printed on terminal for LSCP documentation
  sometimes.
* Automake: tried to address a compilation error with automake 1.9
  (see bug #216), seems that it did not fix it though.
* Bumped version (1.0.0.svn38).

1 schoenebeck 2535 /*
2     * LSCP Shell
3     *
4     * Copyright (c) 2014 Christian Schoenebeck
5     *
6     * This program is part of LinuxSampler and released under the same terms.
7     */
8    
9     #ifndef LSCP_SHELL_H
10     #define LSCP_SHELL_H
11    
12     // Turn this on if you need to debug something in the LSCP shell. It will cause
13     // a debug log file "lscp.log" to be created and written to on calls to
14     // lscpLog(). Note: the log file will be created / opened in the current working
15     // directory!
16     #define DEBUG_LSCP_SHELL 0
17    
18     void lscpLog(const char* format, ...);
19    
20     #endif // LSCP_SHELL_H

  ViewVC Help
Powered by ViewVC