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

EffectChainPreset: init m_readOnly in constructor

github.com/mixxxdj/mixxx - 4fa6e9a50b84c2102520a68f8714abb66bb1b780 authored about 2 years ago
EffectChainPresetManager: QStringLiteral instead of QLatin1

github.com/mixxxdj/mixxx - c36575b1669dbaa658e544ee76ac5efb215213cb authored about 2 years ago
Improve comment about vectorization

github.com/mixxxdj/mixxx - b48e06d5fddd30cdbeb9e0b44349609e2b581d1d authored about 2 years ago
Improve comments and debug output

github.com/mixxxdj/mixxx - 185a68143543797ee909abbb005d6917421fab12 authored about 2 years ago
check channel count for > 0 instead of implicit bool conversion

github.com/mixxxdj/mixxx - 44fa75547a07ae785ca59599b5bcc4260d47fb61 authored about 2 years ago
Avoid implicit conversion from double to bool

github.com/mixxxdj/mixxx - e15cda32302d5b560e31e3a7ca31a1ce3b0dbe31 authored about 2 years ago
Change wording in home/end moveCursor override

As per
https://github.com/mixxxdj/mixxx/pull/11100#discussion_r1040296239.

github.com/mixxxdj/mixxx - 4ba3a4efbcf29146e3c663afee2e85313a466cee authored about 2 years ago
Replace library home/end key handlers with cursors

By simply overriding the cursor movement function instead of adding an
explicit key event the ho...

github.com/mixxxdj/mixxx - 4aec9f734f3b46405483f08781feef44bcad1652 authored about 2 years ago
Merge pull request #11055 from ronso0/eff-pref-list-focusin-selection

DlgPrefEffects: restore list selection only if FocusIn reason is keyboard

github.com/mixxxdj/mixxx - 5ddd6710b1136ac1c7414ae082a9f9b866dbae24 authored about 2 years ago
Merge pull request #11090 from robbert-vdh/feature/library-tracks-wraparound

Wrap selection around at the bottom/top of the library's tracks list

github.com/mixxxdj/mixxx - 4127490e00334235c457503979576380dcf4f1b0 authored about 2 years ago
Don't allow setting device sync and network clock with the JACK API

github.com/mixxxdj/mixxx - 705e097acea3cfb76695853113d389a1d4081472 authored about 2 years ago
Dispose audio_buffer_size and use directly the callback parameter

github.com/mixxxdj/mixxx - 096089dc1edc5762ad76b7888fa93b263bae2cf2 authored about 2 years ago
Use MAX_BUFFER_LEN for all non clock reference devices in case of JACK.

github.com/mixxxdj/mixxx - 6d24c26d4a13e394b14cad3492aef6f5ab3aa095 authored about 2 years ago
Apply a better offset limit in VisualPlayposition

github.com/mixxxdj/mixxx - f1bc670ca46f90eb436ea180abca59da6b7e638f authored about 2 years ago
Deduplicate code in VisualPlayPosition

github.com/mixxxdj/mixxx - 75d0e29965bd060c549e647b91aed5928d5e7c74 authored about 2 years ago
Always use the real framesPerBuffer value received via the callback

This allows following the server buffer size that is not always const.

github.com/mixxxdj/mixxx - e52de394dd6357100a2ff535d17e688c2c5c49ae authored about 2 years ago
dispose m_iBufferSize and use always the callback value as parameter

This clarifies that the value is a subject of change in case of JACK

github.com/mixxxdj/mixxx - 4c1eb246a551010f4809a57fc21b9b6ebf14f57e authored about 2 years ago
Don't use the m_configFramesPerBuffe and improve debug output and comments.

github.com/mixxxdj/mixxx - 8f97592fbdfa35663efee4b3932bb6bfe06b8228 authored about 2 years ago
renamed m_framesPerBuffer to m_configFramesPerBuffer

to clarify that thisis not the actually used value. The actual value is
passied via every audi c...

github.com/mixxxdj/mixxx - 1451803551d2abbdf88d31a13d2eea3e8922dd3a authored about 2 years ago
Improve the comment that explains paFramesPerBufferUnspecified

github.com/mixxxdj/mixxx - b1b14b187abf62e3539a0a86cea0d6e05f275e43 authored about 2 years ago
Merge pull request #11077 from ronso0/knob-wheel-blank-cursor

