News by thcrock@mastodon.gamedev.place
lade... random avatar Follow Folgen

thcrock - Network

Posts Subscribe

Writing for full orchestra for the first time! This piece, "Beware the Giants", is for the Ryan Leach Fall 2024 Composition...

https://mastodon.gamedev.place/@...

Writing for full orchestra for the first time!

This piece, "Beware the Giants", is for the Ryan Leach Fall 2024 Composition Contest.

The prompt was to write a 90 second piece inspired by this image by Ngan Pham. I tried to depict the giant moose thing moving past you.

20.10.2024 04:30Writing for full orchestra for the first time! This piece, "Beware the Giants", is for the Ryan Leach Fall 2024 Composition...
https://mastodon.gamedev.place/@...

A new piece, going for RPG overworld vibeshttps://youtu.be/lWtoyB6njbw#music #composition #vgm

https://mastodon.gamedev.place/@...

A new piece, going for RPG overworld vibes

youtu.be/lWtoyB6njbw

2.10.2024 14:35A new piece, going for RPG overworld vibeshttps://youtu.be/lWtoyB6njbw#music #composition #vgm
https://mastodon.gamedev.place/@...

I've heard different people say they are kind of mystified at writing music . So I decided to make a short composition timelapse...

https://mastodon.gamedev.place/@...

I've heard different people say they are kind of mystified at writing music . So I decided to make a short composition timelapse video.

youtu.be/qEoN1LEYO5k

6000% speedup is pretty intense but I wanted the audio to line up.

31.7.2024 04:37I've heard different people say they are kind of mystified at writing music . So I decided to make a short composition timelapse...
https://mastodon.gamedev.place/@...

This is, in fact, the video I was talking about in the prior ffmpeg post

https://mastodon.gamedev.place/@...

This is, in fact, the video I was talking about in the prior ffmpeg post

21.7.2024 22:38This is, in fact, the video I was talking about in the prior ffmpeg post
https://mastodon.gamedev.place/@...

More working on the #Godot music visualizer, this time my first foray into a multi track version.I'm kind of bummed that the flute...

https://mastodon.gamedev.place/@...

More working on the music visualizer, this time my first foray into a multi track version.

I'm kind of bummed that the flute vibrato tail gets picked up more than the beginning of the notes, but I guess all that's in the audio signal so I can't complain too much.

youtu.be/XCFHIIcJjPI

21.7.2024 21:53More working on the #Godot music visualizer, this time my first foray into a multi track version.I'm kind of bummed that the flute...
https://mastodon.gamedev.place/@...

This is an #ffmpeg appreciation post. I was able to do a custom length fade out much more easily than in OpenShot or kdenlive (my computer...

https://mastodon.gamedev.place/@...

