tesselode
tesselode
This seems like it would be pretty straightforward to implement without cluttering the API. However, by any chance, would variable arguments (ie `input:pressed('controlA', 'controlB', 'controlC')`) also work? It's not as...
Is there anything you find unsatisfactory about reading the config table? Is it awkward to parse strings like `'key:return'`?
I appreciate that your declarations have documentation! I would consider updating mine with documentation if I was maintaining this lib more actively. Feel free to use my declararitons in your...
Can you provide an example project that demonstrates the issue?
Actually never mind, I think I know what your issue is. Try changing: ```lua local allTiles = layer:getTiles() for v in allTiles do print(v) end ``` To: ```lua for v...
quite possibly! i am totally clueless about plugin formats on linux, but i think the framework this is built on (WDL-OL) can build pretty much every plugin format out there.
the first link is correct. cocoa delay was created before iPlug2 was publicly available.
I followed [these instructions](http://www.martin-finke.de/blog/articles/audio-plugins-002-setting-up-wdl-ol/) for building, but there don't appear to be any instructions for Linux.
Are you having long processing times when loading the `StaticSoundData` or every time you play it?
`SoundHandle`s don't have direct access to the `Sound` they represent. I'm changing `Sound`s to be a trait in kira v0.6, so you would be able to write a `Sound` implementor...