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

Merge branch 'staging' into develop

github.com/AudioKit/AudioKit - 11b3c19897e97de6f7b21a7805d4ef5c1af3d570 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Minor corrections / substitutions suggested by Xcode 10.2

github.com/AudioKit/AudioKit - eb4a638f8c460fc7900f2b58d4d77f28550aa86b authored almost 6 years ago by Aurelius Prochazka <[email protected]>
make more chunk types public

github.com/AudioKit/AudioKit - 104732bfaa850b08b6203174aa8b5321c21968fe authored almost 6 years ago by Jeff Cooper <[email protected]>
temporarily make chunk events public

github.com/AudioKit/AudioKit - ddecb06ac79fc85fa14c896a2f528566e137bcbd authored almost 6 years ago by Jeff Cooper <[email protected]>
clean up error message on chunkevent fail

github.com/AudioKit/AudioKit - 0d37405154e77c76abb66d1aae63b18dafabf6a2 authored almost 6 years ago by Jeff Cooper <[email protected]>
add akmiditrack to ios project

github.com/AudioKit/AudioKit - 73d47d014e3274b27d9366758394977b844a92a3 authored almost 6 years ago by Jeff Cooper <[email protected]>
MIDITimeFormat made public

github.com/AudioKit/AudioKit - 53e1cf7fbfe97d314bec4ff6405746fcc84f3304 authored almost 6 years ago by Jeff Cooper <[email protected]>
AKMIDIFile exposes tracks + info from the header

github.com/AudioKit/AudioKit - e262771b13003409f86c0bf460d147be364872ef authored almost 6 years ago by Jeff Cooper <[email protected]>
akmiditrack added

github.com/AudioKit/AudioKit - 5328e4bc4b45c78c348aa62f356d13d19ea8e2f9 authored almost 6 years ago by Jeff Cooper <[email protected]>
Merge branch 'develop' into staging

github.com/AudioKit/AudioKit - d42bb4b3c76ce93835d4c1de4d1715cca84fe5ce authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Update VERSION

github.com/AudioKit/AudioKit - 926ab8bb2f264cd0cfaf13cfbdedffd436348351 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge branch 'develop' of https://github.com/audiokit/AudioKit into develop

github.com/AudioKit/AudioKit - 64221786b96f5372b51c4273e21360147a6b5374 authored almost 6 years ago by Jeff Cooper <[email protected]>
AKMIDIFile parameter name changed

github.com/AudioKit/AudioKit - 3e012c02a300b7234e6038acec6784e1e667fcdd authored almost 6 years ago by Jeff Cooper <[email protected]>
convenience init for akmidifile

github.com/AudioKit/AudioKit - 2a78ef84649799560b69e3cbd6383be8c225bd25 authored almost 6 years ago by Jeff Cooper <[email protected]>
Merge branch 'develop' into staging

github.com/AudioKit/AudioKit - f9fd62fd52cce5dc9eeda7ff1bf540e27b7f3961 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
remove prints

github.com/AudioKit/AudioKit - 6ec4af8b3ffd55ef85d40ece16b38531b02fc8fb authored almost 6 years ago by Jeff Cooper <[email protected]>
Merge pull request #1718 from eljeff/develop

make AKMIDIFile init public

github.com/AudioKit/AudioKit - 322f2a0faf9caf8784d637051b19b01ade598634 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge pull request #1717 from maksutovic/develop

Made AKMicrohpone init a failable initilizer

github.com/AudioKit/AudioKit - 7c4caf0bb4c86183dc02a0e51313305a7c910e8f authored almost 6 years ago by Aurelius Prochazka <[email protected]>
make AKMIDIFile init public

github.com/AudioKit/AudioKit - 189cf120b66990c502fa5387f33478aa5dd5c3ba authored almost 6 years ago by Jeff Cooper <[email protected]>
Made AKMicrohpone init a failable initilizer to avoid hard crashing problems of late

github.com/AudioKit/AudioKit - 9042de0358ee3e79191c5c3d769f1dc315c249e8 authored almost 6 years ago by maksutovic <[email protected]>
Merge pull request #1714 from bakeddean/develop

AudioKit setInputDevice bug fixes [iOS]