This is an appreciation post. I was able to do a custom length fade out much more easily than in OpenShot or kdenlive (my computer doesn't have the horsepower to run Davinci Resolve). Not to mention kdenlive couldn't take the input format to begin with:

ffmpeg -i input_file.avi -vf "fade=t=out:st=54:d=5" -af "afade=t=out:st=52:d=7" output_file.mp4

21.7.2024 21:21This is an #ffmpeg appreciation post. I was able to do a custom length fade out much more easily than in OpenShot or kdenlive (my computer...
https://mastodon.gamedev.place/@...

Finally figured it out: If somehow 'inf' (infinite) gets added as the y value of the points of the Line2D, it totally breaks the...

https://mastodon.gamedev.place/@...

Finally figured it out: If somehow 'inf' (infinite) gets added as the y value of the points of the Line2D, it totally breaks the width curve, even though the line otherwise renders just fine.

20.7.2024 00:50Finally figured it out: If somehow 'inf' (infinite) gets added as the y value of the points of the Line2D, it totally breaks the...
https://mastodon.gamedev.place/@...

No time for anything recently! Just constantly working. Finally getting around to doing this #crowdstrike update so I can relax.

https://mastodon.gamedev.place/@...

No time for anything recently! Just constantly working. Finally getting around to doing this update so I can relax.

20.7.2024 00:31No time for anything recently! Just constantly working. Finally getting around to doing this #crowdstrike update so I can relax.
https://mastodon.gamedev.place/@...

This did way better on YouTube than I expected, and no I'm struggling to get the code back into this state so I can reproduce it as an...

https://mastodon.gamedev.place/@...

This did way better on YouTube than I expected, and no I'm struggling to get the code back into this state so I can reproduce it as an option.

Technically all the math is still there but for some reason the width_curve of the Line2D doesn't seem to be getting applied and I get a fixed width line instead.

19.7.2024 14:23This did way better on YouTube than I expected, and no I'm struggling to get the code back into this state so I can reproduce it as an...
https://mastodon.gamedev.place/@...

I was messing around with Line2D width curves in #Godot for my music visualizer and apparently screwed up the...

https://mastodon.gamedev.place/@...

I was messing around with Line2D width curves in for my music visualizer and apparently screwed up the math.

youtube.com/watch?v=nVapyfVpuEQ

Those line segments are *supposed* to have a static width after they spawn. Instead, there's this kind of undulating effect.

17.7.2024 03:28I was messing around with Line2D width curves in #Godot for my music visualizer and apparently screwed up the...
https://mastodon.gamedev.place/@...

Testing out my #music visualizer against a single instrument: bass. I think giving the visualizer one instrument (and a dry signal) makes it...

https://mastodon.gamedev.place/@...

Testing out my visualizer against a single instrument: bass. I think giving the visualizer one instrument (and a dry signal) makes it more clearly readable and less chaotic.

youtube.com/watch?v=Zzyy241OjTg

14.7.2024 04:42Testing out my #music visualizer against a single instrument: bass. I think giving the visualizer one instrument (and a dry signal) makes it...
https://mastodon.gamedev.place/@...

I wrote a short piece for this week's @musicweeklies This week's theme was "Upbeat / positive game music". I wanted to...

https://mastodon.gamedev.place/@...

I wrote a short piece for this week's @musicweeklies
This week's theme was "Upbeat / positive game music". I wanted to give it a bit of bounce, and triple meter usually does the trick.

You can listen to it here, alongside the music visualizer (work in progress), themed to the vibe of the tune:
youtube.com/watch?v=H9dEErFIyK8

13.7.2024 03:02I wrote a short piece for this week's @musicweeklies This week's theme was "Upbeat / positive game music". I wanted to...
https://mastodon.gamedev.place/@...

Near future plans:- make the width based on where you are in the wave, instead of random. And have the wider parts come out of one side...

https://mastodon.gamedev.place/@...

Near future plans:
- make the width based on where you are in the wave, instead of random. And have the wider parts come out of one side instead of thickening in the middle, to give the pen a clear path
- use a texture instead of solid color
- simplifying analysis to just use total magnitude and see how that looks
- do the analysis on the reverb-less version, but still let you hear the reverb version. The reverb kind of makes the signal noisier and the results more spiky.

7.7.2024 13:59Near future plans:- make the width based on where you are in the wave, instead of random. And have the wider parts come out of one side...
https://mastodon.gamedev.place/@...

Finally got a version of my #music visualizer ready to show:https://youtu.be/CKUtdukomtMGoing for 'calligraphy x seismography' but...

https://mastodon.gamedev.place/@...

Finally got a version of my visualizer ready to show:

youtu.be/CKUtdukomtM

Going for 'calligraphy x seismography' but not especially close for the former yet.

I built this in

7.7.2024 05:01Finally got a version of my #music visualizer ready to show:https://youtu.be/CKUtdukomtMGoing for 'calligraphy x seismography' but...
https://mastodon.gamedev.place/@...

Current listening: Unnamed piece by 'Ivan the Benighted' on Youtube: https://www.youtube.com/watch?v=p1I-r5D49C4In a word:...

https://mastodon.gamedev.place/@...

Current listening: Unnamed piece by 'Ivan the Benighted' on Youtube: youtube.com/watch?v=p1I-r5D49C4

In a word: somber.

6.7.2024 18:55Current listening: Unnamed piece by 'Ivan the Benighted' on Youtube: https://www.youtube.com/watch?v=p1I-r5D49C4In a word:...
https://mastodon.gamedev.place/@...

Once again, getting humbled by trigonometry. This time while writing a #music visualizer in #godot

https://mastodon.gamedev.place/@...

Once again, getting humbled by trigonometry. This time while writing a visualizer in

1.7.2024 02:21Once again, getting humbled by trigonometry. This time while writing a #music visualizer in #godot
https://mastodon.gamedev.place/@...

Current status: Learning #godot 's GDScript by typing Python into the editor and seeing how it complains

https://mastodon.gamedev.place/@...

Current status: Learning 's GDScript by typing Python into the editor and seeing how it complains

30.6.2024 03:08Current status: Learning #godot 's GDScript by typing Python into the editor and seeing how it complains
https://mastodon.gamedev.place/@...

I had the great opportunity to take a group improvisation class from Bill back when I went to Illinois State. It was a wonderful experience,...

https://mastodon.gamedev.place/@...

I had the great opportunity to take a group improvisation class from Bill back when I went to Illinois State. It was a wonderful experience, being able to improvise with some skilled musicians without judgment.

Hearing this brings me back, and is an inspiration to my bass playing now.

28.6.2024 04:30I had the great opportunity to take a group improvisation class from Bill back when I went to Illinois State. It was a wonderful experience,...
https://mastodon.gamedev.place/@...

A bass improvisation from Bill Koehler.https://www.youtube.com/watch?v=BjoywqhXLjcIt's a great balance of listenable and out there....

https://mastodon.gamedev.place/@...

A bass improvisation from Bill Koehler.

youtube.com/watch?v=BjoywqhXLjc

It's a great balance of listenable and out there. Mystical, melodic, and jazzy

28.6.2024 04:29A bass improvisation from Bill Koehler.https://www.youtube.com/watch?v=BjoywqhXLjcIt's a great balance of listenable and out there....
https://mastodon.gamedev.place/@...

Found a piece I liked scrolling on r/composer. Prelude in G-flat Major by Luke Thering. Nice textures and...

https://mastodon.gamedev.place/@...

Found a piece I liked scrolling on r/composer. Prelude in G-flat Major by Luke Thering. Nice textures and modulations.

youtube.com/watch?v=lKRrfmahUJc

27.6.2024 04:24Found a piece I liked scrolling on r/composer. Prelude in G-flat Major by Luke Thering. Nice textures and...
https://mastodon.gamedev.place/@...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members