HackerTrans
TopNewTrendsCommentsPastAskShowJobs

waveywaves

no profile record

Submissions

Show HN: Rigor – Anti-Enshittification Proxy for Your AI Agents

rigorcloud.com
3 points·by waveywaves·hace 3 meses·0 comments

Show HN: Contrapunk – Real-time counterpoint harmony from guitar input

contrapunk.com
118 points·by waveywaves·hace 3 meses·56 comments

Read and Learn: open-source language learning app

readandlearn.app
2 points·by waveywaves·hace 7 meses·1 comments

Show HN: MCP-Server for Tekton (Kubernetes CI/CD)

github.com
1 points·by waveywaves·hace 10 meses·1 comments

[untitled]

1 points·by waveywaves·hace 2 años·0 comments

[untitled]

1 points·by waveywaves·hace 2 años·0 comments

Isolating Operating System Processes Part 1

vibhavstechdiary.substack.com
1 points·by waveywaves·hace 2 años·1 comments

[untitled]

1 points·by waveywaves·hace 2 años·0 comments

[untitled]

1 points·by waveywaves·hace 2 años·0 comments

"Let's hook up " – said every LD_PRELOAD

vibhavstechdiary.substack.com
8 points·by waveywaves·hace 2 años·1 comments

Mirrord Mirrord on the wall, who's most processed of them all

vibhavstechdiary.substack.com
12 points·by waveywaves·hace 2 años·4 comments

Supernatural Abilities of a Virtual Kubelet

vibhavstechdiary.substack.com
1 points·by waveywaves·hace 2 años·0 comments

Kubernetes Resource Model, Controller Pattern and Operator SDK Refresher ↻1

vibhavstechdiary.substack.com
1 points·by waveywaves·hace 2 años·0 comments

Scheduling Simulations and Ghosts in the Cluster

vibhavstechdiary.substack.com
1 points·by waveywaves·hace 2 años·1 comments

[untitled]

1 points·by waveywaves·hace 2 años·0 comments

Deep dive into components required to run a air-gapped Kubernetes cluster

vibhavtechdiary.substack.com
3 points·by waveywaves·hace 2 años·0 comments

Lessons from Drunk Shenanigans in History

quitetherabbithole.substack.com
1 points·by waveywaves·hace 2 años·0 comments

[untitled]

1 points·by waveywaves·hace 2 años·0 comments

[untitled]

1 points·by waveywaves·hace 2 años·0 comments

Show HN: Visualizing Elias Canetti's Crowds and Power 2 with P5.js

waveywaves.substack.com
1 points·by waveywaves·hace 2 años·1 comments

comments

waveywaves
·hace 3 meses·discuss
thanks for catching that, I have improved the functional harmony here and how it works, let me know what you think https://github.com/contrapunk-audio/contrapunk/commit/dc25aa... I haven't made a release for this yet but you can build and test it
waveywaves
·hace 3 meses·discuss
Yes sir, that is the best way. Learning music by ear is the best way to get through yes. What does your practice session usually look like ?
waveywaves
·hace 3 meses·discuss
Really appreciate you sharing your workflow honestly.

I have a few follow up questions. When you're using SonoBus, are your musicians running local synths/instruments, or are you working with audio streams? And are you on macOS? Asking because you can actually use Contrapunk with SonoBus today then route guitar through Contrapunk, send the harmony MIDI to a synth via IAC buses, and pipe the audio into SonoBus through BlackHole. But there's clearly an extra step you probably shouldn't have to do. Your session hears the harmonized output and you can mute/unmute the Contrapunk voices like any other musician. Longer term we can look at native SonoBus integration via the AOO protocol so Contrapunk would show up as a peer in your session directly. What do you think about it ? Would love your input on what that should look liked.
waveywaves
·hace 3 meses·discuss
Would be nice to have it be realtime no, is this something you are looking to have? Do sign up on the cloud waitlist so I can get in touch wrt progression on the chord detection work.
waveywaves
·hace 3 meses·discuss
Unfortunately not right now, it's in the works. Polyphonic guitar to midi is a problem I am yet to understand and try solving in this one. Jam Origin's Midi Guitar is good like that, I still need to get there.
waveywaves
·hace 3 meses·discuss
No worries!
waveywaves
·hace 3 meses·discuss
Sorry about that, you will have to download the app again there was an issue with the midi out for guitar atleast. Just to be sure, have you setup the IAC buses. I usually like to have 4 and then configure them as output devices.
waveywaves
·hace 3 meses·discuss
You can use your computer keyboard as well. Setup the IAC buses and use the keyboard and you should be sorted.
waveywaves
·hace 3 meses·discuss
Thank you!
waveywaves
·hace 3 meses·discuss
I haven't, this looks neat. Have you tried it ?
waveywaves
·hace 3 meses·discuss
Ah, thanks for catching that really appreciate it ! Updated the website now.
waveywaves
·hace 3 meses·discuss
Ah thanks for referring sonobus, hadn't seen it before. Would defintiely be good to get some inspiration from there. Do you use sonobus by any chance ? If so, what has your experience been with it ?
waveywaves
·hace 3 meses·discuss
That's awesome thank you for sharing, really appreacite it ! Hope you have a good time with Contrapunk. Just let me know if you are facing any issues as well.
waveywaves
·hace 3 meses·discuss
thanks ! go ahead and download the DMG and try it, let me know what you think ! :D
waveywaves
·hace 3 meses·discuss
This is callback heavy audio code so this was the bigger problem for me mainly and learning about lifetimes was a pain initially. cpal's stream callback wants 'static which means you can't just pass references around. You end up using channels (crossbeam / std::sync::mpsc) between the audio thread and everything else. Once I structured around that it got smoother. I also got a lot of help from AI to understand and reimplement a lot of the parts for this as you can tell from the commit messages.
waveywaves
·hace 3 meses·discuss
IKR ! and thank you, let me know if you were able to download and play around with it !
waveywaves
·hace 3 meses·discuss
Added to the README, apologies for that.
waveywaves
·hace 3 meses·discuss
Ah banger from the get go. Guess this is what I will be listening to through rest of the day. And I will add this as a fun fact to the website as well. Thank you for sharing :)
waveywaves
·hace 3 meses·discuss
Thank you! The idea is not completely mine, I have to give thanks to Abhinav Arora who had this idea initially during the ADCx music hackathon. Kudos to him! Also love the phrase Gradus ad Parnassum! Maybe this should be the motto of contrapunk :)
waveywaves
·hace 3 meses·discuss
Ah perfect ! Let me know what you think ! Also you can ping me on twitter if required https://x.com/BobadeVibhav/ Not really a twitter user, never been, but would be a easier way to connect obviously.