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

Resolving Split Connections (implemented by fquarters)#2370

github.com/AudioKit/AudioKit - cba097c3c1d1a04594e007abef4672e5ba722dcf authored over 3 years ago
Revert "Update Transient Shaper Parameters"

This reverts commit 278d0b3843bcc02cdfa16ffb6fadad30e2d315a3.

github.com/AudioKit/AudioKit - 54fe0d4be22cdb3edecf36b7e27e73601879433e authored over 3 years ago
Undo Commit 1

This module has been moved. I will try submitting the Transient Shaper later when things get mor...

github.com/AudioKit/AudioKit - 8aa21933860a22c7c094a6f6dbaee6b25a271552 authored over 3 years ago
Update TransientShaperDSP.mm

github.com/AudioKit/AudioKit - ca1ffea8e086211103a04a52828d75b6b116cf08 authored over 3 years ago
Update Transient Shaper Parameters

github.com/AudioKit/AudioKit - 278d0b3843bcc02cdfa16ffb6fadad30e2d315a3 authored over 3 years ago
add test playground

github.com/AudioKit/AudioKit - 42523698916152f2e5e5249bdadaf3a00b1c4f48 authored over 3 years ago
Fix playgrounds

github.com/AudioKit/AudioKit - 08dcab220014a51068a5eb70b08ba958ebfb6992 authored over 3 years ago
rename CAudioKit to CAudioKitEX

github.com/AudioKit/AudioKit - 047ef5222667121f4d6fee9edfeea722163c6efd authored over 3 years ago
remove CAudioKit as a dependency

github.com/AudioKit/AudioKit - 045febfb675040cec2e211d38ff8286414127b86 authored over 3 years ago
Remove last import CAudioKit

github.com/AudioKit/AudioKit - 4a02bf37ffe0e6808917b9e5da7ca27b85d0819a authored over 3 years ago
Move code to AudioKitEX

github.com/AudioKit/AudioKit - e5d0a51ef20f72dd495efff6e4da074a57fb7902 authored over 3 years ago
Move code to AudioKitEX

github.com/AudioKit/AudioKit - 2d0263ef3f891c800cd428515b50b2b10fc7fde9 authored over 3 years ago
move files to AudioKitEX

github.com/AudioKit/AudioKit - ee86850be848671c4e7776794378f3dd1c28b92f authored over 3 years ago
remove ExceptionCatcher

github.com/AudioKit/AudioKit - 607050b4d90ae69843844f9a3446ee8ade2ba833 authored over 3 years ago
Move code to AudioKitEX

github.com/AudioKit/AudioKit - 6e8e0c9c506d041c35fbe59297927d712e8d908a authored over 3 years ago
Move code into AudioKitEX.

AudioKitEX will contain Swift code which relies on C++ code.

github.com/AudioKit/AudioKit - d865458e7a596bf96e35370a26bc43187434741f authored over 3 years ago
Test CallbackInstrument without relying on SequencerTrack

github.com/AudioKit/AudioKit - 7cdd77358a0995d80749e42392ed0e4f16bfa440 authored over 3 years ago
Test CallbackInstrument without relying on SequencerTrack

github.com/AudioKit/AudioKit - edd3b0678a81c34f08e33d6426cec165d296da5a authored over 3 years ago
Moved out Soul stuff

github.com/AudioKit/AudioKit - 493227860d5c9d66ce8795aa463e84ef3a666f70 authored over 3 years ago
Moving Devoloop stuff into its own package

github.com/AudioKit/AudioKit - 087da62501494c6d795b847092176e9dbdd5a2b6 authored over 3 years ago
Hmm, if CI works on that maybe this will work too (Apple Sampler Tests)

github.com/AudioKit/AudioKit - 1e6f58fe9d2e8d2322227825bab830950a9c3fa1 authored over 3 years ago
Merge pull request #2512 from emurray2/develop

MIDI Fix: Adding Multiple Virtual Ports

github.com/AudioKit/AudioKit - b5077099b12e4e7c2e204800b8f60f0a72a9dbc2 authored over 3 years ago
See if CI likes this file

github.com/AudioKit/AudioKit - 1c99ee4160cd250759a72fa55f20de6be42a0150 authored over 3 years ago
MIDI Fix: Adding Multiple Virtual Ports

