Nic Luciano

Results 9 issues of Nic Luciano

is it possible to create a node with no output? it seems like it is [explicitly disallowed](https://github.com/benji6/virtual-audio-graph/blob/master/src/nodeFactories.ts#L11-L13), but the spec respects the option. for instance an [AnalyserNode](https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode) may exist with...

hi! for my own purposes, i've already converted all the audio files to typescript. i was wondering if you are interested in me contributing this to the main repository? the...

when not interacting with the trombone in Firefox, just letting it ring/wobble naturally, i hear a decent amount of passive popping/clicking seeping into the sound, it's pretty pervasive. while your...

at the moment in Firefox, the app throws a bunch of "Touch is not defined" errors in Firefox when trying to interact with the UI. the buttons/xy input work fine,...

at the moment if you check the repository out `npm run build` will fail with a permissions error because node_modules is checked in. as alluded by https://github.com/zakaton/Pink-Trombone/issues/4 this is not...

don't worry- last one for now. i realize this one is a bit more difficult, but i wouldn't think it's impossible to remove the necessity to pass an Audiolet instance...

version-2

i'd like to add what would essentially act as midi inputs and outputs for AudioletNodes (actually, perhaps AudioletGroups only in this case?). my ultimate goal is midi effects, like arpeggiation....

hi, amd / requirejs support would be super. dependency clarity, module packaging, and lazy loading would be a nice addition. assuming you'd like the library to continue to work without...

**Describe the bug** - no `limit` option works for the `import` CLI - limits are capped at 100 **To Reproduce** Run `builder import -o foo -l 1` and see `Variable...