react-web-audio-graph icon indicating copy to clipboard operation
react-web-audio-graph copied to clipboard

[Extend Feature]: General Play/Pause

Open YeonV opened this issue 4 years ago • 3 comments

Add a Play/Pause-Button in the right-side-menu or in a new top-menu. Maybe a bool-prop on certain Nodes: use global Play/Pause

YeonV avatar Feb 08 '22 12:02 YeonV

@michalochman Hi broo. Zustand implemented. May I set my repo to public? Of course i will reference and link to your repo

YeonV avatar Feb 25 '22 17:02 YeonV

@YeonV sure, this project is MIT licensed so feel free to do whatever is allowed by it. Just make sure to include original LICENSE file next to the code you have not substantially modified :)

michalochman avatar Feb 25 '22 19:02 michalochman

@michalochman thx so much bro.

  • DarkMode added
  • Play Piano with Keyboard-Keys asdfghjkl
  • Zustand added
  • AudioInputDevice as Node (microphone and stereromix are working fine)
  • partially integrated self-ported aubiojs for testing
    • currently only logging bpm

I added the MIT license 2 times:

  1. ORIGINAL_LICENSE: your unmodified one
  2. LICENSE: my modified one: image

I linked your repo 2 times and put you on credits: image

i hope you like it: https://github.com/YeonV/audio-pipes

YeonV avatar Feb 26 '22 00:02 YeonV