I really dislike that after clicking `Start Listening Free` there is no way to get back to the home page. https://www.flowful.app/ redirects to https://www.flowful.app/player after that.
I figured people wouldn't want to keep navigating the landing page after they had already seen it once. This way you can just head straight back into the app. An incognito tab will let you see it again though.
Show HN: I made some ambient music generators that run in your browser
41–50 of 123 posts
Re: Show HN: I made some ambient music generators that run in your browser
#42What's the copyright on this - could I use it for twitch streams?
Re: Show HN: I made some ambient music generators that run in your browser
#43Re: Show HN: I made some ambient music generators that run in your browser
#44What's the copyright on this - could I use it for twitch streams?
I own the copyright. Would prefer if you attribute, but don't mind you using it.
> Except as expressly provided in these Terms of Use, no part of the Site and no Content or Marks may be copied, reproduced, aggregated, republished, uploaded, posted, publicly displayed, encoded, translated, transmitted, distributed, sold, licensed, or otherwise exploited for any commercial purpose whatsoever, without our express prior written permission.
A comment on HN is not "expresly provided in these Terms of Use" and don't think would constitute "express prior written permission." If you want to let people use it in their streams you might want to update the language there.
Re: Show HN: I made some ambient music generators that run in your browser
#45I got an error while trying this on Firefox (Librewolf): Application error: a client-side exception has occurred (see the browser console for more information). Checking the console doesn't produce anything helpful either. Edit: While inspecting the page, I found that there are a total of 28 different inline CSS styles. Some of them are empty, and some contains styles for class with random names. I assume this is jus…
And yeah, the CSS is quite messy. Planning on code cleanup later on. For reference, it's a mix'n'match between Chakra UI and Tailwind CSS.
Re: Show HN: I made some ambient music generators that run in your browser
#46Quoted post unavailable.
Is that always the point?
Re: Show HN: I made some ambient music generators that run in your browser
#47Quoted post unavailable.
> What problem does this solve? Is that always the point?
Any thinking predicated on the notion that we should just gouge ourselves on endless amount of stuff (services, products, information) without asking any questions is faulty at best.
Re: Show HN: I made some ambient music generators that run in your browser
#48Quoted post unavailable.
Re: Show HN: I made some ambient music generators that run in your browser
#49This is really good! Congrats! I make algorithmic (infinite) music in a DAW (Reaper) and have been thinking about porting some of it to the browser, but didn't actually do anything about it :-( Can you describe the architecture a little? Are you using the Web Audio API for the instruments (and timing)? Are tracks static/looping, or dynamic (created on the fly based on random parameters)?
Yeah sure - you're right, it's using a lib built on top of the Web Audio API called Tone Js. This handles scheduling and some instruments, but the sounds themselves are mostly samples which I record myself from VSTs, then do things in the browser such as filter modulation so that they sound different over time. When a track loads for you, that's the samples being loaded in from cloud storage. As for static vs dynamic…
Re: Show HN: I made some ambient music generators that run in your browser
#50Quoted post unavailable.