Martin

Results 15 issues of Martin

Hey, is there some way to get the name of all variables bound by the interpreter (using runStmt) ? In ghci this is possible with `:show bindings`

Hello, I hope it's ok if I make a feature request :-) Would it be possible to instead of (or additionally to) having the osc messeges for grab, resize and...

Hello, I'm using the threepenny library for a code editor based on the codemirror library. I have the following function that expects a CodeMirror editor object as input and get's...

Hey! I don't currently have a pedal or something to trigger the recording in Tidal while I'm holding my guitar and the method with qtrigger is quite unprecise. So I...

Hello, some days ago [tidal](https://github.com/tidalcycles/Tidal) was updated to have [link support](https://github.com/tidalcycles/Tidal/issues/660), this is done by the following package https://hackage.haskell.org/package/tidal-link. unfortunately this seems to break running tidal inside a hint interpreter....

would be really cool to integrate electron in the workflows, already have it working locally so it's hopefully not too much work!

add a hideable sidebar where the contents of a local sample folder can be displayed also add the ability to read sample length to then use it as a variable...

to make tidal-link and tidals clock functionality more widely useable (i.e. not dependend on types from tidal) i decided to reimplement the Tempo.hs module in a new module Sound.Tidal.Clock, that...

currently it is not possible to regard the stack construct as an alternative to lists, since too much information is lost in the transformation to signals, for example a lookup...

I just stumbeled upon the [QualifiedDo](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/qualified_do.html) GHC extension and found that it provides a functionality that I was really missing/wanting: choosing between monad instances when using the do-notation. Since `Pattern`...