/[svn]/linuxsampler/trunk/linuxsampler.kdevelop
ViewVC logotype

Annotation of /linuxsampler/trunk/linuxsampler.kdevelop

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (hide annotations) (download)
Sun Jan 18 20:31:31 2004 UTC (20 years, 2 months ago) by schoenebeck
File size: 4510 byte(s)
* Added JACK support: Audio rendering process is now callback based and
  independant of used audio output system. Interfaces to other audio output
  systems can be added by creating a class derived from abstract base class
  'AudioIO' and embedding the new class into linuxsampler.cpp.
* src/audiothread.cpp: applied patch from Vladimir Senkov which fixes
  hanging notes in conjunction with the sustain pedal

1 schoenebeck 9 <?xml version = '1.0'?>
2     <kdevelop>
3     <general>
4     <author>Benno Senoner and Christian Schoenebeck</author>
5     <email>linuxsampler-devel@lists.sourceforge.net</email>
6     <version>0.1</version>
7     <projectmanagement>KDevAutoProject</projectmanagement>
8     <primarylanguage>C++</primarylanguage>
9     <keywords>
10     <keyword>C++</keyword>
11     <keyword>Code</keyword>
12     </keywords>
13     <projectdirectory>.</projectdirectory>
14     <absoluteprojectpath>false</absoluteprojectpath>
15     <description/>
16     <ignoreparts/>
17     <secondaryLanguages/>
18     </general>
19     <kdevautoproject>
20     <general>
21     <activetarget>src/linuxsampler</activetarget>
22     <useconfiguration>debug</useconfiguration>
23     </general>
24     <run>
25     <mainprogram>src/linuxsampler</mainprogram>
26     <terminal>true</terminal>
27     <directoryradio>executable</directoryradio>
28     <runarguments>
29     <linuxsampler/>
30     </runarguments>
31     <customdirectory>/</customdirectory>
32     <programargs/>
33     <autocompile>true</autocompile>
34     <envvars/>
35     </run>
36     <configurations>
37     <optimized>
38     <builddir>optimized</builddir>
39     <ccompiler>GccOptions</ccompiler>
40     <cxxcompiler>GppOptions</cxxcompiler>
41     <f77compiler>G77Options</f77compiler>
42     <cxxflags>-O2 -g0</cxxflags>
43     </optimized>
44     <debug>
45     <configargs>--enable-debug=full</configargs>
46     <builddir>debug</builddir>
47 schoenebeck 31 <ccompiler>kdevgccoptions</ccompiler>
48     <cxxcompiler>kdevgppoptions</cxxcompiler>
49     <f77compiler>kdevpgf77options</f77compiler>
50 schoenebeck 9 <cxxflags>-O0 -g3</cxxflags>
51 schoenebeck 31 <topsourcedir/>
52     <cppflags/>
53     <ldflags/>
54     <ccompilerbinary/>
55     <cxxcompilerbinary/>
56     <f77compilerbinary/>
57     <cflags/>
58     <f77flags/>
59 schoenebeck 9 </debug>
60     </configurations>
61     <make>
62     <envvars>
63     <envvar value="1" name="WANT_AUTOCONF_2_5" />
64     <envvar value="1" name="WANT_AUTOMAKE_1_6" />
65     </envvars>
66     <abortonerror>false</abortonerror>
67     <numberofjobs>1</numberofjobs>
68     <dontact>false</dontact>
69     <makebin/>
70     </make>
71     </kdevautoproject>
72     <kdevfilecreate>
73     <filetypes/>
74     <useglobaltypes>
75     <type ext="cpp" />
76     <type ext="h" />
77     </useglobaltypes>
78     </kdevfilecreate>
79     <kdevfileview>
80     <groups>
81     <group pattern="*.h" name="Header files" />
82     <group pattern="*.cpp" name="Source files" />
83     <hidenonprojectfiles>false</hidenonprojectfiles>
84     </groups>
85     <tree>
86     <hidenonprojectfiles>false</hidenonprojectfiles>
87     <hidepatterns>*.o,*.lo,CVS</hidepatterns>
88     </tree>
89     </kdevfileview>
90     <kdevcvs>
91     <cvsoptions>-f</cvsoptions>
92     <commitoptions></commitoptions>
93     <addoptions></addoptions>
94     <logoptions></logoptions>
95     <updateoptions>-dP</updateoptions>
96     <removeoptions>-f</removeoptions>
97     <revertoptions>-C -d -P</revertoptions>
98     <diffoptions>-u3 -p</diffoptions>
99     <rshoptions></rshoptions>
100     </kdevcvs>
101     <kdevcppsupport>
102     <references/>
103     <codecompletion>
104     <includeGlobalFunctions>true</includeGlobalFunctions>
105     <includeTypes>true</includeTypes>
106     <includeEnums>true</includeEnums>
107     <includeTypedefs>false</includeTypedefs>
108     <automaticCodeCompletion>true</automaticCodeCompletion>
109     <automaticArgumentsHint>true</automaticArgumentsHint>
110     <automaticHeaderCompletion>true</automaticHeaderCompletion>
111     <codeCompletionDelay>250</codeCompletionDelay>
112     <argumentsHintDelay>400</argumentsHintDelay>
113     <headerCompletionDelay>250</headerCompletionDelay>
114     </codecompletion>
115     </kdevcppsupport>
116     <kdevdoctreeview>
117     <projectdoc>
118     <userdocDir>html/</userdocDir>
119     <apidocDir>html/</apidocDir>
120     </projectdoc>
121     <ignoreqt_xml/>
122     <ignoredoxygen/>
123     <ignorekdocs/>
124     <ignoretocs/>
125     <ignoredevhelp/>
126     </kdevdoctreeview>
127     <cppsupportpart>
128     <filetemplates>
129     <interfacesuffix>.h</interfacesuffix>
130     <implementationsuffix>.cpp</implementationsuffix>
131     </filetemplates>
132     </cppsupportpart>
133     <kdevdebugger>
134     <general>
135     <programargs/>
136     <gdbpath/>
137     <dbgshell>../libtool</dbgshell>
138     <configGdbScript/>
139     <runShellScript/>
140     <runGdbScript/>
141     <breakonloadinglibs>true</breakonloadinglibs>
142     <separatetty>false</separatetty>
143     <floatingtoolbar>false</floatingtoolbar>
144     </general>
145     <display>
146     <staticmembers>false</staticmembers>
147     <demanglenames>true</demanglenames>
148     </display>
149     </kdevdebugger>
150     </kdevelop>

  ViewVC Help
Powered by ViewVC