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

- Add sending to specific virtual output port to every send midi function

github.com/AudioKit/AudioKit - 0f76f886262c5d11e10abb92cd2b7373fdb72c48 authored about 4 years ago
- fix for sending to specific physical or virtual output

github.com/AudioKit/AudioKit - eae7c701a4a5291f7bf047c5daaab07ef5f98c2d authored about 4 years ago
Merge pull request #2375 from Matt54/FFTTap-Add-Ability-To-Turn-Off-Normalization

FFTTap: Add Ability To Turn Off Normalization

github.com/AudioKit/AudioKit - 43a2f4a45687dca24db0fbfd30702702e96a168b authored about 4 years ago
FFTTap: Unit Test for Non-Normalized FFTTap

This unit test fails if the FFTTap is normalizing the returned fftData, because the values retur...

github.com/AudioKit/AudioKit - 569489f2323ab3a2d9f28af50a2b79a5d474cf7e authored about 4 years ago
FFTTap: Add Ability To Turn Off Normalization

By setting the isNormalized property to false, the fftData returned will no longer be normalized...

github.com/AudioKit/AudioKit - 84d229f9009aa8da30b288243012dd879fe8b4d6 authored about 4 years ago
return to correct state

github.com/AudioKit/AudioKit - c6b1281260a81d7152676ddf7d2e2cd72c8d5e1c authored about 4 years ago
correct virtual output creation

github.com/AudioKit/AudioKit - 8c5422b6d60c5a7f20815e28e636403c0540d177 authored about 4 years ago
fixed input output bug

github.com/AudioKit/AudioKit - 2b30c2b3b8025176876dab5c3c61816843943e71 authored about 4 years ago
test send specific virtual output

github.com/AudioKit/AudioKit - bcf6c6fe6be97d546d31c1c62ace617080b4ca72 authored about 4 years ago
Merge pull request #2374 from thejeff77/v5-develop

CallbackLoop internal reliability improvement.

github.com/AudioKit/AudioKit - f703be025a5843476f504b19d9fb977cbb5438de authored about 4 years ago
First attempt at fixing auto linting checks

github.com/AudioKit/AudioKit - 47dc26ae67648165f5c8d6331b4db42594b78dbc authored about 4 years ago
Merge branch 'v5-main' into v5-develop

github.com/AudioKit/AudioKit - 6c9636774e9997627f5d19b63f478e2c85aef03d authored about 4 years ago
Fixing issue where callback loop only fires once if started on a thread other than main.

github.com/AudioKit/AudioKit - 293bcfc88e31122712879ad1fdfa7b989e9514da authored about 4 years ago
minor bug fixed

github.com/AudioKit/AudioKit - 2fb06017b6a811e5585c997168a19c5d1146d505 authored about 4 years ago
Fixed build errors

github.com/AudioKit/AudioKit - 68b350a20c4a4505f9d76a008bbb5e7e1034a5b3 authored about 4 years ago
- Add support for selecting one or more specific output when sending midi message (default send to every opened output)

github.com/AudioKit/AudioKit - bceef927f5161b61078b05876440ffc4c3cecc8e authored about 4 years ago
- back to original state

github.com/AudioKit/AudioKit - 3c0200ad311166ae04127cebfa111201c15343ed authored about 4 years ago
- test auto attributed Input portRef

github.com/AudioKit/AudioKit - b9acd86e59e70cb17ed1402448ea465788c6d152 authored about 4 years ago
- fixed destroyVirtualPort bug

github.com/AudioKit/AudioKit - 854a80d492bf901bd6dd0ffa67822e8ac45bc76e authored about 4 years ago
- Fixed destroyVirtualPort bug

github.com/AudioKit/AudioKit - 5338976819de1186e3858cbff63843d0bd81a5de authored about 4 years ago
- fixed index out of range error

github.com/AudioKit/AudioKit - 8f2c310159d10eb7faaf88e75adbfd791aef5ac3 authored about 4 years ago
- minor bug fix

github.com/AudioKit/AudioKit - 23134f7fdd044703b239633ef127b14b27ad1f0b authored about 4 years ago
- minor bug fix

github.com/AudioKit/AudioKit - e69ecd4d873c0a3365caa86507053a2aa9243355 authored about 4 years ago
- append 0 to virtual input if necessary to create virtual output

github.com/AudioKit/AudioKit - b8ed6acd2ab8f8bfb09e71a26bd42ab1b637c234 authored about 4 years ago
- fixed minor bug

github.com/AudioKit/AudioKit - 2f867ac98cce00b9a4354b4dee86e5e023e17a37 authored about 4 years ago
- fixed error index out of range

