fluid-tech IRC Logs-2013-07-12
[13:03:44 CDT(-0500)] <colinclark> nanook: What's new?
[13:04:13 CDT(-0500)] <nanook> hey colinclark
[13:04:22 CDT(-0500)] <nanook> finishing up with the code window component
[13:05:18 CDT(-0500)] <nanook> I saw your mail earlier.. and I just subscribed to the flocking mailing lists
[13:05:38 CDT(-0500)] <colinclark> Cool
[13:06:09 CDT(-0500)] <nanook> iPad support was one of the first things that came to mind when I saw this project
[13:06:43 CDT(-0500)] <colinclark> He seems like he's working on some cool ideas
[13:07:15 CDT(-0500)] <nanook> I'll reply on that thread once I have this looking good
[13:07:27 CDT(-0500)] <colinclark> Anything I can do to help with what you're working on?
[13:08:00 CDT(-0500)] <nanook> colinclark: not right now.
[13:08:04 CDT(-0500)] <colinclark> ok, cool
[13:08:10 CDT(-0500)] <colinclark> i hope it goes well
[13:08:27 CDT(-0500)] <nanook> I'll probably need to discuss a few things for some of the more-complex controls
[13:13:24 CDT(-0500)] <nanook> colinclark: wow.. he's tried a whole bunch of stuff on iOS
[13:13:33 CDT(-0500)] <colinclark> yes!
[13:13:52 CDT(-0500)] <colinclark> Gibberish is probably our biggest alternative
[13:14:19 CDT(-0500)] <colinclark> and I think you're in a good position to provide a really rich, open alternative to their approach
[13:14:44 CDT(-0500)] * nanook is googling gibber
[13:16:27 CDT(-0500)] <colinclark> https://github.com/charlieroberts/Gibberish
[13:16:34 CDT(-0500)] <colinclark> That's the audio synthesis library, Gibberish
[13:16:44 CDT(-0500)] <colinclark> and I think Gibber is a live coding DSL on top of it
[13:16:53 CDT(-0500)] <colinclark> https://github.com/charlieroberts/Gibber
[13:17:11 CDT(-0500)] <colinclark> And then he's built a Canvas-based UI library:
[13:17:12 CDT(-0500)] <colinclark> https://github.com/charlieroberts/interface.js
[13:17:18 CDT(-0500)] <colinclark> Kind of the opposite of us
[13:17:21 CDT(-0500)] <colinclark> no responsive design
[13:17:30 CDT(-0500)] <colinclark> all panels and pixels and object orientation
[13:17:53 CDT(-0500)] <colinclark> It looks great, for sure
[15:47:14 CDT(-0500)] <colinclark> Bosmon: My typed array merging issue...
[15:47:15 CDT(-0500)] <colinclark> https://github.com/colinbdclark/Flocking/tree/synthdef-merging
[15:47:42 CDT(-0500)] <colinclark> Here's a failing test: https://github.com/colinbdclark/Flocking/blob/synthdef-merging/tests/flocking/js/core-tests.js#L963-L973
[15:48:25 CDT(-0500)] <colinclark> and here's the monkey patched fluid.isPrimitve implementation: https://github.com/colinbdclark/Flocking/blob/synthdef-merging/flocking/flocking-core.js#L1164-L1168