Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Mixxx DJ Software

Mixxx creates Free DJ software that allows anyone to perform live mixes.
Collective - Host: opensource - https://opencollective.com/mixxx - Website: https://mixxx.org/ - Code: https://github.com/mixxxdj/mixxx

Add static_cast<int>() for the Qt size and index type when coming from std types

github.com/mixxxdj/mixxx - 452e3413d5b24601c21ef9c558d8a5d25dfd0a8d authored over 2 years ago
Add static_cast<SINT>() for the Mixxx size and index type when coming from std types

github.com/mixxxdj/mixxx - 1213b994a965b69dca0bd131705d98363c0ff46a authored over 2 years ago
EngineEffectsDelayTest: replace with ASSERT

This commit replaces EXPECT assertion with an ASSERT assertion
due to based on the failure, the ...

github.com/mixxxdj/mixxx - 1e2d0f2ced42f9b66c143cb5c575bb85c77dbb7c authored over 2 years ago
SampleBuffer: remove an unnecessary line of code

The commit removes an unnecessary line of code that was forgotten
and not deleted in the develop...

github.com/mixxxdj/mixxx - 79e6681bcc098269f0494a90b2f0d091319daa00 authored over 2 years ago
Added missing null check in CueControl::hintReader()

This is a regression since https://github.com/mixxxdj/mixxx/pull/4771

github.com/mixxxdj/mixxx - cba84c1cd0e3bf7c1efce035b0caa24ff06f81c3 authored over 2 years ago
fixup! refactor(util): further improve roundUpToPowerOf2

github.com/mixxxdj/mixxx - 968ee4130d4458842e51c54e919b337620ef8309 authored over 2 years ago
Add recently merged PRs to CHANGELOG.md

Co-authored-by: ronso0 <[email protected]>

github.com/mixxxdj/mixxx - 03541f141c5ff28545425cdb7be952bae8bca93c authored over 2 years ago
fixup! refactor(util): further improve roundUpToPowerOf2

github.com/mixxxdj/mixxx - c2d5458787be425b256f3ef0899a3c505e777b80 authored over 2 years ago
Merge pull request #4676 from ywwg/s3-fixes

Traktor S3: Fix issues with sampler and hotcue buttons

github.com/mixxxdj/mixxx - b06dc6a1272ced9b095ab5ed6434f36af62a6ee4 authored over 2 years ago
SpanUtil: replace class with namespace

This commit replaces SpanUtil class containing static methods
with spanutil namespace and remove...

github.com/mixxxdj/mixxx - 42487b27f4599b9bd13a7c6311f93941001e7ca1 authored over 2 years ago
SpanUtil: add checking for signed type

The commit adds a condition for checking if the size variable data type
is signed. If that's tru...

github.com/mixxxdj/mixxx - f40707c89960f7b4d9c4cc5788b57d8d2c0b0936 authored over 2 years ago
EngineEffectsDelayTest: use by-index for loop

This commit replaces using iterators with while loop with for loop
using classic indexing.

github.com/mixxxdj/mixxx - 11a83a81215066d80d8e4025b5426214fa9a53fd authored over 2 years ago
refactor(util): further improve roundUpToPowerOf2

github.com/mixxxdj/mixxx - 9f25046609cd6e30154d3fb953a16bf143805b9a authored over 2 years ago
fix(clazy): -Wclazy-connect-3arg-lambda

github.com/mixxxdj/mixxx - 14c9c97b7e273584020147ec3788a8d606680b65 authored over 2 years ago
ci: upgrade ubuntu VMs from 20.04 to 22.04

github.com/mixxxdj/mixxx - 570b18527676a6680cb8e9de807e593bc021f8f7 authored over 2 years ago
refactor(pre-commit): autoupdate config)

github.com/mixxxdj/mixxx - 81053532e12766dd67c44edd8dd4b168bb607513 authored over 2 years ago
use clang settings for clang-tidy

