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

Use type-safe lockfree queue instead of TPCircularBuffer.

560037e49bec870a9253092f2c0d43072fae1221 authored about 4 years ago
Minor code cleanup

cdca0544aa18c8a74be2989660c2b07f9dc0d07e authored about 4 years ago
Added an extension method to perform a base-10 logarithmic mapping to a new range

a5738cdbd7a1c3b801c4d6a84b0f4fd3325d1c07 authored about 4 years ago
Merge pull request #2414 from Matt54/v5-develop

AudioKitHelpers: Added mapped extension functions

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

37c510d34869e08b2ed801d3065dc7b8ce401e37 authored about 4 years ago
AudioKitHelpers: renamed input parameters to mapped extension methods

c0237251c096e9b3cb0710c640acb2906c2d554d authored about 4 years ago
AudioKitHelpers: Added mapped extension functions

Added mapped extension functions

d78e7982d1b4040d473769188d5fa04565888635 authored about 4 years ago
Simplify.

ab8c2c1d46fee86c99f1f841693b76058a227e71 authored about 4 years ago
Remove unused code.

da94e3845a497c21ec419b089fa84ee9ed10e595 authored about 4 years ago
Remove import.

1d7215b2183c13aa158654f369e1e436ecf68004 authored about 4 years ago
Remove import.

608e10bb4847d2c853310ff8837f2937f26a2a34 authored about 4 years ago
Don't use ObjC.

466830ea157627cfa4588d9e90eee987e940b16a authored about 4 years ago
re #2410. Don't use ObjC.

434fa599c9c440a4a9bb4459df400ab290aee994 authored about 4 years ago
fix #2410. Use AudioBufferList instead of AVAudioPCMBuffer on audio thread.

ddc669e2fe8ac62e6fb3ca6915767232e07a9c0e authored about 4 years ago
Merge pull request #2408 from Matt54/FFTTap-Add-Zero-Padding-Factor

FFTTap: Add Zero Padding Factor

165e18438cb16a826596fd84f18c220f267ee913 authored about 4 years ago
FFTTap: Fotmatting

FFTTap: cleaned up file

63c81043de4b5a6d795d5e3c9aeecdb2c07b907d authored about 4 years ago
FFTTap: Added Unit Test for zero padding

Added Unit Test for zero padding

86cf83bcae6f90418b2837858ff1ffa2f9a4483f authored about 4 years ago
FFTTap: Add Zero Padding Factor

Adds zero padding to the input of the FFT. Default leaves the functionality unchanged.

Also, cl...

f3e4d674009d9146bc2e43f81ddb7fa9c50f02d2 authored about 4 years ago
Merge pull request #2407 from maksutovic/patch-1

Update PreparingSampleSets.md

d703ba0d9f52fb9d828f4aeb95ea37af5012b8ac authored about 4 years ago
Update PreparingSampleSets.md

I added an example of a working SFZ file that works with AudioKit in order to help new users mor...

c1023f11e3b046e852654bf7ada7a5ced9341f53 authored about 4 years ago
Merge pull request #2405 from niklassaers/v5-develop

Add case harmonic(partialAmplitudes: [Float])

5638691ae2d0aa4ecfbab95bce80ae2f042938dd authored about 4 years ago
Implement test for Table(.harmonic(partialAmplitudes)))

186480fd60598baa2e8f372711b2e428f6a6f159 authored about 4 years ago
Removing now unused leftBuffer/rightBuffer stuff in DSPBase

2d81e1e2b60f052f0ec5202d7b64cb87802a62a6 authored about 4 years ago
Switch to single atomic pointer for passing wavetables to the audio thread

39266c437f9bda29f426e48bcc56dd6ebfdd2b12 authored about 4 years ago
Break up the line for hound & readability

cceb43e40414f388550375ef778b5e29e937fc69 authored about 4 years ago
Please the hound

8ff4a4872e79ad390b0317477e1281b2991f2979 authored about 4 years ago
Add case harmonic(partialAmplitudes: [Float])

To make this happen, I removed Int, Codable, CaseIterable from enum TableType and Codable from c...

7d13fca27b2ec210c0649061d0eae6ca79c254d8 authored about 4 years ago
Fix thread safety issues in DynamicOscillator.

527a42e91ade20cc15250b6cec23b77254d5a16d authored about 4 years ago
Merge pull request #2396 from emurray2/v5-develop

Transient Shaper

3bdefea1de43a6313653764bbb40d18150fbf816 authored about 4 years ago
Merge pull request #2397 from Matt54/DynamicOscillator-Header-Clean

Update dynamicosc.c

231828e5a1d764a5fe522aba378634c10d691d66 authored about 4 years ago
Update dynamicosc.c

Cleaned up header in dynamicosc.c

d316fc9753d7c131da6e5f21f692e7474200115d authored about 4 years ago
Debugging and Organizing Code

124e4d537b9016b4986f627e97e9b9c25ff71182 authored about 4 years ago
Debugging Audio Algorithm

709105443536c45587191b3e60935c6f0200f78c authored about 4 years ago
Fix Long Headers and Inheritance