github.com/AudioKit/AudioKit - cb58af704c23253b9ac5ae9b032960b597d44737 authored over 3 years ago
Sampler is effectively playing a sine which evidently still suffers from the M1 difference

github.com/AudioKit/AudioKit - 9a74b7ccbb23f67e2d44142b6907cf60103d0838 authored over 3 years ago
Moved sp internals to new repo

github.com/AudioKit/AudioKit - 2aa025bab0464677d1e41d4c748acde9b8524c28 authored over 3 years ago
Removed extra MD5s

github.com/AudioKit/AudioKit - b0f2c52dfb94d2921515584547550c37ff0e35f5 authored over 3 years ago
Made parameters public

github.com/AudioKit/AudioKit - 03251df757aa92aed5944a158240aac916318823 authored over 3 years ago
Moved files out of Sources

github.com/AudioKit/AudioKit - 16237d5d6c23bcd12b5f23c6c14e5aa46ccd0137 authored over 3 years ago
Remove exclude lines

github.com/AudioKit/AudioKit - 18509cd16b66849fe47057322d617ffa7f2facd0 authored over 3 years ago
Moved Shane's stuff out of main AudioKit repo into DunneAudioKit (including TransientShaper which depended on StereoDelay)

github.com/AudioKit/AudioKit - 92b50b4b2644664f7295130ccb8875b245a43b71 authored over 3 years ago
Revert "Removed dependency"

This reverts commit bcb7c111b8f3e20527f2bd6d00895f99527bf805.

github.com/AudioKit/AudioKit - 080bd4609af912c1de77f8df8c1ea23ab9a2dc9e authored over 3 years ago
Removed dependency

github.com/AudioKit/AudioKit - bcb7c111b8f3e20527f2bd6d00895f99527bf805 authored over 3 years ago
Moved Oscillator into SoundpipeAudioKit

github.com/AudioKit/AudioKit - 09e3e99482d8d0f3a29a41f450e25c1671f2fdb2 authored over 3 years ago
Static resources for audioplayer tests

github.com/AudioKit/AudioKit - d41b45ea51de45d65b4677a9807b174704458be6 authored over 3 years ago
Removed oscillator dependency from tests

github.com/AudioKit/AudioKit - c7988ad5cd0dabcd6c714327c3c9b092aeeb1de8 authored over 3 years ago
Temporarily removing tap tests

github.com/AudioKit/AudioKit - 2a2536c7606ee93cb5d5368b18c27c491659c380 authored over 3 years ago
Correcting for new path

github.com/AudioKit/AudioKit - 12d2a88fc02e86926e0db13bb82773ceb8440f35 authored over 3 years ago
Using player instead of Oscillator

github.com/AudioKit/AudioKit - b1a057e2ce19092ea0b64727de6c535ef182d1dc authored over 3 years ago
Add documentation comments

github.com/AudioKit/AudioKit - 5b8bac8ffdc7672d39d3d51d10fd72deb458c4c3 authored over 3 years ago
Added "self." CI requested

github.com/AudioKit/AudioKit - 1e020b8e4a29f51a3356011a26ae58c381173da9 authored over 3 years ago
Merge pull request #2511 from emurray2/develop

Addressing issue #2495

github.com/AudioKit/AudioKit - 18dd43e7ef438cc8d779e0f113bc7d76f7ca01d4 authored over 3 years ago
Addressing issue #2495

github.com/AudioKit/AudioKit - 3aa3bdfa13952308dc38b5d982f4ebccc280b394 authored over 3 years ago
Removing Oscillator from tests

github.com/AudioKit/AudioKit - 4f7885d1748655f3efebbd6e3314ee2f47fb9044 authored over 3 years ago
Remove Oscillator from tests

github.com/AudioKit/AudioKit - 6f50afc363c626e6bdbc001ffcc5203edebab301 authored over 3 years ago
Revert change to PlaygroundOscillator, temporarily use in tests

github.com/AudioKit/AudioKit - d31ae604c7815273e32fd3d9d0dd982b6102da9d authored over 3 years ago
Using AudioPlayer instead of Oscillator

github.com/AudioKit/AudioKit - d8957eff9bf3030396be879efa1d32d7f947e1b0 authored over 3 years ago
First version of PlaygroundOscillator

