Skip to content
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
8116940
Add MSVC support for GigPlayer
Veratil Mar 26, 2024
10b58f7
!fixup bump size of buffers up
Veratil Mar 26, 2024
d12bd39
!fixup did not bump size check to 1024
Veratil Mar 28, 2024
21da446
!fixup Dom's CMake review
Veratil Mar 30, 2024
de0e04b
GigPlayer refactoring
Veratil Apr 10, 2024
cd6f98f
Add missing header
Veratil Apr 10, 2024
e6a7e21
Use std::for_each_n on supported versions, fall back to normal for lo…
Veratil Apr 10, 2024
0177752
Test gig version defines and defining file_offset_t manually if versi…
Veratil Apr 22, 2024
e424d0c
!fixup maybe adding quotes around variable will let msvc build pass a…
Veratil Apr 22, 2024
bec6f4c
Merge branch 'master' into new-msvc-gigplayer
Rossmaxx Jul 21, 2024
7ed72df
fix typo with sampleframe from merge
Rossmaxx Jul 21, 2024
4a1d472
removed accidental mingw-std-threads
Rossmaxx Jul 21, 2024
70defdd
added static cast to fix werror
Rossmaxx Jul 21, 2024
d6a4010
disabled version check for msvc
Rossmaxx Jul 21, 2024
ef2f3e4
fixed no-deprecated flag
Rossmaxx Jul 21, 2024
d879785
commented out version checking
Rossmaxx Jul 21, 2024
481e5a6
fixed mingw build after latest breakage.
Rossmaxx Jul 21, 2024
c2ad335
simplify a condition with De Morgan's law
Rossmaxx Oct 30, 2024
fcdaa1b
Merge branch 'master' into new-msvc-gigplayer
Rossmaxx Oct 30, 2024
7185d18
use < instead of " in the include
Rossmaxx Oct 31, 2024
99835ff
removed the #if because now we have for_each_n
Rossmaxx Oct 31, 2024
887ac30
linespace
Rossmaxx Oct 31, 2024
3adfdff
simplified looped index calculation by removing function
Rossmaxx Oct 31, 2024
c9addd3
remove the getPingPongIndex function too.
Rossmaxx Oct 31, 2024
9d9f3a4
fix build
Rossmaxx Oct 31, 2024
dfa3244
forgot the header file
Rossmaxx Oct 31, 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
Prev Previous commit
Next Next commit
Add missing header
  • Loading branch information
Veratil committed Jun 4, 2024
commit cd6f98fc1d4946a0b2d69b1d39b8b8514087b1ba
2 changes: 2 additions & 0 deletions plugins/GigPlayer/GigPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
#include "embed.h"
#include "plugin_export.h"

#include <algorithm>

namespace lmms
{

Expand Down