github.com/mixxxdj/mixxx - 8d02350f1fd421222476b5cf1fca31c6d3c22dd8 authored over 2 years ago
Add the INFO_VECTORIZE build option to output info about vectorized loops on all targets.

github.com/mixxxdj/mixxx - a171dc80b096f42ba5ad6ff0c60e2dc0ab917285 authored over 2 years ago
Merge pull request #4860 from daschuer/shout_fallthough

Shout.c : Add a missing c++14 fall through comment

github.com/mixxxdj/mixxx - 9ba11dbe653c56e82b844c8accbfb5db53f1244c authored over 2 years ago
Add a missing c++14 fall through comment

github.com/mixxxdj/mixxx - 507c61e68004e772df0bd3c0f7b2736bfc7f23fe authored over 2 years ago
Merge remote-tracking branch 'upstream/main' into effects_refactoring_3

github.com/mixxxdj/mixxx - 27dd0952c03d3613cf26f13a278e6de09fe111ad authored over 2 years ago
EngineEffectsDelayTest: manual iterators handling

The commit replaces using std::transform with manual iterators handling
when iterating in Engine...

github.com/mixxxdj/mixxx - ef31bfb06de75e7e349997934fa63bbb3b634712 authored over 2 years ago
CHANGELOG: Add a raw version of all PRs

github.com/mixxxdj/mixxx - 3eb5fdc3c75b1d1da464b7fb77ba23c828ea656a authored over 2 years ago
Merge remote-tracking branch 'upstream/2.3' into main

github.com/mixxxdj/mixxx - 988d7c46cf9c1472fff10e0435838918f2292c83 authored over 2 years ago
EngineEffectsDelay: rename kiMaxDelay to kMaxDelay

This commit renames the kiMaxDelay variable to only kMaxDelay
to avoid using the "i" prefix.

github.com/mixxxdj/mixxx - 7107c873fc2f348a6a0e4ec34e290a799561b81f authored over 2 years ago
EngineEffectsDelayTest: add using of std::span

This commit adds using std::span. The span is primarily used
in EngineEffectsDelayTest::AssertId...

github.com/mixxxdj/mixxx - ff2fefe09ab3525fd5a68ff9d17bba67c3b60496 authored over 2 years ago
SpanUtil: add castToSizeType method

This commit adds a method for casting data type of size to data type
of size_type from std::span...

github.com/mixxxdj/mixxx - b0ed62c573787794aea782b1387db43162f5e785 authored over 2 years ago
refactor(util): add `std::span` getter over SampleBuffer

github.com/mixxxdj/mixxx - 3da53da0d0c96127044385ab1f7bf5cd1848fc55 authored over 2 years ago
Merge pull request #4842 from daschuer/CHANGELOG234

Update CHANGELOG for a 2.3.4 release

github.com/mixxxdj/mixxx - 39542b9a509739c54768e275ffc328f776962e99 authored over 2 years ago
Merge pull request #4836 from fatihemreyildiz/findonweb

WFindOnWebMenu: Implementing the factory pattern

github.com/mixxxdj/mixxx - e1ee93311268101f06a761a4e258aa3b73a76a73 authored over 2 years ago
refactor(util): modernize math.h

github.com/mixxxdj/mixxx - 6d7c77605c9b374fb47e9188f95d9f60a11b04ff authored over 2 years ago
RingDelayBufferTest: use of unique_ptr

This commit replaces the use of RingDelayBuffer* with unique_ptr.

github.com/mixxxdj/mixxx - 4e6a1ef02303346ab68e8fc721b2ed68a3cc79f9 authored over 2 years ago
RingDelayBuffer: add single-threaded only comment

The commit removes the information, that the ring buffer is safe
for single-thread only. This in...

github.com/mixxxdj/mixxx - 248f38e95885000e2f658be01c590bcf711e3619 authored over 2 years ago
RingDelayBuffer: improve const correctness