github.com/AudioKit/AudioKit - e67a638e1355b588e17939c6261e93df9012e727 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
MicrophoneAnalysis - improved landscape support. Added navigation bar and moved input button.

Added README and screen-shots.

github.com/AudioKit/AudioKit - 00d987a4ee859ea175d0f54c98f1cd3efc752b75 authored almost 6 years ago by Dean Woodward <[email protected]>
Add portDescription & dataSource computed properties to AKDevice.

Simplify AudioKit.setInput method. Added DeviceNotFound error to AKError.

github.com/AudioKit/AudioKit - 990d87843d65f87599442575a15694cc80ca742d authored almost 6 years ago by Dean Woodward <[email protected]>
fix a few hound violations.

github.com/AudioKit/AudioKit - 523f8e37fd57437f550c518c74d8b64d6b31a179 authored almost 6 years ago by Dean Woodward <[email protected]>
Added input device example code to MicrophoneAnalysis example.

github.com/AudioKit/AudioKit - 670921919c28a09f6a2da6a9c9bc1a7871f9a1bf authored almost 6 years ago by Dean Woodward <[email protected]>
Fix bug in AudioKit.setInputDevice. Add convenience initializer & isEqual to AKDevice.

github.com/AudioKit/AudioKit - 54943170882f9bb774417d65abffbf6d11ec09d9 authored almost 6 years ago by Dean Woodward <[email protected]>
Merge pull request #1710 from bakeddean/develop

Fix for AKKeyboardView initializer ignoring polyphonic parameter.

github.com/AudioKit/AudioKit - 223ae670276edc8b3b92912f9b190c1cbce1405a authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Fix for AKKeyboardView initializer ignoring polyphonic parameter.

github.com/AudioKit/AudioKit - 9d946822be4208cfd71621a2224c7aaba2f21c03 authored almost 6 years ago by Dean Woodward <[email protected]>
Less confusing to check for true than nil coalesce to false

github.com/AudioKit/AudioKit - 27f5a48f7f84d7b80ba6082aeac4c9be3b9f441a authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Updated version

github.com/AudioKit/AudioKit - 34694aa3055cb452fd988c1e03219b6d1c205d56 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge branch 'develop'

github.com/AudioKit/AudioKit - 405c326f5b6f6ae8706a93a8cb751eed64b07625 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge pull request #1708 from sieren/ak-coresynth-public-header

Make AKCoreSynth.hpp public again

github.com/AudioKit/AudioKit - fdd077e8d7228802f5ff016d2b46573ac6523cae authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Make AKCoreSynth.hpp public again

This has been missing for a few versions. Needed
if we want to compile Synth One with current ma...

github.com/AudioKit/AudioKit - 83ac839f3bebfa22cfc528ae3e67626e7060e2dd authored almost 6 years ago by sieren <[email protected]>
Merge branch 'develop'

github.com/AudioKit/AudioKit - 61cd149821dda9c129d4f45eb57facbb603e90d4 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Updated tests for latest PR

github.com/AudioKit/AudioKit - 78a4cb15ab116805d9c67bc9b2001eb3b87c594d authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge pull request #1704 from sieren/akdspkernel-improvements

Add RAII to DSP Kernel

github.com/AudioKit/AudioKit - 2e6c615ff7976fd77eb1cfca90fcf3fb6dad6f0f authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge pull request #1707 from gertjanjansen/fix-events-public-attributes

Make attributes of public MIDI Events publicly available

github.com/AudioKit/AudioKit - 893d2f8811c534ab097a4bca8eba53edac70cdeb authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Make attributes of public MIDI Events publicly available

github.com/AudioKit/AudioKit - 819a287708ee91eba4611db8c1323ce970faeea0 authored almost 6 years ago by Gertjan Jansen <[email protected]>
Add RAII to DSP Kernel

Adding RAII to the DSP Kernel so we can
intialize all resources when instanciating subclasses.

github.com/AudioKit/AudioKit - ee2bb9cd0e7ac5718d947990d5d262455db9e119 authored almost 6 years ago by sieren <[email protected]>
Fixed vocal tract tests

github.com/AudioKit/AudioKit - 63e70ff91482aabdef6f02ce4554a1bf840acb94 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Fix for https://github.com/AudioKit/AudioKit/issues/1702

