-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Remove ValueBuffer
#7297
Open
Rossmaxx
wants to merge
83
commits into
LMMS:master
Choose a base branch
from
Rossmaxx:valuebuffer-removal
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Remove ValueBuffer
#7297
Changes from 69 commits
Commits
Show all changes
83 commits
Select commit
Hold shift + click to select a range
822d81e
Make ValueBuffer unsigned
Snowiiii 95f142f
change to size_t
Snowiiii 6cccf71
Remove ValueBuffer
Snowiiii 193b4ef
Delete settings.json
Snowiiii bc15840
Merge branch 'master' into master
Snowiiii 2157e93
Switch to clamp
Snowiiii 0dd2559
Fix: macOS CI
Snowiiii a8f4147
Merge branch 'master' into valuebuffer-removal
Rossmaxx 8889f20
style fixup
Rossmaxx dfd7af9
directly use float in MixHelpers.cpp
Rossmaxx 71aa14f
added size boundaries and cast to float*
Rossmaxx e331a7a
missed a ,
Rossmaxx c8c482c
Fixed vector passing by pointer.
Rossmaxx 3fdaaf3
Fixed clamping mistake with ,
Rossmaxx ddb18ce
Try fixing the clamp further.
Rossmaxx 0ac7ae5
Removed clamp
Rossmaxx 4702449
remove unused buffer size parameters
Rossmaxx 9b003d6
fixed style in dual filter where I missed previously
Rossmaxx 7d2293c
missed removing this bufferSize
Rossmaxx c824e59
Update CPU to Pentium 4 for win32 builds (#6155)
softrabbit bbb9ea5
Update upload-artifacts actions (#7263)
messmerd 0f2866a
update veal submodule
FyiurAmron fe7efa9
Redesign file browser searching (#7130)
sakertooth 10ba45d
Don't recalculate the song length for every added TCO while loading (…
softrabbit 090bcd6
Add macOS arm64 builds (#7285)
tresf 1bd9709
fixed position line disappearing when zoomed out (#7296)
BoredGuy1 ecc8a66
Resizable mixer channels/strips (#7293)
michaelgregorius 2ae9ad4
Adjust rendering of BarModelEditor (#7299)
michaelgregorius 7d00c7c
Add peak indicators (#7295)
michaelgregorius 4eb16a8
Change the wording of Instrument Plugin Dialogue (#7301)
AW1534 5a2d89d
Modernize compiler and linker flags (#7255)
Rossmaxx 204490e
Merge branch 'master' into valuebuffer-removal
Rossmaxx 2e8375d
remove vector include
Rossmaxx ac25875
code review
Rossmaxx 18b31bb
partially revert previous commit because of issues
Rossmaxx 2638d33
one more suggestion from saker
Rossmaxx 0e897ca
Revert "one more suggestion from saker"
Rossmaxx f42cd93
moved valueAt to the header
Rossmaxx f1f6720
fix compilation on bass booster
Rossmaxx e248d66
fix delay too.
Rossmaxx 577c7ce
Missed a db2lin call
Rossmaxx d6b6922
Hopefully this fixes the macro
Rossmaxx 0af9a0e
clamping + const
Rossmaxx ba96005
Merge branch 'LMMS:master' into valuebuffer-removal
Rossmaxx 406b2c6
unconst it
Rossmaxx 1a86d69
missed a ;
Rossmaxx 1148c6c
fix clamping type deduction error
Rossmaxx 147d7f4
Style format `DrumSynth` (#7189)
Monospace-V 20bdaf4
Fix MSVC warnings up to level 2 (#7329)
DomClark f72b81e
Remove `MemoryHelper` (#7335)
Rossmaxx 4e056e8
Fix uninitialized compressor values (#7343)
LostRobotMusic d2b7318
Add Granular Pitch Shifter effect (#7328)
LostRobotMusic 6b5769b
Fix pitch shifter glide 0 division (#7348)
LostRobotMusic fe76398
Fix bad Granular Pitch Shifter init values (#7354)
LostRobotMusic 6a826d2
granular pitch shifter
Rossmaxx 591e9c1
Merge branch 'master' into valuebuffer-removal
Rossmaxx a3c7968
attempted fix at msvc "import"
Rossmaxx 0887831
Add inline.
Rossmaxx 0da8581
Revert "Add inline."
JohannesLorenz c5e21b7
Attempt to fix Windows linker issue
JohannesLorenz 338d8ee
Fixup
JohannesLorenz ba81dbb
remove unimplemented valueAt function from AutomatableModel class
Rossmaxx e963217
Merge branch 'master' into valuebuffer-removal
Rossmaxx f146ef1
Try reverting johannes' fix
Rossmaxx b314702
insignificant newline changes to reduce diff
Rossmaxx fec2d73
remove mingw-std-threads
Rossmaxx 2343636
it's float
Rossmaxx d420beb
fix reading null buffer concerns
Rossmaxx c1824d3
use assert
Rossmaxx da540a8
remove extra args. this might fix it
Rossmaxx cc17ebe
minor fixup on assert
Rossmaxx 9718dde
Revert "Try reverting johannes' fix"
Rossmaxx b3366b1
added header
Rossmaxx 649e7ef
Whitespace style fixups
Rossmaxx 05b6e74
This should fix it
Rossmaxx dd9f963
invalid fix revert
Rossmaxx a444185
Revert johannes' fix again
Rossmaxx 80eb248
remove extra vb
Rossmaxx 60696b5
I'll try messmerd's function
Rossmaxx f41eb55
Remove usage of data() where not needed
Rossmaxx 477cbee
moved 2 lines below in waveshaper
Rossmaxx 7043718
remove usage of data() in peakcontroller
Rossmaxx 9e0c928
typo fix
Rossmaxx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@messmerd I did apply assert like you said before but i can't find the thread where you said to apply the assert. Can you cross paste the reference you pasted there?