Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

AudioKit

We are on a mission to make audio programming fun and easy and accessible to all.
Collective - Host: opensource - https://opencollective.com/audiokit - Code: https://github.com/AudioKit/AudioKit

Revert "AudioPlayer Improvements"

This reverts commit d4ccddb16d5da82c694cbfe01da27f99d94f92ee.

github.com/AudioKit/AudioKit - 05492b1a693d41e68028f636c7fd70543393cf8a authored over 3 years ago
AudioPlayer Improvements

Addresses #2539

Problem: the _editEndTime setter clamps the audio file to the lowest file lengt...

github.com/AudioKit/AudioKit - d4ccddb16d5da82c694cbfe01da27f99d94f92ee authored over 3 years ago
Revert "isEditTimeEnabledProperty + Fix updateBuffer()"

This reverts commit 721c61b618cdb10dc45c4dd6510f0bf0bfe571b4.

github.com/AudioKit/AudioKit - eec57e3b4d283aa16b55561beda2e7dc0c7e0592 authored over 3 years ago
Merge branch 'develop' of https://github.com/emurray2/AudioKit into develop

github.com/AudioKit/AudioKit - 1198611b56bea660d9823ef1e7d2a0ede79f42df authored over 3 years ago
isEditTimeEnabledProperty + Fix updateBuffer()

When the file of the player is changed and played again, it will now playback the correct file w...

github.com/AudioKit/AudioKit - 721c61b618cdb10dc45c4dd6510f0bf0bfe571b4 authored over 3 years ago
Merge pull request #2558 from emurray2/develop

Check if playerNode is already connected to mixerNode

github.com/AudioKit/AudioKit - b888c6fb2e9fe26657e17d937eecf25623dbff10 authored over 3 years ago
Switch function to computed variable + 'is' prefix

github.com/AudioKit/AudioKit - f4a0cc45c3ed0cb316e37211e3b9f93b04eb39da authored over 3 years ago
Make hound even more happy

github.com/AudioKit/AudioKit - b67fcca79071968f4bbb26a3943cb9ba71145356 authored over 3 years ago
Make hound happy

github.com/AudioKit/AudioKit - 70e1c7d5e30dd3dd76d0096231d82b4ec51bd735 authored over 3 years ago
Check if playerNode is already connected the mixerNode before attempting connection

github.com/AudioKit/AudioKit - b5129a4c432a0a1852ff73d3ba6f7a788aee66aa authored over 3 years ago
Autogenerated version of apple effects, with constants, but could be wrong

github.com/AudioKit/AudioKit - 2e00ab5b2a335cc5fe1f1f84253836c2d386bc8b authored over 3 years ago
Updated generic node tests (with M1, could make CI fail)

github.com/AudioKit/AudioKit - 96338b837185119029568013dc306c96f0f8a44e authored over 3 years ago
More descriptive parameter defs

github.com/AudioKit/AudioKit - 144585c9bfb5a67f3681295e99389b6c25df217a authored over 3 years ago
Using constants instead of magic numbers

github.com/AudioKit/AudioKit - e9ea53cfc3fed1800e16c064f0a3453d6fed9aaf authored over 3 years ago
Merge pull request #2553 from ryanfrancesconi/automation-fixes

AutomationCurve, endTime check

github.com/AudioKit/AudioKit - 525d8b45505578dcdadb83a26b9c9d9642e38e72 authored over 3 years ago
Merge pull request #2556 from emurray2/develop

Addresses #2540

github.com/AudioKit/AudioKit - 724b21a57c1b961270a523b954f1243325c2dd91 authored over 3 years ago
Prevent getCurrentTime() from returning 0.0 when AudioPlayer is paused

github.com/AudioKit/AudioKit - 5b260fbf663086fad8c10e01623bfdafe6d23766 authored over 3 years ago
Merge pull request #2554 from emurray2/develop

Remove assert and replace with conditional check, add channelCapabilities

github.com/AudioKit/AudioKit - acb3b55e907cac294a0ce05af53341a13a825152 authored over 3 years ago
Add missing return to DSPBase.mm

github.com/AudioKit/AudioKit - e06f3958adcf9a82b22ab14357bd50b1b8fa0493 authored over 3 years ago
Remove assert and replace with conditional check, add channelCapabilities

The Plug-In Manager in Logic Pro X doesn't seem to like the assert statement. When auval throws ...

github.com/AudioKit/AudioKit - 56f4fd9fa898d1f5185480cf516cdd2031067ca7 authored over 3 years ago
Proof of this issue in a test: https://github.com/AudioKit/AudioKit/issues/2528

github.com/AudioKit/AudioKit - eb5d6d3b5e137c4bb8d32c1b013247e864e2b457 authored over 3 years ago
Added docucomments

github.com/AudioKit/AudioKit - 9c973abda4d372a2f9d972dc9030b8e3eb8d436d authored over 3 years ago
Made sure the decay time on the peak limiter was tested

github.com/AudioKit/AudioKit - b6754b48d56685679338921c9a3e55d08cd0d415 authored over 3 years ago
Updated tests to put them in the proper AudioKit location, also skipped some instead of commenting them out