github.com/AudioKit/AudioKit - 865fc64833d85b2df69153526efdf093c44e85dd authored about 4 years ago
- fixed minimum number of port error checker

github.com/AudioKit/AudioKit - c95384ac840b18508f97a4114cfb560fc601d48b authored about 4 years ago
- fixed build errors

github.com/AudioKit/AudioKit - add3b450a910fbf3fad582c01d9ef9786ee1af53 authored about 4 years ago
- Fixed error index out of range

- Refactored functions to create virtual inputs and outputs
- Add support for multiple virtual in...

github.com/AudioKit/AudioKit - c6aea7325a798860aa871096d71c54c25c4d154c authored about 4 years ago
Test for commit 133579e44c31b4d84c4f44a9ca1f912073f57a7b

github.com/AudioKit/AudioKit - d3022eaf702ccfdcc33a22718e4f4679215446d9 authored about 4 years ago
Fix automation timing when in manual rendering mode.

github.com/AudioKit/AudioKit - 133579e44c31b4d84c4f44a9ca1f912073f57a7b authored about 4 years ago
Merge branch 'v5-develop' of github.com:AudioKit/AudioKit into v5-develop

github.com/AudioKit/AudioKit - dc372a90db11b8ab9408c47b14f5387c15301f10 authored about 4 years ago
Added documentation generating comments

github.com/AudioKit/AudioKit - af8a6fd71dd5243cffb996ec138b2e737fcab9a8 authored about 4 years ago
Make it possible to define custom node taps outside of module

github.com/AudioKit/AudioKit - 0aa7bd504fe7853a941b98e17bbb2d7c93c2eb01 authored about 4 years ago
Merge pull request #2368 from fquarters/v5-develop

V5 develop: allow to manually resize Mixer's input busses array

github.com/AudioKit/AudioKit - e077c84102024295a768445626881ad16919ed3d authored about 4 years ago
fix code-style violations

(cherry picked from commit 45f94169acce7eac60ed935465b7ee39dcfdccb0)

github.com/AudioKit/AudioKit - 46d57b230db732c95edfca29e99245f965e1912b authored about 4 years ago
fix #2366: v5 Mixer crashes when adding 8+ inputs to it while playing

(cherry picked from commit ba83d16933358548ae9a87949c114c49b4548404)

github.com/AudioKit/AudioKit - 49187d31e236f48660a14d227ee56af5f08e538e authored about 4 years ago
Allowed MIDI to work on Big Sur

github.com/AudioKit/AudioKit - 255dfd77d86448fd1e35a36e29d549eae85bf206 authored about 4 years ago
Updated tests to match faster taps

github.com/AudioKit/AudioKit - 84f530235b5b4f058d24d3e0533d0e43e8ca7529 authored about 4 years ago
Merge branch 'v5-develop' of github.com:AudioKit/AudioKit into v5-develop

github.com/AudioKit/AudioKit - c248268fb87637e5ebc6da5797a3f1e6efcc7c26 authored about 4 years ago
Updated Tap stuff for AudioKitUI

github.com/AudioKit/AudioKit - 4f336125363e91748ff3c1216e776612d7c2d315 authored about 4 years ago
Merge pull request #2360 from realsnake/v5-develop

Add pause() to engine

github.com/AudioKit/AudioKit - 611f2466a0c445ac41d45962eb7a9c0a71641465 authored about 4 years ago
Merge pull request #2361 from ryanfrancesconi/v5-develop

Noticed two typos in this, pan default value should be 0 not 1

github.com/AudioKit/AudioKit - 2e6e709e81b0fe2aa3fa9d237c392c01466b6a93 authored about 4 years ago
comments for gain > 1 volume

github.com/AudioKit/AudioKit - 48272f551e06d01a6b33fcb13b3db19ffb914e58 authored about 4 years ago
Noticed two typos in this, pan default value should be 0 not 1

github.com/AudioKit/AudioKit - 76b42f2f1b76b1bb126c8f21d982ba057d15fd3b authored about 4 years ago
Merge branch 'v5-main' into v5-develop

Add pause() to engine

github.com/AudioKit/AudioKit - ff644c31b783266c996d49affad36e0369fd26f9 authored about 4 years ago
Merge pull request #2359 from nicolaasdan/small-ak-rewrite-for-issue-2348

small rewrite to AK-format for sampler and synth regarding parameterAddresses

github.com/AudioKit/AudioKit - 73f384b9e5e01568d9dd1139480486224f0dd8aa authored about 4 years ago
https://github.com/AudioKit/AudioKit/issues/2316 and removed other stuff not used in AK anymore

github.com/AudioKit/AudioKit - 072e378822c3866de993731c9037ea15590e95f3 authored about 4 years ago
https://github.com/AudioKit/AudioKit/issues/2339

