Ecosyste.ms: OpenCollective

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

github.com/AudioKit/AudioKit

Audio synthesis, processing, & analysis platform for iOS, macOS and tvOS
https://github.com/AudioKit/AudioKit

Retry tests

cc26e3d2be59f27fffc98a6f7f414ff6c1b8d691 authored over 3 years ago
Revert "AudioPlayer Improvements"

This reverts commit d4ccddb16d5da82c694cbfe01da27f99d94f92ee.

05492b1a693d41e68028f636c7fd70543393cf8a authored over 3 years ago
AudioPlayer Improvements

Addresses #2539

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

d4ccddb16d5da82c694cbfe01da27f99d94f92ee authored over 3 years ago
Revert "isEditTimeEnabledProperty + Fix updateBuffer()"

This reverts commit 721c61b618cdb10dc45c4dd6510f0bf0bfe571b4.

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

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...

721c61b618cdb10dc45c4dd6510f0bf0bfe571b4 authored over 3 years ago
Merge pull request #2558 from emurray2/develop

Check if playerNode is already connected to mixerNode

b888c6fb2e9fe26657e17d937eecf25623dbff10 authored over 3 years ago
Switch function to computed variable + 'is' prefix

f4a0cc45c3ed0cb316e37211e3b9f93b04eb39da authored over 3 years ago
Make hound even more happy

b67fcca79071968f4bbb26a3943cb9ba71145356 authored over 3 years ago
Make hound happy

70e1c7d5e30dd3dd76d0096231d82b4ec51bd735 authored over 3 years ago
Check if playerNode is already connected the mixerNode before attempting connection

b5129a4c432a0a1852ff73d3ba6f7a788aee66aa authored over 3 years ago
Autogenerated version of apple effects, with constants, but could be wrong

2e00ab5b2a335cc5fe1f1f84253836c2d386bc8b authored over 3 years ago
Updated generic node tests (with M1, could make CI fail)

96338b837185119029568013dc306c96f0f8a44e authored over 3 years ago
Docucomments

ad410721bc091fc641418aa1063b30928b9f5379 authored over 3 years ago
More descriptive parameter defs

144585c9bfb5a67f3681295e99389b6c25df217a authored over 3 years ago
Using constants instead of magic numbers

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

AutomationCurve, endTime check

525d8b45505578dcdadb83a26b9c9d9642e38e72 authored over 3 years ago
Merge pull request #2556 from emurray2/develop

Addresses #2540

724b21a57c1b961270a523b954f1243325c2dd91 authored over 3 years ago
Prevent getCurrentTime() from returning 0.0 when AudioPlayer is paused

5b260fbf663086fad8c10e01623bfdafe6d23766 authored over 3 years ago
Merge pull request #2554 from emurray2/develop

Remove assert and replace with conditional check, add channelCapabilities

acb3b55e907cac294a0ce05af53341a13a825152 authored over 3 years ago
Fix Warning

f86fcd8af53630bc54827566abaee0d5665a68f1 authored over 3 years ago
Add missing return to DSPBase.mm

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 ...

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

eb5d6d3b5e137c4bb8d32c1b013247e864e2b457 authored over 3 years ago
Added docucomments

9c973abda4d372a2f9d972dc9030b8e3eb8d436d authored over 3 years ago
Made sure the decay time on the peak limiter was tested

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

b42e62addbc3d21a83d560808ba02253f9166620 authored over 3 years ago
Updated to reflect DryWetMixer in SoundpipeAudioKit

48bf028513fb8b110356818d96fd9230f8e0ee97 authored over 3 years ago
add public access to the sequencerTrack renderObserver

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

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

d2665d1065d261ba2b579099ab381e5b9d34333c authored over 3 years ago
Merge pull request #2550 from emurray2/develop

Access the pointee of AUValue

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...

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

Fix typo in (this website) section

882103b85e3b13e51ec635fdd52b93e5db0e2475 authored over 3 years ago
Fix typo in (this website) section

6060ea7822526e44e3c5628b01ee6c1b4b4197aa authored over 3 years ago
Update README.md

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

FormatConverter update

5f296d8a74e9f241c5e24ccf1959f5e2dc0bdfc7 authored over 3 years ago
compiler adjustment for older Xcode, variables in guard

5da68c6938761acdfdce10c0401d8f04351ec84c authored over 3 years ago
revert Aure's misspelled comment addition

84e014063e32a0506a7649871670fb7cc8ccddb0 authored over 3 years ago
revert Aure's frameCount change

a98d87330b36c7b2e3eeae1baba73f52326f32b0 authored over 3 years ago
update FormatConverter tests

590c4ba2be2403b629767990c636898eeab8c190 authored over 3 years ago
cleanup

30cb73c064e5c2114a0300a8030f9b1368eccdf9 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...

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

Fixing a Small Typo in Readme

14fcec48cf4546341b808337e8de58de1096306a authored over 3 years ago
Fixing a small typo in readme.

5af709fe04fa8a5cae0df3590f137f048f833ab7 authored over 3 years ago
Cleanup

eb3b61a1efda16942b48603ac7df9eccc8bb6a8b authored over 3 years ago
Merge pull request #2538 from Truba/fix/issue-2536

One more edge case for #2536

84e5fa4cfafca6d5ef79ce8f5ce4f280f88fa051 authored over 3 years ago
Refactor to reduce the impact on overall code

bcaceae2e3b0f449a55c4b71f49e7ba03f7616c7 authored over 3 years ago
* One more edge case for 2536

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

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