github.com/AudioKit/AudioKit - b42e62addbc3d21a83d560808ba02253f9166620 authored over 3 years ago
Updated to reflect DryWetMixer in SoundpipeAudioKit

github.com/AudioKit/AudioKit - 48bf028513fb8b110356818d96fd9230f8e0ee97 authored over 3 years ago
add public access to the sequencerTrack renderObserver

github.com/AudioKit/AudioKit - 8e01d0aa8bf436dc9b0e8641dc95cfa036f5e8cb authored over 3 years ago
This loop was running past the target value without a check for endTime.

github.com/AudioKit/AudioKit - 31918b028180fa316c6934c493a0647de90e6d4f authored over 3 years ago
Addressing https://github.com/AudioKit/AudioKit/issues/2551

github.com/AudioKit/AudioKit - d2665d1065d261ba2b579099ab381e5b9d34333c authored over 3 years ago
Merge pull request #2550 from emurray2/develop

Access the pointee of AUValue

github.com/AudioKit/AudioKit - 24d70f0061f18b5b2aef305ff9728732c4b1906c authored over 3 years ago
Access the pointee of AUValue

For some reason, the String can't read the pointer alone. It needs to read the pointee for param...

github.com/AudioKit/AudioKit - 790a2cedf5172e04e1dac666969c651d20206af9 authored over 3 years ago
Merge pull request #2547 from ericjorgensen/patch-1

Fix typo in (this website) section

github.com/AudioKit/AudioKit - 882103b85e3b13e51ec635fdd52b93e5db0e2475 authored over 3 years ago
Fix typo in (this website) section

github.com/AudioKit/AudioKit - 6060ea7822526e44e3c5628b01ee6c1b4b4197aa authored over 3 years ago
Update README.md

github.com/AudioKit/AudioKit - dc49a486b277d0c626d07d32f76b8408be3a1092 authored over 3 years ago
Merge pull request #2545 from ryanfrancesconi/formatconverter-fix-update

FormatConverter update

github.com/AudioKit/AudioKit - 5f296d8a74e9f241c5e24ccf1959f5e2dc0bdfc7 authored over 3 years ago
compiler adjustment for older Xcode, variables in guard

github.com/AudioKit/AudioKit - 5da68c6938761acdfdce10c0401d8f04351ec84c authored over 3 years ago
revert Aure's misspelled comment addition

github.com/AudioKit/AudioKit - 84e014063e32a0506a7649871670fb7cc8ccddb0 authored over 3 years ago
revert Aure's frameCount change

github.com/AudioKit/AudioKit - a98d87330b36c7b2e3eeae1baba73f52326f32b0 authored over 3 years ago
update FormatConverter tests

github.com/AudioKit/AudioKit - 590c4ba2be2403b629767990c636898eeab8c190 authored over 3 years ago
FormatConverter fix for compressed output (m4a) to fix AVEncoderBitRateKey for mono files. Bitrate should of been divided by 2. If not, and on bitrates > 256 the conversion would fail for mono.

Also, change to delete output file on completion if there was an error thrown during the conversi...

github.com/AudioKit/AudioKit - da5be51279907cdb30bf9c8f50ed2f85b602a3e5 authored over 3 years ago
Merge pull request #2542 from InteractiveLogic/readme-typo-fix

Fixing a Small Typo in Readme

github.com/AudioKit/AudioKit - 14fcec48cf4546341b808337e8de58de1096306a authored over 3 years ago
Fixing a small typo in readme.

github.com/AudioKit/AudioKit - 5af709fe04fa8a5cae0df3590f137f048f833ab7 authored over 3 years ago
Merge pull request #2538 from Truba/fix/issue-2536

One more edge case for #2536

github.com/AudioKit/AudioKit - 84e5fa4cfafca6d5ef79ce8f5ce4f280f88fa051 authored over 3 years ago
Refactor to reduce the impact on overall code

github.com/AudioKit/AudioKit - bcaceae2e3b0f449a55c4b71f49e7ba03f7616c7 authored over 3 years ago
* One more edge case for 2536

* Deaing with scenario: currentEndSample == lengthInSamples() == triggerTime

github.com/AudioKit/AudioKit - b4853056eecad47ea0710fa6bf1e7eeef1dbbdcf authored over 3 years ago
Merge pull request #2537 from Truba/fix/issue-2536

Possible fix for issue #2536

github.com/AudioKit/AudioKit - f2da4b9db266506299bbeae21b11297affa01dae authored over 3 years ago
This commit tries to fix issue #2536

github.com/AudioKit/AudioKit - 7e280f061f8a3368dc6a44d28a4d217a02fee080 authored over 3 years ago
Added missing parameter docs

github.com/AudioKit/AudioKit - 18bdcb2464bec11854da13e8845e87fe518fa649 authored over 3 years ago
Added line about PitchTap and other assorted docs for https://github.com/AudioKit/AudioKit/issues/2533

github.com/AudioKit/AudioKit - b33bee5fb66237368cc709680bc90beb1f817c75 authored over 3 years ago
Merge pull request #2532 from btfranklin/patch-1

Update to migration guide

