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

Merge remote-tracking branch 'upstream/2.3' into main

github.com/mixxxdj/mixxx - 5f65259d40bfe7f0759bc243b20f6128b28026ef authored over 2 years ago
EngineEffectsDelay: convert ramping to float

This commit converts ramping values for crossfading
from the double-precision to float. The doub...

github.com/mixxxdj/mixxx - e958a081d15d784e6a8c2a671f16c345cdd8811b authored over 2 years ago
PitchShiftEffect: move getter into the header

The commit moves the PitchShiftEffect::getGroupDelayFrames
from the cpp file into the header fil...

github.com/mixxxdj/mixxx - cc5abdd308af916c0cb77c8e47c092b4d0c91465 authored over 2 years ago
controllers: remove rate_dir hardcoding from Numark DJ2GO2 Touch

remove line hardcoding tempo slider direction that affects user
configurable settings

github.com/mixxxdj/mixxx - 9c9edc1673615f3ffbf07f9e245e96276a90d864 authored over 2 years ago
wfindonwebmenu: non translatable names changed.

github.com/mixxxdj/mixxx - 8be548a0f5e32fa57d7223c416db3dd8711b20f7 authored over 2 years ago
EffectProcessor: fix audio signals documentation

This commit fixes the documentation
of the EffectProcessor::getGroupDelayFrames. The changes are...

github.com/mixxxdj/mixxx - a1456a62a196f0004452bf6d8de20630affc4926 authored over 2 years ago
EngineEffectsDelayTest: add stereo assertion

This commit adds the static_assert for the EngineEffectsDelayTest.
The signal in the input buffe...

github.com/mixxxdj/mixxx - 97fdb392c1d303a160a6f5daaae94bed167156da authored over 2 years ago
Merge pull request #4495 from Swiftb0y/components-pot-arbitrary-max

midi-components-0.0.js: Pot support for arbitrary maximums in 7-/14-bit handlers

github.com/mixxxdj/mixxx - d852fa194aad6a8f85427eaf050391e556f3b599 authored over 2 years ago
refactor: reconstruct high-res input val instead of changing the input scaling

github.com/mixxxdj/mixxx - 2649ef616a7bcc7bf880ab8c28cbb69d0361d911 authored over 2 years ago
midi-components-0.0.js: Pot support for arbitrary maximums in 7-/14-bit handlers

previously, it was not possible for 14-bit controls to have maxima
that are not (2^14)-1. Some c...

github.com/mixxxdj/mixxx - 311eb1acfdef76c01c285944d0f631d23ad4d017 authored over 2 years ago
controllers: fix Numark DJ2GO2 Touch sliders and knobs

Fix input for sliders and knobs to use single byte value, since all
are on single CC status mess...

github.com/mixxxdj/mixxx - 33701de6a67d378617460dedd352bfd309c812d5 authored over 2 years ago
EngineEffectsDelayTest: add delay handling tests

This commit adds tests for the EngineEffectsDelay.
The EngineEffectsDelayTest contains nine test...

github.com/mixxxdj/mixxx - 93d2d1923a0f56216dd058a336d60b577f2b88b9 authored over 2 years ago
wfindonwebmenu: requested changes applied

github.com/mixxxdj/mixxx - 8f309b821ff046deed1d051132ed165940cbaa2f authored over 2 years ago
wfindonwebmenu: Redundant connect deleted

github.com/mixxxdj/mixxx - 72fc625a4d6acb508e6eecc2876b952d7ca330f4 authored over 2 years ago
Merge pull request #4833 from ronso0/eq-reset-on-track-load

restore 'Reset EQs on track load'

github.com/mixxxdj/mixxx - bf98de330910c38bd9b3cf51fb50dbe0188f4690 authored over 2 years ago
restore 'Reset EQs on track load'

github.com/mixxxdj/mixxx - f9b78052aaaf5f9eee674291559fc9a2b67aa0d0 authored over 2 years ago
Merge pull request #4832 from Swiftb0y/cpp20

Cpp20

github.com/mixxxdj/mixxx - 1879ad4f310dad8c35fbc79a59a2e4a3851ee9a0 authored over 2 years ago
wfindonwebmenu: naming changed

github.com/mixxxdj/mixxx - f684256f0777b3117f78319063d1849805999547 authored over 2 years ago
refactor(util): remove platform-specific M_FALLTHROUGH_INTENDED defines

