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

RingDelayBuffer: handle invalid copy alignment

The commit adds handling structure for the situation when
the number of items to copy causes, th...

github.com/mixxxdj/mixxx - 2b2a7a3f3a4dbea0a6e9c5de898b4a086a10e09b authored over 2 years ago
Merge pull request #4903 from daschuer/dao_assert

log messages before asserting in DAO classes.

github.com/mixxxdj/mixxx - 074c938834643b5edcea66c09482e90e1d5204fc authored over 2 years ago
RingDelayBuffer: move copyRing into a namespace

The commit moves the RingDelayBuffer::copyRing into an anonymous
namespace and removes the funct...

github.com/mixxxdj/mixxx - b73a2b58d79db0d6a1cc6a8166dd2d67e6ff901c authored over 2 years ago
cautils&fileinfo: compBaseName add for cart update

github.com/mixxxdj/mixxx - 49d621858ffa456313a0f14ea162ce0bacd73d87 authored over 2 years ago
coverartutils: bestType added.

github.com/mixxxdj/mixxx - e7bfa37b29bed70286ae7a7a8150698a86da2d3a authored over 2 years ago
RingDelayBuffer: rename copy function to copyRing

This commit renames the RingDelayBuffer::copy function
into RingDelayBuffer:copyRing.

github.com/mixxxdj/mixxx - b95d6be89a0b332bb42576cadc240ad2956555dd authored over 2 years ago
RingDelayBuffer: change to VERIFY_OR_DEBUG_ASSERT

This commit replaces the basic if statements for testing
the invalid amount of item values with ...

github.com/mixxxdj/mixxx - e3638b4ec5e369c65ead2724c65c39a760caa2a8 authored over 2 years ago
Pitch shift effect: add Range option

This commit adds the Range knob for the Pitch shift effect.
The Range option changes the range o...

github.com/mixxxdj/mixxx - d44fc12084b30e9918770e7a74aaf67b71bcb3d3 authored over 2 years ago
PitchShiftEffect: remove range mode and wide range

This commit removes the Range Mode option and Wide Range option
for the Pitch shift effect. Thes...

github.com/mixxxdj/mixxx - ba5e5d4d00d2cb9a7d792f3207e94142c450874a authored over 2 years ago
Use extra text in debug assertions

github.com/mixxxdj/mixxx - 67171d256a05879e862f932dcc9d509c668c571f authored over 2 years ago
Merge pull request #4908 from uklotzde/trackrecord

TrackRecord: Fix build errors after gsl::not_null<> migration

github.com/mixxxdj/mixxx - 3655776a48e9aa4a7a02715e2fe98aef092502b4 authored over 2 years ago
Merge pull request #4899 from ronso0/effect-chain-select-after-save-as-new

Effect chain: (re)load & select preset after saving with a new name

github.com/mixxxdj/mixxx - 593e0b1872f73db6783b33c8ea0a8c90ca60689d authored over 2 years ago
PitchShiftEffect: replace formant description

This commit replaces the Formant toggle description
with a more intuitive version.

github.com/mixxxdj/mixxx - c49712ab0e4ccab3db27b1d7d4b8cde53915e529 authored over 2 years ago
PitchShiftEffect: semitones mode description

This commit replaces the Semitones Mode toggle description
with a more intuitive version.

github.com/mixxxdj/mixxx - 9ea8322fdb64f8f6ee5911ef600421206e5a2100 authored over 2 years ago
math: clean up sgn function

This commit cleans the sgn function which implements the sign function
as widely known. The stat...

github.com/mixxxdj/mixxx - 150f647d4212d3e7e25bec2317e569b613016068 authored over 2 years ago
Merge pull request #4904 from daschuer/lp1905124

Dispose Track::refreshCoverImageDigest() reading covers from the main thread

github.com/mixxxdj/mixxx - 6aa07cdac866afbfed55a868e0736527b0a915d3 authored over 2 years ago
Merge pull request #4906 from ronso0/latenight-buffer-underflow-indicator

LateNight: add buffer underflow indicator

github.com/mixxxdj/mixxx - 600a574ff90264acde68c0453c8f097ec737ae05 authored over 2 years ago
Merge pull request #4902 from fwcd/mc7000-indexing-fixes

MC7000: Fix off-by-one indexing in the controller script

github.com/mixxxdj/mixxx - 4d96124a900f7271994db8b9bd6dd8356f149a41 authored over 2 years ago
RingDelayBuffer:: update commentary part

