Live data from Hacker News

Viewing profile — bezieio

bezieio

HN member
Joined
Fri, Feb 24, 2017, 4:34 AM UTC
HN karma
37
Public activity
25 items

About bezieio

No profile information was provided.

Recent public activity

  1. comment
    Comment #39921988

    I've recently developed a LV/React bridge and am using it on a production app, but nothing open sourced at the moment. I'll open it up at some point soon and try and post back here…

  2. comment
    Comment #29114264

    If you like the idea of tailwind and don't want to look at utility classes and still want the power of styled-components or react-emotion I'd check out Chakra UI [0]. [0] https://c…

  3. comment
    Comment #28671003

    Nice work! I like the option to annotate with photos and notes! Have you guys checked out Spire? It's a free app, but could be paired with their hardware. It's different in that it…

  4. comment
    Comment #26073843

    I've been building a Next.js app with a Django backend using django-rest-framework and dj-rest-auth. dj-rest-auth[1] handles auth and registration out of the box and takes no time …

  5. comment
    Comment #20935764

    This is similar to a problem I ran into when building Bezie. I needed to keep track of the current tempo to send out MIDI clock events. I ended up using a web worker since `setInte…

  6. comment
    Comment #20757240

    I open sourced Bezie ( https://github.com/jperler/bezie ), a library I wrote three years ago for MIDI automation curves. It includes some good examples of how to interpolate cubic …

  7. comment
    Comment #18639166

    I got motivated today after this post and finally open sourced Bezie! If anyone wants to see some of the bezier logic I used you can check that out in `app/utils`. https://github.c…

  8. comment
    Comment #18636586

    I considered it, but ended up sticking with MIDI for versatility. Do you know of any good resources to learn more about OSC?

  9. comment
    Comment #18636152

    I'm in full agreement that bezier curves are hard to learn to use well! I created an app called Bezie ( http://bezie.io/ ) about a year ago in which you could create quadratic and …

  10. comment
    Comment #15804446

    Here's an interesting presentation by the Winklevoss twins that steps through the elements and narrows down which could be used as currency and why: https://www.slideshare.net/wink…

  11. comment
    Comment #13864909

    Here's a video with Traktor: https://www.youtube.com/watch?v=DBM5gAm83ao

  12. comment
    Comment #13864849

    Bezie gives you finer automation control in many DAWs, but not all. I don't think you'd gain anything from Bezie in FL Studio. Aside from automation, Bezie also allows you to conne…

  13. comment
    Comment #13782787

    Thanks for the suggestions! Do you have any examples or ideas of how a software controller like Bezie could be used in a DJ setup? I'm open to exploring this a bit further - feel f…

  14. comment
    Comment #13775554

    Thanks! Do have any examples? I'm not familiar with bounce curves.

  15. comment
    Comment #13775192

    I followed De Casteljau's algorithm, not Catmull-Rom. The control points that you drag are at t=0.5 for quadratic and t=0.25 and t=0.75 for cubic beziers. De Casteljau's algorithm …

  16. comment
    Comment #13774489

    There will be more control to select specific MIDI channels per envelope in the next release, pitch bend being one of them.

  17. comment
    Comment #13772349

    Yeah - Bezie definitely didn't take years! It's interesting that basic curves don't exist in some DAWs. My guess is that the codebase is monolithic and there's probably lots of leg…

  18. comment
    Comment #13772243

    MIDI notes are definitely out of scope for Bezie - I've had a couple of ideas, but they all make sense as separate utilities.

  19. comment
    Comment #13772225

    Haven't checked that out - I'll take a look. Thanks!

  20. comment
    Comment #13772223

    Bezie has some overlap, but the use case is a bit different. There are a couple of VSTs like LFO Tool and MIDIShaper that allow you to create a fixed width shape and toggle how man…

  21. comment
    Comment #13772160

    Funny - I've actually had several people ask me if this will work on mobile or tablet. I guess I can conclude that there's interest in that. I think it could definitely be an inter…

  22. comment
    Comment #13772011

    The original motivation of Bezie was to build a simple tool to enable finer control over bézier curve automation. It evolved from a MIDI clip generator into a MIDI controller. Bezi…

  23. story
  24. story
  25. story