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

chore(ci): update GH actions versions

github.com/mixxxdj/mixxx - 9c904ada42be2490e214e9e9dcb23472ce3e71ac authored over 2 years ago
fix(ci): pre-commit

github.com/mixxxdj/mixxx - a1933e0015cbf1f6c0f5c39d049ec38ee7e06c94 authored over 2 years ago
Merge branch '2.3'

github.com/mixxxdj/mixxx - 9a47e42afb3056b1e117396a4caa5423bcf0c0de authored over 2 years ago
Move resenct enties to the 2.4 part

github.com/mixxxdj/mixxx - 9d4c97cf64466b559a960f420ca163a552b841ab authored over 2 years ago
keylock engine: use typesafe values also in DlgPrefSound::slotResetToDefaults

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

github.com/mixxxdj/mixxx - bdebb6ef1a9ca6cbcdda38e99c3327bd5cc27155 authored over 2 years ago
Merge pull request #4870 from daschuer/changelog_234

Add recent changes to CHANGELOG.md for 2.3.4

github.com/mixxxdj/mixxx - 37ff1055c885326119672cc9a5df0f8a70136201 authored over 2 years ago
Update CHANGELOG.md

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

github.com/mixxxdj/mixxx - 09266e25a4afdb92298562b8d9a204d0b3ac4672 authored over 2 years ago
refactor(enginebuffer): Make EngineBuffer::KeylockEngine an enum class (#27)

refactor(prefs): improve keylockengine-related typesafety

github.com/mixxxdj/mixxx - d92a6bf26190acd66f354f9953b267d736bc78dd authored over 2 years ago
Introduce EngineBuffer::defaultKeylockEngine() for a single source of the default

github.com/mixxxdj/mixxx - b4faace7abb2f6671651ff3798cc867fea5166d2 authored over 2 years ago
Add a comment about enum KeylockEngine and backward compatibility

github.com/mixxxdj/mixxx - 0cfc807a6ea5fcaf00f1754d59460a6a1c3e17d0 authored over 2 years ago
Keep Rubberband Finer selected during testing a Rubberband V2 build

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

github.com/mixxxdj/mixxx - d862f428ace7842c4f5bd2365a3618a414e6f601 authored over 2 years ago
Merge pull request #1717 from daschuer/controlproxylt

PollingControlProxy

github.com/mixxxdj/mixxx - 085a961050a385087dbaeb2205513d7c97bbd875 authored over 2 years ago
Merge pull request #4867 from daschuer/msvc_warnings

MSVC warning fix

github.com/mixxxdj/mixxx - efa0d277ff63d1405df398d5d237762dbafde1ac authored over 2 years ago
Merge pull request #4873 from uklotzde/reset-missing-tag-metadata

Optionally reset metadata on reimport if file tags are missing

github.com/mixxxdj/mixxx - 2fe0fc58b1be4813b6a3f73288d3468eb775ba6b authored over 2 years ago
DlgTrackInfo: Re-import metadata according to preferences

github.com/mixxxdj/mixxx - de8886818bb6316f696daca54e58dfedd2ffb804 authored over 2 years ago
Reword comment

github.com/mixxxdj/mixxx - 0d17d9fd5fe4b7f387c0e17585cd584f139016cd authored over 2 years ago
Deduplicate code

github.com/mixxxdj/mixxx - f377ded03b22999452cbe798cd2eff71b4875b98 authored over 2 years ago
Clarify comment

github.com/mixxxdj/mixxx - a60718705633c015c8b75aa68a72f7456ff43929 authored over 2 years ago
File tags: Reset missing/empty bpm and replay gain values on re-import

github.com/mixxxdj/mixxx - c8487255c58f3f4355e673e5404b059d1cb9ac14 authored over 2 years ago
Use C++20 Designated Initializers

github.com/mixxxdj/mixxx - 6f255b26ccffb633e8cdf31236102e720c82b96d authored over 2 years ago
Clarify comment about fields that are not reset if missing

github.com/mixxxdj/mixxx - 5d1f73b13411de04f7cd89fbc8b09a227455da65 authored over 2 years ago
Optionally reset metadata on reimport if file tags are missing

Context:
https://mixxx.discourse.group/t/cannot-update-blank-tag-in-mixxx/25348
https://github.c...

github.com/mixxxdj/mixxx - fc3dc42a9a7bd41e72d06734f6921edc7c408d16 authored over 2 years ago
Merge pull request #4872 from Swiftb0y/fix-controllerdebug-midi-io-text

fix(controllers): fix mislabeled midi io terminal messages

github.com/mixxxdj/mixxx - 06402e53368e47eb0bb15ca202766942d882a748 authored over 2 years ago
RingDelayBuffer: remove binary operations

This commit removes binary AND and XOR operations. Based on that,
the code is refactorized and i...

github.com/mixxxdj/mixxx - 5772334d8446365c84394b269544355d95eb5705 authored over 2 years ago
fix(controllers): fix mislabeled midi io terminal messages

Previously, the messages about midi IO when running with
--controllerDebug always prefixed messa...

github.com/mixxxdj/mixxx - 24dbced1344356356ea13405a9409461473a8594 authored over 2 years ago
RingDelayBuffer: fix buffer clear with zeros

This commit fixes the wrong size parameter for the memcpy function
for filling the buffer with z...

github.com/mixxxdj/mixxx - 9ef5752878b95ef59c5831a0bbeb3ebfcb17fbab authored over 2 years ago
RingDelayBuffer: replace with SampleUtil::copy

This commit replaces manual handling with memcpy
by using SampleUtil::copy. This provides using ...

github.com/mixxxdj/mixxx - 0bfd1683ead56e69413d417a3833070923990353 authored over 2 years ago
RingDelayBuffer: replace zeros memset with fill

This commit removes invasive manipulation with handling sizes
and memsetting. Instead, the fill ...

github.com/mixxxdj/mixxx - d6565e7868c2379276af5e8b69ebeea27679e780 authored over 2 years ago
Add recent changes to CHANGELOG.md

github.com/mixxxdj/mixxx - 7a7a4217a3eee7685c87042bdbcde070363e1822 authored over 2 years ago
Add changelog entries for recent changes

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

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

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

github.com/mixxxdj/mixxx - 98880d90b2a1ffd4c50e8b6c0e34ef4574a53b95 authored over 2 years ago
Shortened description of control group and control name arguments

Made the difference between mapped control and control clear

github.com/mixxxdj/mixxx - f69c587b1115b4517a9eeab5107c11a1b896aee2 authored over 2 years ago
Corrected definition of callback types

github.com/mixxxdj/mixxx - 095fe06783aebd00962dfa0b4039f349ae96005a authored over 2 years ago
Merge pull request #4863 from Swiftb0y/upgrade-ci-macos11

fix(ci): replace deprecated macos-10.15 with macos-11

github.com/mixxxdj/mixxx - 4931f4fb7bbea818d6dc7a689856e7a66e508496 authored over 2 years ago
coverart&dlgcafullsize composition with menu added

github.com/mixxxdj/mixxx - 8cf22063b23b57f68abe5fde3a9acc38a9056d9d authored over 2 years ago
fix(build): bump CI CMake version to 3.19 for macos11 packaging

github.com/mixxxdj/mixxx - 69518c13ff8608c1c7e190679ad52e0cd3d054c3 authored over 2 years ago
fix(ci): replace deprecated macos-10.15 with macos-11

https://github.com/actions/virtual-environments/issues/5583

github.com/mixxxdj/mixxx - d26e4957b30b06fa92b644536809a2c12f66f0f6 authored over 2 years ago
Merge pull request #4869 from davidchocholaty/fix_delay_value_checking

EngineFilterDelay: clamp wrong delay values

github.com/mixxxdj/mixxx - 5f5e92f522c8492c83b9eb0caa8a4283206e22cb authored over 2 years ago
Defined type alias packetItemId

github.com/mixxxdj/mixxx - 6d0d3286b315419b1814de47e6ffa224c63565a9 authored over 2 years ago
Reverted wrong change of object literal to array, and documented the types accordingly

github.com/mixxxdj/mixxx - 22758571e8ffb6d373958555f63392de1b0beb2b authored over 2 years ago
EngineFilterDelay: add assertions

This commit adds two assertions. The first one is a static_assert
which tests if the templated S...

github.com/mixxxdj/mixxx - 33c6e0da5108b0b321d285fd195977669dff54a7 authored over 2 years ago
Merge pull request #4868 from Swiftb0y/appstream-validate-transifex

fix(ci): appstream validate metainfo.xml

github.com/mixxxdj/mixxx - e0f8901ccdf31b7daf2ba87098245816cffb148b authored over 2 years ago
EngineFilterDelay: clamp wrong delay values

This commit moves the correctness evaluation of the delay value
into a setter and the set value ...

github.com/mixxxdj/mixxx - 855be7275b5b9b26da9610b28afa46e0a0506e23 authored over 2 years ago
EngineEffectsDelay: store input for zero delay

This commit adds copying of input buffer into delay buffer
for zero delays. The input has to be ...

github.com/mixxxdj/mixxx - 7f00a1aa7e92dfa0a7eb63690a2f8828a2b7ec28 authored over 2 years ago
Fixed eslint jsdoc/require-property-description warnings by documenting all class properties

github.com/mixxxdj/mixxx - ea29630336e3e9f991e6a092161d00f66b010ddc authored over 2 years ago
fix(ci): appstream validate metainfo.xml

`appstreamcli validate res/linux/org.mixxx.Mixxx.metainfo.xml`
failed with `W: org.mixxx.Mixxx:9...

github.com/mixxxdj/mixxx - f83164ff29773dfeff844c6a49f8ac51d60ab455 authored over 2 years ago
EngineEffectsDelay: add kMaxDelayFrames constant

This commit adds a kMaxDelayFrames constant for clamping the upper bound
of delay. This constant...

github.com/mixxxdj/mixxx - 2e14db163e781fcfda687fd46f852a1cf0f85fc4 authored over 2 years ago
Avoid zero initialization and use std::copy

github.com/mixxxdj/mixxx - d80ebf2a5db55236d6895e5e8b6d5629cd027027 authored over 2 years ago
EngineEffectsDelayTest: add value clamping comment

The commit adds comments about the test's purpose of test delay value
clamping in the setter.

github.com/mixxxdj/mixxx - ad6569110f938699edb9472a95b4846380f9f34a authored over 2 years ago
Corrected return type of lookupBit

github.com/mixxxdj/mixxx - 2ef4006c7ab75a823379480b0e7e26d42c9281b9 authored over 2 years ago
Reduced scope of variables and made them const where possible

github.com/mixxxdj/mixxx - aafed4f201f3437d3a3fe2d4680c2ced80ea457e authored over 2 years ago
libshout-idjc: print pointer via %p

github.com/mixxxdj/mixxx - 70deb49948bc7d4a88f0b97415dab2d7d5754f31 authored over 2 years ago
Use QChar for the CHECK MARK sign to avoid a MSVC warning

github.com/mixxxdj/mixxx - 9600b71924ca6cdfef84cdc514b6ef4f225c7944 authored over 2 years ago
libshout-idjc: define sock_t as SOCKET on windows to avoid data loss warning

github.com/mixxxdj/mixxx - 78e70821fe31cc5777f2aaa53ef561604290f70e authored over 2 years ago
libshout-idjc: add missing include directive

github.com/mixxxdj/mixxx - 355ff6d6640ed10a67c5e839e2aab58712f11988 authored over 2 years ago
libshout-idjc: remove redundant definition to avoid a redefinition warning

github.com/mixxxdj/mixxx - c038f8935a700727a9e63b30d2ad02e09e4e03fb authored over 2 years ago
libshout-idjc: silence various "possible loss of data" warnings by type casts

github.com/mixxxdj/mixxx - 3bb06e8961beb2421372279c0a0dd0a51fead087 authored over 2 years ago
libshout-idjc: use size_t type to silence warning

github.com/mixxxdj/mixxx - 301107b6d0b04b7892387a7cb85ddfa58ef89087 authored over 2 years ago
EngineEffectsDelay: clamp wrong delay values

This commit moves the correctness evaluation of the delay value
into a setter and the set value ...

github.com/mixxxdj/mixxx - f7a38c933a4b669018f2fbb62a4f51e097752e1d authored over 2 years ago
Determine size of output array before initializing it, and initialize it with the final size

Use Uint8Array as type for input and output reports
Use sendOutputReport with Uint8Array buffer a...

github.com/mixxxdj/mixxx - 3c7c70a7aedd81431d213fa7c293256d54a113a2 authored over 2 years ago
Use LED-colors as On / Off values in linkOutput

github.com/mixxxdj/mixxx - 6b311185b13f580a32d5ffa05ca60cf45871a8a0 authored over 2 years ago
Separated types bitObject / packetField

github.com/mixxxdj/mixxx - 31bc9ffd270b484cc6c98c219803c6a6fe83dfb2 authored over 2 years ago
Specified missing type

github.com/mixxxdj/mixxx - 109d2eafdb3b56ea79996df664f47c12f6036d1a authored over 2 years ago
Corrected wrong type syntax

github.com/mixxxdj/mixxx - 02042528ae21f9e971eb7098ca42fc91df38ff89 authored over 2 years ago
Do not try to initialize field structure again, after usage

github.com/mixxxdj/mixxx - 11202e829971d084982e192b23ba374060a0c50d authored over 2 years ago
Added missing type and docu for pack

github.com/mixxxdj/mixxx - 2a63ac5ded8ba8385a7251937c9a001b0441bf17 authored over 2 years ago
addControl has no return type -> Do not return undefined

github.com/mixxxdj/mixxx - e1b71ce5bc25d57796d1422baafb4db3a2ec5e6f authored over 2 years ago
Reduced scope of change variable and initialize it (in one branch it remained undefined, but was used for comparison later)

github.com/mixxxdj/mixxx - 49faef947cdfdc1b0a75ac1a4e2465663f505468 authored over 2 years ago
Made variables const

github.com/mixxxdj/mixxx - 6d0c7eaf0be34bba81c0f126d9251e2ef887d402 authored over 2 years ago
Added guards for safe handling field.value as HIDBitVector

github.com/mixxxdj/mixxx - 3c2ce07fd55b1f8334d623779474f8c9255a3b59 authored over 2 years ago
Use curly brace initializer (remove todo)

github.com/mixxxdj/mixxx - 9b3cd85eac4d85c4b736a826d7cc9722734ceb07 authored over 2 years ago
Improve loop index type

github.com/mixxxdj/mixxx - ed1f096ba3f158748996ad2facf6a7065b590a3b authored over 2 years ago
Corrected boolean <-> number conversion

github.com/mixxxdj/mixxx - 796e8e709eddf7091778a80baf3c25f5f2c0c746 authored over 2 years ago
Adjusted eslint rules for common-hid-packet-parser.js:

-External function print is no longer used
-Disabled camelcase warning, because we can't change t...

github.com/mixxxdj/mixxx - 801abf549d4586b7b0886a06a8397a1180c47c8b authored over 2 years ago
Replaced wrong eslintrc keyword "readable" by "readonly".

https://eslint.org/docs/latest/user-guide/configuring/language-options#using-configuration-files-1

github.com/mixxxdj/mixxx - 06bae213ffaffc021f7665b1cb5556caeda9bd07 authored over 2 years ago
Corrected type that parseBitVector returns

github.com/mixxxdj/mixxx - 1a3d81f361ac5cdd0ab8d319b0225f26c3937f2a authored over 2 years ago
Pref Sound: reset to RubberBand v2 if v3 isn't available

github.com/mixxxdj/mixxx - 447543fa39cf25ed09a5862e3be1cb28f142f0dd authored over 2 years ago
EngineBuffer: remove RubberBand include and version guards, Note:

now the KeylockEngine enum always contains RUBBERBAND_FINER, thus the selector
in Preferences > ...

github.com/mixxxdj/mixxx - 107d492c183bafccd83c9f07182cff613e104b89 authored over 2 years ago
RubberBand: allow switching v2/v3 at runtime

github.com/mixxxdj/mixxx - 290ffd76674676cb0c2f670884c53d2ece1be6e4 authored over 2 years ago
Added @ts-ignore, to inhibit warnings for duplicate identifier

github.com/mixxxdj/mixxx - 8cb4082aaecfb259446f4436261d30bec04caaf4 authored over 2 years ago
Removed argument, which is not existing in constructor

github.com/mixxxdj/mixxx - 3ba41fe99dfbd868831ecc7222982ab832a69cb1 authored over 2 years ago
Merge pull request #4853 from Swiftb0y/rubberband-v3

Rubberband V3 stretcher

github.com/mixxxdj/mixxx - 0d1dc9fa448181db8714425b424a754227bc0e1b authored over 2 years ago
Defined enableScratchCallback

github.com/mixxxdj/mixxx - b6595b53a5cb90414f8be0e835f5426214a27698 authored over 2 years ago
Fixed bug of duplicated variables for scratch ramp

github.com/mixxxdj/mixxx - ec75622787e9889501a6f258ff4590a582a324ce authored over 2 years ago
EngineEffectsDelay: remove magic constant

This commit removes the constant from the calculation of the kMaxDelay
constant. Based on this, ...

github.com/mixxxdj/mixxx - 8e193131066bfaa27b15fb058aa17e1e586a69c9 authored over 2 years ago
eslint: Make class instances const

github.com/mixxxdj/mixxx - 52aaa47b60f994f47022660bba2765cb6c0c5328 authored over 2 years ago
Fixed several errors

github.com/mixxxdj/mixxx - fefd3b3ffb8e1b5f3ddea0c4cdb946c970cbf555 authored over 2 years ago
add rubberband engine 3 support when available at compile-time

github.com/mixxxdj/mixxx - a2b7152105748fe5c5bd8a9f8be86fa60d6bd2ac authored over 2 years ago
TODOs for some medium-difficult cleanups

github.com/mixxxdj/mixxx - ea21fa5f6d4e2bf31c3c88ac25281764b31cbae6 authored over 2 years ago
update urls to online references

github.com/mixxxdj/mixxx - 440165e3bccd20ab2a696fde35d0f6075abb2dee authored over 2 years ago
Use JSDoc @todo where applicable

github.com/mixxxdj/mixxx - 6bafa6d771a67aa7513507b9717dea25bcc6125a authored over 2 years ago
Made HIDDebug a function of the global-this object to prevent eslint error

github.com/mixxxdj/mixxx - 43f55b696fcb88159649d99546fe6411b03f5933 authored over 2 years ago
Replaced usage of deprecated HIDDebug by console.log, console.warn or console.error depending on the context

Instead of the unnecessary prefix HID, it prints the function name.
Errors and Warnings are marke...

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

github.com/mixxxdj/mixxx - 419039d8c58e0f62352bf79ba30313ea75e1872f authored over 2 years ago
Merge pull request #4856 from Swiftb0y/math-util-refactor

Math util refactor

github.com/mixxxdj/mixxx - 04b2198fb5988b23c631cb0c505d4c3ecf3e69b4 authored over 2 years ago
Added support for Windows builds with clang-cl

github.com/mixxxdj/mixxx - c94f55e03025bc39982de2a6e60dc188bb28277f authored over 2 years ago
Merge pull request #4857 from Swiftb0y/upgrade-ubuntu-ci-jammy

ci: upgrade ubuntu VMs from 20.04 to 22.04

github.com/mixxxdj/mixxx - 5e16a3a4954371ddcc42c3ff6fca985cf809997e authored over 2 years ago
remove unnecessary c-style cast

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