github.com/AudioKit/AudioKit - 21b0f1a85da1b502f6b7807dae396ffebc00ec23 authored over 3 years ago
Update to migration guide

Added a little additional info about types that changed modules while staying in the same packag...

github.com/AudioKit/AudioKit - 8c706cdf19f4269a138910d10d5290b8f95107b4 authored over 3 years ago
Unused version file

github.com/AudioKit/AudioKit - 730fc6825eb650fa0657c86e45479428d479c27d authored over 3 years ago
Updated migration guide for https://github.com/AudioKit/AudioKit/issues/2530

github.com/AudioKit/AudioKit - b20691cb1368b8cf41d5411d8179c3c19d951da6 authored over 3 years ago
Changing minimum deployment

github.com/AudioKit/AudioKit - 21ecc7b37e826bd3e2277015fe077c4c1ace8458 authored over 3 years ago
Fix table lineup

github.com/AudioKit/AudioKit - 56a40f4a9de0bc7733432c3c1e5c949ff8dd50c7 authored over 3 years ago
Merge pull request #2524 from AudioKit/develop

Version 5.2 Pull Request

github.com/AudioKit/AudioKit - 4c3f5ef1b7d758609c7cfbc2d1f631fc45da04d1 authored over 3 years ago
Silence some hounds

github.com/AudioKit/AudioKit - c028c31362522101431637941da42f33386a8d23 authored over 3 years ago
Updated the VERSION

github.com/AudioKit/AudioKit - d6f373fc47c07e9dac427b0027ea254c3989817a authored over 3 years ago
Updating `About` docs

github.com/AudioKit/AudioKit - ba3b644db9d69e88aeae87d1036744d972997706 authored over 3 years ago
Updating docs (and finding an undocumented parameter along the way)

github.com/AudioKit/AudioKit - c1d4a94a2501f3d640118ed2f9239f1efc8b6e1c authored over 3 years ago
Added edit_uri

github.com/AudioKit/AudioKit - 1c87b9bbed530d607c05c3e374d82c0fbe1e4d83 authored over 3 years ago
Fix table in docs

github.com/AudioKit/AudioKit - 8850198256f9e4cdab3e21c4c4c39cad4529cda0 authored over 3 years ago
Added packages to main page

github.com/AudioKit/AudioKit - 2148e96f5a931f94b36537b6bd3f7e77a10c8d18 authored over 3 years ago
Added MicrotonalAudioKit

github.com/AudioKit/AudioKit - 27f297430e44e715aa5e56f5af6902abcce1a2f7 authored over 3 years ago
Added image to docs

github.com/AudioKit/AudioKit - 86c2dc7e6a14f7e441bb481ceeb3067b2997f274 authored over 3 years ago
Is nav necessary?

github.com/AudioKit/AudioKit - 73e40714843a7b340400c82e6f868488731d428a authored over 3 years ago
Fix nav, maybe edit link

github.com/AudioKit/AudioKit - db1da44a060eeb85f2b4a70ced5a2f78374480a4 authored over 3 years ago
Fix navigation

github.com/AudioKit/AudioKit - 34b29551f5999c3561df72eb5b7aad57974d9006 authored over 3 years ago
Define the theme

github.com/AudioKit/AudioKit - 2a0f0f6d055b067573bbea4781fe1a50916d91ff authored over 3 years ago
Changed navbar order

github.com/AudioKit/AudioKit - 53aa1057ce78ea4df38838bb76d477aaeb2fa20a authored over 3 years ago
Added image to main page

github.com/AudioKit/AudioKit - bdd610f3e07553147852f0ae6536cc4b533ea522 authored over 3 years ago
Create nav section

github.com/AudioKit/AudioKit - a5f22959a5074d553d12cd74436c586e8d5e21f1 authored over 3 years ago
Try to implement mkdocs.yml

github.com/AudioKit/AudioKit - bc924e24fe8265d2c2916c77dbd45014454ea0ac authored over 3 years ago
Moved cookbook images to their own repository

github.com/AudioKit/AudioKit - dc676024932af839aaa381e7aceb84335af6b639 authored over 3 years ago
Cleanup playground

github.com/AudioKit/AudioKit - 97683c3befd64ceaeda0cb9db0d99f92f59aaee3 authored over 3 years ago
Add ramping functions

github.com/AudioKit/AudioKit - 9969823581f018907e9e461acc7af3ddd99ca265 authored over 3 years ago
Use self. to fix tests

github.com/AudioKit/AudioKit - 2348eea5336734370eb449813973df52d6c666e8 authored over 3 years ago
Updated playground and playground oscillator

github.com/AudioKit/AudioKit - 0cf544d6dda9dcaebb6269acd6996afd446749e9 authored over 3 years ago
Updated migration guide

github.com/AudioKit/AudioKit - cdac38f2574979d2f833b9e2e9b9f0814c5c7e11 authored over 3 years ago
Build wiki on tags

github.com/AudioKit/AudioKit - d49d9026ffc7073f394c6a7cb1863be2a4c2e537 authored over 3 years ago
Fix wrong link

github.com/AudioKit/AudioKit - 979208835c1083661bc8418f744311c95492889b authored over 3 years ago