github.com/mixxxdj/mixxx - 27e2309aaf8c2513d007d9676ac917435dc013c3 authored over 2 years ago
fix: bump clang-format lang version to cpp20

github.com/mixxxdj/mixxx - e5f5adbf01d798700e0bf25a76545e03742abf1a authored over 2 years ago
EngineEffectsDelay: add negative delay handling

This commit adds an assertion for negative values of the number
of delay frames set by EngineEff...

github.com/mixxxdj/mixxx - f40e7967a7f4b4988342e0930bbd2c8959db07e2 authored over 2 years ago
wfindonwebmenu: type change

github.com/mixxxdj/mixxx - 57b2840f4dccd18b9ffe61ac19422ca9666d6f76 authored over 2 years ago
Merge pull request #4831 from uklotzde/taskmonitor-progress-dialog

lp1980091 TaskMonitor: Reset progress dialog to close it

github.com/mixxxdj/mixxx - ddb788f4a92b07bc20080c1d817b20caf141c93d authored over 2 years ago
Merge pull request #4828 from ronso0/shade-splitter-glitch

Shade: fix library sidebar splitter glitch

github.com/mixxxdj/mixxx - 24d77f3e658a77f7682fcbe8a404565e47d4027a authored over 2 years ago
TaskMonitor: Reset progress dialog to close it

github.com/mixxxdj/mixxx - acffb17f59dae588d48f65cf9de9e6b3c4ce0a45 authored over 2 years ago
Merge pull request #4792 from Swiftb0y/stale-action-disable-for-needs-review

feat(gh-actions): exempt "needs review" PRs from labelled stale

github.com/mixxxdj/mixxx - 242bf0f64558b6435d375a05a0e9cf994a847cef authored over 2 years ago
FindOnWeb: enableMenu added.

github.com/mixxxdj/mixxx - bf25e6393e059c9422aab3210da09372e90873ac authored over 2 years ago
EngineEffectsDelay: frames instead of samples

The commit changes the type of a value which represents
propagated delay. This commit changes th...

github.com/mixxxdj/mixxx - ad76619f3c5708aa9aa44a467c6ef650b9a1b41b authored over 2 years ago
Merge pull request #4829 from mixxxdj/dependabot/github_actions/jwlawson/actions-setup-cmake-1.12

chore(deps): bump jwlawson/actions-setup-cmake from 1.9 to 1.12

github.com/mixxxdj/mixxx - 31ae17bd8459ddb1ee5e8f7f85e921f179d46730 authored over 2 years ago
chore(deps): bump jwlawson/actions-setup-cmake from 1.9 to 1.12

Bumps [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake) from 1.9 t...

github.com/mixxxdj/mixxx - e51a687abe55711c68009ea07ec5465faf5b5803 authored over 2 years ago
wfindonwebmenu: bool hasEntriesForTrack added

github.com/mixxxdj/mixxx - 5a3864f35d031ed43b3e040a337e65517d754ec8 authored over 2 years ago
Shade: fix library sidebar splitter glitch

github.com/mixxxdj/mixxx - a7a289f48e07f5559d14589f93c2b29b86530abd authored over 2 years ago
wfindonmenu: if condition added for actions

github.com/mixxxdj/mixxx - f5e145bb4b664a36e02068f4b56546e5ba6cc424 authored over 2 years ago
wfindonwebmenu: url validation added.

github.com/mixxxdj/mixxx - 966d7f56f160d4328a630b9e86d24e76fb67660b authored over 2 years ago
Merge pull request #4803 from Swiftb0y/cpp20

C++20

github.com/mixxxdj/mixxx - d209239967f2f4709d03c05261f8fef07ba47f75 authored over 2 years ago
fix(build): Workaround gcc bug

github.com/mixxxdj/mixxx - 95d33db4abe689da2e5f82358233eee891986c04 authored over 2 years ago
wfindonwebmenu: url validation refactored.

github.com/mixxxdj/mixxx - 25eab73e1dee479ada47620a321c059c995ae194 authored over 2 years ago
Replaced declare class with declare namespace

github.com/mixxxdj/mixxx - 98502bff1f60924f61ae01b531c691c753e252cc authored over 2 years ago
Merge pull request #4826 from uklotzde/lp1979864-modplug

lp1979864: Fix synchronization time stamps of ModPlug files

