Felix Roos
Felix Roos
+1 .. would be great for things like multiple select: ``` hotkeys.bindTo($scope).add({ combo: 'command', description: 'Multiple Select on', action: 'keydown', callback: function(event, hotkey) { console.log('cmd down'); $scope.multipleSelect = true; }...
> All we need to do is to skip this line mousetrap.js:845 when the append argument is truthy. That did the trick for me. I needed a multipleSelect flag to...
a simpler solution: it will also work if you define the options statically outside of the component, as the object will stay the same: ```js const mdeOptions = {/*...*/} function...
worth noting that tune.js is gzipped "just" around ~300kB but still pretty large for a non core function
TODO: delay node lifespan seems limited, either make it global or find out how to know the lifespan in advance
delay now works as a global effect with orbits. they are lazily created once for each orbit. the same approach can be used for other global effects
this seems to be a problem with segment. without it, it works: https://strudel.tidalcycles.org?bbPVlOzXxAxn sine example https://strudel.tidalcycles.org?dZSKPnJiPMAz
vowel: https://github.com/tidalcycles/strudel/pull/201 https://strudel.tidalcycles.org/?bdsxEcjr7fkg
squiz [doc](https://tidalcycles.org/docs/patternlib/tutorials/audio_effects/#squiz) [scd](https://github.com/musikinformatik/SuperDirt/blob/44ef3ef35d6d0cd94405596ca41241c1331ebf09/library/default-effects-extra.scd#L26) [cpp](https://github.com/supercollider/sc3-plugins/blob/main/source/MCLDUGens/MCLDDistortionUGens.cpp)
nice wish list! would also love to find a way to support mpe for microtonal stuff