Mikoláš Štrajt

Results 62 comments of Mikoláš Štrajt

This is big - **WE HAVE IT**! I have connected all bits and pieces and now we have finally textarea where you can enter Alda code and have it played...

Hi. I am working on javascript DAW called [Cyber Music Studio](https://github.com/severak/cyber-music-studio). I am thinking about adding subset/superset of Alda to it as sequencer tool. I am not sure how to...

I started working on Alda reimplementation in javascript [here](https://github.com/severak/alda-js). > I'd love to be able to input notes in a DAW via Alda instead of a piano roll, etc. It...

After some time I did some improvements on my parser and I ran into some things I cannot parse and I have no idea what these are: - underscore in...

Note that this is broken only on diff preview, not normal file view. ![screenshot035](https://f.cloud.github.com/assets/615685/654391/122cc4b8-d4f9-11e2-90ef-cb6b78e8ef05.png)

My solution is IMHO more novice-friendly. Mapbox Studio has no mention about these technical differences in "Share" (and use) screen. I copied tile URL to uMap and wondered why it's...

Hi - Mapbox just added possibility to return 256×256 tiles via their Styles API, see [docs](https://www.mapbox.com/api-documentation/#retrieve-raster-tiles-from-styles). This patch is thus no longer needed (for Mapbox).

@interstar good points! I updated code using your findings and now it actually works. Thanks a lot!

Hi, this works for me: ``` Flight::map('notFound', function(){ Flight::response(false) ->status(404) ->write( file_get_contents(__DIR__ . '/lib/views/404.htm') ) ->send(); }); ```

I can provide `PLAY` implementation for javascript. I will look into it and when I have usable demo I would hand over it to you to integrate it.