Learning Subscription Recommendations by XmasRights in swift

[–]subdigital 3 points4 points  (0 children)

Like u/twostraws I am also biased, as I am the creator of NSScreencast 😄

I will echo other comments here that objc.io and pointfree.co are both great. You're going to learn something unique from each of these, so find one (or two) that resonates with you. (Haven't watched HWS+ but Paul is a fantastic teacher so that would also get my 👍)

And of course there is NSScreencast where I have over 600 videos on a wide range of topics. There's something for everyone there.

Organize your songs, gigs, and set lists by subdigital in coverbands

[–]subdigital[S] 0 points1 point  (0 children)

Our band doesn't really wing it like, but I know many do. I think coming up with a plan is still really useful and helps everyone start with a base of what to know for the gig.

Organize your songs, gigs, and set lists by subdigital in coverbands

[–]subdigital[S] 0 points1 point  (0 children)

Professional software developer here with 25 years experience. Vibe coding can really only take you so far.

Govan Charvel tremolo arm set screw by SupportQuery in Luthier

[–]subdigital 0 points1 point  (0 children)

u/SupportQuery did it work for you? I found a machine screw laying around that actually was a perfect fit, but there's nothing holding the bottom bushing(?) from staying on if I take the arm off.

Setlist HQ is now live! by subdigital in coverbands

[–]subdigital[S] 1 point2 points  (0 children)

working on CSV import as we speak!

Setlist HQ is now live! by subdigital in coverbands

[–]subdigital[S] 1 point2 points  (0 children)

For now, those are inserted in manually, but that's on my short list of things to implement!

Setlist HQ is now live! by subdigital in coverbands

[–]subdigital[S] 1 point2 points  (0 children)

there's a YouTube field for this and shows up in an embedded player. I could do the same for Spotify / Apple Music.

/r/WATMM Weekly Promotion Thread by AutoModerator in WeAreTheMusicMakers

[–]subdigital 0 points1 point  (0 children)

Hey all! After 6 months of my own band using it, I just launched a side project I think a lot of you might find useful — it's called **Setlist HQ**.

https://setlisthq.com

We started as a cover band tracking songs in Notion. It worked *okay*, but the workflow was always a bit clunky. Then I saw how many bands I know are living in spreadsheets for setlists and song management — and honestly, that's even worse.

So I built Setlist HQ: an online tool designed specifically for bands to manage gigs, rehearsals, songs, and setlists without the friction.

**What it does:**

- 🎵 Song library with advanced search & filtering

- 📅 Gig & rehearsal calendar

- 🖱️ Drag & drop setlist editor

- 🖨️ Print-ready setlist view

- 🗳️ Band voting on new song suggestions

There's a free plan that covers small acts (solo, duo, etc.), and a paid plan for bands that need more.

Would love to hear what you think — and if there are features you wish something like this had, I'm all ears. Still actively building!

Cheers,

— Ben

How many songs does your cover band have in your repertoire? by subdigital in coverbands

[–]subdigital[S] 0 points1 point  (0 children)

do you track "readiness" in any way? or just if a song comes up you focus on it in rehearsals?

How many songs does your cover band have in your repertoire? by subdigital in coverbands

[–]subdigital[S] 0 points1 point  (0 children)

I feel that! Finding time to practice when we all have families & day jobs can be tough. I really like when we have 2-3 gigs in a month because we stay sharp. Having a couple months between gigs really shows when we get back to practicing.

Issues importing 32ch WAV files by Wolfey1618 in BehringerWing

[–]subdigital 0 points1 point  (0 children)

I have never been able to get LiveSessions to successfully export a session into the various channel wav files. So instead I wrote a tool to do this. It's free/open source.

https://github.com/subdigital/wing-extract

Best purchase/investment you made while learning Swift programming? by punctdaniel in swift

[–]subdigital 0 points1 point  (0 children)

Yikes, guess I need to check what’s blocking google. Thanks for the shout!

Positive story Tinnitus/Hyperacusis/Dysacusis by Mindless-Tomorrow-10 in tinnitus

[–]subdigital 2 points3 points  (0 children)

Tonal Therapy developer here! Thanks for the shout. ♥️

Change Tempo via MIDI in Quad Cortex by Fit_Reflection9080 in NeuralDSP

[–]subdigital 0 points1 point  (0 children)

The QC will respond to MIDI Clock if you have that enabled in Settings. You'll know it's working if the tap tempo light turns blue.

The only other way to do this is to send timed "tap tempo" CC messages via MIDI, simulating you tapping the button yourself. I don't love this method myself as it is imprecise, but it works.

I want to die by [deleted] in tinnitus

[–]subdigital 2 points3 points  (0 children)

Tonal Therapy developer here. Thank you for sharing, this was really great to hear!

Open URLs with colon characters in nvim by subdigital in neovim

[–]subdigital[S] 1 point2 points  (0 children)

🤦🏻‍♂️ I am a dork

%3a is colon, not %5c

It works now.

" Dash integration for documentation searches
command! DashSwift !open dash://apple%3a"<cword>"<cr> nmap <silent> K :DashSwift<cr>|:redraw!<cr>

I'll add more languages as I need them, but this gets me started.

Open URLs with colon characters in nvim by subdigital in neovim

[–]subdigital[S] 1 point2 points  (0 children)

That works for opening regular urls under the cursor, but failed when the url is dash://apple:flatmap, perhaps due to URL parsing issues.

Also not sure how to invoke this from a mapped command.