This commit removes the removed functions from the documented changes
in the header file comment...

github.com/mixxxdj/mixxx - c6a6c3a86fd10f107e9612fed4152a6848c7038d authored over 2 years ago
TrackRecord: Fix build errors after gsl::not_null<> migration

The templates are only used in code behind a build flag.

github.com/mixxxdj/mixxx - f177e4cc3aac81c7730ae1bed7839deb0189261c authored over 2 years ago
RingDelayBuffer: remove unused function definition

This commit removes the definition of the unused and previously removed
function RingDelayBuffer...

github.com/mixxxdj/mixxx - 0a61a7ba1638f3b17da41a8cd437cb22a7ac9820 authored over 2 years ago
RingDelayBuffer: deduplicate the buffers copying

This commit deduplicates buffers handling process for copying data
for reading and writing funct...

github.com/mixxxdj/mixxx - adf2454662208b572bd55d55a054538df6afdb97 authored over 2 years ago
LateNight: add buffer underflow indicator to latency meter

github.com/mixxxdj/mixxx - d3b980af5a433ffcc71867ce0ea65b127b42445c authored over 2 years ago
PitchShiftEffect: remove insignificant TODO

This commit removes the forgotten TODO for the Range Mode option
description.

github.com/mixxxdj/mixxx - 2c579975e3b973316d797e9155ef3236f352c802 authored over 2 years ago
PitchShiftEffect: add a formant preserving option

This commit adds the Formant Preserving option for the Pitch shift
effect. This option changes t...

github.com/mixxxdj/mixxx - bc09b723c8f927fbad4226bab3f9bfb71e291854 authored over 2 years ago
Effect chain: (re)load preset after saving with a new name

This will select the new preset in WEffectChainMenuButton and
WEffectChainPresetSelector

github.com/mixxxdj/mixxx - 49e301e2c42e676ba289593b65eb1c041d2591ac authored over 2 years ago
Dispose Track::refreshCoverImageDigest() reading covers from the main thread.

This fixes https://bugs.launchpad.net/mixxx/+bug/1905124

After a cover is read by the CoverArtD...

github.com/mixxxdj/mixxx - e74f02fb1f3eb952b08fc6bb6a68c57c556dca3d authored over 2 years ago
log messages before asserting in DAO classes.

github.com/mixxxdj/mixxx - 4a73cbe4bab5de297688f8e0dae09a97f26b8fe6 authored over 2 years ago
Fix off-by-one indexing in MC7000 controller script

github.com/mixxxdj/mixxx - 9b8548eed7e512060f36279701503e4c4a77b74e authored over 2 years ago
soundio: rename SoundDeviceError > SoundDeviceStatus

github.com/mixxxdj/mixxx - 3f32602d2e1c65129c55c46bebf92f1ee471bf75 authored over 2 years ago
Use narrow Date/Time format in the timestamp column

github.com/mixxxdj/mixxx - 9149aa8aa02a2190d72e0a1e68d7aa6669eda2d5 authored over 2 years ago
PitchShiftEffect: add range mode option

This commit adds the Range option for the Pitch shift effect.
This option changes the range of t...

github.com/mixxxdj/mixxx - cd431e69705d278b7e31a6785d358feed1979ec5 authored over 2 years ago
math: add sgn function

This commit adds the function for calculating the signum function.
This function returns the sig...

github.com/mixxxdj/mixxx - b913b7ec3bfba6aef22eccea2dcc5d532166fd2f authored over 2 years ago
PitchShiftEffect: add semitones mode option

This commit adds the Semitones option for the Pitch shift effect.
This option switches the pitch...

github.com/mixxxdj/mixxx - ab124c31027d0c730322c8f56a3c6fda38fcac78 authored over 2 years ago
PitchShiftEffect: add wide range option

This commit adds the Wide Range option for the Pitch shift effect.
This option doubles the scale...

github.com/mixxxdj/mixxx - 651325020ffa213b33a6ac7b006d4d598b23dc8e authored over 2 years ago
Merge pull request #4896 from fwolter/buildenv-spaces

Make windows_buildenv.bat work with spaces in path

github.com/mixxxdj/mixxx - 509a6a4839c179b6526a9a8dfa9cb93c98e8231c authored over 2 years ago
Merge pull request #4883 from daschuer/more_not_null

User more gsl::not_null

github.com/mixxxdj/mixxx - 57292070d61609610a44a475346bcb2e9be68ea5 authored over 2 years ago
RingDelayBuffer: read with provided delay