8fd194b315b8786622a8c8471efa09c1b392373c authored about 4 years ago
Added Valid MD5s for TransientShaperTests

7a226c538647e85b91c5e1b7abf67c61b55771b0 authored about 4 years ago
Added MD5s for TransientShaper

21c4ec18300018dc3768432bb75f477dbfaca14c authored about 4 years ago
Bug Fixing - Null Pointer

89f9e3f0acf7162df9c3a7fe5de341c1d9e6d57b authored about 4 years ago
Merge remote-tracking branch 'upstream/v5-develop' into v5-develop

b5404683122e49c3994840038c00bdefc7f7d523 authored about 4 years ago
Fix for delayed gain issue on https://github.com/AudioKit/AudioKit/issues/2373

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

cdffabb4ff97d83f3bf2bf4bd662860d8c676710 authored about 4 years ago
Fix for the playing on adding to mixer bug from https://github.com/AudioKit/AudioKit/issues/2373

8ffdb3e9d02ca5d8ea1a6066d4d9add51cf51f8f authored about 4 years ago
Fix for the playing on adding to mixer bug from https://github.com/AudioKit/AudioKit/issues/2373

33702bd1819222fa4e48be030899a6fa7ea7f0b0 authored about 4 years ago
Typo fix

3f61b5b09f3d501e61fcda41552abe7ad1b4c1d8 authored about 4 years ago
Added Node Tests for Transient Shaper

53f381079e37c16121eef908c3c626833625e1be authored about 4 years ago
Cleaning Code

8408bb319045013a60bb79d5cc8ee3fff3f13ee1 authored about 4 years ago
Added TransientShaper Node

d409b92e7ed560298bdf569c864215f96f4d8900 authored about 4 years ago
Merge pull request #2395 from Matt54/DynamicOscillator-Add-Method-To-Get-Table-Values

AmplitudeTap: Added StereoMode

a05f6f59bdfc1def1cc9cdb17533e259e9a59469 authored about 4 years ago
AmplitudeTapTests: Hungry hound

Fed the hound again

a7b97e7836ae6a02650517358cf10d5311263639 authored about 4 years ago
AmplitudeTap: Added unit tests for stereoMode

Added unit tests

d0f586075ad83b4315aaad1d6f04adf914d0e926 authored about 4 years ago
AmplitudeTap: Fed the Hound

Fed the hound

81bf014a34b2d4b28a1e3a3d0cc9b4f2a8b89fe6 authored about 4 years ago
AmplitudeTap: Added StereoMode enum

Setting the stereoMode to left or right will now return the left or right amplitude in the handl...

af8a2ca67fd04f6050e0958d28c055da8fa05c27 authored about 4 years ago
Merge pull request #2392 from Matt54/DynamicOscillator-Add-Method-To-Get-Table-Values

DynamicOscillator: Add methods to get the wavetable's float array

67e43505b56de111d3e1537d6e9a94db618b3cec authored about 4 years ago
DynamicOscillaotTests: Fed the hounds

Fed the hounds

e1ea4bfd09c7bc32e5d640a2c26d3fc31f00ebca authored about 4 years ago
DynamicOscillator: Units Tests and renaming

Added unit tests for the accessors of the DynamicOscillator.
Renamed set waveform callback to wa...

6b7b158e60e734145956d51fc2a72dbe984c8846 authored about 4 years ago
DynamicOscillator: linted file

Linted file

4f58f57693452a16ddc72c6e68de887680ad746e authored about 4 years ago
DynamicOscillator: Add methods to get the wavetable's float array

Added method of getting the stored floating point value array stored in the dynamic oscillator's...

7c69e09f2623bfd6f76bd1aa770322626b2d4e71 authored about 4 years ago
Merge pull request #2391 from Matt54/New-Generator-DynamicOscillator

Created DynamicOscillator

e0300acb1c85255b863fefd035900434471668f1 authored about 4 years ago
Unit Tests for DynamicOscillator

Added Unit Tests for DynamicOscillator

175eb8a9551b2758c6410780b10e286b33f3d986 authored about 4 years ago
Merge pull request #2390 from jrmaxdev/ump-get-data-fix

Ump get data fix

d82f8ca06ce7f6e63bfb391a0901c7e583a71769 authored about 4 years ago
Created DynamicOscillator

New oscillator that allows for dynamic setting of it's wavetable by storing two tables and cross...

761d226f8e8a59061b5c839bfb7bebd2cc40faeb authored about 4 years ago
removed FIXME

95dc8b92dfaf13c5d18965eed9428850b412a485 authored about 4 years ago
rearranged lines

22e2c3d35484f79386929548d9f54ca7440e8ef4 authored about 4 years ago
changed conditional compilation strategy

9101f0850a012d8c4be6c7fac0a689e417aa6774 authored about 4 years ago
changed conditional compilation stragtegy

09b1cbb83f25ba6a4eedd7990fe024545603fcfd authored about 4 years ago
had to remove the test because it needs OS X 11.0 to compile

e8c55b9a1d8f845fab4b7800350ee19f5acdcb8a authored about 4 years ago
removed empty line

