Forum

Faster LFO using Formula (faster than 1 LPC)

Renoise Forum - January 12, 2023 - 15:12

Didn’t figure out how to make sample and hold yet, but got other shapes
Custom LFO.xrdp (1.8 KB)
Strangely, can’t map B to LPC, it just doesn’t work for some reason

1 post - 1 participant

Read full topic

Categories: Forum

Lfo not in sync

Renoise Forum - January 12, 2023 - 11:31

To make it easier I uploaded the file:

Dropbox test1.xrns

Shared with Dropbox

It seems that when I automate the gainer(attached to lfo) in the instrument section , lfo seems to not operate as it should , syncing goes on and off . Disabling the gainer’s automantion fixes the issue . Why is it behaving like that? What is wrong with my setup?

1 post - 1 participant

Read full topic

Categories: Forum

Sampler Effects

Renoise Forum - January 12, 2023 - 10:43

I’m trying to understand the following part from the documentation:

By default, instruments that make use of FX Chains will only be played in a single track in Renoise, or a single output bus in Redux.

I have an instrument with a kick and a snare. Both send to an fx-chain with rev+delay. Both samples play in a different phrase.

When I play the kick phrase in sequencer/track-1 and the snare phrase in track-2 the fx is applied to both samples.

When I add a filter to track-1, it’s only applied to the kick.

Did I miss something ?

1 post - 1 participant

Read full topic

Categories: Forum

Free & Open VST: Surge XT - for Linux and Renoise, with FM and other great features

Renoise Forum - January 12, 2023 - 02:04
surge-synthesizer.github.io Surge

Surge is an open source digital synthesizer.

Perhaps it’s old news… yet I am totally happy about it - my dreams come true - and it works Linux. Low on resources.

And does FM, and custom tuning.

1 post - 1 participant

Read full topic

Categories: Forum

Doofer: Vital Synth Macros

Renoise Forum - January 12, 2023 - 01:31

This is a simple Doofer mapped to the macros of the magnificent open source Vital synth by Matt Tytel.

VITAL MACROS.xrdp (9.6 KB)

Most of the synth’s presets include macros mapped to its own internal 4 knobs, so this is a Renoise Doofer that just assigns Renoise macros to control the Vital macros.

Just pop it on the track you’re playing your Vital synth into, make sure the Instrument Automation meta is pointing at Vital, and you should be good to go!

1 post - 1 participant

Read full topic

Categories: Forum

Using numpad keys to enter numbers in the pattern editor?

Renoise Forum - January 12, 2023 - 00:22

Hi all, I’m dipping my toes back into tracking after many years, having grown up on ST3, IT2 and OpenMPT. Renoise is looking awesome so far.

I’m currently getting my keymap set up and I’m mostly happy, except I haven’t figured out how to enter numbers into the pattern editor via numpad keys.

I’ve unassigned all other commands from numpad keys in both global and pattern editor scope. Via the conflict viewer, I can see that top-row number keys are assigned to ‘Pattern Input’, but it doesn’t look like I can explicitly assign the numpad numbers to that “command”.

Any tips? Thanks!

1 post - 1 participant

Read full topic

Categories: Forum

Export sample with modulation as .wav

Renoise Forum - January 11, 2023 - 21:32

Hello I’m new to Renoise and I’m looking for a way to export my samples which I edited via the “Modulation” and “Effects” tabs.
When trying to right-click the sample and use “Save Sample As…” it only saves the original sample as .wav

I know there is a way to apply the effects track to the sample at the bottom of the waveform editor but I cant find I way to apply the modulation too.

Is this possible in Renoise?

4 posts - 2 participants

Read full topic

Categories: Forum

Best of Synthwave

Renoise Forum - January 11, 2023 - 18:20

This thread is dedicated to the best Synthwave tracks ever.
So where’s the gold Synthwave has to offer? Post your favorites including a link right here.

Let me set this off with the following 10 songs:

Droid Bishop - Nightland

Fourge - Accelerator (feat. Nightlite)

Waveshaper - Artificial Promises

Morgan Willis - Black Thunder

Mitch Murder - Breeze

Lazerhawk - Somnus

Tonebox - Blue Night

Glowline - Escape

Juno Dreams - Be With Me

Mercury 82 - Midnight Run

I could continue for hours, but let’s leave it for now. I could also post a lot of stuff including vocals. I’m curious what songs @ffx and all the other Synthwave fans prefer. Let’s pool the best stuff in this thread. I think I know most Synthwave existing, but of course I want to get to know more.

1 post - 1 participant

Read full topic

Categories: Forum

Backstage downloads (on linux)

Renoise Forum - January 11, 2023 - 15:00

Hi all,

I am trying to download the additional .xrni and soundpacks from backstage (specifically the Puremagnetik xrni), but clicking the link just opens and closes a tab - no download is initiated. I am logged in to my account as instructed with an email address, and java script is running. Right clicking either link (on the “Home” or “Extras” tabs) to save will just download the .html file.

I’m using Brave browser on Ubuntu Studio 22.04LTS, if that helps. Thanks in advance for any help!

4 posts - 2 participants

Read full topic

Categories: Forum

Macos 12/13 system daemon minimization

Renoise Forum - January 11, 2023 - 14:47

