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

Clean src/core/ A* #7163

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
56ad171
AudioEngineProfiler.cpp cleaned as per conventions HOPEFULLY
Monospace-V Mar 26, 2024
3748815
AudioEngine.cpp. Still unsure of some.
Monospace-V Mar 26, 2024
a205f53
AudioResampler.cpp. Is confusing.
Monospace-V Mar 26, 2024
2888966
AutomatableModel.cpp. Basic changes.
Monospace-V Mar 26, 2024
9fd9367
AutomationClip.cpp general.
Monospace-V Mar 26, 2024
6cd960f
Update src/core/AudioEngine.cpp
Monospace-V Mar 28, 2024
cc6dfe0
Merge remote-tracking branch 'origin/clean-core-a' into clean-core-a
Monospace-V Mar 28, 2024
f5a58c9
AudioEngine.cpp: minor changes
Monospace-V Mar 29, 2024
0041d36
Merge branch 'master' into clean-core-a
Monospace-V Mar 30, 2024
35ec657
AutomatableModel.cpp quick clean I suppose. Amen
Monospace-V Mar 30, 2024
5bd403e
AudioEngine.cpp, AutomationClip.cpp: whitespace cleanup
Monospace-V Mar 30, 2024
767815d
AudioEngine.cpp: Minor else block
Monospace-V Apr 1, 2024
070a7d5
Merge branch 'master' into clean-core-a
Rossmaxx Jun 21, 2024
1e6ad51
Avoid C style casts
Rossmaxx Jun 22, 2024
f5f901e
some more spacing fixes
Rossmaxx Jun 22, 2024
14b2634
more style fixes per veratil's review
Rossmaxx Jun 22, 2024
1bec3b3
more style changes + de nested a complex function
Rossmaxx Jun 22, 2024
b92e5ff
missed AutomationNode.cpp
Rossmaxx Jun 22, 2024
1797c0f
ate a ;
Rossmaxx Jun 22, 2024
378406c
Merge branch 'master' into clean-core-a
Rossmaxx Jun 27, 2024
c3c8d39
Merge branch 'master' into clean-core-a
Rossmaxx Jul 1, 2024
abdf090
Merge branch 'master' into clean-core-a
Rossmaxx Sep 26, 2024
8b28039
adjusted AudioEngine further
Rossmaxx Sep 26, 2024
63006e9
one more to AudioEngine
Rossmaxx Sep 26, 2024
e8ad49e
fix build
Rossmaxx Sep 26, 2024
86d49e8
fix build correctly
Rossmaxx Sep 26, 2024
7059b50
a bit of denesting
Rossmaxx Sep 26, 2024
ad7a206
removed redundant inputSampleRate function
Rossmaxx Sep 26, 2024
72deea4
missed styling here
Rossmaxx Sep 26, 2024
831ef4c
why this if statement?
Rossmaxx Sep 26, 2024
7ad5f5e
revert last commit
Rossmaxx Sep 26, 2024
e44881f
missed style here too
Rossmaxx Sep 26, 2024
c330d1d
simplified AudioEngine::removePlayHandle
Rossmaxx Sep 26, 2024
4a7a951
fixed an error prone area
Rossmaxx Sep 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion include/AudioEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ class LMMS_EXPORT AudioEngine : public QObject

sample_rate_t baseSampleRate() const;
sample_rate_t outputSampleRate() const;
sample_rate_t inputSampleRate() const;

inline float masterGain() const
{
Expand Down
Loading
Loading