github.com/mixxxdj/mixxx - 1cd826af252c51f96db17f8a27cd3599828aa946 authored over 2 years ago
Merge pull request #4825 from mixxxdj/signtool_sha256

feat(build): timestamp signed file built via CMake

github.com/mixxxdj/mixxx - df85a74a26c1b68b3398ed278f4eb164c6d2e0ed authored over 2 years ago
Fix synchronization time stamp of ModPlug files

github.com/mixxxdj/mixxx - 1b811cdafc8fac6b973e64ba20a06804a2d02534 authored over 2 years ago
Validate and fix unexpected synchronization time stamps

github.com/mixxxdj/mixxx - 207b093e8bcb1cd9214073238bcf8d3b0ae39f10 authored over 2 years ago
Added information about the 20ms minimum interval of JS timers

github.com/mixxxdj/mixxx - 039cf93114655a692bad8af0cea51f3b86a84642 authored over 2 years ago
Add hyperlink for alias

github.com/mixxxdj/mixxx - 07abdf411bd07eda3f1e82d263c4de990100b1a9 authored over 2 years ago
Merge pull request #4736 from snue/fixup/modplug

Fix loading of modplug files

github.com/mixxxdj/mixxx - 3d1f82b1f3c7f9fab4268ef11ab53ce571ef27f7 authored over 2 years ago
feat(build): timestamp signed file built via CMake

Previously only builds generated by our github actions CI
were timestamped.

github.com/mixxxdj/mixxx - 6e268bc0c5102c746f27733e3e733a5525b111e7 authored over 2 years ago
wfindonwebmenu: if statement value aborted early

github.com/mixxxdj/mixxx - 836d7406aee2311f7ceba34ebc9ac905a2dac542 authored over 2 years ago
wtrackmenu: empty pTrack submenu not show added.

github.com/mixxxdj/mixxx - cfda73c284811f58c6e766a1667976a6ef915f0e authored over 2 years ago
wfindonwebmenu: url-check & switch added

github.com/mixxxdj/mixxx - 4d506a5efbc819746dbf88c728bcefc5375bd27e authored over 2 years ago
Merge pull request #4824 from mixxxdj/signtool_sha256

fix(build): windows codesign

github.com/mixxxdj/mixxx - 755227beab485ab0bcf84600a967f9625eb83b32 authored over 2 years ago
wfindonwebmenu: redundant switch&functions deleted

github.com/mixxxdj/mixxx - 9d088358f524c8fee6c2eebde6ce2ca87337564d authored over 2 years ago
fix(build): windows codesign

github.com/mixxxdj/mixxx - c016d8b44c4f8597953c8fd13341349379d94626 authored over 2 years ago
modplug: mark soundsource final

This silences a compiler warning about the virtual close()
function call from the destructor byp...

github.com/mixxxdj/mixxx - 911f72cae4cc7068a47b2fc8d7d3448103aefb89 authored over 2 years ago
modplug: restore settings on load

The settings restoration is currently done in the preferences
dialog. This was dropped accidenta...

github.com/mixxxdj/mixxx - 55ecdc0e1ff13c05ea185ef450d4d599b04d53e1 authored over 2 years ago
wfindonwebmenu: pServiceMenu deleted.

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

github.com/mixxxdj/mixxx - ed9a529524fac5c01b08019b8860f4f8514b3230 authored over 2 years ago
Merge pull request #4822 from mixxxdj/dependabot/github_actions/peter-evans/repository-dispatch-2

Bump peter-evans/repository-dispatch from 1 to 2

github.com/mixxxdj/mixxx - c36a95dd802588ae6d50afb1d23279b118070eae authored over 2 years ago
wfindonwebmenu: constant naming fix

github.com/mixxxdj/mixxx - 1410b2bc09d50a34a89425f032de4ea1dfff3f48 authored over 2 years ago
Merge pull request #4774 from fwcd/adhoc-signing-macos

macOS packaging: Perform ad-hoc signing of macOS bundle by default

github.com/mixxxdj/mixxx - 50708abf974f63e59bf546748642bfba7b806938 authored over 2 years ago
Merge pull request #4806 from fwcd/wtrackmenu-reanalyze

WTrackMenu: Add menu entry for (re)analyzing tracks

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

github.com/mixxxdj/mixxx - 1a0a08d6d0fe108becd23636ccbabb14bd701119 authored over 2 years ago
Merge pull request #4804 from ronso0/waveform-tiny-range-fix

