elementary icon indicating copy to clipboard operation
elementary copied to clipboard

Elementary is a JavaScript library for digital audio signal processing.

Results 20 elementary issues
Sort by recently updated
recently updated
newest added

After upgrading to latest version of elementary and typescript, I am getting the error in the title from typescript. The error occurs in line 76 of `node_modules/@elemaudio/core/dist/index.d.ts` that says: ```typescript...

I get intermittent crackling when audio is playing via @elemaudio/web-renderer. I'm on Sonoma 14.2.1, Safari 17.2.1. Places I'm hearing crackling in the audio coming out of safari: - https://teetow.com/elementary_grid/ -...

# Description This PR makes the following changes: - [ ] Add Rust bindings over runtime - [ ] Add Rust CLI example - [ ] Uses Rust bindings -...

# Description This PR makes the following changes: - [x] Add pull request template - [x] Add feature request and bug issue templates These templates will make it easier for...

It'd be awesome if there was a feature to allow custom oscillators similar to the web audio api https://webaudio.github.io/web-audio-api/#dom-baseaudiocontext-createoscillator

enhancement
good first issue
help wanted

Assume `lerna` stays. **Task**: remove `babel` **Reason**: not needed anymore **Task**: delete `package-lock.json` from all packages keep only one at the `js` root folder. **Reason**: It is not necessary to...

There's a bit of low hanging fruit for (minorly) improving processing performance: - [ ] Split out a `phasor` and a `sphasor` so that the `phasor` itself doesn't constantly check...

Briefly touched on in #3, this task is to: * Correct the transaction logic so that in the event of a runtime error while applying an instruction set we can...

* Aliases lt, lte, gt, gte * Add neq node that does 1-eq(a,b). Could add a proper node here? * Add sign node that returns -1, 0, 1 for a...

Hello, what an amazing project! Just a tiny thing, I noticed MetroNodeProps was missing 'name' property in typedef.