splintersilk musings
Saturday, June 8, 2024
All good things come to an end.
https://splintersilk.blogspot.com/search/label/anamorphic
And these still come in handy:
https://splintersilk.blogspot.com/search/label/houdini
https://splintersilk.blogspot.com/search/label/nuke
From now on though check out https://wwwsplintersilk.com/blog if you want to see whats new, in terms of software development and on the musical/artistic side. Thanks for coming by! See you on the other side.
Sunday, March 3, 2024
Polygon tidy up after mirroring in Houdini
Monday, February 19, 2024
Fun with Windows installers. Wait, did I say fun?
Why am I here? The looping plugin I'm working on will also run on Windows, but to get it ready I have to make an installer. Gave myself a week to sort this out, but looks like install/uninstall is already working. It's been like, a day. The thing that really annoyed me though wasn't the guts of it, it was discovering that to codesign my work, juuuust to codesign it, the digital certificate costs $340 for one year. What on earth? It's included with api/sdk, TestFlight, beta test tools, code safety reviews etc that comes with the $99 Apple Dev fee. I never thought I'd see Apple being significantly cheaper than a Windows counterpart, but here we are, in the upside down world.
For now I think I'll go with unsigned code, at least until I know that people actually like this plugin.
Here's some useful stuff if you want to make your own installer using Inno Setup, which seems to be pretty great so far:
Wednesday, February 14, 2024
DAW Plugin to help with audio recorded without a metronome! - Part 2
The workflow is:
- Record your audio directly into the plugin
- Set your loop start and end points, fine tuning if necessary
- Set your number of bars (if the estimate isn't what you want), and set your time signature (if it's not the default 4/4)
- Click the bpm to copy, and in Reaper you can Ctrl/Cmd V to paste it.
- Set the DAW Time signature to match also
- Drag the audio clip to your main daw timeline.
Monday, February 5, 2024
Times fly
Today is all about time.
I have no shortage of things going on. In fact I had to get a bit ruthless to make progress. Multiple timers set with specific amounts of time allowed for me to get the assorted items on my list done.
Honestly it did help, but it felt aggressively regimented. Like being in the army or something! Also no guitar, drums, cello. So pretty much a "fun-fast". My first day of my fun diet lol. Oh well, needs must when there's stuff to get done.
Also, for the time spent on my DAW plugin project, my task today was a time signature controller. I completed it with just enough time to commit the code! Simple things, I wanted to show the time signature as a traditional fraction where you can drag left-right on the top or bottom to modify the numerator (number of beats), or denominator (value of each beat). It works and updates other parts of the UI properly! I am pleased :)
Sunday, February 4, 2024
Sleepy Weasels
|
Friday, February 2, 2024
DAW Plugin to help with audio recorded without a metronome!
Well this is happening then! I'm somewhat feature complete on a plugin that allows you record audio and curate it to make a timed loop that you can then use to build up your DAW session.
Does that make sense? No, right? It's ok I'll try and release a video soon :) |