Possible fix for issue #2536

f2da4b9db266506299bbeae21b11297affa01dae authored over 3 years ago
This commit tries to fix issue #2536

7e280f061f8a3368dc6a44d28a4d217a02fee080 authored over 3 years ago
Added missing parameter docs

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

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

Update to migration guide

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...

8c706cdf19f4269a138910d10d5290b8f95107b4 authored over 3 years ago
Unused version file

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

b20691cb1368b8cf41d5411d8179c3c19d951da6 authored over 3 years ago
Changing minimum deployment

21ecc7b37e826bd3e2277015fe077c4c1ace8458 authored over 3 years ago
Fix table lineup

56a40f4a9de0bc7733432c3c1e5c949ff8dd50c7 authored over 3 years ago
fix typo

705887d4037b18974236069bd4a4e68b9aff7620 authored over 3 years ago
fix typo

02d3cd1626f73ae8ecdc5727a11e6328bd4c402d authored over 3 years ago
Merge pull request #2524 from AudioKit/develop

Version 5.2 Pull Request

4c3f5ef1b7d758609c7cfbc2d1f631fc45da04d1 authored over 3 years ago
Silence some hounds

c028c31362522101431637941da42f33386a8d23 authored over 3 years ago
Updated the VERSION

d6f373fc47c07e9dac427b0027ea254c3989817a authored over 3 years ago
Updating `About` docs

ba3b644db9d69e88aeae87d1036744d972997706 authored over 3 years ago
Updating docs (and finding an undocumented parameter along the way)

c1d4a94a2501f3d640118ed2f9239f1efc8b6e1c authored over 3 years ago
Added edit_uri

1c87b9bbed530d607c05c3e374d82c0fbe1e4d83 authored over 3 years ago
Fix table in docs

8850198256f9e4cdab3e21c4c4c39cad4529cda0 authored over 3 years ago
Added packages to main page

2148e96f5a931f94b36537b6bd3f7e77a10c8d18 authored over 3 years ago
Added MicrotonalAudioKit

27f297430e44e715aa5e56f5af6902abcce1a2f7 authored over 3 years ago
fix image

4ac5eb07885d3f40ee3f30ec5d53a71d9fff98d4 authored over 3 years ago
Added image to docs

86c2dc7e6a14f7e441bb481ceeb3067b2997f274 authored over 3 years ago
Updated docs

f4f99c4d420942bd977254a0d6d67823822dea4d authored over 3 years ago
Is nav necessary?

73e40714843a7b340400c82e6f868488731d428a authored over 3 years ago
Fix typo

0a691fabedce4c84318167d80eb374764a2d8478 authored over 3 years ago
mkdocs fix

09c611baac619dfccabefc7f9a604f0064b260b7 authored over 3 years ago
mkdocs stuff

1856931ba2d9820a635799f41dc1bc1bca2bb007 authored over 3 years ago
Fix nav, maybe edit link

db1da44a060eeb85f2b4a70ced5a2f78374480a4 authored over 3 years ago
Fix navigation

34b29551f5999c3561df72eb5b7aad57974d9006 authored over 3 years ago
Define the theme

2a0f0f6d055b067573bbea4781fe1a50916d91ff authored over 3 years ago
Changed navbar order

53aa1057ce78ea4df38838bb76d477aaeb2fa20a authored over 3 years ago
Added image to main page

bdd610f3e07553147852f0ae6536cc4b533ea522 authored over 3 years ago
Create nav section

a5f22959a5074d553d12cd74436c586e8d5e21f1 authored over 3 years ago
Try to implement mkdocs.yml

bc924e24fe8265d2c2916c77dbd45014454ea0ac authored over 3 years ago
Moved cookbook images to their own repository

dc676024932af839aaa381e7aceb84335af6b639 authored over 3 years ago
cleanup

b9a99a568bc0938e8905f9522928bbc99c42d8d5 authored over 3 years ago
Cleanup playground

97683c3befd64ceaeda0cb9db0d99f92f59aaee3 authored over 3 years ago
Add ramping functions

9969823581f018907e9e461acc7af3ddd99ca265 authored over 3 years ago
Use self. to fix tests

2348eea5336734370eb449813973df52d6c666e8 authored over 3 years ago
Fixed tests

be867c8e97e1048f77b1e386ad0570d053c0328b authored over 3 years ago
Updated playground and playground oscillator

0cf544d6dda9dcaebb6269acd6996afd446749e9 authored over 3 years ago
Updated migration guide

cdac38f2574979d2f833b9e2e9b9f0814c5c7e11 authored over 3 years ago
Updated docs

97fdd6f9d2c5ba7f87f5ad3e84b39cd3cc20bb74 authored over 3 years ago
Update docs

6e26d4ea60b3c08d5e5cb377c34ca3e45e7d73a6 authored over 3 years ago
Build wiki on tags

d49d9026ffc7073f394c6a7cb1863be2a4c2e537 authored over 3 years ago
Rebuild wiki

8f21f99041c91b4279ee4ab9355710903c9af219 authored over 3 years ago
Minor updates

57b8d3b100d6158034d454f0d3397ba02c7e6445 authored over 3 years ago
Updated docs

e937f7f2085a677d896cdabb657a4c3489c4b3b0 authored over 3 years ago
All in on SPM

6b78da1abc590149cc79fde1b9c1986e53d9cef4 authored over 3 years ago
Fix wrong link

979208835c1083661bc8418f744311c95492889b authored over 3 years ago