This commit improves const correctness a few functions and parameters.
The newly const is added ...

github.com/mixxxdj/mixxx - 36d92d268e044876ad05bbd9739c6c45a66f798b authored over 2 years ago
RingDelayBuffer: use the size of SampleBuffer

The commit removes the variable for storing the size
of the delay buffer. Instead of the mention...

github.com/mixxxdj/mixxx - 8f264388b25bf598d835c1975f6ac41fb58803ef authored over 2 years ago
RingDelayBuffer: remove unnecessary destructor

This commit removes unnecessary explicitly created virtual destructor.

github.com/mixxxdj/mixxx - 1dd8830499153b3c809a569da427f4cca26d1ff4 authored over 2 years ago
fix(math): roundUpToPowerOf2 was depending on UB:

It assumed that a signed integer could overflow which is UB
and thus the compiler optimizes anyt...

github.com/mixxxdj/mixxx - f03b4b8f5d9b48a904966c2907dfab018f1b6335 authored over 2 years ago
Merge remote-tracking branch 'upstream/2.3' into main

github.com/mixxxdj/mixxx - 8a40dd99ef09728b2dea18a9fe563116461074d3 authored over 2 years ago
Merge pull request #4850 from ronso0/lib-table-home-end-keys

Library: Home/End keys jump to first/last row

github.com/mixxxdj/mixxx - 3e76ca48c7e0c2aec7c21ca756d3294347402d79 authored over 2 years ago
RingDelayBuffer: add original license

The commit adds the original license for the ring buffer
from the Portable Audio I/O Library. Th...

github.com/mixxxdj/mixxx - 207d26f608a966dff636901caeecd69a3d734c4d authored over 2 years ago
RingDelayBuffer: add a new ring buffer

This commit adds a new ring buffer. This ring buffer serves
for handling a delay. For the first ...

github.com/mixxxdj/mixxx - 88a160b74e128148ca8b49debfb8c69f885c9c3f authored over 2 years ago
RingDelayBufferTest: add tests for a ring buffer

The commit adds tests for the ring buffer for handling delay.
The test set includes tests for te...

github.com/mixxxdj/mixxx - ccb96508c38dbbd4b34eb136928c51743c5ab451 authored over 2 years ago
RingDelayBuffer: clearing of m_jumpLeftAroundMask

This commit adds clearing of the m_jumpLeftAroundMask.
When the RingDelayBuffer::clear method is...

github.com/mixxxdj/mixxx - 785f636ead9679a85445741bf9fe6c6779141760 authored over 2 years ago
RingDelayBuffer: allow equality for the right jump

This commit allows, that the size of the jump with the reading position
to the right can be equa...

github.com/mixxxdj/mixxx - a1551578794b2adc3ed1bc10d7d0182bc2beac8d authored over 2 years ago
RingDelayBuffer: solve jump left maximum size

This commit solves the maximum size of the jump to the left
for the reading position. Based on t...

github.com/mixxxdj/mixxx - eeb6e6d11b3a89057589ec00d08a899b3bbd8caa authored over 2 years ago
RingDelayBufferTest: add benchmarks

The commit adds benchmarks for testing the RingDelayBuffer.
The benchmarks test the RingDelayBuf...

github.com/mixxxdj/mixxx - cb2d57bf0c1ce9d54e7f277769655ba629b0ace7 authored over 2 years ago
FindOnWebFactory implementation.

wfindonwebmenu: includes changes.

wfindonwebmenu: service url composer added.

findonwebmenufac...

github.com/mixxxdj/mixxx - a932ff55a3f751f017214549566f11598060d615 authored over 2 years ago
Library: Home/End keys jump to top/bottom

github.com/mixxxdj/mixxx - 1657dee43a2cef157f5746f8878abf964d661f16 authored over 2 years ago
Library: use switch/case in KeyEvent

