Jack Armitage

Results 73 issues of Jack Armitage

This plugin is great! Would love to be able to drag decimals too

I tried to get Vivid and [Tidal](https://github.com/tidalcycles/tidal) + [SuperDirt](https://github.com/musikinformatik/SuperDirt) working together based on this post: http://lurk.org/groups/haskell-art/messages/topic/46bqOK1iOsiMy0fgOWMZa4 ``` import Vivid let (freq,_) = pI "freq" (Just 440) defineSD $ sdNamed "foooo"...

What are the author's thoughts on introducing a pattern syntax such as `tidal.pegjs`? https://github.com/gibber-cc/tidal.pegjs Would this require porting the above to Pest.rs?

enhancement
future thought

Context: - Adding gibber.audio.lib to a Svelte webpack project: [svelte-webpack.zip](https://github.com/charlieroberts/gibber.audio.lib/files/4907473/svelte-webpack.zip) Blame: https://github.com/charlieroberts/gibber.audio.lib/blob/main/js/audio.js#L82

Parameter groups would look like this: ``` let adsr = grp [attack_p, decay_p, sustain_p, release_p] del = grp [delay_p, delaytime_p, delayfeedback_p] lc = grp [cutoff_p, resonance_p] bp = grp [bandf_p,...

Feature

I just updated to `1.6.2` on `main` and suddenly can't use OSC Spec ArgLists with default values. When I revert back to `1.5.2` this issue now persists. Was working perfectly...

Needs Docs

```hs import qualified Sound.Tidal.Tempo as T _setCycle c tempoMV = T.changeTempo tempoMV (\t tempo -> tempo {T.atTime = t, T.atCycle = c}) streamSetCycle c s = do _

Feature

```haskell let myCtl = Controller {oName = "MyController", oAddress = "127.0.0.1", oPort = 5050, oLatency = 0.2, oBuffer = 128, -- input buffer size oSchedule = Live -- needed? }...

speculative
Stream

Tidal-1.0.x (currently) has no `patToList`, which means it's harder to select random elements from a pattern. Perhaps `choose` could be generalised, or another `choose` could be created, to facilitate choosing...

Needs work

``` n ("1 9 2 1" + saw) ``` above is fine, this is not: ``` scale "major" ("1 9 2 1" + saw) ``` ``` :1496:28: error: • Could...

Feature
Needs work
Idea