Knob: hide cursor on wheel event for .8s

github.com/mixxxdj/mixxx - 1edfbde9f8e35240537b877f01f726ceae1cf116 authored about 2 years ago
Remove unused getProcessingLatency() function

github.com/mixxxdj/mixxx - cfeffa79c9f92035b2296f19efaa41ce6c5ecb3b authored about 2 years ago
Mark EngineBufferScaleRubberBand final

To avoid looking up virtual function calls in case this class is used as
a superclass for someth...

github.com/mixxxdj/mixxx - 3fec0ea63226f5eae28f32677b0c5550e80c84de authored about 2 years ago
Replace uses of std::vector with SampleBuffer

As suggested in
https://github.com/mixxxdj/mixxx/pull/11120/files/e1db59ae2b4239a4beecdeb8f25020...

github.com/mixxxdj/mixxx - 1769fea5c862884d5f5fd5b2b25a916cb9e6cc01 authored about 2 years ago
Fix Rubberband v2 compatibility in padding

github.com/mixxxdj/mixxx - 5d4f5c6f040ba7b65f5e935be2fa248688fb66b8 authored about 2 years ago
Run required padding through Rubber Band on reset

This needs to be done or else Rubber Band will eat up the initial
transient by introducing a sho...

github.com/mixxxdj/mixxx - e1db59ae2b4239a4beecdeb8f25020021e71d893 authored about 2 years ago
Replace manual memory management in rubberband

These functions still use raw pointers so there's a bunch of stuff
that's difficult to catch tha...

github.com/mixxxdj/mixxx - d4ad20d324347e19c098b4931e270474f8718a65 authored about 2 years ago
Mark kRubberBandBlockSize constexpr

github.com/mixxxdj/mixxx - dabf1d4eb9ec172bf48026e8975bd2610905b163 authored about 2 years ago
Merge pull request #11117 from daschuer/virtualDestructor

Add missing virtual destructor for AudioSource and AudioDestination

github.com/mixxxdj/mixxx - aedf8d9373f864667e468706ed6eed4a546e9bb8 authored about 2 years ago
Merge pull request #11115 from daschuer/AnalyzerGainFix

Fix repeated buffer allocation in AnalyzerGain

github.com/mixxxdj/mixxx - 372d0d7f4ea775504c61ff384f115d435d0a69e2 authored about 2 years ago
KnobEventHandler: Qt::transparent instead of QColor

github.com/mixxxdj/mixxx - 9fdf0c14b81a541520543726da86b0ddcc85296d authored about 2 years ago
Knob: create wheel event cursor timer only when needed

github.com/mixxxdj/mixxx - 5a68dad051824602413253b73016c9d0b3ba8f38 authored about 2 years ago
Merge pull request #11118 from daschuer/removeUnused

Remove unused code in WaveformWidgetRenderer

github.com/mixxxdj/mixxx - a1551c1fcfcb8a11f889abb10ae67546cec106f9 authored about 2 years ago
Remove unused WaveformWidgetRenderer::getPlayPos() and make m_PlayPos private

github.com/mixxxdj/mixxx - 97091a5190c4de1953ad54e72ac37cfeaf60e3e3 authored about 2 years ago
Add missing virtual destructor for AudioSource and AudioDestination

github.com/mixxxdj/mixxx - 45aa3494fb3b7b70366bd5dd7fe1fa62126c0c65 authored about 2 years ago
Don't draw invisible polygons in the pre-roll

github.com/mixxxdj/mixxx - 2e6be7df2b04ceab1aec0d3447c2f19712144a20 authored about 2 years ago
Fix repeated buffer allocation in AnalyzerGain

github.com/mixxxdj/mixxx - e47e32f19dc32964e029de437bf65847bb0afa5c authored about 2 years ago
Use std::unique_ptr for FIFOs in PortAudio backend

The network backend already does this.

github.com/mixxxdj/mixxx - fefbfd22a8985c1e7cbb58e93d68f09952014d93 authored about 2 years ago
Replace m_framesPerBuffer uses with runtime size

In any operation that works with audio buffers passed from PortAudio.
This is needed because Por...