github.com/mixxxdj/mixxx - 1513b1b2230ccbe24606e2ebf561eeb43fd21801 authored over 2 years ago
Merge pull request #4844 from ronso0/search-jump-to-tracks

Searchbox: Enter jumps to tracks if search query was transmitted

github.com/mixxxdj/mixxx - d53e0b0a421f3f7f9fb9927944978b948db90eb4 authored over 2 years ago
Searchbox tooltip: add Return shortcut

Co-authored-by: Daniel Schürmann <[email protected]>

github.com/mixxxdj/mixxx - 0603fad72ad440963e81c9a9e601d187ff5e18eb authored over 2 years ago
Merge pull request #4474 from Swiftb0y/components-jogwheel

midi-components-0.0.js: Add JogWheel component

github.com/mixxxdj/mixxx - 6dea2f3de76908841be1a8bc4aa07dae39633a97 authored over 2 years ago
midi-components-0.0.js: Add JogWheel component

Introduces a component intended to be mapped to the standard
jogwheel encoder + touch sensitive ...

github.com/mixxxdj/mixxx - 8d609785ec1a611bc918d45c838d67452f06896e authored over 2 years ago
Merge pull request #4849 from daschuer/impish_retire

Retire Ubunu Impish, because near to EOL and a pendig GCC 11 bug

github.com/mixxxdj/mixxx - 387f14dfaa60cb12f6e144f73e775cb5dc404b74 authored over 2 years ago
Retire Ubunu Impish, because issues with C++20 support

See https://bugs.launchpad.net/mixxx/+bug/1980639

github.com/mixxxdj/mixxx - b857c67440a79e19fd5622e61b2112c49badf820 authored over 2 years ago
Reformated code to break long lines

github.com/mixxxdj/mixxx - c37e3209526bd0bfe1d917412893a6655bc08044 authored over 2 years ago
Replaced variable with a constant

github.com/mixxxdj/mixxx - a15910dd16a0ff743c481b15d3ab826015cca31c authored over 2 years ago
Use const for signed state of signedPackFormats, and unified this across the code

github.com/mixxxdj/mixxx - 63000870c4cca8ad7bc1885d61cad32f90c5e901 authored over 2 years ago
Added todo hint, that the implementation of getOutputField has a performance problem

github.com/mixxxdj/mixxx - d39f9ab1c7ada775542c608a80ff3b6f49a76b61 authored over 2 years ago
Simplify implementation of constructor of HIDPacket

github.com/mixxxdj/mixxx - 244a0af821f0b85bcdb8f7d470e5f90ee234b91a authored over 2 years ago
Changed implementation of getOffset, to constant time solution using Math.clz32(), proposed by Niko

github.com/mixxxdj/mixxx - a7dca9e88543e4ac039d458b3c48087e026aaa9f authored over 2 years ago
Marked HIDDebug as deprecated and replaced the also deprecated print in it's implementation by console.log

github.com/mixxxdj/mixxx - 2334fbef31fbda4e7fe035bcd5102b0299826169 authored over 2 years ago
Reformated many if statements with line breaks, for better code readability

github.com/mixxxdj/mixxx - 5908c8ecfababdba2bd89182a613ebe7dbef5fa6 authored over 2 years ago
Made hard understandable code section better readable

github.com/mixxxdj/mixxx - d20868e53b84d8fc7cac7f7381fdf8bfb7bc077a authored over 2 years ago
Merge pull request #4848 from davidchocholaty/fix_engine_delay_documentation

Fix EngineDelay and EngineFilterDelay modulo calculation documentation

github.com/mixxxdj/mixxx - 88603578f33d9978d08c4475e45afa65385fb088 authored over 2 years ago
EngineFilterDelay: modulo calculation doc

This commit adds documentation for the modulo calculation
in the EngineFilterDelay::process. The...

github.com/mixxxdj/mixxx - 8c9294e2b3a28ac3733b8c032547b0e353026a90 authored over 2 years ago
EngineDelay: modulo calculation doc