204722e807ccd6707940f973eaa44c100d50ae41 authored about 4 years ago
fixed "code after throw will never be executed" warning

ccaa870ebad7e385a310c2007671bc89f3b986ef authored about 4 years ago
corrected range expression

f5c45bebe7769048b5c4c9d42426c6b0baa4ad80 authored about 4 years ago
created test suite for UMP parsing

444cbc30ebe726cf9c0c0fb71e6d705b39bb977d authored about 4 years ago
created UMPSysex struct for MIDI testing

05708fc319f43aa62536a5df85df7f53fd6b95da authored about 4 years ago
created TestSender for MIDI testing

80d898899a81e4c48df7722000576b7173c075a6 authored about 4 years ago
created TestListener for MIDI testing

5798ad34879b472039e2bd79723ec6ac88ea0c2b authored about 4 years ago
Merge pull request #2388 from Matt54/AmplitudeTap-Add-Peak-Mode

AmplitudeTap: Peak Analysis Mode

dfaa272e9c7cec6e8bb44c977dfa577d0ac1dab2 authored about 4 years ago
AmplitudeTap: cleaned init

Cleaned up initializer

930528ab3f9dac84b769a6e6766919f80efcd7fc authored about 4 years ago
AmplitudeTapTests: added peak mode unit test

Added a test for when the amplitude tap is set to peak analysis mode

a219ed4e37be6c26334c2c84cdffa97ac1c9dd8d authored about 4 years ago
Fed the hounds

5029ec123aa388080a8d4585cbf4afbb20ad7e53 authored about 4 years ago
AmplitudeTap: Peak analysis mode

Created AnalysisMode enum to determine if the returned amplitude value is rms or peak

e2172f44cbd9c71c510c3fee3aa1a05d6e39fe2d authored about 4 years ago
Merge pull request #2385 from Matt54/AudioEngine-input-documentation-about-setCategory

Updated AudioEngine input documentation

da05d141957e5af3fa46157663b34567ba2b6419 authored about 4 years ago
Formatting

Fixed line length to appease the hound.

0a45bb705a16d155d963010b23a6e39578ebc224 authored about 4 years ago
Updated AudioEngine input documentation

Added details about how setting the .defaultToSpeaker option in AudioKit.Settings.session.setCat...

281b72b48d945a8ae0b788fdc08b74782afaabd7 authored about 4 years ago
Made helper function public

222b4a194f23f5346043343eb635155842f3805d authored about 4 years ago
Extension for enums to strings

1ed8908e1748d003a874cf832fe36e939ca9099a authored about 4 years ago
init bufferLength w/ sample number

66e8891270539e3c7e4d25545ed8880b71798566 authored about 4 years ago
remove debug from dspbase

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

84172b8068597b90fae0a695541259dc386d5ff9 authored about 4 years ago
adding debug info to dspbase re: framecount

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

cf53e64d9eeaba79c54722a30b1c41f3f6d66912 authored about 4 years ago
Merge pull request #2383 from sroik/patch-1

AudioPlayer.play completionCallbackType argument (issue #2382)

fd316dd05f02e4ef7ff60f9be0a31b8a24053b1e authored about 4 years ago
Update AudioPlayer.swift

97e096ab87c7d326a28b721b014ae57f2eef2fcc authored about 4 years ago
AudioPlayer.play completionCallbackType argument

Solution of https://github.com/AudioKit/AudioKit/issues/2382

3c025c94dafd2c7f3678a2d2a6ec53cd81c440a1 authored about 4 years ago
Merge pull request #2381 from Matt54/FFTTap-Scale-FFTData-Based-On-frameCount

FFTTap: scale output based on frameCount

8a36142373f82eda6a363edbd0d9381bde8cecb2 authored about 4 years ago
Update FFTTap.swift

When we are not normalizing the fftData, we should still be returning values that result in stri...

ba39cc9872e9d2646024654cb201c3e591984229 authored about 4 years ago
add test cases for #2377 v5 Removing DryWetMixer which has an input Mixer crashes; adding that Mixer to any other crashes, too

655fd259220640cc7778c5b7382f27a741279a70 authored about 4 years ago
Placeholder left in file

819e5dbd8b8191a43b1b0cfe6c8b69754db8a0dc authored about 4 years ago
Merge pull request #2378 from alexandrefrancois/v5-main

Make it possible to define custom node taps outside of module

4750745817bf5ec3ba2355c6f109fcf4751952ee authored about 4 years ago
Merge pull request #2376 from Thomasv46/v5-develop

Support for multiple virtual inputs and outputs and send midi to specific physical and virtual o...

41156ca601aa1c9ac6aa1e084cfdbb2c13188b55 authored about 4 years ago
Renamed Frameworks directory to .ci to make it less visible.

5969a22d9ae01ca91e40ca6f4a61ecadd6f86ee2 authored about 4 years ago
replaced virtuals with virtual

b3a8b8e6f139ff16c73e23552f936616f5d2ff08 authored about 4 years ago
fix hound violation

89135fdaad758040019db66f3ef27c98f969077f authored about 4 years ago
fix hound violation

7cafe0404bd50bfd1e83b06ffc68e569481a8420 authored about 4 years ago