This commit mainly optimizes the RingDelayBuffer::read.
The read position is not newly stored an...

github.com/mixxxdj/mixxx - dd4980a0a9cb7be0ec4f306a899009f3ea88a387 authored over 2 years ago
RingDelayBuffer: const number of items

The number of items to read and the number of items to write can be
both const. The values are n...

github.com/mixxxdj/mixxx - 90f9772d7a1573fb4fe3236fe8513df82121b6e5 authored over 2 years ago
RingDelayBuffer: skip for invalid number of items

This commit changes the situation if the number of samples to read
is greater than the read avai...

github.com/mixxxdj/mixxx - 95182eab054f9014abd4498832fcf691150d2f1e authored over 2 years ago
RingDelayBuffer: remove const from the parameter

This commit removes the const from the RingDelayBuffer::read
and RingDelayBuffer::write. The con...

github.com/mixxxdj/mixxx - 7c2610e2efde5cc6d01d1bd98e8bb5142851fa5d authored over 2 years ago
RingDelayBuffer: fix typo in phrase THREAD-SAFE

This commit fixes just the typo in the phrase THREAD-SAFE.

github.com/mixxxdj/mixxx - 1df0fbbc10878624923e87f8ad6e7afcf900bc0b authored over 2 years ago
Merge pull request #4897 from fwolter/fix-x32

Fix matching of X32 MIDI in/out devices

github.com/mixxxdj/mixxx - 1ed11fc0acd8bd3478e6777ba7e937830ec0bc0c authored over 2 years ago
Fix matching of X32 MIDI in/out devices

This fixes bug 1986440.

github.com/mixxxdj/mixxx - 0e7c9d9a08f7cc62c114f95af39283bd5c7adb42 authored over 2 years ago
RingDelayBuffer: update m_fullFlag handling

This commit changes the inner meaning of the full flag.
For the new version, the buffer is full ...

github.com/mixxxdj/mixxx - 77181a8036a04981b1021c3ef517a0ac19ed703e authored over 2 years ago
Make windows_buildenv.bat work with spaces in path

github.com/mixxxdj/mixxx - 1e92bd58b63f4459bad1544833be86f135966d50 authored over 2 years ago
Merge pull request #4810 from davidchocholaty/fix_pitch_shift_latency

EngineEffectsDelay: effects chain delay handling

github.com/mixxxdj/mixxx - 3fcece4305c95d86053f1d46e10b44cbb93ea7a1 authored over 2 years ago
Merge pull request #4895 from daschuer/retire_focal

Retire Ubuntu Focal

github.com/mixxxdj/mixxx - c7c6fd2fc95ca7bc6f518a5bc3ff434083426fa8 authored over 2 years ago
Retire Ubuntu Focal

github.com/mixxxdj/mixxx - dd5ef2a8a88c64f7ea00cf8f5be2791ad1f8fa22 authored over 2 years ago
Pre-commit fixes

github.com/mixxxdj/mixxx - 119d65a42329727f38ffdeef3c7ac4dc738fe3e6 authored over 2 years ago
Merge remote-tracking branch 'upstream/Main' into hid-parser-update

github.com/mixxxdj/mixxx - 0478a767a21432be39ee93bcf9187dbfa5bf2f5b authored over 2 years ago
Merge remote-tracking branch 'upstream/Main' into hid_parser_perfomance_improvement

github.com/mixxxdj/mixxx - 7bbd847013301324d52cd016fe786a1eab521b53 authored over 2 years ago
Implemented fast lookup map for output fields

github.com/mixxxdj/mixxx - 7a9a84441521edf1f3ab319ad60a513c369e3c93 authored over 2 years ago
Merge pull request #4893 from ronso0/focus-widget-weffectchainpresetselector

WEffectChainPresetSelector: use '[Library], focused_widget' instead of BackTab keystroke

github.com/mixxxdj/mixxx - 35dd2514e7585d84f1f651438d05317c8558ae52 authored over 2 years ago
spanutil: add unsigned type checking

This commit adds checking if the data type of size
is the unsigned data type.

github.com/mixxxdj/mixxx - 5342307e2d64ffdd7a95e061e2dbb033485eabe2 authored over 2 years ago
TODO: refocus previously focused widget

github.com/mixxxdj/mixxx - 4d85302b6d9d1029e770553795c38e61b63f2d7c authored over 2 years ago
WEffectChainPresetSelector: use '[Library], focused_widget' instead of keystroke