github.com/AudioKit/AudioKit - 76173a9c84ded533ffea06b37c0cc57ee51de727 authored about 4 years ago
- Now using akGetParameterAddress-function in SynthAudioUnit and SamplerAudioUnit for the AUParameter address

- Registered SynthParameters and SamplerParameters in relevant DSP-files

- This small rewrite re...

github.com/AudioKit/AudioKit - a46e4a0797656513a67b7abeda3afdeff2a18d5c authored about 4 years ago
Quick fix for https://github.com/AudioKit/AudioKit/issues/2348

github.com/AudioKit/AudioKit - 7267a3f1b3fe56c09f0ce2310d0796883b4931d5 authored about 4 years ago
Removed Tappable protocol

github.com/AudioKit/AudioKit - c403fdcdf530db0b863092551f443e3daa8199f8 authored about 4 years ago
Merge branch 'v5-develop' of github.com:AudioKit/AudioKit into v5-develop

github.com/AudioKit/AudioKit - cc05e45a2f28ef4b4b10c555aefb570adfc85858 authored about 4 years ago
Merge pull request #2358 from btfranklin/v5-develop

Changed use of word "framework" to "package"

github.com/AudioKit/AudioKit - 99c653b0af67017e5707e54210e325b5d59dd791 authored about 4 years ago
Changed use of word "framework" to "package"

Changed use of word "framework" to "package" in references to AudioKitUI.

github.com/AudioKit/AudioKit - ca4d1914fc35346fba1e4e50bae4ae67f0aed42b authored about 4 years ago
Eliminated libsndfile checks

github.com/AudioKit/AudioKit - caf5567e70882f1f17e7ae76b91e3f8ef2670663 authored about 4 years ago
Updated AudioKitUI instructions

github.com/AudioKit/AudioKit - ddb650115f2bf574c4572bc742e2381cf5b2464e authored about 4 years ago
Moved User Interface stuff out of AudioKit

github.com/AudioKit/AudioKit - 4170d9b5bba72913d27a3f844c80aef853e1aa4b authored about 4 years ago
Removed obsolete mutex imports

github.com/AudioKit/AudioKit - ec0d8ad1f112c8a6321d3d9a2ddbe5c6e1bc1ab7 authored about 4 years ago
Merge pull request #2354 from AudioKit/sequencer-realtime-safety

sequencer realtime safety

github.com/AudioKit/AudioKit - d90bf09a98861237d80e2983cdeefe8947370d47 authored about 4 years ago
Merge pull request #2352 from btfranklin/v5-engine-mixer-description

Added a name to AudioKit Engine's built-in Mixer node

github.com/AudioKit/AudioKit - 792df1115ef6e6e51d52efa391934644312648bb authored about 4 years ago
Merge pull request #2355 from Thomasv46/v5-develop

Fixed error "Index out of range" for VirtualInputs and VirtualOutputs

github.com/AudioKit/AudioKit - 3f24f9c0b6eee327706048f475a03ccac1b60860 authored about 4 years ago
Use circular buffer instead of mutex for sequencer engine events.

github.com/AudioKit/AudioKit - 17b074ac2a250964a6c320630df5a6bb7b69a0f2 authored about 4 years ago
Fixed error "Index out of range" for VirtualInputs and VirtualOutputs arrays

github.com/AudioKit/AudioKit - 91c603cc86a29c237477576b2878991be8487f31 authored about 4 years ago
Removed a superfluous "description" reference (since we get it for free from string interpolation).

github.com/AudioKit/AudioKit - 3f2fc031626d452af5d5c04e106bb60c4d6bff5b authored about 4 years ago
Added a name to AudioKit Engine's built-in Mixer node. This makes it look much better in the connection tree, and it's nice to have a name for it anyway. Updated unit tests to match.

github.com/AudioKit/AudioKit - 0dfada9647b1906f69b58a1b39dc2521611eeca5 authored about 4 years ago
Merge pull request #2351 from btfranklin/v5-module-bundle

Added bundle specification parameters in the AppleSampler

github.com/AudioKit/AudioKit - d2cb11770af55ab3e145a5c7e3677d517f5af900 authored about 4 years ago
Added bundle parameter support to the two specific SoundFont loading methods.

github.com/AudioKit/AudioKit - bf5ad4a84075286d55b407a1079c81ed82af30d4 authored about 4 years ago
Added support for bundle specification parameters to several methods in the AppleSampler. This allows use from other Swift Packages that might have resources embedded in them.

github.com/AudioKit/AudioKit - 122b9c32a1859332c3644cc726bf9e5caf7aa723 authored about 4 years ago
Removed trailing whitespace that Hound identified in somebody else's earlier commit.

