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

Fix comment for findLastSoundInChunk()

github.com/mixxxdj/mixxx - b94f7887e139d5c026d66340670c2e10e2f315d2 authored over 2 years ago by Daniel Schürmann <[email protected]>
Check return value of findFirstSoundInChunk() explicit

github.com/mixxxdj/mixxx - d342d6ce09f9af702e55e1dd9176a23cde86ed7d authored over 2 years ago by Daniel Schürmann <[email protected]>
Refactor silence detections that the last sound is processed backwards

github.com/mixxxdj/mixxx - d410c06df4599efd1041276368cb025964243660 authored over 2 years ago by Daniel Schürmann <[email protected]>
Rename function to findFirstSoundInChunk()/findLasttSoundInChunk()

github.com/mixxxdj/mixxx - 837e8796c2d422078473b4e6c1c0ee1cf418336f authored over 2 years ago by Daniel Schürmann <[email protected]>
Move writing the mixxx.log entries out of AnalyzerSilence::verifyFirstSound()

github.com/mixxxdj/mixxx - 9111c7b20f9568882bc90932676c3f5a231c9b5b authored over 2 years ago by Daniel Schürmann <[email protected]>
Remove "English (Chile)" not recognized by QLocale

github.com/mixxxdj/mixxx - d5796b7febea2f72ed9de64b26213131fc5637fe authored over 2 years ago by Daniel Schürmann <[email protected]>
Remove languages with below 1 % translated strings

github.com/mixxxdj/mixxx - 3d9069ba369b11b8cb8f47446361b3adfab1f880 authored over 2 years ago by Daniel Schürmann <[email protected]>
Remove zh-Hant, because it intentional defaults to zh-TW in QLocale, see https://bugreports.qt.io/browse/QTBUG-27987

github.com/mixxxdj/mixxx - 541c360f8385f920891fa6609d1753f7ddb2611a authored over 2 years ago by Daniel Schürmann <[email protected]>
Remove language zh_TW.Big5, because the Big5 extension is discarded by QLocale and than zh_TW is picked

github.com/mixxxdj/mixxx - 80472ec612dd21ca0c08889b011274ead956724d authored over 2 years ago by Daniel Schürmann <[email protected]>
Add Languages with above 5 % translated strings

github.com/mixxxdj/mixxx - 5cc92cfc663d989444cca711a51de9d72c11fb73 authored over 2 years ago by Daniel Schürmann <[email protected]>
Remove redundant contry specific languages, where only one contry exists or where it eqauals the parent language

github.com/mixxxdj/mixxx - d14fff86d29fab49d068acb990c9122050e2653f authored over 2 years ago by Daniel Schürmann <[email protected]>
Merge pull request #4784 from daschuer/debug_assert_clean_up

Clean up some DEBUG_ASSERTS

github.com/mixxxdj/mixxx - d6dd5b8fa2b5ecdbc20fe40963cee0d276cd47f2 authored over 2 years ago by Uwe Klotz <[email protected]>
Added new languages with above 10 % translated strings

github.com/mixxxdj/mixxx - b244ff275860b99fcbffeae7be9825f138f570c6 authored over 2 years ago by Daniel Schürmann <[email protected]>
Pull latest translations from https://www.transifex.com/mixxx-dj-software/mixxxdj/mixxx2-4/. Compile QM files out of TS files that are used by the localized app

github.com/mixxxdj/mixxx - 12dbb8eb5559b3055de2c72b3e701a1bc2126a4a authored over 2 years ago by Daniel Schürmann <[email protected]>
Update Translation template. Found 2790 source text(s) (37 new and 2753 already existing)

github.com/mixxxdj/mixxx - c126267767ff83ff2e363ad0e2008a40c0af0236 authored over 2 years ago by Daniel Schürmann <[email protected]>
Merge remote-tracking branch 'upstream/2.3' into main

github.com/mixxxdj/mixxx - 82b0a74fc918e7a3394b897200593136fc2c189c authored over 2 years ago by Daniel Schürmann <[email protected]>
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 - 352f75428b5c8e0ab014206939c085c49b1ccc4b authored over 2 years ago by Daniel Schürmann <[email protected]>
Update Translation template. Found XXXX source text(s) (1 new and 2644 already existing)