github.com/mixxxdj/mixxx - df4cd6a2f4f9957bda782712506763d8258442e1 authored over 2 years ago
User Vcpkg environment with Rubberband V3

github.com/mixxxdj/mixxx - d3bd0d41152f7d7fafd117c4d9412412e82cabe8 authored over 2 years ago
Merge pull request #4889 from Swiftb0y/remove-ubuntu-focal

chore(ci): remove ubuntu-20 CI as per mixxx ubuntu minimum requirements policy

github.com/mixxxdj/mixxx - 85149b673a67fc0014b38659aa951c416212dc02 authored over 2 years ago
chore(ci): remove ubuntu-20 CI as per mixxx ubuntu minimum requirements policy

github.com/mixxxdj/mixxx - 24114dccbe8bcae63a895093a4ba1d084a8925d0 authored over 2 years ago
remove obsolete includes & forward declarations from pref dialogs

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

github.com/mixxxdj/mixxx - 1d32d823505e4bf855e3bed8d06015515f7cdaad authored over 2 years ago
Add h67ma to the contributor list in the about box. Thank you very much.

github.com/mixxxdj/mixxx - da9f8ea39562a50ecf0b810934d179f07fe6abf9 authored over 2 years ago
Add motific to the contributor list in the mixxx about box. Thank you very much.

github.com/mixxxdj/mixxx - 1a9db7e6121e5b2d12147cd33e8e762038d367a9 authored over 2 years ago
Add Alice Midori to the contributor list in the about box. Thank you very much.

github.com/mixxxdj/mixxx - 663658ba541f9fd82a8e3f813d6ca4b16b161e54 authored over 2 years ago
Added David Chocholatý to the contributor list in the about box. Thank you very much.

github.com/mixxxdj/mixxx - 38f65f016c2908b271fe64f5e4266cc149c8b3ea authored over 2 years ago
Fix build error due to distant merge conflict

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

github.com/mixxxdj/mixxx - b2362de253a24fd1a68c8eb11914db4633fa3d84 authored over 2 years ago
Merge pull request #4884 from ronso0/main-eq-fix

DlgPrefEQ: fix loading/saving main EQ parameters

github.com/mixxxdj/mixxx - 9a593ada0c4b0f8e81353d7468edb0b813eeb052 authored over 2 years ago
Merge pull request #4886 from ronso0/pref-eq-reset-fix

DlgPrefEQ: properly restore 'One EQ for all decks' setting

github.com/mixxxdj/mixxx - 3b12ff67c5d1795fcfef79b44692bfc2d748a357 authored over 2 years ago
DlgPrefEQ: quick hack to keep 'One EQ for all decks' setting

github.com/mixxxdj/mixxx - 56b36c638791c2abea7b197148cfeb5eed7a9249 authored over 2 years ago
Merge pull request #4864 from fatihemreyildiz/coverartmenu

Cover Art Label & Cover Art Full Size composition with menu

github.com/mixxxdj/mixxx - 5473fa870727e0560b93e75a665af4ab938356a5 authored over 2 years ago
dlgcoverartfullsize: no menu, no drag fix.

github.com/mixxxdj/mixxx - 102d1fbc267c4d040db99a2999c67d635710d92a authored over 2 years ago
wcoverartlabel.h: qmenu deleted.

github.com/mixxxdj/mixxx - 10a1c469a85804bb7e4b0a848b4b609ba448ba33 authored over 2 years ago
use more PollingControlProxy

github.com/mixxxdj/mixxx - 1e172ccc7f75ee8ecfb39b1632d57ff1dad44afc authored over 2 years ago
Remove duplicated [Recording],status CO and use unique_ptr

This was original reqired to receive value changed signals of own changes. Since we have no sign...

github.com/mixxxdj/mixxx - c7b166a5294649c1637958b0e26040b855f4b109 authored over 2 years ago
Remove unnecessary include

github.com/mixxxdj/mixxx - 8c0b9aaf20d69d78988d2975c20f5e6673a24610 authored over 2 years ago
use PollingControlProxy

github.com/mixxxdj/mixxx - f129697306a5b9008f611a1d4235490c9c29f58f authored over 2 years ago
DlgPrefEQ: use constant for main EQ parameter ConfigKeys

github.com/mixxxdj/mixxx - fc8177aa5892c5660b88262f57f40107fe791da4 authored over 2 years ago
DlgPrefEQ: prevent scroll events changing unfocused sliders or comboboxes