github.com/AudioKit/AudioKit - a2dff5c550176f764d3c029991f226f915f7faee authored over 3 years ago
Moved some files

github.com/AudioKit/AudioKit - 4e53e1a9812947c16f07a4a682771468f3a9ac06 authored over 3 years ago
Added iOS and tvOS version checks

github.com/AudioKit/AudioKit - 95365b1878798f75ef72d191abc4fc034342f8af authored over 3 years ago
Try to keep the os versions as low as can be without much trouble

github.com/AudioKit/AudioKit - 81a73111ce46dfa7dea56e3c23d86bdbf10c5a67 authored over 3 years ago
Opening the stop function as it was overridden by the now out-of-module PitchTap

github.com/AudioKit/AudioKit - 7d0aa6a866b02d640d3979c75f3f2501fe69b953 authored over 3 years ago
Moved PitchTap/Tracker to SoundpipeAudioKit

github.com/AudioKit/AudioKit - 2a7a83f2027c742ab03b0ab876e9bd3bd56c50ed authored over 3 years ago
Convert to Reverb from CostelloReverb in Node Tests

github.com/AudioKit/AudioKit - 9c41634cd6b324180dc4ccd9e75b6cc89ce08828 authored over 3 years ago
Moved files to SoundpipeAudioKit

github.com/AudioKit/AudioKit - 4f9340166dfa9b6815c05c92e9e5675444c2186c authored over 3 years ago
Add version of nodeParameterTest which doesn't rely on Oscillator

github.com/AudioKit/AudioKit - 2ada0d52d63b6dc1b7911db3f82424ae0f3c7ee9 authored over 3 years ago
Fix tests for M1/Intel differences

github.com/AudioKit/AudioKit - 5dd250ca57b96bba5e223fa7782cab3741eac50a authored over 3 years ago
Moved test to SporthAudioKit

github.com/AudioKit/AudioKit - 6340568e45849e0e76339792ea81e40b79d2ebfc authored over 3 years ago
Updated tap tests to not use operations

github.com/AudioKit/AudioKit - fa965309953bb538121dabfefc6311a3f45c2c00 authored over 3 years ago
Merge pull request #2509 from AudioKit/cryptokit-md5

Use CryptoKit to calculate md5s.

github.com/AudioKit/AudioKit - 7b4b461fe3fcbc040865a090bb36aebe8b2c18f4 authored over 3 years ago
Use cryptokit to calculate md5s.

This changes platform requirements.

github.com/AudioKit/AudioKit - afe197d20e6774f3a8b7548b7e874cbc13b3d00b authored over 3 years ago
Temporarily commenting out tests that used Operations

github.com/AudioKit/AudioKit - 9d97a87b445a4f222f3af278ac3410c12408ed62 authored over 3 years ago
Moved AudioKit Operations to its own repo

github.com/AudioKit/AudioKit - b7d4abb1662aada2e6cf22c882bee324f37dfd80 authored over 3 years ago
Made Soundpipe a package dependency

github.com/AudioKit/AudioKit - 511aa667fee06e5e23090f2f89a2250d1ec9561c authored over 3 years ago
Started parameter ramping generic tests

github.com/AudioKit/AudioKit - 08ad86b6849d67e22445aa323cccf17ea813d17e authored over 3 years ago
Fixed up plucked String operation tests

github.com/AudioKit/AudioKit - f70301c7bd79a2ceb4a11fefd8ff3ed9d459af4e authored over 3 years ago
Rename process2 to process.

github.com/AudioKit/AudioKit - be0aa5b741274074eb026a98685810ec97534fa3 authored over 3 years ago
make process2 pure virtual

github.com/AudioKit/AudioKit - 85986faaeebd8cf42fab3592134eab6aeea735c8 authored over 3 years ago
AudioEngine should not rely on CAudioKit

github.com/AudioKit/AudioKit - 2cfaff1ef53b6223f60c9cb4ae4ac171c6840c24 authored over 3 years ago
Move functions so Node doesn't need CAudioKit

github.com/AudioKit/AudioKit - d59251012d465bcb6da58739d9e1fdc60a79c12c authored over 3 years ago
move automation functions to an extension

github.com/AudioKit/AudioKit - 842716c678c09f12dc23f06e323c76465f2fadfd authored over 3 years ago