Activity for bipll

  • bipll bipll committed [r34]

    Generators probably done, should test.

  • bipll bipll committed [r33]

    First quickfixes.

  • bipll bipll committed [r32]

    Basic headers.

  • bipll bipll committed [r31]

    A quickfix.

  • bipll bipll committed [r30]

    Added automation curves.

  • bipll bipll committed [r29]

    First C++ files.

  • bipll bipll committed [r28]

    First generators.

  • bipll bipll committed [r27]

    Moving slowly.

  • bipll bipll committed [r26]

    Moving slowly.

  • bipll bipll committed [r25]

    Moving slowly.

  • bipll bipll committed [r24]

    It's so disappointing to not be able to use mul...

  • bipll bipll committed [r23]

    Apparently we cannot use multitouch events on a...

  • bipll bipll committed [r22]

    Moved to integers in curves.

  • bipll bipll committed [r21]

    Curves look fixed now, will check one more thin...

  • bipll bipll committed [r20]

    Fixed automation event heights, curves still no...

  • bipll bipll committed [r19]

    Working on automations.

  • bipll bipll committed [r18]

    Note/auto switch.

  • bipll bipll committed [r17]

    Controls.

  • bipll bipll committed [r16]

    Controls.

  • bipll bipll committed [r15]

    Working on pattern controls.

  • bipll bipll committed [r14]

    PCont.

  • bipll bipll committed [r13]

    First proto of a piecewise constant map.

  • bipll bipll committed [r12]

    In progress.

  • bipll bipll committed [r11]

    In progress.

  • bipll bipll committed [r10]

    Initial work on automation curves.

  • bipll bipll committed [r9]

    Basic note movements are working...seemingly.

  • bipll bipll committed [r8]

    0

  • bipll bipll committed [r7]

    Still not working.

  • bipll bipll committed [r6]

    Trying to implement touch interaction in Qt is ...

  • bipll bipll committed [r5]

    Basic noteons seem to be working as expected.

  • bipll bipll committed [r4]

    Idented wave.h

  • bipll bipll committed [r3]

    Gonna try with PinchArea again.

  • bipll bipll committed [r2]

    Keys and (somewhat) working noteons.

  • bipll bipll committed [r1]

    Initial commit.

  • bipll bipll committed [r21]

    One of pre-release versions, maybe.

  • bipll bipll committed [r20]

    Probably, finished the docs.

  • bipll bipll committed [r19]

    More docs; more consistent lazy List elements; ...

  • bipll bipll committed [r18]

    More List docs.

  • bipll bipll committed [r17]

    One minor issue.

  • bipll bipll committed [r16]

    Omg, now I need to document all these.

  • bipll bipll committed [r15]

    Fixed some.

  • bipll bipll committed [r14]

    List::unzip works but should be optimized, prob...

  • bipll bipll committed [r13]

    Added malfunctionin unzip.

  • bipll bipll committed [r12]

    Many serious changes to the lazy semantics: 1) ...

  • bipll bipll committed [r11]

    Added minimum and maximum.

  • bipll bipll committed [r10]

    Added sum and product while sitting in my garage.

  • bipll bipll committed [r9]

    Added list comparison elementwise via equal().

  • bipll bipll committed [r8]

    Added and, or, any, all.

  • bipll bipll committed [r7]

    Added and, or, any, all.

  • bipll bipll committed [r6]

    Added List::reverse.

  • bipll bipll committed [r5]

    Added List::join.

  • bipll bipll committed [r4]

    Added split for Lists.

  • bipll bipll committed [r3]

    Added break, lazy as usual.

  • bipll bipll committed [r2]

    Added span, lazy as usual.

  • bipll bipll committed [r1]

    Approx. 1/2 of PreludeList is now here. I've ma...

  • bipll bipll committed [r42]

    BoolAnd and BoolOr

  • bipll bipll committed [r41]

    Almost added descriptions for BoolAnd and BoolO...

  • bipll bipll committed [r40]

    More something.

  • bipll bipll committed [r39]

    Build fixed, now all the Callables seem to prov...

  • bipll bipll committed [r38]

    Finally guarantees; Literal construction argume...

  • bipll bipll committed [r37]

    Exception guarantees

  • bipll bipll committed [r36]

    Bind and Comp still need an exception-safe impl...

  • bipll bipll committed [r35]

    Some exception guarantees at last.

  • bipll bipll committed [r34]

    More docs.

  • bipll bipll committed [r33]

    More docs.

  • bipll bipll committed [r32]

    Finalized Function description.

  • bipll bipll committed [r31]

    More docs.

  • bipll bipll committed [r30]

    More docs and fixes.

  • bipll bipll committed [r29]

    More docs, more fixes.

  • bipll bipll committed [r28]

    More docs and fixes.

  • bipll bipll committed [r27]

    Added Method description.

  • bipll bipll committed [r26]

    The most minor change in show.h, more docs.

  • bipll bipll committed [r25]

    Finalized the description of Literal.

  • bipll bipll committed [r24]

    Really, describing all the callables apparently...

  • bipll bipll committed [r23]

    Typos in shared.h.

  • bipll bipll committed [r22]

    More docs, more fixes.

  • bipll bipll committed [r21]

    Some small fixes in the headers, more documenta...

  • bipll bipll committed [r20]

    First letters in README.index

  • bipll bipll committed [r19]

    Added doc stubs.

  • bipll bipll committed [r18]

    Added a ThrowThis, an n-ary Callable that ignor...

  • bipll bipll committed [r17]

    Working Either + throw operator.

  • bipll bipll committed [r16]

    The extended version of C ternary operator (sup...

  • bipll bipll committed [r15]

    Preliminary conditionals.

  • bipll bipll committed [r14]

    Added relational operators, in both lazy and st...

  • bipll bipll committed [r13]

    Added tests. Actually, it was'nt G++ that froze...

  • bipll bipll committed [r12]

    Added 'Scheme-like' tree booleans, freezes my G...

  • bipll bipll committed [r11]

    Added Scheme-like booleans, those returning not...

  • bipll bipll committed [r10]

    Two boolean functional trees.

  • bipll bipll committed [r9]

    Working booleans accepting delays; some fixes h...

  • bipll bipll committed [r8]

    Some more to the operators.

  • bipll bipll committed [r7]

    More arithmetic and Boolean operations.

  • bipll bipll committed [r5]

    Arithmetic operators.

  • bipll bipll committed [r6]

    Arithmetic operators.

  • bipll bipll committed [r4]

    More standard C++ operators, added an utility s...

  • bipll bipll committed [r3]

    Fixed Delay class, added a proper test for Tail...

  • bipll bipll committed [r2]

    Added missing header, some tweaks to others.

  • bipll bipll committed [r1]

    Initial commit (everything I have coded recentl...

1