github.com/mixxxdj/mixxx - 448d38658aa10167c236c67bb1513505d6c99bcb authored over 2 years ago by Daniel Schürmann <[email protected]>
Clean up some DEBUG_ASSERTS

github.com/mixxxdj/mixxx - 4656e17d39d40190956c3d2c185f9a19c44c64f6 authored over 2 years ago by Daniel Schürmann <[email protected]>
PitchShiftGroupState: remove duplicated reset

The commit removes duplicated RubberBandStretcher::reset() call
from the PitchShiftGroupState de...

github.com/mixxxdj/mixxx - b8c1d4c87b044909b2fa23c397e6876445707dce authored over 2 years ago by David Chocholaty <[email protected]>
PitchShiftGroupState: change frames buffer size

This commit changes m_pRubberBand stereo buffer size to the count
of the frames per buffer for c...

github.com/mixxxdj/mixxx - c6fd6710043575740926be57ef1a01ed620c6e2f authored over 2 years ago by David Chocholaty <[email protected]>
Merge pull request #4770 from Swiftb0y/constexpr-vectorizer-friendly-rampingvalue

refactor(util): make RampingValue vectorizer-friendly

github.com/mixxxdj/mixxx - 55c5e7e174ec60d1c1eedac70f593ba6c23a192e authored over 2 years ago by Daniel Schürmann <[email protected]>
PitchShiftEffect: fix destructor error

This commit fixes destructor exception specification error
and refactors code. The code changes ...

github.com/mixxxdj/mixxx - e67de25f84181cda77e0959af613ec7d56977147 authored over 2 years ago by David Chocholaty <[email protected]>
Add excludes for lib/hidapi to .gitignore

Delete unused files from lib/hidapi
Updated hidapi from 0.10.1 to 0.11.2
Increased minimum requir...

github.com/mixxxdj/mixxx - ba3c3aa62c22161bf4219cbf905f522e8b0e241e authored over 2 years ago by JoergAtGithub <[email protected]>
Merge remote-tracking branch 'upstream/2.3' into main

github.com/mixxxdj/mixxx - 7f141044fe3513565102c375f159896442a811c7 authored over 2 years ago by Daniel Schürmann <[email protected]>
Merge pull request #4780 from daschuer/kinetic

Welcome Ubuntu Kinetic Kudo

github.com/mixxxdj/mixxx - 07be5a59c568b1e9fcc93af946b182e9e302f20a authored over 2 years ago by Uwe Klotz <[email protected]>
Initalize nTrackSampleDataLength

github.com/mixxxdj/mixxx - dd4342a24f6b4a327191ab168928eb90ad3bf5cf authored over 2 years ago by Daniel Schürmann <[email protected]>
Welcome Ubuntu Kinetic Kudo

github.com/mixxxdj/mixxx - f218f19ff7bc4b39d60c87cd96c08d1ee3ca72b1 authored over 2 years ago by Daniel Schürmann <[email protected]>
Merge remote-tracking branch 'mixxx/2.3' into main

github.com/mixxxdj/mixxx - 5b90128cba6071c3c8c00b7a64d0b6f74417ba2a authored over 2 years ago by ronso0 <[email protected]>
Merge pull request #4613 from ninomp/2.3-fix-prefs-dlg-positioning

[2.3] Prevent preferences dialog from going out of screen

github.com/mixxxdj/mixxx - 09a4314a3d9e58f40aac781ec7077f970209318a authored over 2 years ago by ronso0 <[email protected]>
Resolve code style issue pointed out by clang-format pre-commit hook

github.com/mixxxdj/mixxx - 3f7fc18444e9bc440ce2e338513900ec3d920c64 authored over 2 years ago by Nino Miškić-Pletenac <[email protected]>
PitchShiftEffect: basic structure with one knob

This commit adds a new independent pitch shift effect.
The pitch shift effect contains one knob ...

github.com/mixxxdj/mixxx - 4fbbabf37b57827ab6aa9f9b9857bfb579fa23d1 authored over 2 years ago by David Chocholaty <[email protected]>
Move verifyFirstSound to the AnalyzerSilence class