Waveform: avoid QPainter glitch with ranges < 1 px

github.com/mixxxdj/mixxx - 8facfb6075d62efb8944ae2fc22399f38d2d0ef8 authored over 2 years ago
Merge pull request #4820 from mixxxdj/dependabot/github_actions/actions/stale-5

Bump actions/stale from 3 to 5

github.com/mixxxdj/mixxx - 0e188799aa216bbefd9bbae6626521d44f2168d5 authored over 2 years ago
Merge pull request #4821 from mixxxdj/dependabot/github_actions/seanmiddleditch/gha-setup-vsdevenv-4

Bump seanmiddleditch/gha-setup-vsdevenv from 3 to 4

github.com/mixxxdj/mixxx - 36fbd0260cb104c336286708f6f6636f888cbf42 authored over 2 years ago
Merge pull request #4818 from mixxxdj/dependabot/github_actions/actions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3

github.com/mixxxdj/mixxx - 02b76b8e972b5fe91725bbfe6293206d52d97da0 authored over 2 years ago
Merge pull request #4819 from mixxxdj/dependabot/github_actions/pre-commit/action-3.0.0

Bump pre-commit/action from 2.0.3 to 3.0.0

github.com/mixxxdj/mixxx - 1a4e0ac3be7458a33665dd92e61bbbdaf0be5dab authored over 2 years ago
Bump peter-evans/repository-dispatch from 1 to 2

Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from...

github.com/mixxxdj/mixxx - bfc3fc1baf5ef7a1fd0eec6ceffdf63fefabacea authored over 2 years ago
Bump seanmiddleditch/gha-setup-vsdevenv from 3 to 4