github.com/mixxxdj/mixxx - fa84db1bf4b6edb1766ebafa9f8ddedeb5915f89 authored over 2 years ago
DlgPrefEQ: slotUpdateMainEQParameter > slotApplyMainEQParameter

In the preferences 'update' is usually used for slots updating the GUI

github.com/mixxxdj/mixxx - dfa2e25bb28b1054681728a4603ceefbbc8f47f9 authored over 2 years ago
DlgPrefEQ: save new parameters to config when switching main EQ

github.com/mixxxdj/mixxx - b687d5f3625ddb3534787c2df2f7040490c9d60b authored over 2 years ago
DlgPrefEQ > Main EQ: fix translation slider pos to parameter value

github.com/mixxxdj/mixxx - f95327c0ced4b84092f15927cb375c99f58cff9f authored over 2 years ago
PitchShiftEffect: remove delay reporting

This commit removes the Pitch shift effect delay reporting based
it needed a deeper investigatio...

github.com/mixxxdj/mixxx - 80b92095da3b0c2d9919ddcdba2e4b22e4521412 authored over 2 years ago
SampleBuffer: fix const for span method

This commit fixes the const correctness of the span method.

github.com/mixxxdj/mixxx - 9ffdb1122a242c2300c94015603cb54f2a9f72ea authored over 2 years ago
RingDelayBuffer: apply fading in

This commit applies fading in for the first input buffer to avoid
of crackling sound, when the d...

github.com/mixxxdj/mixxx - de60af2f9227226eec9611df728f84391e4fdc2d authored over 2 years ago
spanutil: templated functions as constexpr

This commit adds constexpr keyword to the both implemented function,
concretely to mixxx::spanut...

github.com/mixxxdj/mixxx - 8945f3df9e5ec484a8be4f25dba340024c31408e authored over 2 years ago
Merge pull request #4855 from ronso0/rubberband3-switch

Rubberband: switch between v2 and v3 at runtime

github.com/mixxxdj/mixxx - 828a189b045050ca6ad5aa053e528e92ce0b8653 authored over 2 years ago
use gsl::not_null<HintVector*> in appendCueHint to avoid runtime null check

github.com/mixxxdj/mixxx - 54950d07e937bc8d74a5e9f27140d8a2c4290c59 authored over 2 years ago
return gsl::not_null pointer form track properties ptr#

github.com/mixxxdj/mixxx - 85c5a62623aa564cdcb7fe437ef0a532231335c1 authored over 2 years ago
Merge pull request #4880 from mixxxdj/merge-2.3

Merge 2.3

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

github.com/mixxxdj/mixxx - c685c829c42528c4d6af6c95bafcaa5ea0742cb2 authored over 2 years ago
ci(pre-commit): Exclude merge commits when finding changelog change date

github.com/mixxxdj/mixxx - def3002377c98ddcfa726c7407ab856ee6b3f057 authored over 2 years ago
Merge pull request #4879 from mixxxdj/pre-commit-docker-2.3

ci(github): Use docker container for pre-commit workflow

github.com/mixxxdj/mixxx - b698bbce18f28015a2618cd0a93f0de33f0ba633 authored over 2 years ago
ci(github): Use docker container for pre-commit workflow

This allows us to make the necessary tools and libraries at part of the
docker image and avoids ...

github.com/mixxxdj/mixxx - 4d1ac97da978208ebda495f886c86bae4ddfb526 authored over 2 years ago
fix(pre-commit): Add missing timestamp of dev releases to appsteam metainfo

This fixes the following issue when validating the generated
`res/linux/org.mixxx.Mixxx.metainfo...

github.com/mixxxdj/mixxx - 4d0b9f6d4fabcf81f6691f15c8819068fd5d655b authored over 2 years ago
fix(pre-commit): Fix redirected AppStream metainfo URL

This fixes the following issue when validating the generated
`res/linux/org.mixxx.Mixxx.metainfo...

github.com/mixxxdj/mixxx - 53f8a15e68eec05c858e7efcac36187d021e7ef4 authored over 2 years ago
Merge pull request #4840 from daschuer/changelog_240

CHANGELOG: Add a raw version with all PRs towards Mixxx 2.4

github.com/mixxxdj/mixxx - d216520e0c2cc895253c5809145bee6c8912e2bd authored over 2 years ago
Merge pull request #4878 from Swiftb0y/update-pre-commit

fix(ci): pre-commit on CI and bump actions versions

github.com/mixxxdj/mixxx - 1425b98e49c7115965557ff4bd184ca8a6f22203 authored over 2 years ago
Improve CHANGELOG.md

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

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