github.com/mixxxdj/mixxx - 2ba9fe343f464225ea78d3ad678c29fe814dc806 authored over 2 years ago by Daniel Schürmann <[email protected]>
Extract static functions to find the first and the last sound

github.com/mixxxdj/mixxx - 3708324705d54c2de883ca978e0bdac828b443d7 authored over 2 years ago by Daniel Schürmann <[email protected]>
Use SINT as Length parameter of Analyzer::processSamples()

github.com/mixxxdj/mixxx - b2998361c6b27e3b61935f03bdf2fd0261fa1d4a authored over 2 years ago by Daniel Schürmann <[email protected]>
Use kSilenceThreshold directly and add a coment that it must not be changed

github.com/mixxxdj/mixxx - 416746f073f39d6180bed5cddf634b2677b27125 authored over 2 years ago by Daniel Schürmann <[email protected]>
Merge pull request #4713 from Russe/LateNight-Hide-Loop-Section

LateNight: add toggles to show loop and beatjump controls

github.com/mixxxdj/mixxx - 038ac88d870e234e84fe65372e41b68dbd279cb3 authored over 2 years ago by ronso0 <[email protected]>
Merge pull request #4738 from JoergAtGithub/WideErrorDialogShowDetails

Widen error dialog's details box to reduce line breaks.

github.com/mixxxdj/mixxx - ef3739db8f8e0bfb3f56d838127c816c642d5d6e authored over 2 years ago by ronso0 <[email protected]>
Improved code comment

github.com/mixxxdj/mixxx - 1f32d426b4eb0c1b35ac6e1c379fea47ff82b554 authored over 2 years ago by JoergAtGithub <[email protected]>
Merge pull request #4318 from git-developer/feature/controller-mapping-behringer-ddm4000

Update controller mapping for Behringer DDM4000 mixer

github.com/mixxxdj/mixxx - 232daf9ed15394645cd021bad7734089986e354f authored over 2 years ago by Swiftb0y <[email protected]>
LateNight skin: add toggles to show loop and beatjump controls

github.com/mixxxdj/mixxx - f00441c3e075ae4e7a1b9d8f35fbcb3187f677d5 authored over 2 years ago by Russe <[email protected]>
Add tooltip strings for loop and beatjump controls

github.com/mixxxdj/mixxx - a768f90233b5257413952fc366017e7801e9de8a authored over 2 years ago by Russe <[email protected]>
Verify the first sound and issue a warning in mixxx.log

github.com/mixxxdj/mixxx - 81f817aa8b11a453695459b3ae67605d0bd497f8 authored over 2 years ago by Daniel Schürmann <[email protected]>
show 'Select Track...' also in WTrackText menu

github.com/mixxxdj/mixxx - 6286b36f05678c255195f97af2a4b2848216bc73 authored over 2 years ago by ronso0 <[email protected]>
Merge pull request #4771 from daschuer/cuehint

More cue hint for caching reader

github.com/mixxxdj/mixxx - 9bb4c51dede040cb76241e37c0c7bb6b3d9c9268 authored over 2 years ago by Swiftb0y <[email protected]>
Use an initalizer list to populate the cue hint

github.com/mixxxdj/mixxx - f4cecb200f040568fe6f4b07611537f6b2e491ce authored over 2 years ago by Daniel Schürmann <[email protected]>
refactor(util): make RampingValue vectorizer-friendly

Previously, invocations of `RampingValue::getNext()` caused inter-
dependence between loop itera...

github.com/mixxxdj/mixxx - 750bf318e8eab28cbbafa29c2f018b0e59199b60 authored over 2 years ago by Swiftb0y <[email protected]>
Check pHintList for null

github.com/mixxxdj/mixxx - 019e5e06d0ba3ad3ecc7386a62abc21bb0e03d4e authored over 2 years ago by Daniel Schürmann <[email protected]>
Add FirstSound, Intro and Outro to he hints for the CachingReader

github.com/mixxxdj/mixxx - d2a99b8f52876248f44d607d2b7b0ce005ec69b5 authored over 2 years ago by Daniel Schürmann <[email protected]>
Merge remote-tracking branch 'upstream/2.3' into main

