What’s cooking – Week 10, 2023 Noisebud, 2023, March 92025, May 27 This post is not about a plugin but a Reaper Script. I wrote this script to change the project sample rate to the same rate as the selected media item in Reaper. I often forget to check the sample rate of incoming mix files for mastering and it is so annoying when I realize halfway through that I have been working at the wrong rate, this script bypasses my lazy brain and sets the sample rate for me. Here’s the code for the ReaScript: — Get the currently selected media item local item = reaper.GetSelectedMediaItem(0, 0) — Check if a media item is selected if item ~= nil then take = reaper.GetActiveTake(item); source = reaper.GetMediaItemTake_Source(take); — Get the sample rate of the selected media item srate = reaper.GetMediaSourceSampleRate(source) — Set the project sample rate to the same as the selected media item reaper.SNM_SetIntConfigVar(‘projsrate’, srate) reaper.Audio_Quit() reaper.Audio_Init() else — If no media item is selected, display an error message reaper.ShowMessageBox(“Please select a media item.”, “Error”, 0) end Blog
Evolving computer instrumentalists 2011, April 5 We live in a time were the computer slowly is becoming accepted as an instrument, we’re not there yet but new inventions and techniques pops up every day. We just found out that Renoise now has implemented something they call duplex which give Renoise the possibility to communicate two ways with different Midi or OSC controller… Read More
Our latest release Fuckin’ Vacation and our latest VST plugin Burt 2011, September 12 We thought it could be fun for our most devoted fans to get your hands on both our latest release and our latest VST plugin before everybody else. So we packed the plugin together with the release ‘Fuckin’ Vacation’ at our Bandcamp site without telling anybody. We also included a… Read More
Odex live 2014, February 242014, February 24 Johannes are playing live with his project Odex as part of the Norbergfestival evening the 7th of Mars at Slakthuset in Stockholm. The main act is Black Sun Empire so everything is set for a epic, memorable evening. Read More