This commit adds documentation for the modulo calculation
in the EngineDelay::process. The menti...

github.com/mixxxdj/mixxx - 0da24c95eb60c319084dcd057c704d4e9f850780 authored over 2 years ago
EngineEffectsDelay: modulo calculation doc

The commit adds documentation for the modulo calculation.
The mentioned documentation explains t...

github.com/mixxxdj/mixxx - e84b0967cfa795fe6f243ee15d829d73b38d7c90 authored over 2 years ago
EngineEffectsDelay: improve const correctness

This commit improves const correctness for the EngineEffectsDelay,
related tests and benchmarks....

github.com/mixxxdj/mixxx - 1db08fd1acf465bed95e7c9efb5624d96fb4092f authored over 2 years ago
Merge pull request #4847 from uklotzde/track-metadata-update

lp1981106: Remove wrong debug assertion about source synchronization time stamps

github.com/mixxxdj/mixxx - 21fedf45b736792a54d56948e8a2a0428696fe6a authored over 2 years ago
Remove wrong debug assertion about source synchronization time stamps

github.com/mixxxdj/mixxx - 5d632bb3ecc4d1305b21009e0fc813113ef8fb0c authored over 2 years ago
EngineEffectsDelayTest: avoid manual allocation

This commit removes manual allocation and deallocation
for the input-output buffer. This approac...

github.com/mixxxdj/mixxx - 047c3e2cb91f41f7be86554308099a37c62383f5 authored over 2 years ago
Merge remote-tracking branch 'upstream/main' into fix_pitch_shift_latency

github.com/mixxxdj/mixxx - ea7d77c3ba327c59723758f45c07b676ff054ec3 authored over 2 years ago
EngineEffectsDelay: remove unnecessary casts

This commit removes unnecessary static casts between data types.
Casts can be removed based on t...

github.com/mixxxdj/mixxx - 5892a7e9f55038589546a311bc6455cd84e04437 authored over 2 years ago
EngineEffectsDelay: replace const with constexpr

This commit replaces the const keyword with constexpr for the maximum
delay value expression, wh...

github.com/mixxxdj/mixxx - af331857351c4fe6fa944973ba13fae691223ffb authored over 2 years ago
EngineEffectsDelay: remove M_RESTRICT macro

This commit removes the M_RESTRICT macro which is now unwanted
after previous code changes.

github.com/mixxxdj/mixxx - 1b88485b04c6a2d6a725904a9702ce238c0f5e89 authored over 2 years ago
Merge pull request #4772 from fatihemreyildiz/websearchbox

WFindOnWebMenu: Menu for to find track properties in online music databases

github.com/mixxxdj/mixxx - b58dd5bc990a1f6afe7a400e9b9451882c78112a authored over 2 years ago
Merge pull request #4845 from ronso0/move-focus-rework

WBeatSpinBox/WEffectSelector: pass focus to tracks via focus CO

github.com/mixxxdj/mixxx - e6d6f0b6aea3810e5b693d19bddff5413197dd6f authored over 2 years ago
WBeatSpinBox/WEffectSelector: pass focus to tracks via focus CO

github.com/mixxxdj/mixxx - 31514d7f300ba552119dc64c1133a9248cbbbadf authored over 2 years ago
EngineEffectsDelay: add benchmarks for testing

This commit adds benchmarks for testing EngineEffectsDelay.
The benchmarks test different cases....

github.com/mixxxdj/mixxx - 5f1ea3676f9d815f33ea5a657e07a6521269c63c authored over 2 years ago
Searchbox: Enter jumps to tracks if search query was transmitted

github.com/mixxxdj/mixxx - 112d6cecb70550f154c7f73dd24fa2e103eea09b authored over 2 years ago
Update CHANGELOG for a 2.3.4 release