github.com/mixxxdj/mixxx - 82c7f71a5bc4dd398731a0e206dba484366fc00d authored about 2 years ago
Fix condition in JACK backend check

`m_deviceInfo->hostApi` is an index in the list of supported APIs on
this platform. So on Linux ...

github.com/mixxxdj/mixxx - c2b1af8b1934dc4669c37feba12b30c689d1f900 authored about 2 years ago
Merge pull request #11106 from daschuer/changelog_23

Update CHANGELOG.md for 2.3.4

github.com/mixxxdj/mixxx - 736627c4af28e2e9393fc2623ade93b37cb02b08 authored about 2 years ago
Pull latest translations from https://www.transifex.com/mixxx-dj-software/mixxxdj/mixxx2-3/. Compile QM files out of TS files that are used by the localized app

github.com/mixxxdj/mixxx - 310264c537e02995e6417566e803fec46c963e2a authored about 2 years ago
Update Translation template. Found 2648 source texts (4 new and 2644 already existing)

github.com/mixxxdj/mixxx - 70a6ad7aec6a8179cfe79e871ab4d9a5a637d635 authored about 2 years ago
Add olafklingt to the contributor list in the about box. Thank you very much.

github.com/mixxxdj/mixxx - 50442cd75385e8cc92889fb0cb6d67e8d20f93b8 authored about 2 years ago
Update CHANGELOG.md

github.com/mixxxdj/mixxx - a4240a6a5059b6bed12c4754693763dc4a1e5803 authored about 2 years ago
Add Michael Bacarella to the contributor ist in the about box. Thank you very much.

github.com/mixxxdj/mixxx - 8f5ed3f7df82dc1ad74b67104edebe77b47f3007 authored about 2 years ago
Add Doteya to the contributor list in the about box. Thank you very much.

github.com/mixxxdj/mixxx - ff7ef313ca7b77b9323a08517c191ff78dc985d0 authored about 2 years ago
Added Maarten de Boer to the contributor list in the about box. Thank you very much.

github.com/mixxxdj/mixxx - 53d43ccb2a712760c517aa9844e3781ced6bbc73 authored about 2 years ago
Added Somesh Metri to the contributor list in the about box. Thank your very much.

github.com/mixxxdj/mixxx - 4dc61c05d2f0919754cf46a54dc4dfbc5ee5d2bc authored about 2 years ago
dlgtagfetcher: p prefix added for pointers

github.com/mixxxdj/mixxx - 697f41a74707eec4eb1ecb4932f5b3404daa11ea authored about 2 years ago
dlgtagfetcher: add fetched coverart always deleted

github.com/mixxxdj/mixxx - 5e48d83e84b56e4a60e1c40ccc1a90eeb28c6d56 authored about 2 years ago
dlgtagfetcher: redundant disconnect deleted

github.com/mixxxdj/mixxx - 6bb4db1db7ef3d1d13757c9dc33494949bbb59c9 authored about 2 years ago
fix(effects): Fix parameters of effect not showing up when not in default settings file

fixes mixxxdj/mixxx/issues/10834

github.com/mixxxdj/mixxx - 1f46f972739bd9cbb2b8bdb344430af5c0dcb2c0 authored about 2 years ago
feature(effects): EffectPreset::updateParametersFrom(EffectPreset&)

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

github.com/mixxxdj/mixxx - 403ba21ce48eb6504687bf4aeca44e087ad52644 authored about 2 years ago
Verify the CMAKE_PREFIX_PATH set by the vcpkg.cmake toolchain file

github.com/mixxxdj/mixxx - 2dcb74bcebc252c4a623f62bc5029af795d06887 authored about 2 years ago
WSearchLineEdit: Apply PR suggestions

github.com/mixxxdj/mixxx - 5340f358531f61546d0d089840e2e3ecb5dfe7da authored about 2 years ago
Fix cue points being assigned invalid value of -1.0

Also add a note to the db schema that positions should be doubles even though the schema was def...

github.com/mixxxdj/mixxx - a486dc702341f026275ea49d04c65dd5425c3c6b authored about 2 years ago
Used more efficient loop over objects

Fixed some typos in documentation

github.com/mixxxdj/mixxx - 36814e8cb73b0a9fcf62eb10341352567f315ab8 authored about 2 years ago
DlgPrefInterface: Add checkboxes for configuring search bar

