Live data from Hacker News

Show HN: Wavepot – Digital audio workstation of the web

wavepot.com

111–120 of 137 posts

Re: Show HN: Wavepot – Digital audio workstation of the web

#111

it's probably me, but I get nothing... - ff (latest beta) : waveform thingy works, no sound - chrome (latest beta) : no waveform, no sound - IE (11) : nothing

For me, using FF (various versions) and IE: Just a black background. It worked yesterday - they must be updating something.

Re: Show HN: Wavepot – Digital audio workstation of the web

#113
As a heavy Ableton user and coder I would like to have a coding environment that also has powerful gui libraries so I can quickly implement faders and knobs and stuff when needed but also be able to change code on the fly. Kind of get the best of both worlds for the ultimate hacking music environment. This is something similar and very interesting but for visual stuff based on openFrameworks: https://media.usfca.edu/app/plugin/embed.aspx?ID=mjWcGbE4DUK...

Re: Show HN: Wavepot – Digital audio workstation of the web

#115
post #113

As a heavy Ableton user and coder I would like to have a coding environment that also has powerful gui libraries so I can quickly implement faders and knobs and stuff when needed but also be able to change code on the fly. Kind of get the best of both worlds for the ultimate hacking music environment. This is something similar and very interesting but for visual stuff based on openFrameworks: https://media.usfca.edu/…

Yeah, I'd really like to see a DAW that incorporates SuperCollider in a transparent way along with traditional audio & MIDI tracks, a bit like how Max is integrated with Ableton.

Re: Show HN: Wavepot – Digital audio workstation of the web

#116
post #113

As a heavy Ableton user and coder I would like to have a coding environment that also has powerful gui libraries so I can quickly implement faders and knobs and stuff when needed but also be able to change code on the fly. Kind of get the best of both worlds for the ultimate hacking music environment. This is something similar and very interesting but for visual stuff based on openFrameworks: https://media.usfca.edu/…

That's about what I have in mind, picking the bits and pieces you need to create your custom audio workstations in a modular and hackable manner.

Re: Show HN: Wavepot – Digital audio workstation of the web

#118
You can help the Wavepot project: Contributors can join the discussion and mailing list here: https://groups.google.com/forum/#!forum/wavepot

They also have a funding campaign (accepting paypal) to finish this project that will include modules like Oscillators, Sequencers and:

Effects: Amp, Chorus, Delay, Dynamics, Eq, Filter, Flanger, Modulation, Phaser, Reverb.

Synths: Ambient, Analog, Bass, Drums, Flute, FM, FX, Modular, Organ, Pads, Percussion, Piano, Samples and Strings.

Re: Show HN: Wavepot – Digital audio workstation of the web

#119

You can help the Wavepot project: Contributors can join the discussion and mailing list here: https://groups.google.com/forum/#!forum/wavepot They also have a funding campaign (accepting paypal) to finish this project that will include modules like Oscillators, Sequencers and: Effects: Amp, Chorus, Delay, Dynamics, Eq, Filter, Flanger, Modulation, Phaser, Reverb. Synths: Ambient, Analog, Bass, Drums, Flute, FM, FX, M…

Just want to clarify that the modules feature is the ability to create them and import them like this:

  import DiodeFilter from 'filters';
  
  var filter = new DiodeFilter;

Re: Show HN: Wavepot – Digital audio workstation of the web

#120
post #36

Earlier quoted context omitted.

Cool site. You need more genre categories however; Synth and/or Electronic would be a good start since you are missing anything along those lines. Probably a EDM category as well otherwise that's what either electronic and/or synth will end up being. Also, Find Musicians doesn't seem to be working, at least not in Chrome on osx.

what do you see? can you send me the console output too?

When it's spinning looking for musician's the console says:

GET http://bandhub.us/discoverUsersList?genres=&instruments=&col... 400 (Bad Request)

Post reply on HN