mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
first cut at new version of audio refelctor
This commit is contained in:
parent
38dbc56d1a
commit
030de00e88
2 changed files with 8 additions and 7 deletions
|
@ -14,12 +14,12 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="src/Application.cpp" line="3732"/>
|
||||
<location filename="src/Application.cpp" line="3772"/>
|
||||
<source>Open Script</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="src/Application.cpp" line="3733"/>
|
||||
<location filename="src/Application.cpp" line="3773"/>
|
||||
<source>JavaScript Files (*.js)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -113,18 +113,18 @@
|
|||
<context>
|
||||
<name>Menu</name>
|
||||
<message>
|
||||
<location filename="src/Menu.cpp" line="468"/>
|
||||
<location filename="src/Menu.cpp" line="492"/>
|
||||
<source>Open .ini config file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="src/Menu.cpp" line="470"/>
|
||||
<location filename="src/Menu.cpp" line="482"/>
|
||||
<location filename="src/Menu.cpp" line="494"/>
|
||||
<location filename="src/Menu.cpp" line="506"/>
|
||||
<source>Text files (*.ini)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="src/Menu.cpp" line="480"/>
|
||||
<location filename="src/Menu.cpp" line="504"/>
|
||||
<source>Save .ini config file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -770,7 +770,6 @@ qDebug() << "AudioReflector::anylizePaths()...";
|
|||
delete path;
|
||||
}
|
||||
_audioPaths.clear();
|
||||
|
||||
_audiblePoints.clear(); // clear our audible points
|
||||
|
||||
// add our initial paths
|
||||
|
@ -816,6 +815,8 @@ qDebug() << "AudioReflector::anylizePaths()...";
|
|||
steps++;
|
||||
qDebug() << "acitvePaths=" << acitvePaths << "steps=" << steps << "_audioPaths.size()=" << _audioPaths.size();
|
||||
}
|
||||
|
||||
qDebug() << "_audiblePoints.size()=" << _audiblePoints.size();
|
||||
}
|
||||
|
||||
int AudioReflector::anylizePathsSingleStep() {
|
||||
|
|
Loading…
Reference in a new issue