github.com/mixxxdj/mixxx - 007817f6855257ba6f970034838601a811622ed6 authored about 2 years ago
DlgPrefInterface: Wire up search bar options

github.com/mixxxdj/mixxx - b51a787a49fc4955dd2338950bca039e8b7dd50e authored about 2 years ago
WSearchLineEdit: Respect history enabled setting

github.com/mixxxdj/mixxx - d01584f27ff213a945fbd298bf9c803e44e3e0d9 authored about 2 years ago
WSearchLineEdit: Respect search completion option

github.com/mixxxdj/mixxx - 12b68a3fba2b77778de7c95ad1345b353a9f2347 authored about 2 years ago
DlgPrefLibrary: Move search history options here

github.com/mixxxdj/mixxx - 256e23219772693f1edf6b644aa59c9659e3cf98 authored about 2 years ago
Library: Rename option to EnableSearchHistoryShortcuts

github.com/mixxxdj/mixxx - 2d6bb97d66a5e86702f89a1e197967eb31e45262 authored about 2 years ago
WSearchLineEdit: Use setCompleter to set completions

github.com/mixxxdj/mixxx - a2c892f76b8c6340b220bd81bc2f068836dbc349 authored about 2 years ago
WSearchLineEdit: Model search history options as statics

As per the PR suggestions:

- https://github.com/mixxxdj/mixxx/pull/10942#issuecomment-127071720...

github.com/mixxxdj/mixxx - 0db64deb15439c61042f4afcd2723f228bf45dd1 authored about 2 years ago
WSearchLineEdit: Use custom QCompleter

github.com/mixxxdj/mixxx - d1a78dfd47b88607e487db0cbd863ec597f5c6e3 authored about 2 years ago
coverartarchivelinkstask: example JSON schema add

github.com/mixxxdj/mixxx - 32e95f9fd44e623aca0da62a6ea0b0c9ff830ed0 authored about 2 years ago
dlgtagfetcher: compose fetched CA path improved

github.com/mixxxdj/mixxx - 74550683578f1a859ca7dafe84ec40682eb1869b authored about 2 years ago
dlgtagfetcher: fixed 500px cover art not fetching.

github.com/mixxxdj/mixxx - b5a5e7293da110a59b591ff3afbe1a2033889ba8 authored about 2 years ago
Merge pull request #11089 from daschuer/incomplete_issues

Close incomplete issues after 60 days.

github.com/mixxxdj/mixxx - 9965d55f6e00cd1982f78cf09ac6196887869487 authored about 2 years ago
Handle moving invalid WLibraryTableView cursor

This happens when the view has not yet been interacted with.

github.com/mixxxdj/mixxx - 11f5f894992df9de5c506ecb18c43789a3b62b19 authored about 2 years ago
Reuse new cursor key handler in MoveVertical

The event handler for `WLibraryTableView` now also wraps around the list
when navigating it usin...

github.com/mixxxdj/mixxx - 1f4088fa6aa23e70eb07c05dfdee2387f31ee08d authored about 2 years ago
Also wrap library list around with cursor movement

This matches the new(ly restored) behavior from
dc83783669ce45392f1955825e129d299ed8190c by over...

github.com/mixxxdj/mixxx - 92683097b6d993fe5a8aa9d41229d3a1254587e4 authored about 2 years ago
Restore wraparound in [Library],MoveVertical

This makes navigating key-sorted track lists using a controller much
more convenient. Though as ...

github.com/mixxxdj/mixxx - dc83783669ce45392f1955825e129d299ed8190c authored about 2 years ago
Merge pull request #11057 from Swiftb0y/numark-n4-pitch-fader-invert-fix

fix(controllers): Numark N4 inverted pitch slider

github.com/mixxxdj/mixxx - 403c0096c6a139318a12941beb98fcda78e0b014 authored about 2 years ago
Close incomplete issues after 60 days.

This has been proven as useful in Launchpad
https://help.launchpad.net/BugExpiry

github.com/mixxxdj/mixxx - 7f637afae7521647aeac7e99c5cc02340d1e8363 authored about 2 years ago
Fix comment strnlen_s is C11 not C++11

github.com/mixxxdj/mixxx - db1323ceb6376c578845cc4d054ac999d635aad7 authored about 2 years ago
coverartarchiveimagetask: missing emit methods add