github.com/AudioKit/AudioKit - 0799a294a48fccc8097e44b3a92b6d31139a5808 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge branch 'develop' into staging

github.com/AudioKit/AudioKit - 2825be716178c6c29e38c47eba70dd232ae3cf7c authored almost 6 years ago by Stephane Peter <[email protected]>
Bump version to 4.6.2

github.com/AudioKit/AudioKit - 8d91bff29e19b5f6c5df4aaf4828524df0db6a19 authored almost 6 years ago by Stephane Peter <[email protected]>
Addresses https://github.com/AudioKit/AudioKit/issues/1696

github.com/AudioKit/AudioKit - 05d3e68f0d9da9bd82ff2db0e6d2a4f561bbae10 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Fix for https://github.com/AudioKit/AudioKit/issues/1695

github.com/AudioKit/AudioKit - e52bde8f8ea626f176d9ccd9d2779c59d995f236 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge pull request #1694 from sparist/sparist/issues/1691

Move AKCoreSynth.hpp to project scope in iOS project (#1691)

github.com/AudioKit/AudioKit - 77abb9ded8fca3c27b8c2fa1554b6e7926783784 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge pull request #1692 from ryanfrancesconi/develop

AKPlayer fixes + extras

github.com/AudioKit/AudioKit - d1d3e5473ab634f516697d7d90585b026c4e4da6 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Move AKCoreSynth.hpp to project scope in iOS project

Issue: 1691

github.com/AudioKit/AudioKit - b4c4d3d4621d39044b6eb11ad1f6d56a6532c56f authored almost 6 years ago by Jason Erb <[email protected]>
Add missing AKCoreSynth.hpp import to AudioKit.h

Issue: 1691

github.com/AudioKit/AudioKit - 2457e1c42233982acb4d714146c0fe1312a66adc authored almost 6 years ago by Jason Erb <[email protected]>
handling issues: https://github.com/AudioKit/AudioKit/issues/1675, https://github.com/AudioKit/AudioKit/issues/1674

github.com/AudioKit/AudioKit - 79f2c4e764964d65dfd63f7089f097a61074c37c authored almost 6 years ago by “Ryan <“[email protected]”>
Merge remote-tracking branch 'refs/remotes/upstream/develop'

github.com/AudioKit/AudioKit - ec9c3f72e65ed694fcb85bcf748f8915634e133f authored almost 6 years ago by “Ryan <“[email protected]”>
changed EZAudioFile RMS to use Accelerate

Added video types to AKConverter

github.com/AudioKit/AudioKit - c775bd7be14af579eea119e8c41ac3b0c965337f authored almost 6 years ago by “Ryan <“[email protected]”>
Merge branch 'develop' into feature/new-sequencer

github.com/AudioKit/AudioKit - 7fc05435fd8c3654d7b89b90057c849060d2eedc authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge branch 'develop'

github.com/AudioKit/AudioKit - be7212198067dc5728293ba0ab33d937a419a601 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Updated version to 4.6.1

github.com/AudioKit/AudioKit - f63aece558998af1196d8bf9a53dbb82087364a8 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge pull request #1686 from ryanfrancesconi/develop

Updated EZAudioFile.markers and a few other things

github.com/AudioKit/AudioKit - dd9063796f5e0910c6f4c2b7d380b8a060e62aa2 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
🤷🏽‍♂️🤷🏽‍♂️

github.com/AudioKit/AudioKit - a7b408bf0d672662d2d239101aa89767a0fc0d8d authored almost 6 years ago by “Ryan <“[email protected]”>
Obj C is weird. https://stackoverflow.com/questions/32452889/difference-between-nullable-nullable-and-nullable-in-objective-c

github.com/AudioKit/AudioKit - 15488edef6ee105f13604c899dff87653de9312f authored almost 6 years ago by “Ryan <“[email protected]”>
Merge remote-tracking branch 'refs/remotes/upstream/develop'

github.com/AudioKit/AudioKit - 9d0964648f62795bd228d9f9571f21f76e3197e6 authored almost 6 years ago by “Ryan <“[email protected]”>
changed the marker code in EZAudioFile to directly return NULL if no markers are present. This is more useful when calling from Swift.

github.com/AudioKit/AudioKit - c119ef0a655af34d51ddb194613b6da1e347a847 authored almost 6 years ago by “Ryan <“[email protected]”>
Merge pull request #1685 from lookwide/develop

fixed exportAsynchronously method.

github.com/AudioKit/AudioKit - ef0894206f92e0f4283bc647bd9cfd85e39b6c16 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge pull request #1682 from oettam/mpe-sequencer

Added convenience methods to sequence aftertouch events

github.com/AudioKit/AudioKit - dd1b51a3b59b711997bf3bd9d14223525135aafa authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge pull request #1681 from oettam/bugfix/midi-au-instrument

Bugfix: MIDI input not working with AKAudioUnitInstrument

github.com/AudioKit/AudioKit - 0f2ac83cbf521c1e6ed270a2683fdeb12003325b authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Fixed the bug causing AudioKit fail to delete existing file when exporting a new recorded file.

github.com/AudioKit/AudioKit - 9fef0b0b9e6ae77649b7ca57b1d137e857893a88 authored almost 6 years ago by Jason Yi <>
Fixed MIDI callbacks not reaching the AKAudioUnitIntrument

github.com/AudioKit/AudioKit - 45be9e013512a75ae8a7ff395b166a67ac50e202 authored almost 6 years ago by Matteo Caldari <[email protected]>
Support for aftertouch events in AKMusicTrack

github.com/AudioKit/AudioKit - cf98af96d5207d23a1e14ce85fadedad81b178f1 authored almost 6 years ago by Matteo Caldari <[email protected]>
Correctly identify system command midi packets

github.com/AudioKit/AudioKit - 1d6df3aa9f675e8773badd6646f53f2369c633a3 authored almost 6 years ago by Matteo Caldari <[email protected]>
Merge pull request #1679 from IATApps/MIDI_time_stamp

Pass-through MIDITimestamp

github.com/AudioKit/AudioKit - 9873dbab03b5a0589243f255a723130b48ede578 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Fix auto layout so buttons can be seen. Only link with AudioKitUI.framework.

github.com/AudioKit/AudioKit - b3ad73655017e6c308d7c257854992a978e0c276 authored almost 6 years ago by Kurt Arnlund <[email protected]>
Remove AudioKit dependency in framework

github.com/AudioKit/AudioKit - ac16eb4b8ffc923f8c9e1eae4ad00608adf0ec7a authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Pass along the MIDI time stamp for each clock event

github.com/AudioKit/AudioKit - c56ea406ee120026c3e69b3a0a0d09596497e49e authored almost 6 years ago by Kurt Arnlund <[email protected]>
Merge branch 'develop' into feature/new-sequencer

github.com/AudioKit/AudioKit - 7d837e5cd92b47520ea37f9dc88cd62b2c61f298 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge branch 'develop'

github.com/AudioKit/AudioKit - 6c2f4e0efb4cc6344132f6604722d1aacfa458c0 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Update version to 4.6

github.com/AudioKit/AudioKit - e7ed772dc917b99702d10da4da0fe2662485c4d7 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Updating version to 4.6

github.com/AudioKit/AudioKit - 9be79c6302bcd46ef63d84b3f8fc33b7d1bdf508 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

github.com/AudioKit/AudioKit - db85f3f25445411b581ded61709319f072900440 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Updating version to 4.6

github.com/AudioKit/AudioKit - 75c330ed96bc2cdcc5d7e49e8661181a6fee9191 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Include Common directory alongside examples (fixes #1666)

github.com/AudioKit/AudioKit - 29b839e3469fda0a51a9341182ac5366bb589e4f authored almost 6 years ago by Stephane Peter <[email protected]>
Minor changes

github.com/AudioKit/AudioKit - 41111a2bfad07ac1af5fcf489c997ec9b0769263 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge pull request #1673 from oettam/audiomanager-delegate-methods

Small refactor in AKAudioUnitManagerDelegate

github.com/AudioKit/AudioKit - 11478d58d69a9a4e978dfdb80db0a67f892b0b83 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Small refactor in AKAudioUnitManagerDelegate

- Passes the `AKAudioUnitManager` itself in the delegate methods, making it easier to use multip...

github.com/AudioKit/AudioKit - 32afdfd2dcacaeaccdf97f086a91bd53719e9f95 authored almost 6 years ago by Matteo Caldari <[email protected]>
Swiftlint and general cleanup

github.com/AudioKit/AudioKit - 49bd4d03c2580ec52e078020be6a866b6f9b9d51 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge pull request #1672 from gertjanjansen/add-musictrack-events-to-macos

Add AKMusicTrack+Events extension to MacOS

github.com/AudioKit/AudioKit - f9d4882ec94509dc1c2b75d3a8c82f071254a92d authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge pull request #1671 from IATApps/develop

More cleanup

github.com/AudioKit/AudioKit - 93d5fcbc5df2c02ea40103b0e7e3f453df37a7ee authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Add AKMusicTrack+Events extension to MacOS

AKMusicTrack+Events was

github.com/AudioKit/AudioKit - 091b3d2dd9a3bcd658caed35f1821e6b81db6eb6 authored almost 6 years ago by Gertjan Jansen <[email protected]>
cleanup and repair the Mac OS test app

github.com/AudioKit/AudioKit - e77568541edb52271a3d82cef842a73090a217d3 authored almost 6 years ago by Kurt Arnlund <[email protected]>
Merge branch 'ak_develop' into iat_develop

# Conflicts:
# AudioKit/Common/MIDI/Listeners/AKMIDIClockListener.swift

github.com/AudioKit/AudioKit - 2fa25464311149a9a62062af6c11c6a349ae0c68 authored almost 6 years ago by Kurt Arnlund <[email protected]>
Merge branch 'develop' of https://github.com/audiokit/AudioKit into ak_develop

github.com/AudioKit/AudioKit - 1cdccbb9643a470164ebf8aad726dc761b57015f authored almost 6 years ago by Kurt Arnlund <[email protected]>
Merge branch 'ak_develop' into iat_develop

# Conflicts:
# AudioKit/Common/MIDI/Listeners/AKMIDIClockListener.swift

github.com/AudioKit/AudioKit - c2586fde7e5139f8c0f98492f3e552786ee5109d authored almost 6 years ago by Kurt Arnlund <[email protected]>
More cleanup

github.com/AudioKit/AudioKit - 73cfaf8cbf4001798b48704e78a6788d1715a5da authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge branch 'develop' of https://github.com/audiokit/AudioKit into ak_develop

github.com/AudioKit/AudioKit - 3834f6421ed1f8f3d206c580905aeafaecf280e9 authored almost 6 years ago by Kurt Arnlund <[email protected]>
SRT Cleanup

github.com/AudioKit/AudioKit - 76ba8e3c3c2d8516e86ae7ce7a78008c1d64d450 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Merge branch 'ak_develop' into iat_develop

# Conflicts:
# AudioKit/Common/MIDI/Listeners/AKMIDIClockListener.swift
# AudioKit/Common/MIDI/L...

github.com/AudioKit/AudioKit - 95a27c3497d7e10afebe836ef4d5da3da82fb277 authored almost 6 years ago by Kurt Arnlund <[email protected]>
Merge branch 'develop' of https://github.com/audiokit/AudioKit into ak_develop

github.com/AudioKit/AudioKit - ea0c770d1ed0258e8b15dbd31e50544c205403fd authored almost 6 years ago by Kurt Arnlund <[email protected]>
Clean up

github.com/AudioKit/AudioKit - 88aa2869c88cc40709b4ea921d02b061d7db5a9d authored almost 6 years ago by Kurt Arnlund <[email protected]>
more cleanup for hound

github.com/AudioKit/AudioKit - 78d0b9084cbce461ac6f52a33372349e45ecbb8b authored almost 6 years ago by Kurt Arnlund <[email protected]>
BPM->Tempo, round 1

github.com/AudioKit/AudioKit - 21e8313af67882503415d2547ff5b0a24247c507 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Fixed docu-comments

github.com/AudioKit/AudioKit - 0eb38a8702cac31e53fe86858125343104aa65f8 authored almost 6 years ago by Aurelius Prochazka <[email protected]>
Minor linting

github.com/AudioKit/AudioKit - d50cc1f78a89f8eb036de76dbf36aaec5b7df716 authored almost 6 years ago by Aurelius Prochazka <[email protected]>