github.com/mixxxdj/mixxx - b0601aa62f491ecd41e1496cdfe661db84ccf876 authored over 2 years ago by Daniel Schürmann <[email protected]>
Introduce helper appendCueHint() to de-duplicate the code

github.com/mixxxdj/mixxx - 9cfe1ebcc433bf617d33258929886f47d048ca08 authored over 2 years ago by Daniel Schürmann <[email protected]>
Merge pull request #4762 from daschuer/csv_export

Fix csv rating export

github.com/mixxxdj/mixxx - 13ba0ffd00d39c3116b0dc822a9aaf5b718ca052 authored over 2 years ago by Uwe Klotz <[email protected]>
Replace CachingReader Hint priorities by a type enum

This allows to add a more sophisticated priority handling

github.com/mixxxdj/mixxx - 8bdcede6fa57da90a28518f52d2b1db432294b13 authored over 2 years ago by Daniel Schürmann <[email protected]>
Remove redundant constructor and an override destructor

github.com/mixxxdj/mixxx - 92b856ff01764cd2de7aaf9f1d37c968b3ee4c8d authored over 2 years ago by Daniel Schürmann <[email protected]>
Shade: fix AutoDJ controls

github.com/mixxxdj/mixxx - 8ee9774da19a4f16799a0f8b96f6e7bc0141442c authored over 2 years ago by ronso0 <[email protected]>
Use %1 and argument for string building, to minimize performance impact of Trace in normal mode

github.com/mixxxdj/mixxx - ed819cbd15d5f517584bc0cc24f39d64fbf90fc6 authored over 2 years ago by JoergAtGithub <[email protected]>
Move Trace from heap to stack

github.com/mixxxdj/mixxx - 0d38845a965a4d80edd6199a48f5253e80a42e3e authored over 2 years ago by JoergAtGithub <[email protected]>
Merge remote-tracking branch 'upstream/Main' into TraceJavascriptConnection

github.com/mixxxdj/mixxx - bbc2dba8f55b9691d1825c46b8fb971636004363 authored over 2 years ago by JoergAtGithub <[email protected]>
Use primaryScreen as fallback if getScreen returns nullptr

github.com/mixxxdj/mixxx - dd5e0c38f83301ed9d62c6968184811b3ca18743 authored over 2 years ago by JoergAtGithub <[email protected]>
Merge pull request #4768 from daschuer/lp1975552

Change the minumum Auto DJ transition time to -99

github.com/mixxxdj/mixxx - 76435176f5cdeba7d089112865403b91c411f69f authored over 2 years ago by ronso0 <[email protected]>
Merge remote-tracking branch 'upstream/Main' into WideErrorDialogShowDetails

github.com/mixxxdj/mixxx - 2fb3dc498ad33dc2b07675b01b673ce7f1a30ea5 authored over 2 years ago by JoergAtGithub <[email protected]>
Merge pull request #4767 from uklotzde/qjsvaluelist

QJSValueList: Minor optimization

github.com/mixxxdj/mixxx - 7672cf1a5efcc17b0ead2f28c7585414fea41b7b authored over 2 years ago by Swiftb0y <[email protected]>
Change the minumum transition time to -99 lp1975552

github.com/mixxxdj/mixxx - 368b6dab1b68f42ae6e84d6c10101d32ffa80d12 authored over 2 years ago by Daniel Schürmann <[email protected]>
Export and display year column as it is.

This allows to export/display all sort of valid TDRC formats

github.com/mixxxdj/mixxx - dffee098d93123c902b4d30882fbd7bdd15dbd9b authored over 2 years ago by Daniel Schürmann <[email protected]>
Export star rating and remove parenthesis from exported play count

github.com/mixxxdj/mixxx - cf3e9939939c43c8cd00705961b1515e499721cb authored over 2 years ago by Daniel Schürmann <[email protected]>
Construct immutable QJSValueList from std::initializer_list args

github.com/mixxxdj/mixxx - a4b7c20c292a722edd7e7d6ea4830daeb83e926c authored over 2 years ago by Uwe Klotz <[email protected]>
Simplify invocation of JS functions without parameters