github.com/mixxxdj/mixxx - d59da65fc7ab891df72efb5381be4f1d6aecea50 authored about 2 years ago
rename our wrapper strnlen_s and wcsnlen_s to match the standard names

github.com/mixxxdj/mixxx - 2c8d4d2d06528c63763ef7142ac662bd33018e8c authored about 2 years ago
covarartarchiveitasks: p prefix added for pointers

github.com/mixxxdj/mixxx - c3cd36883da354e18dfd624115ddb070971d6168 authored about 2 years ago
Use our own implementation of wcsnlen() if not available

This seems to be required to make our code compile with OpenBSD.
See: https://mixxx.zulipchat.co...

github.com/mixxxdj/mixxx - 9e6d66b94e25f2637fde795c1fb001b40dce1d71 authored about 2 years ago
Merge pull request #11082 from daschuer/keyfinder_lookup

CMake: don't lookup keyfinder if KEYFINDER=OFF

github.com/mixxxdj/mixxx - 3a7832180809ac3cfcd3d36de8aa3d90920f6f10 authored about 2 years ago
coverartfetcher: fix pre-commit.

github.com/mixxxdj/mixxx - 4c1cc06ed35118e461bb44e82fad746ba982b78d authored about 2 years ago
CMake: don't lookup keyfinder if KEYFINDER=OFF

This has been discussed here:
https://mixxx.zulipchat.com/#narrow/stream/247620-development-hel...

github.com/mixxxdj/mixxx - 31666e52c5f57c17182517162f19a670b91254aa authored about 2 years ago
dlgpreflibrary: Preference changed with pixels

github.com/mixxxdj/mixxx - a79b1bbe0af94a44b6eb20a9cd88e9dde1c8af63 authored about 2 years ago
DlgPrefLibrary::slotResetToDefaults: remove obsolete actions

github.com/mixxxdj/mixxx - cf54d53516ceebf4ff42dccb3e34de0cf4b089ca authored about 2 years ago
DlgCoverArtFullSize: adjust for population via CoverArtFetcher

github.com/mixxxdj/mixxx - 4e53b079c37c17525ed16e6a526c3da7a95fd269 authored about 2 years ago
Removed outdated ToDo

github.com/mixxxdj/mixxx - 5edf90c331d481a34a158ec623dc87c3ce5e6f71 authored about 2 years ago
Merge remote-tracking branch 'upstream/main' into hid_parser_perfomance_improvement

github.com/mixxxdj/mixxx - c97b4442af9501e72bb913da3a34258ed3935470 authored about 2 years ago
Merge pull request #4718 from JoergAtGithub/hid-parser-update

Modernize and document common-hid-packet-parser.js

github.com/mixxxdj/mixxx - 8affbbb2c5e429b9aa8e6ea7410b65c8a50e46b1 authored about 2 years ago
Merge pull request #11078 from JoergAtGithub/qmlformat

Precommit qmlformat crash fixes

github.com/mixxxdj/mixxx - e231c562236c90315c9d79feafcd23a5ae033f33 authored about 2 years ago
Prevent crash on Windows due to use of uninitialized variable

github.com/mixxxdj/mixxx - 1f5d7fae26d128b93438356c540bdcdb82c3932e authored about 2 years ago
Fixed entry for qmlformat

github.com/mixxxdj/mixxx - fb55569afd3e275e5ce2d5eeeae673a43f3415bf authored about 2 years ago
Fixed accidentally changed return value of HIDModifierList.Get in error case

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

github.com/mixxxdj/mixxx - 2f05914f1c23e597b6f879805febc000936ce1dc authored about 2 years ago
Knob: unset (restore) cursor in QWidget::leaveEvent

github.com/mixxxdj/mixxx - 7532a24b125fd4dc141752b6ca05e3b28a05fb96 authored about 2 years ago
Effect parameter: QHash for unit strings lookup

github.com/mixxxdj/mixxx - 057b1ebcbd89c16c9067f391860cf6ce4598c4e8 authored about 2 years ago
LV2 parameter: QHash for UnitsHint lookup

github.com/mixxxdj/mixxx - 702871a00f45db623117d6ab601c5196be87a7de authored about 2 years ago