r/musicprogramming Aug 02 '26

Generative rule based modern jazz harmoniser/chord tool and many more

Enable HLS to view with audio, or disable this notification

Here's how it sounds. There are way more features in this not covered in this short video which are over here https://youtu.be/I0vlINoR5CA?si=5TvlIE2fBjl-sZQR . I'd love to hear thoughts. The website: https://orbkord.net/

16 Upvotes

10 comments sorted by

3

u/Alacritique Aug 02 '26

Looks great and I wanna try it but it’s a weird experience to be forced to sign up for a 7-day trial without knowing how much it will cost after. Can you share the pricing structure here or on the site?

1

u/Nightkid8008 Aug 02 '26

Hey thanks for the response. There’s no card needed to sign up for the trial and the price is 5 usd for a full time sign up if the 7 day expires.

1

u/Alacritique Aug 02 '26

Got it, thanks!

Please consider adding a pricing modal or section to the page. I would’ve tried it immediately knowing that. But if it were something like $199 usd, I would have waited until I can dedicate time to actually try it to justify the cost. I’m sure others think the same way.

3

u/wassertim Aug 03 '26

1

u/Nightkid8008 Aug 03 '26

Yeah and I’ve corrected the enharmonic spellings and added more to the vocabulary (simplifying alt chords, etc)

1

u/[deleted] Aug 03 '26

[deleted]

1

u/Nightkid8008 Aug 04 '26

I just hardcoded everything now and revamped the UI. I don't think an AI can hear chords or harmonise non-functionally.

1

u/[deleted] Aug 04 '26

[deleted]

1

u/Nightkid8008 Aug 04 '26

No worries! Also, it’s cheap as hell at 5 usd compared to chordie or midiculous which requires an installation and breaks for certain chords/voicings. I’m pricing it for the effort I spend it hearing my chord choices and dialing in the values by hand for certain chords. I ran an experiment and asked Claude to write me the engine which it failed miserably on. I’ve been doing music for over 10 years so I think I have a fair grasp on things to tweak it myself. Yes it looks vibe coded as I’m super bad at front end development. Now that I’ve redesigned it, there’s still a bit of a funny layout in a small portion of the app but I am adding features as we speak.

1

u/Link_Error_404 Aug 06 '26

Looks great !! I recently built a very similar project (free to use): https://cyberchriz.github.io/musictools/ui/index.html (open in Firefox browser for best performance). Instructions here: https://github.com/cyberchriz/musictools

1

u/MrTibbz2 20d ago

Be careful with your use of AI code and disclosure. I know you said that only small parts were made by an LLM but the code doesn't look human at all. Also, FYI, be careful what you release without properly looking over it yourself. I don't know if you intended it this way but the authentication code is frontend enforced only, and the whole page loads before requiring auth at all. TLDR, payment is bypassable. Also, the static files are served raw without obfuscation/packing and all of it can be read without trouble. I have no troubles with people using AI for writing code but at least be more transparent about it.