github.com/mixxxdj/mixxx - 3e4cfcb88ef0105932af8ce121eb76e3284c5f18 authored over 2 years ago by Uwe Klotz <[email protected]>
Merge pull request #4764 from ronso0/keyboard-sheet-links

Keyboard sheet links

github.com/mixxxdj/mixxx - b80a2d0a29d12769c14aca00797f9cecbcca0e18 authored over 2 years ago by Daniel Schürmann <[email protected]>
Added Trace for the mapping connections, to allow JS profiling.

github.com/mixxxdj/mixxx - ceb69e778aad5ba588d722e2bfa44356459f6ecc authored over 2 years ago by JoergAtGithub <[email protected]>
Keyboard sheet: remove locale from links

github.com/mixxxdj/mixxx - bad9d556862565decb8ecd6c2ebd56fa487f7381 authored over 2 years ago by ronso0 <[email protected]>
Merge pull request #4765 from uklotzde/fpclassify

FpClassify: Fix warning for Clang 14

github.com/mixxxdj/mixxx - 56361d74884656a64da1134eba0ca06e55b8e75c authored over 2 years ago by Daniel Schürmann <[email protected]>
FpClassify: Fix warning for Clang 14

clang-14: warning: overriding '-ffp-contract=fast' option with '-ffp-contract=on' [-Woverriding-...

github.com/mixxxdj/mixxx - 2259c7411a966229a47c10f497ef04843586b118 authored over 2 years ago by Uwe Klotz <[email protected]>
Merge pull request #4763 from ronso0/sort-focused-col_controlpicker

Control picker menu: add 'sort_focused_column'

github.com/mixxxdj/mixxx - 6c5bf2a99b903b988f0cacbe4cda93ae209c698f authored over 2 years ago by Daniel Schürmann <[email protected]>
Keyboard sheet template: fix link to mixxx controls

github.com/mixxxdj/mixxx - ea59f8a27199c41e1f05626dc08987550eec6ec2 authored over 2 years ago by ronso0 <[email protected]>
Keyboard sheet template: add link to complete hotkey list

github.com/mixxxdj/mixxx - dfb14c7998796cdabc55bfb906ac49305976788a authored over 2 years ago by ronso0 <[email protected]>
Keyboard sheet template: make hyperlinks clickable

github.com/mixxxdj/mixxx - 1932a4c8250715498ecf06771596aaec1f5e28aa authored over 2 years ago by ronso0 <[email protected]>
Don't export likely too wide cover-art column

github.com/mixxxdj/mixxx - 1be3c157df0ca0aac3b014db0219fcad15c7f360 authored over 2 years ago by Daniel Schürmann <[email protected]>
Extract a common check to isColumnExported()

github.com/mixxxdj/mixxx - c3f94863f271f1e6f8ee80e5053ccef547c2d0af authored over 2 years ago by Daniel Schürmann <[email protected]>
Merge remote-tracking branch 'mixxx/2.3' into main

github.com/mixxxdj/mixxx - 67b93306a5d29c60964766c8d61a7504af295b86 authored over 2 years ago by ronso0 <[email protected]>
Merge pull request #4761 from ronso0/scratch-on-first-touch

Scratch on first wheel touch

github.com/mixxxdj/mixxx - d76f5f4f9e3403c3a968ebbe726b4e2981603341 authored over 2 years ago by Swiftb0y <[email protected]>
scratchEnable: use stopScratchTimer(timerId)

github.com/mixxxdj/mixxx - 409627277b822a82612dd99cafd007f277b73996 authored over 2 years ago by ronso0 <[email protected]>
ControllerEngine: initialize bools for brake, softStart & spinBack states

github.com/mixxxdj/mixxx - f9e9e1a5e55739122edcd1ec0f21af0bc6412aac authored over 2 years ago by ronso0 <[email protected]>
Prevent preferences dialog from being shown with buttons behind taskbar

github.com/mixxxdj/mixxx - cc0b7bb38f6620f55422c282ae3a50de8252fd89 authored over 2 years ago by Nino Miškić-Pletenac <[email protected]>
Merge pull request #4755 from fwcd/fix-mc7000-shift-inversion-bug

MC7000: Fix 'inverted shift' bug in the controller mapping

github.com/mixxxdj/mixxx - 0f2274bca2ab14300c2918e22d2b6374cb5753d0 authored over 2 years ago by Swiftb0y <[email protected]>
Merge pull request #4752 from fatihemreyildiz/parserm3u-export

Parserm3u export

github.com/mixxxdj/mixxx - 7a015ccbfe06e6e951e441795ca25baf24a355f1 authored over 2 years ago by Daniel Schürmann <[email protected]>
Merge pull request #4740 from ronso0/select-in-library_fixup

WTrackMenu: Add ability to select loaded track in library -- fixup/tweak

github.com/mixxxdj/mixxx - 9148cb21b725b789dd4e5ab2c6aef682d9ba959a authored over 2 years ago by Daniel Schürmann <[email protected]>
Clean up deckOffset calculations

github.com/mixxxdj/mixxx - ffdaa4ed34d5e3d83262f115ca4f8771b59a3f40 authored over 2 years ago by fwcd <[email protected]>
Track which deck is active on each side of the MC7000

This is needed to handle the deck switching correctly (since we only
want to transfer shift stat...

github.com/mixxxdj/mixxx - c6e590d7a7568717c68a7327d3952cbfcfd65f04 authored over 2 years ago by fwcd <[email protected]>
Use value to determine shift state rather than negating

This should make the mapping more robust against e.g. the 'shift
inversion' bug that happened wh...

github.com/mixxxdj/mixxx - 51ff67db49daef6cb1202233a5c09a796ecad226 authored over 2 years ago by fwcd <[email protected]>
Fix 'shift inversion' bug in MC7000 mapping

github.com/mixxxdj/mixxx - e321897bbb6ee113b738de29fd53ae14a88280f4 authored over 2 years ago by fwcd <[email protected]>
Map MC7000 deck switching buttons for scripting

github.com/mixxxdj/mixxx - 4a946da0fd0597155d7bd926a315027b88a6f218 authored over 2 years ago by fwcd <[email protected]>
Reverted unrelated changes in widgethelper.h and dlgcoverartfullsize.cpp

github.com/mixxxdj/mixxx - 80c9a4241026384c0f6b0ec9096af2e8d3977c69 authored over 2 years ago by JoergAtGithub <[email protected]>
Changed fallback behavior if screen can't be determined. In this case the dialog will appear as before this PR.

github.com/mixxxdj/mixxx - 1bd01c61b9708300419f6510044a0b3d6dbeb9cd authored over 2 years ago by JoergAtGithub <[email protected]>
Better symbol naming for constexpressions

github.com/mixxxdj/mixxx - 7d40391c207d9882a55b315d9a1b458f5fa62912 authored over 2 years ago by JoergAtGithub <[email protected]>
WTrackMenu: move 'Select in Library' up, below 'Search related..'

github.com/mixxxdj/mixxx - 7d5aa8b91f72dd1820112f6f6648275de376ff44 authored over 2 years ago by ronso0 <[email protected]>
parserm3u: info box added

github.com/mixxxdj/mixxx - 214dbbcb1a5fd9494bed9dca1479c822fb876347 authored over 2 years ago by Fatih Emre YILDIZ <[email protected]>
parserm3u: fallback implemented for both paths.

github.com/mixxxdj/mixxx - 1d21ca25fa3417238e4c150224e59cdae5193216 authored over 2 years ago by Fatih Emre YILDIZ <[email protected]>
Merge branch '2.3' into 2.3-fix-prefs-dlg-positioning

github.com/mixxxdj/mixxx - 6f8f8dca10f42bd220a2f6caf624fb02cf6b6f7e authored over 2 years ago by Nino Miškić-Pletenac <[email protected]>
Merge remote-tracking branch 'upstream/2.3' into main

github.com/mixxxdj/mixxx - d5da303212574f29d7b6d3de9682013bff25c42d authored over 2 years ago by Daniel Schürmann <[email protected]>
Merge remote-tracking branch 'origin/2.3' into mc7000_23

github.com/mixxxdj/mixxx - 5b2bf03594b46496c5da9cd2eb0f3819b8d26ef2 authored over 2 years ago by holopansel <[email protected]>