mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

12K
active users

#MusicProduction

123 posts41 participants6 posts today
CozyCon Online<p>Listen to the cosmos, and learn how to put sounds together to make music with @jackdoesmusic.bsky.social on Sep 21st<br><a href="https://CozyConOnline.com/events" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">CozyConOnline.com/events</span><span class="invisible"></span></a> </p><p><a href="https://mastodon.art/tags/CozyConOnline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CozyConOnline</span></a> <a href="https://mastodon.art/tags/VirtualConvention" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VirtualConvention</span></a> <a href="https://mastodon.art/tags/Convention" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Convention</span></a> <a href="https://mastodon.art/tags/Music" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Music</span></a> <a href="https://mastodon.art/tags/MusicProduction" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MusicProduction</span></a> <a href="https://mastodon.art/tags/MakingMusic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MakingMusic</span></a></p>
taco, bird/cat :verified420:<p>lmao</p><pre><code># megalolvania.rb<br><br>use_synth :chiplead<br>use_synth_defaults amp: 1, release: 0.3<br>play_pattern_timed [:d3, :d3, :d4], 0.15<br>sleep 0.1<br>play :a3<br>sleep 0.4<br>play_pattern_timed [:gs3, :g3, :f3], 0.25<br>play_pattern_timed [:d3, :f3, :g3], 0.15<br></code></pre><p><a href="https://meow.social/tags/SonicPi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SonicPi</span></a> <a href="https://meow.social/tags/Undertale" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Undertale</span></a> <a href="https://meow.social/tags/Music" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Music</span></a> <a href="https://meow.social/tags/MusicProduction" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MusicProduction</span></a></p>
taco, bird/cat :verified420:<p>i kind of imagine this being used to showcase something's afoot on a starship</p><pre><code># inquisitive_starscape.rb<br><br>define :melody_one do<br> use_synth :mod_beep<br> use_synth_defaults amp: 0.05<br> play_pattern_timed scale(:b4, :minor_pentatonic, num_octaves: 3).shuffle, 0.5<br>end<br><br>define :lead_one do<br> use_synth :prophet<br> use_synth_defaults amp: 0.4<br> use_synth_defaults attack: 0.2, sustain: 0.75<br> play_pattern_timed [:b4, :a4, :c4, :g4], 4<br>end<br><br>define :bass_one do<br> use_synth :mod_tri<br> use_synth_defaults amp: 0.1<br> play_pattern_timed scale(:b2, :minor, num_octaves: 2), 0.5<br>end<br><br>in_thread do<br> 2.times do<br> lead_one<br> end<br>end<br><br>in_thread do<br> 4.times do<br> bass_one<br> end<br>end<br><br>in_thread do<br> 4.times do<br> melody_one<br> end<br>end<br></code></pre><p><a href="https://meow.social/tags/SonicPi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SonicPi</span></a> <a href="https://meow.social/tags/Music" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Music</span></a> <a href="https://meow.social/tags/MusicProduction" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MusicProduction</span></a></p>
Jim Infantino<p>Mastering engineer, Jonathan Wyner talks about the story of the AI generated band The Velvet Sundown on the ‘funny,’ not funny with Jim &amp; Lionel podcast <a href="https://mastodon.social/tags/generativeai" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>generativeai</span></a> <a href="https://mastodon.social/tags/aimusic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aimusic</span></a> <a href="https://mastodon.social/tags/musicproduction" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>musicproduction</span></a></p>
taco, bird/cat :verified420:<p>useful script to play all the synths in a row so you can compare the instruments</p><pre><code># synth_demo<br># plays all synths with a simple pattern<br><br>all_synths = synth_names.to_ary<br>with_synth_defaults amp: 0.5 do<br> all_synths.each do |s|<br> puts s<br> use_synth s<br> play_pattern_timed [60, 58, 60, 58], 0.3<br> sleep 1<br> end<br>end<br></code></pre><p><a href="https://meow.social/tags/SonicPi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SonicPi</span></a> <a href="https://meow.social/tags/Music" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Music</span></a> <a href="https://meow.social/tags/MusicProduction" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MusicProduction</span></a></p>
Amadeus Paulussen<p>Are any of you <a href="https://mstdn.social/tags/linuxmusician" class="mention hashtag" rel="tag">#<span>linuxmusician</span></a> (s) using MiniMeters for your <a href="https://mstdn.social/tags/musicproduction" class="mention hashtag" rel="tag">#<span>musicproduction</span></a>?</p><p><a href="https://minimeters.app/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">minimeters.app/</span><span class="invisible"></span></a></p><p>I think it is amazing that this is available for <a href="https://mstdn.social/tags/linuxaudio" class="mention hashtag" rel="tag">#<span>linuxaudio</span></a>. 🤓</p><p>Unfortunately, it crashes a lot for me. 🤔</p><p>In theory, though, I think it would be great to use as an always on analyzer for producing music on <a href="https://mstdn.social/tags/linux" class="mention hashtag" rel="tag">#<span>linux</span></a>.</p><p>I reached out to the developer and hope to resolve the issues and start using it soon.</p>
BigGucciElWopo<p><a href="https://youtube.com/shorts/ap8pmzNoNgE?si=lXJnuR91-5zP1TL2" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">youtube.com/shorts/ap8pmzNoNgE</span><span class="invisible">?si=lXJnuR91-5zP1TL2</span></a></p><p>Blackballed? Meek Mill asks for funding<br>.<br>.<br>.<br>Linktr.ee/562AlexD</p><p><a href="https://mastodon.social/tags/MeekMill" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MeekMill</span></a><br><a href="https://mastodon.social/tags/HipHop" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HipHop</span></a><br><a href="https://mastodon.social/tags/MusicIndustry" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MusicIndustry</span></a><br><a href="https://mastodon.social/tags/AtlanticRecords" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AtlanticRecords</span></a><br><a href="https://mastodon.social/tags/SoundRoyalties" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SoundRoyalties</span></a><br><a href="https://mastodon.social/tags/ArtistFunding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ArtistFunding</span></a><br><a href="https://mastodon.social/tags/Blackball" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Blackball</span></a><br><a href="https://mastodon.social/tags/RIAA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RIAA</span></a><br><a href="https://mastodon.social/tags/HipHopCulture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HipHopCulture</span></a><br><a href="https://mastodon.social/tags/MusicBusiness" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MusicBusiness</span></a><br><a href="https://mastodon.social/tags/ArtistStruggles" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ArtistStruggles</span></a><br><a href="https://mastodon.social/tags/EntertainmentNews" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EntertainmentNews</span></a><br><a href="https://mastodon.social/tags/2025Trends" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>2025Trends</span></a><br><a href="https://mastodon.social/tags/MusicProduction" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MusicProduction</span></a><br><a href="https://mastodon.social/tags/Industry" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Industry</span></a></p>
polarity :wig:<p>Today I’m basically committing content suicide by testing out a Google AI plugin. 😅 But honestly, it’s way better than SUNO and the rest. This actually feels like using it as a tool, instead of just spitting out finished results from prompts. </p><p>👉 <a href="https://youtu.be/BYObmsLYBso" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">youtu.be/BYObmsLYBso</span><span class="invisible"></span></a></p><p><a href="https://social.bitwig.community/tags/Bitwig" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Bitwig</span></a> <a href="https://social.bitwig.community/tags/Ai" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Ai</span></a> <a href="https://social.bitwig.community/tags/musicproduction" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>musicproduction</span></a></p>
Simone<p>Awesome video: "The Real Reason Why Analog Recording Is Better".</p><p>Spoiler: it's not the sound.</p><p>Having started with analog, I completely understand Billy's point of view.</p><p>Also, his channel is magnificent.</p><p><a href="https://www.youtube.com/watch?v=Zq4BOSaKiYo" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">youtube.com/watch?v=Zq4BOSaKiYo</span><span class="invisible"></span></a></p><p><a href="https://sonomu.club/tags/MusicProduction" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MusicProduction</span></a></p>
GravityLord<p><strong>Breaking The Creepy AI in Police Cameras</strong></p> <p><a href="https://peertube.gravitywell.xyz/w/okPZpx9zCGikbhJU1oaBK9" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">peertube.gravitywell.xyz/w/okP</span><span class="invisible">Zpx9zCGikbhJU1oaBK9</span></a></p>
GravityLord<p><strong>How Cicadas Are Louder Than Helicopters 🤯</strong></p> <p><a href="https://peertube.gravitywell.xyz/w/tkSwFfLHM2hvxJYFshusmt" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">peertube.gravitywell.xyz/w/tkS</span><span class="invisible">wFfLHM2hvxJYFshusmt</span></a></p>
GravityLord<p><strong>I Saved a PNG Image To A Bird</strong></p> <p><a href="https://peertube.gravitywell.xyz/w/2Dzp4WR23Sxk1F5DQi5s7H" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">peertube.gravitywell.xyz/w/2Dz</span><span class="invisible">p4WR23Sxk1F5DQi5s7H</span></a></p>
GravityLord<p><strong>Hearing Impairments Are REALLY Profitable. 🫤</strong></p> <p><a href="https://peertube.gravitywell.xyz/w/3FjsTGTbZ2rV53zi1e28rW" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">peertube.gravitywell.xyz/w/3Fj</span><span class="invisible">sTGTbZ2rV53zi1e28rW</span></a></p>
GravityLord<p><strong>7 Concerning Levels Of Acoustic Spying Techniques</strong></p> <p><a href="https://peertube.gravitywell.xyz/w/8RvkaXmUFHT6LLUVogtmyv" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">peertube.gravitywell.xyz/w/8Rv</span><span class="invisible">kaXmUFHT6LLUVogtmyv</span></a></p>
GravityLord<p><strong>The Art Of Poison-Pilling Music Files</strong></p> <p><a href="https://peertube.gravitywell.xyz/w/awuudHCiGku6Kc6a9Mwsq7" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">peertube.gravitywell.xyz/w/awu</span><span class="invisible">udHCiGku6Kc6a9Mwsq7</span></a></p>
GravityLord<p><strong>You Are Witnessing the Death of American Capitalism</strong></p> <p><a href="https://peertube.gravitywell.xyz/w/psQuqdDm4AyxF4ChTbykSv" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">peertube.gravitywell.xyz/w/psQ</span><span class="invisible">uqdDm4AyxF4ChTbykSv</span></a></p>
GravityLord<p><strong>Sound DRAMATICALLY Helps Plants Grow (and why nobody can prove it)</strong></p> <p><a href="https://peertube.gravitywell.xyz/w/tDCisLcH6qgs8BPwoFf37N" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">peertube.gravitywell.xyz/w/tDC</span><span class="invisible">isLcH6qgs8BPwoFf37N</span></a></p>
Linux Audio Plugin Development<p>Should I launch further “Call for Linux Support” threads for other <a href="https://mstdn.social/tags/plugin" class="mention hashtag" rel="tag">#<span>plugin</span></a> <a href="https://mstdn.social/tags/vendor" class="mention hashtag" rel="tag">#<span>vendor</span></a> (s) in the future?<br /><a href="https://mstdn.social/tags/linuxaudio" class="mention hashtag" rel="tag">#<span>linuxaudio</span></a> <a href="https://mstdn.social/tags/musicproduction" class="mention hashtag" rel="tag">#<span>musicproduction</span></a></p>
Linux Audio Plugin Development<p>Dear <a href="https://mstdn.social/tags/linuxaudio" class="mention hashtag" rel="tag">#<span>linuxaudio</span></a> friends! 🤗</p><p>Let’s keep pushing <a href="https://mstdn.social/tags/linux" class="mention hashtag" rel="tag">#<span>linux</span></a> as a thriving platform for <a href="https://mstdn.social/tags/musicproduction" class="mention hashtag" rel="tag">#<span>musicproduction</span></a>! 😇</p><p>Please show your support for more native Linux <a href="https://mstdn.social/tags/plugin" class="mention hashtag" rel="tag">#<span>plugin</span></a> (s) by adding a quick +1 or comment to one (or all 😜) of the following threads:<br />1. <a href="https://gearspace.com/board/music-computers/1455232-safari-pedals-native-linux-support.html" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">gearspace.com/board/music-comp</span><span class="invisible">uters/1455232-safari-pedals-native-linux-support.html</span></a><br />2. <a href="https://forum.babyaud.io/t/native-linux-support/208" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">forum.babyaud.io/t/native-linu</span><span class="invisible">x-support/208</span></a><br />3. <a href="https://www.kvraudio.com/forum/viewtopic.php?t=623601" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">kvraudio.com/forum/viewtopic.p</span><span class="invisible">hp?t=623601</span></a></p><p>Let’s show Baby Audio, Sugar Bytes and Safari Pedals that we are alive and kicking! 🥰</p>
GravityLord<p><strong>I Leaked Your Personal Data at NAMM 😬</strong></p> <p><a href="https://peertube.gravitywell.xyz/w/6SP1fgLPXoiDJi4gvSVi4H" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">peertube.gravitywell.xyz/w/6SP</span><span class="invisible">1fgLPXoiDJi4gvSVi4H</span></a></p>