This is not a new trick, but I just realized that this modification is reboot-resistant, easily removable and does not require to alter the read-only system partition:

gist.github.com https://gist.github.com/b0gdanw/c99e5b2eefad19932554a713384dcc70 Disable-Ventura-Bloatware.sh #!/bin/zsh #Credit: Original idea and script disable.sh by pwnsdx https://gist.github.com/pwnsdx/d87b034c4c0210b988040ad2f85a68d3 #Disabling unwanted services on macOS Big Sur (11), macOS Monterey (12) and macOS Ventura (13) #Disabling SIP is required ("csrutil disable" from Terminal in Recovery) #Modifications are written in /private/var/db/com.apple.xpc.launchd/ disabled.plist, disabled.501.plist # To revert, delete /private/var/db/com.apple.xpc.launchd/ disabled.plist and disabled.501.plist and reboot # user This file has been truncated. show original

Works on macos 12, too. For example, if you don’t want to use icloud at all, you can disable most of its services, except apple bird. Also heavily reduces write access to the internal SSD, and therefore increases lifetime (apple ssds are usually produced by the usual suspects, samsung, toshiba etc, and have the same lifespan).

You can also disable all the surveillance, tracking, online logging, submit-diag stuff by Apple. If you don’t use photos or apple music, you can disable those scanning services, too. Don’t want your keychain in the cloud available for any unknown body? Disable it.
If something does not work as intended, you just have to delete two files in the user space of the drive and reboot. You need to disable SIP (read script comment).

Of course you really need to know which services are what for and do research.

This is my current disabler script:

Disable-Venture-Bloatware.sh (click for more details)

launchctl also seems to be able to disable services and XPCs from apps. Didn’t dive into that, but it seems to be a very powerful command now.

1 post - 1 participant

Read full topic

Categories: Forum

How do i create this 80s synth bass sound in renoise

Renoise Forum - January 11, 2023 - 03:15

hey guys,

how do i recreate this bass inside of renoise itself, id rather not use vst’s if i can. i have some minor experience creating a 80s synth horn sound inside renoise itself from another tutorial on youtube but id like to recapture the sound of the bass on this song as close as possible

https://www.youtube.com/embed/V6bhe6kiUko

1 post - 1 participant

Read full topic

Categories: Forum

Grain time stretch as a sample command

Renoise Forum - January 10, 2023 - 23:06

So umm, it would be nice to have grain stretch as a sample command, like SS ⋆° for shortening and SL ⋆° for lenghtening where ⋆ are number of grains and ° are lenghts grains. Not very sophisticated but would handle most of cases where someone would like to fix unfitting samples, right ?

1 post - 1 participant

Read full topic

Categories: Forum

Only users lose

Renoise Forum - January 10, 2023 - 22:42

Some people seemed to dig the Mutant Breaks submission, this is in a similar vein/influences are palpable

1 post - 1 participant

Read full topic

Categories: Forum

TAPE emulator doofer

Renoise Forum - January 10, 2023 - 18:00

Hi all, this thread: swap stereo channels in mixer? got me thinking, and I cooked up a pretty decent sounding (I think) tape wobble emulator xdrp which may be of interest to some of y’all. good for degrading the sound subtly or not-so-subtly. probably good for synthwave, ambient, experimental, downtempo, etc. anywhere you want some good ol’ wobble to your audio. works great on samples and vsts. also good for emulating analog drift at low wow amounts and speeds (no flutter)

controls include wow amount (slow tape wobble), flutter amount (fast tape wobble), wow speed, flutter speed, feedback - which morphs the effect into something more like a chorus or flanger, and stereo phase - which decouples the left and right delay times - creating more stereo width.

hope you enjoy!

TAPE WOBBLE.xrdp (115.6 KB)

1 post - 1 participant

Read full topic

Categories: Forum

War Without End

Renoise Forum - January 9, 2023 - 16:20

1 post - 1 participant

Read full topic

Categories: Forum

Preview Saved Songs on Welcome To Renoise GUI popup

Renoise Forum - January 8, 2023 - 18:34

There should be a way to hear a preview of the songs on the GUI list that pops up when you open Renoise; maybe with a play button or when you click it there’s a short preview much like how it’s done in the file loader.

1 post - 1 participant

Read full topic

Categories: Forum

Renoise Formula

Renoise Forum - January 7, 2023 - 00:12

If someone can explain simply *formula ‘function’ (no need for math part…but if someone can explain this part simply…big jump for renoise forum)

1 post - 1 participant

Read full topic

Categories: Forum

Reset LFOs when sample start in sampler?

Renoise Forum - January 6, 2023 - 23:54

You play a sample,and it reset a LFO in the sampler fx chain…each time

How to do that?

1 post - 1 participant

Read full topic

Categories: Forum

Protools Renoise MIDI Sync settings

Renoise Forum - January 6, 2023 - 22:54

Hi there can anyone help with my settings, please? I am using IAC Driver on mac os x
I cannot see the little clock that the manual speaks of…
Any help would be most appreciated.

Renoise can see MIDI coming in the IAC bus and I am generating MTC on the Protools side

1 post - 1 participant

Read full topic

Categories: Forum

Pages

Subscribe to Renoise aggregator - Forum