Walmik Deshpande
Walmik Deshpande
I think this is definitely a new feature. A hacky, unwieldy way that can be explored at least as a POC in the node module version (not the browser js)...
Hello @vinceTheProgrammer Does your usecase need something like this: ``` const mySeededChord = progression('M', 23424); // e.g. 'I V vi V' ``` and then later, ``` const myChordFromSeed = progression('M',...
Thank you @swampthang ! I think this is a bug in the browser component of scribbletune. I tried the steps you shared and could reproduce the issue. I ll fix...
Hello again @swampthang I ve figured out what the issue was. I think its more of a documentation issue than a bug. In v5 we removed the ability to play...
I ll look into this once I m home later tonight however in the mean time have tried adding a property called node with a inner property called fs with...
@swampthang I was able to reproduce this issue locally. I think it s something to do with webpack v5 (or the latest react scripts) And you are right about setting...
Glad to hear the issue is resolved! Even number versions of node are stable hence it s better to avoid the odd numbers in general (unless you are testing some...
Closing this issue @swampthang as it seems to be resolved!
Hi @zsyz2008 can you please provide some more context around this issue? Steps to reproduce with browser version and OS info can be helpful.
This is a fantastic idea. I had tried something similar with virtual ports and had reached some amount of success. But never really continued that idea. I glanced over easymidi...