github.com/AudioKit/AudioKit - e054ea5d95c891d225a2fc072bf64f19f20cb338 authored about 4 years ago
Merge pull request #2347 from scott56gps/v5-develop

Fixed README grammar error

github.com/AudioKit/AudioKit - d2889c3d8b598fabeeaec30aee72ebce66310752 authored about 4 years ago
Reworded and fixed grammar errors.

github.com/AudioKit/AudioKit - be10c5604e4d16caa54bd2594f19402f252f28de authored about 4 years ago
Fixed grammar error.

github.com/AudioKit/AudioKit - ba3153550e01f6db576a7d7806ee17ecd869589e authored about 4 years ago
Merge pull request #2345 from Thomasv46/v5-develop

Adding support for multiple MIDI virtual ports

github.com/AudioKit/AudioKit - d583cc5fee6e4789dabff665460798f9a575c6f3 authored about 4 years ago
Fixed Build Error.

To do: Modify SendMidi function to choose midiOutputPort

github.com/AudioKit/AudioKit - 2cec221082bd57d684406d4b14cd47caa57ee2b6 authored about 4 years ago
Merge pull request #2346 from btfranklin/v5-object-identifier

Implemented new default naming approach for NamedNodes

github.com/AudioKit/AudioKit - 6a1a45fa9e375e1bf7958bad5fd50827cf0987af authored about 4 years ago
Fixed a unit test that I missed, and also cleaned up some trailing whitespace to make Hound happy.

github.com/AudioKit/AudioKit - 4fbdabcdfa125ba460fb85d6629a12a99ba8c188 authored about 4 years ago
Introduction of a fun new default for NamedNodes, inspired by a suggestion by Aure. Now, instead of redundant self-named nodes, the memory address of the instance is the default name, making multiple copies of the same type of node have unique names by default. An example from the unit tests looks like this:

AudioKit | ↳Mixer("0x0000000100e8d650")
AudioKit | ↳Compressor
AudioKit | ↳MIDISampler("Custo...

github.com/AudioKit/AudioKit - 0b59d34b5214bdbf42ea429d1fd67d6e97d227fb authored about 4 years ago
Update MIDI+VirtualPorts.swift

github.com/AudioKit/AudioKit - fafc49938ee22d91a52a27e2ee3de7db74e28510 authored about 4 years ago
Update MIDI+VirtualPorts.swift

github.com/AudioKit/AudioKit - e60b51528dde788a62a151acb134201b3def0a90 authored about 4 years ago
Update MIDI.swift

Modifying Properties to support multiple virtual ports

github.com/AudioKit/AudioKit - 9ca29a92bbfe13b5947d4339bb66aea1f5238c88 authored about 4 years ago
Update MIDI.swift

Modifying properties to support multiple virtual ports

github.com/AudioKit/AudioKit - 6d0731239ffd39c9ec67309922aab6d085fe6ce2 authored about 4 years ago
Update MIDI+VirtualPorts.swift

Adding functions to create multiples virtual ports

github.com/AudioKit/AudioKit - e89c769fcd57a2ea586de610bdbc82f658a71eb7 authored about 4 years ago
Update MigrationGuide.md

github.com/AudioKit/AudioKit - c91038eb0fbb1451f4cd538bcdc025017e2148ca authored about 4 years ago
Commenting out certain tests to get things passing before working on it again

github.com/AudioKit/AudioKit - a328b7cbbf24b7be18d3a8165a80a388e5058b89 authored about 4 years ago
Merge pull request #2342 from hoopes/mixer-name-redux

Mixer name redux

github.com/AudioKit/AudioKit - 9b8e63cba1130f49940c335d0cd224ebee3d5200 authored about 4 years ago
Add NamedNode protocol to Mixer

github.com/AudioKit/AudioKit - 22f75eb2818d0ce82fe3c4992cb0b41eeda5de41 authored about 4 years ago
simplify test

github.com/AudioKit/AudioKit - 56c568eb2bfc58d117036b4592337f6c466ebf11 authored about 4 years ago
simplify test

github.com/AudioKit/AudioKit - dd537b0a06bd07b7e8b43ad0dbe5fd4d2b35f415 authored about 4 years ago
Added test for issue Matthew Hoopes found testPlayerConnectionWithMixer

github.com/AudioKit/AudioKit - 6c8b7785975721e33b4577d24da6438a7ada194f authored about 4 years ago
Merge branch 'v5-develop' into v5-main

github.com/AudioKit/AudioKit - b71bcdb2d353fec6825469fc215dcade206b07fd authored about 4 years ago