github.com/mixxxdj/mixxx - 5e7950fed453f5a43cddc9b63c8bf68aaba20146 authored over 2 years ago
EngineEffectsDelay: remove code duplication

This commit removes duplicated code parts
of the EngineEffectsDelay::process. The if-else statem...

github.com/mixxxdj/mixxx - bc7834487758a1b3c4c04aa81566db0b3d98e7e8 authored over 2 years ago
EngineEffectsDelay: refactor variable names

This commit changes member variable names of the EngineEffectsDelay.
The new variable names fit ...

github.com/mixxxdj/mixxx - 164e2005dfcca2c0ac25fa73d784057ad0827c57 authored over 2 years ago
EngineEffectsDelay: inheritance from EngineObject

This commit changes the class from which the EngineEffectsDelay
inherits. The EngineObjectConstI...

github.com/mixxxdj/mixxx - 755c714eb6327783319c91d138290f46f558e35e authored over 2 years ago
Merge remote-tracking branch 'mixxx/2.3' into main

github.com/mixxxdj/mixxx - 12aec9b279a3ff398b1aa92b48e4635b0295d702 authored over 2 years ago
Merge pull request #4838 from ronso0/trackinfo-date-added

Track Properties: show 'date added' as local time

github.com/mixxxdj/mixxx - e92c65ad7966c165a24e22aaa71fa1559734413a authored over 2 years ago
Track Properties: show 'date added' as local time

github.com/mixxxdj/mixxx - 3367fb8af5759085b7f7a158b35fe040a2e71dc3 authored over 2 years ago
Waveform overview: get passthrough label color from skin node

github.com/mixxxdj/mixxx - 4722deccc78947dad74ffc1b9f5ef1e4d0448249 authored over 2 years ago
Waveform overview: prohibit mouse interaction while passthrough is active

github.com/mixxxdj/mixxx - 20acb359a213652bcd8f575d60646944c75765a3 authored over 2 years ago
EngineDeck: slotPassingToggle > slotPassthroughToggle

github.com/mixxxdj/mixxx - 1d90c42818cebfb9c8e08c337cff6380bdc896f6 authored over 2 years ago
Waveforms: show 'Passthrough' label, revert 5af73d2

github.com/mixxxdj/mixxx - 54a034a31302aa5539a0b0242791dd69464787e5 authored over 2 years ago
CueControl: establish cue connections in separate slot

github.com/mixxxdj/mixxx - 98a4c93b1045d7aeb519635cca0a9f0296c5c5b6 authored over 2 years ago
CueControl: dis/reconnect cue controls when passthrough is toggled

github.com/mixxxdj/mixxx - b7be7138026fbbbbfc918e41ad3af0f4a8db9866 authored over 2 years ago
EngineEffectsDelay: ramping for the whole buffer

This commit changes the application of ramping from only
the second half of the buffer to the wh...

github.com/mixxxdj/mixxx - 4f7515ba26fd352e0bebcee8dd62b2e7c58eab15 authored over 2 years ago
Merge pull request #4837 from uklotzde/db-cleanup-script

Delete obsolete comment in db cleanup script

github.com/mixxxdj/mixxx - 762eaa1c82b9794d040592b12406251393b1f4d6 authored over 2 years ago
Delete obsolete comment in db cleanup script

github.com/mixxxdj/mixxx - b957862ca2409fa5ca9a8a0a8106057fe522ff20 authored over 2 years ago
Merge pull request #4835 from fjordstrom/lp1948596

controllers: fix Numark DJ2GO2 Touch sliders and knobs

github.com/mixxxdj/mixxx - 1d185caaed6c0b8beaea0d5317942e00970ef8c3 authored over 2 years ago
EngineEffectChain: avoid heap allocation

This commit removes the heap allocation by removing std::make_unique.
This can't be used in the ...

github.com/mixxxdj/mixxx - 5d2d560a3c98f07fccd4a96d237ea4c37120c5a4 authored over 2 years ago