Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namespace lmms #6174

Merged
merged 123 commits into from
Jun 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
123 commits
Select commit Hold shift + click to select a range
16ad7db
Move file-scope variable 'framesPerPeriod' into the private scope of …
irrenhaus3 Sep 29, 2021
480250e
Place LMMS symbols into namespaces 'lmms' and 'lmms::gui' (broken WIP…
irrenhaus3 Sep 30, 2021
24c5fc7
Add #endif comments in RemotePlugin.h to ease navigation around condi…
irrenhaus3 Oct 1, 2021
885bdd3
RemotePlugin.h: Move conditional #include directive to the top
irrenhaus3 Oct 1, 2021
7f55071
PluginIssue: Move debug output operator into the lmms namespace.
irrenhaus3 Oct 1, 2021
59cabc1
Plugin.cpp: Move #include directive to the top.
irrenhaus3 Oct 1, 2021
bae7cd7
Track.cpp: Add 'class' keyword to differentiate between type names an…
irrenhaus3 Oct 1, 2021
a73856a
AudioPortAudio.h: Move #include directives and macro handling to the …
irrenhaus3 Oct 1, 2021
6383727
SampleTrack: add gui:: prefixes where required and add 'class' keywor…
irrenhaus3 Oct 1, 2021
fdc7cfb
AudioEngine.h: Remove redundant #include directive.
irrenhaus3 Oct 1, 2021
07aa7ca
Add predeclarations, #includes and gui::prefixes in some places that …
irrenhaus3 Oct 1, 2021
1657aaf
Move QT qHash overload in PluginFactory.cpp into global namespace.
irrenhaus3 Oct 2, 2021
3d065e2
Update RowTableView reference in EffectDialog.ui to lmms::gui::RowTab…
irrenhaus3 Oct 2, 2021
13d7ef1
PianoRoll.cpp: Remove file scope 'using std::move'; std::move only us…
irrenhaus3 Oct 2, 2021
9014890
Add all missing predeclarations and #includes for core & gui; plugins…
irrenhaus3 Oct 2, 2021
3435c67
Rename LmmsCore back to Engine inside namespace lmms and remove the t…
irrenhaus3 Oct 2, 2021
88f8079
Add namespaces to Amplifier plugin.
irrenhaus3 Oct 6, 2021
26fa915
Add namespaces to AudioFileProcessor plugin.
irrenhaus3 Oct 6, 2021
46f6e88
Add namespaces to BassBooster plugin.
irrenhaus3 Oct 6, 2021
76010d4
Add namespaces to BitInvader plugin.
irrenhaus3 Oct 6, 2021
c3c8402
Add namespaces to Bitcrush plugin.
irrenhaus3 Oct 6, 2021
b103ba9
Add namespaces to Carla plugins.
irrenhaus3 Oct 6, 2021
7d8017b
Add namespaces to Eq plugin.
irrenhaus3 Oct 6, 2021
f2740f8
Add namespaces to Compressor plugin.
irrenhaus3 Oct 6, 2021
fafd97e
Add namespaces to CrossoverEQ plugin.
irrenhaus3 Oct 6, 2021
312f984
Add namespaces to Delay plugin.
irrenhaus3 Oct 7, 2021
bd2dd1d
Add namespaces to DualFilter plugin.
irrenhaus3 Oct 7, 2021
ac9e7d5
Add namespaces to Dynamics Processor plugin.
irrenhaus3 Oct 7, 2021
9764e91
Add namespaces to Flanger plugin.
irrenhaus3 Oct 7, 2021
8f5c73e
Add namespaces to FreeBoy plugin.
irrenhaus3 Oct 7, 2021
ee8e474
Add namespaces to GigPlayer plugin.
irrenhaus3 Oct 7, 2021
450aab5
Add namespaces to HydrogenImport plugin.
irrenhaus3 Oct 7, 2021
efe38ab
Add namespaces to Kicker plugin.
irrenhaus3 Oct 7, 2021
0962782
Add namespaces to LADSPA Browser plugin
irrenhaus3 Oct 7, 2021
b508d51
Add namespaces to LADSPA Effect plugin.
irrenhaus3 Oct 7, 2021
076ef6f
Add namespaces to LB302 plugin.
irrenhaus3 Oct 7, 2021
db46619
Add namespace to Lv2Effect plugin.
irrenhaus3 Oct 7, 2021
8dcce58
Add namespace to Lv2Instrument plugin.
irrenhaus3 Oct 7, 2021
3c33cf8
Add namespaces to Midi Import & Export plugins.
irrenhaus3 Oct 7, 2021
f632962
Add namespaces to Monstro plugin.
irrenhaus3 Oct 7, 2021
e067dcd
Add namespaces to Multitap Echo plugin.
irrenhaus3 Oct 7, 2021
71c1aff
Add namespaces to NEScaline plugin.
irrenhaus3 Oct 7, 2021
f2624e8
Add namespaces to OpulenZ plugin.
irrenhaus3 Oct 7, 2021
1e674f3
Add namespaces to Organic plugin.
irrenhaus3 Oct 7, 2021
218399e
Add namespaces to Patman plugin.
irrenhaus3 Oct 7, 2021
3f2b336
Add namespaces to ReverbSC plugin.
irrenhaus3 Oct 7, 2021
278703e
Add namespaces to SF2Player plugin.
irrenhaus3 Oct 7, 2021
bc41ea9
Add namespaces to SFXR plugin.
irrenhaus3 Oct 7, 2021
ef0bc4d
Add namespaces to SID plugin.
irrenhaus3 Oct 7, 2021
5a1c436
Add namespaces to SpectrumAnalyzer plugin.
irrenhaus3 Oct 7, 2021
c948b09
Add namespaces to StereoEnhancer plugin.
irrenhaus3 Oct 7, 2021
bf2062e
Add namespaces to Stereo Matrix plugin.
irrenhaus3 Oct 7, 2021
7932d3e
Add namespaces to STK Mallets plugin.
irrenhaus3 Oct 7, 2021
6b32302
Add namespaces to TripleOscillator plugin.
irrenhaus3 Oct 7, 2021
9fce930
Add namespaces to VST Base.
irrenhaus3 Oct 7, 2021
d270850
Add namespaces to Vestige plugin.
irrenhaus3 Oct 7, 2021
084e5c1
Add namespaces to Vectorscope plugin.
irrenhaus3 Oct 7, 2021
3fa1edd
Add namespaces to VibedStrings plugin.
irrenhaus3 Oct 7, 2021
51dbf04
Add namespaces to VstEffect plugin.
irrenhaus3 Oct 8, 2021
649dd0f
Add namespaces to Watsyn plugin.
irrenhaus3 Oct 8, 2021
00fbd1e
Add namespace to Waveshaper plugin.
irrenhaus3 Oct 8, 2021
c898cae
Add namespaces to Xpressive plugin.
irrenhaus3 Oct 8, 2021
1840a3e
Add namespaces to ZynAddSubFX plugin.
irrenhaus3 Oct 8, 2021
bab399f
RemoteVSTPlugin: Leave some symbols in the global namespace.
irrenhaus3 Oct 8, 2021
0dfd04d
Fix PortAudio module compilation error if Portaudio not found.
irrenhaus3 Oct 9, 2021
1915764
Merge branch 'master' into namespace-lmms
irrenhaus3 Apr 16, 2022
bd6852a
denormals.h: Fix conditional compilation breaking a namespace scope, …
irrenhaus3 Apr 16, 2022
300afaf
Remove ambiguity from forward declarations of GuiApplication in Engin…
irrenhaus3 Apr 16, 2022
6828f06
Resolve lmms namespace within test targets.
irrenhaus3 Apr 16, 2022
8dc8371
Update style CSS (thanks to allejok)
irrenhaus3 Apr 24, 2022
44b310c
Merge branch 'master' into namespace-lmms
irrenhaus3 Apr 24, 2022
fefc25c
Add missed namespace prefix in RemoteVstPlugin.
irrenhaus3 Apr 24, 2022
c5bb0b2
Add explicit Qt::Alignment typecast in InstrumentTrackWindow
irrenhaus3 Apr 24, 2022
1ef7ce9
Rollback c5bb0b2f1 and move Q_DECLARE_OPERATORS_FOR_FLAGS out of lmms…
irrenhaus3 Apr 24, 2022
7780c11
Move Q_DECLARE_OPERATORS_FOR_FLAGS back into namespace to adhere to C…
irrenhaus3 Apr 24, 2022
b290b73
Add Qt < 5.12 operator lookup workaround to Carla.cpp as well.
irrenhaus3 Apr 24, 2022
09019cb
Add Qt < 5.12 operator lookup workaround to XPressive.
irrenhaus3 Apr 24, 2022
45bad66
Add Qt < 5.12 operator lookup workaround to Vestige.
irrenhaus3 Apr 24, 2022
ee12e7f
Fix knob dials in theme CSS sheets.
irrenhaus3 Apr 24, 2022
c003d47
Merge branch 'master' of https://github.com/LMMS/lmms into namespace-…
allejok96 Jun 4, 2022
bdc5fca
Fix comments by DomClark and JohannesLorenz
allejok96 Jun 5, 2022
a1beba3
Move getGUI to gui namespace
allejok96 Jun 5, 2022
9a9e091
Remove redundant lmms::
allejok96 Jun 6, 2022
f01bb65
Add 4 copyright messages
allejok96 Jun 10, 2022
5aceabf
ColorChooser include guard + some endif labels
allejok96 Jun 10, 2022
81e8400
Add namespaces, move includes and ifdefs
allejok96 Jun 10, 2022
8d20697
Merge pull request #2 from allejok96/namespace-lmms
irrenhaus3 Jun 11, 2022
e1d122c
Add missing gui:: prefixes in VstPlugin.cpp
irrenhaus3 Jun 11, 2022
4fb9f89
Add missing gui:: prefixes in VstEffect and Vestige
irrenhaus3 Jun 11, 2022
1f82399
Delete leftover directories carlabase and zynaddsubfx
irrenhaus3 Jun 11, 2022
a2fad55
Delete Tooltip.cpp
irrenhaus3 Jun 11, 2022
a6d1c67
Update include/DspEffectLibrary.h
irrenhaus3 Jun 12, 2022
92991a8
Update include/EffectSelectDialog.h
irrenhaus3 Jun 12, 2022
6562668
Update plugins/Bitcrush/BitcrushControlDialog.cpp
irrenhaus3 Jun 12, 2022
806bc61
Expect LMMS class names in stylesheets to be prefixed with lmms--gui,…
irrenhaus3 Jun 12, 2022
c1aafba
Rename LmmsCore to Engine in translation files.
irrenhaus3 Jun 12, 2022
0aa4cbd
Typo in MidiJack.h
irrenhaus3 Jun 18, 2022
33c8dca
LinkedModelGroups: Predeclaration instead of header include for QDomD…
irrenhaus3 Jun 18, 2022
478ea1e
Merge branch 'namespace-lmms' of github.com:irrenhaus3/lmms into name…
irrenhaus3 Jun 18, 2022
f519e87
LinkedModelGroups: Predeclaration for QDomElement; include moved to .…
irrenhaus3 Jun 18, 2022
6057d32
Update include/FileDialog.h
irrenhaus3 Jun 18, 2022
818dd2d
Update include/PluginIssue.h
irrenhaus3 Jun 18, 2022
e3b00c4
Remove unused #includes from SampleClip.h and Controls.cpp
irrenhaus3 Jun 18, 2022
e6612d7
Rename include guard in MixerLine.h to MIXERLINE_H
irrenhaus3 Jun 18, 2022
1b62fb6
Define UI class after core class in Lv2Instrument.h; core needs to on…
irrenhaus3 Jun 18, 2022
8bb8d99
Rename static variable BufferManager::framesPerPeriod according to co…
irrenhaus3 Jun 18, 2022
6f079b2
clazy: Fully qualify signal/slot argument and return types.
irrenhaus3 Jun 18, 2022
d1bce58
Point zyn submodule to integration fork.
irrenhaus3 Jun 18, 2022
c63b903
Remove #include from lmms namespace in RemotePluginBase.h when SYNC_W…
irrenhaus3 Jun 18, 2022
c9b4a10
Moved the SharedMemory include to the correct place and added some co…
irrenhaus3 Jun 18, 2022
08d0e0b
Attempt 3. Just include this thing when SYNC_WITH_SHM_FIFO, no other …
irrenhaus3 Jun 18, 2022
bfb3e92
Add missing gui:: scope prefix in VstPlugin.cpp in Windows build.
irrenhaus3 Jun 18, 2022
9c42bd4
Remove unused member m_multiChannelLink from Lv2ViewBase
irrenhaus3 Jun 18, 2022
2a39ad3
Mark overriding functions 'override' and remove explicit default dest…
irrenhaus3 Jun 18, 2022
1a62607
Mark overriding functions 'override' and remove explicit default dest…
irrenhaus3 Jun 18, 2022
bebd6e1
Mark overriding functions 'override' and remove explicit default dest…
irrenhaus3 Jun 18, 2022
7395152
Mark overriding functions 'override' (including dtor of ZynAddSubFxIn…
irrenhaus3 Jun 18, 2022
145a8b0
Most important change ever.
irrenhaus3 Jun 18, 2022
df3a8e9
Remove redundant lmms:: prefix from PluginIssue output operator; oper…
irrenhaus3 Jun 18, 2022
865889f
Fully qualify signal/slot argument types in InstrumentTrack and Sampl…
irrenhaus3 Jun 18, 2022
bbb0dd4
Fully qualify signal/slot argument types in AudioFileProcessor
irrenhaus3 Jun 18, 2022
d984f49
Use fully scoped type names in signal/slot connect statements, and ca…
irrenhaus3 Jun 19, 2022
cd301fd
namespace changes are merged in zyn; point submodule back at master.
irrenhaus3 Jun 19, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion data/locale/ar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7156,7 +7156,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/bs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4416,7 +4416,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="src/core/Engine.cpp" line="57"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/ca.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7155,7 +7155,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/cs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7157,7 +7157,7 @@ Poklepejte pro výběr souboru.</translation>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7156,7 +7156,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/el.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7155,7 +7155,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7157,7 +7157,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/eo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7155,7 +7155,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7156,7 +7156,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/eu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7436,7 +7436,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/fa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7155,7 +7155,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7448,7 +7448,7 @@ Double-cliquez pour choisir un fichier.</translation>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/gl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7155,7 +7155,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/he.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7156,7 +7156,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/hi_IN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7157,7 +7157,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/hu_HU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7162,7 +7162,7 @@ Kattints duplán egy fájl kiválasztásához.</translation>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7160,7 +7160,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7169,7 +7169,7 @@ Fai doppio click per scegliere un file.</translation>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7157,7 +7157,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/ka.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7155,7 +7155,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7160,7 +7160,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/ms_MY.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7155,7 +7155,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/nb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7155,7 +7155,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7158,7 +7158,7 @@ Dubbelklikken om een bestand te kiezen.</translation>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/oc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7155,7 +7155,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/pl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7441,7 +7441,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/pt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7158,7 +7158,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/ro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7156,7 +7156,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7178,7 +7178,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/sl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7155,7 +7155,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/sr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3550,7 +3550,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<source>Generating wavetables</source>
<translation type="unfinished"/>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/sv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7447,7 +7447,7 @@ Dubbelklicka för att välja en fil.</translation>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/tr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7449,7 +7449,7 @@ Bir dosya seçmek için çift tıklayın.</translation>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/uk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7156,7 +7156,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7166,7 +7166,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
2 changes: 1 addition & 1 deletion data/locale/zh_TW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7156,7 +7156,7 @@ Double click to pick a file.</source>
</message>
</context>
<context>
<name>LmmsCore</name>
<name>Engine</name>
<message>
<location filename="../../src/core/Engine.cpp" line="58"/>
<source>Generating wavetables</source>
Expand Down
Loading