Bumps [seanmiddleditch/gha-setup-vsdevenv](https://github.com/seanmiddleditch/gha-setup-vsdevenv...

github.com/mixxxdj/mixxx - ab59ca9646cbc4376a69ec8fef1f2b7d6674bf0e authored over 2 years ago
Bump actions/stale from 3 to 5

Bumps [actions/stale](https://github.com/actions/stale) from 3 to 5.
- [Release notes](https://g...

github.com/mixxxdj/mixxx - 620df27c58ff01b0bfd7631a3fd7ee3a3c753a3d authored over 2 years ago
Bump pre-commit/action from 2.0.3 to 3.0.0

Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.3 to 3.0.0.
- [Release ...

github.com/mixxxdj/mixxx - 4444769423f48cb652a006e3b2378c0733e5075a authored over 2 years ago
Bump actions/upload-artifact from 2 to 3

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Rele...

github.com/mixxxdj/mixxx - 7183ce49ab22b85670c315155da221a9f38de870 authored over 2 years ago
Merge pull request #4817 from turrisxyz/Dependabot-GitHub-Actions

chore: Included githubactions in the dependabot config

github.com/mixxxdj/mixxx - 7249ee543799ef810bf67eb177e9a0005968279b authored over 2 years ago
chore: Included githubactions in the dependabot config

This should help with keeping the GitHub actions updated on new releases. This will also help wi...

github.com/mixxxdj/mixxx - bf21ebcfcd014dfb6d26e9e3c6f9a038343be780 authored over 2 years ago
wfindonmenu: naming changed, parentedptr added

github.com/mixxxdj/mixxx - 2195417e66a776d334d4041aa0c20ffb7eae57c2 authored over 2 years ago
Release 2.3.3

github.com/mixxxdj/mixxx - 690e776a10ecc9155fd8f8692bec12065d4c9a36 authored over 2 years ago
Merge pull request #4815 from turrisxyz/Pinned-Dependencies-GitHub

chore: Set permissions for GitHub actions

github.com/mixxxdj/mixxx - 5ba4aecadc8ab302a1cd8fcd8571f9038f298028 authored over 2 years ago
chore: Set permissions for GitHub actions

Restrict the GitHub token permissions only to the required ones; this way, even if the attacker...

github.com/mixxxdj/mixxx - efc9f6537c68b05347aa73bccda5f939fa3cb9db authored over 2 years ago
Merge pull request #4813 from daschuer/triplet_check

Triplet check

github.com/mixxxdj/mixxx - 1540d5433d2f14ec5b8c269565da988c506ca535 authored over 2 years ago
Add more context to the missing triplet error

github.com/mixxxdj/mixxx - cfbd4b6124b0dedec1d7277dadb7b3419e233ef4 authored over 2 years ago
WTrackMenu: pre-commit fix

github.com/mixxxdj/mixxx - 1ef7152c8520736b6307525b796df3d38bcad5c4 authored over 2 years ago
Update menu action names to 'Analyze' and 'Reanalyze'

github.com/mixxxdj/mixxx - 897296e38931fb544fcbcdbee978ba08f9c63a8d authored over 2 years ago
Merge pull request #4814 from daschuer/vcpkg_update

Fix drag and drop on MacOs via a vcpkg environment update

github.com/mixxxdj/mixxx - 4898ff4309c3275c5ba4197215c1a22616b6a90e authored over 2 years ago
WTrackMenu: FindOnWeb moved as submenu of Metadata

github.com/mixxxdj/mixxx - 246dfbcb7d600b9f8e8ced980f12028a84f2f30e authored over 2 years ago
WFindOnWebMenu: pre-commit fix. Action reordered.

github.com/mixxxdj/mixxx - 83db586c383654b3f10e7cf3ac145a4e82ed6828 authored over 2 years ago
const url add. redundants deleted. func refactored

github.com/mixxxdj/mixxx - ad5cc13a710f5f00c2a96f4f49cc3b5097b866b2 authored over 2 years ago
Fix drag and drop on MacOs via a vcpkg environment update

github.com/mixxxdj/mixxx - 355369b6fa5ae96f8b6d724c93344e8aab865f79 authored over 2 years ago
Make the target triplet dir not found error explicit

github.com/mixxxdj/mixxx - 6d89491f8a9ecb3abd3a6febcbc717900433d282 authored over 2 years ago
Merge pull request #4805 from fwcd/macos-default-triplet

Fix macOS build by defaulting `VCPKG_TARGET_TRIPLET` to `x64-osx-min10.12`

github.com/mixxxdj/mixxx - 4a54dd1a1c6df8f4f5e0a7faae42301cc64bc151 authored over 2 years ago
Merge pull request #4812 from uklotzde/id3v2-grp1-tit1-mapping

ID3v2: Report ambiguities for GRP1/TIT1 frames

github.com/mixxxdj/mixxx - a54aeae0638b771a63054d7448974d1b45d908d2 authored over 2 years ago
ID3v2: Clarify comments on GRP1/TIT1 mapping

github.com/mixxxdj/mixxx - 6e8caa56f54de8c7c8fd72d1ecaf5f4b8978a52c authored over 2 years ago
ID3v2: Report ambiguities for GRP1/TIT1 frames

github.com/mixxxdj/mixxx - edd2cf3bf302899f88334dde8afd750ac03740cc authored over 2 years ago
EngineEffectsDelay: effects chain delay handling

This commit solves the delay issue for the effects chain. The solution
is useful for the dry/wet...

github.com/mixxxdj/mixxx - 461f6f78f181ac82532ba9c57b34f4683ba25ce0 authored over 2 years ago
wfindonwebmenu: artistwithtitle deleted.

github.com/mixxxdj/mixxx - df37a7095333cab7340b60c930fb6310d8c15ae7 authored over 2 years ago
Feature renamed. Naming refactored.

github.com/mixxxdj/mixxx - 6a2d5ffc105863d4aca683cc1d32e18dd3598481 authored over 2 years ago
Remove vcpkg triplet flags from macOS CI build

These should no longer be needed given that the correct target triplet
should now be set in the ...

github.com/mixxxdj/mixxx - 3d9f5dfd7b880ae69237f1a2d6dd6cce28b58dfe authored over 2 years ago
Remove Analyze capability from BrowseTableModel

...for consistency, since it doesn't include the EditMetadata capability
either.

github.com/mixxxdj/mixxx - ce81e74eeb0bd66eab8d0843131bda4636894916 authored over 2 years ago
Add Analyze capability to PlaylistTableModel

github.com/mixxxdj/mixxx - 232f86fba4df8e336b1060ffe59d16704ed7d906 authored over 2 years ago
Make analysis a submenu of WTrackMenu

github.com/mixxxdj/mixxx - 642692fa3d1489813d7419c554f85b14b769589e authored over 2 years ago
Rename feature to Analyze

github.com/mixxxdj/mixxx - d666ea349d7463a97b47b4337628e3c01a847e1a authored over 2 years ago
WFindOnMenu: CI Fix clazy

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