Forum

Disabling all global commands (tempo, tick count etc) in a track

Renoise Forum - August 17, 2020 - 16:41

I was wondering, is there a way to do this without deleting the track?

A friend and i are working on a cover of an old rock song from the 1970’s, i’m doing the drums and synths in Renoise. We recorded our tracks (guitar, vocals, bass) against the original recording, but the tempo fluctuates by 2 or 3 bpm over the course of the song, probably because the band was using analog metronomes that weren’t so accurate. So instead of redoing all our takes, i added a track in my renoise module with ZTxx commands which adjust the tempo to match the original song.

What i’m wondering is, what if i wanted to completely disable this tempo fluctuation, but without scrapping it or keeping a bunch of backup xrns files, kind of like “commenting out” the track? Global commands are still executed even if the track is muted. Changing this would certainly break compatibility with existing rns/xrns modules, and adding an extra flag per track would be confusing and probably not the best way to do it. Maybe a “do global commands on muted tracks” flag in each song/module’s properties…?

1 post - 1 participant

Read full topic

Categories: Forum

How to enable Audio Recording of the Stereo Mix Sum on Windows and MacOS and Linux

Renoise Forum - August 17, 2020 - 04:17

On Windows 10:
Windows+R (run command): Control (enter) to open Classic Control Panel.
Choose Sound
Choose the 2nd tab, Recording Devices
Enable the Stereo Mix or Sum
not found? right-click in the list, mark “Show Disabled Devices” and “Show Hidden Devices”
still not found? download the latest Realtek codec at
https://www.realtek.com/en/component/zoo/advanced-search/499?Itemid=276
https://www.realtek.com/en/downloads
or download a High Definition Audio Codec for your soundcard. See the bottom of this post on how to find the vendor and the subsys to find the correct drivers.

On MacOS:
Finder, choose Go > Utilities. Open the Audio MIDI Setup.
Control-click the device (Built-In Output),
or select the device to be used, (Built-In Output)
and click the Action menu gear icon at the bottom of the sidebar.
Choose “use this device for sound input”.

Read more: https://support.apple.com/guide/audio-midi-setup/welcome/mac

If you want to connect multiple sound cards to one input, read https://support.apple.com/en-us/HT202000

On Linux via PulseAudio:
add PulseAudio Volume Control (pavucontrol) to your system. This is usually available in the distribution’s repository.
Ensure that PulseAudio is running.
Open PulseAudio Volume Control and choose the “Recording” tab.
In the "Capture from " dropdown, select the “Monitor” option of the playback device to record.
Then you can select the ALSA / pulse recording input in Renoise.

On Linux via JACK:
Jack may be started using QjackCtl or from the command-line.
Any Jack-compatible applications that are running will have their ports available in Device Toolbar (or rescan the devices).
Applications that do not directly support Jack may also be used with Jack on a system that uses PulseAudio (such as Ubuntu and Debian based distributions) by installing “pulseaudio-module-jack”. This provides the modules “Jack Source” and “Jack Sink” that allow PulseAudio to use Jack.

On Linux via ALSA:
Use alsamixer, type alsamixer in a terminal window. If a Mix device is shown as a capture device, set this as the active device to enable recording sounds that are playing on the computer.

Have fun!

sources: Realtek driver downloads, MacOs guide, Audacity Linux recording tutorial

on Windows, how to find the sound card Vendor and Subsys:
use Windows+R (run command): Control (enter) to open Classic Control Panel.
open Device Manager.
open the branch of Sound, Video and Game controllers.
right-click your sound device (could be High Definition Audio Device) and click Properties.
go to the Details tab.
find the value of “Hardware ID”
search google for the VEN_??? and SUBSYS_??? listed, ? are numbers, to find out.

1 post - 1 participant

Read full topic

Categories: Forum

Keiss - Urban Utopia EP

Renoise Forum - August 17, 2020 - 00:24

Hi there!
Just released Urban Utopia EP. All work is done using Renoise and Elektrone Digitone, MAM MB33 is used for external synths.

1 post - 1 participant

Read full topic

Categories: Forum

[BUG] renoise.song().selection_in_pattern not work initially

Renoise Forum - August 16, 2020 - 23:54

It seems that the selection does not appear in the pattern editor despite defining the entire table in selection_in_pattern, if the user does not make a first selection with the mouse pointer first (or some selection keyboard command).

So the table may exist but the selection in the pattern editor is missing.

Steps to reproduce it:
  1. Create a tool with an X function that correctly defines the entire table:

    renoise.song().selection_in_pattern = { a=b, c=d, bla bla = bla }
  2. Create a button to execute that function.

  3. Create a new song (File/New Song). In the new song the table selection_in_pattern is “nil”. Do not touch anything in the pattern editor with the mouse!

  4. Execute the X function.

What happens

Function X will define the table (the table exist), but Renoise will not be able to display the selection in the pattern editor.

The problem is that first it will be necessary for the user to make a selection with the mouse pointer (or some selection keyboard command) and that is not desirable. The selection should appear from the beginning.

1 post - 1 participant

Read full topic

Categories: Forum

Roland Cloud and Renoise

Renoise Forum - August 16, 2020 - 18:13

Do any of the Roland cloud VST instruments work with Renoise? I tried some supposed fixes that were supposed to make it work but I can’t get it to run inside of renoise, which is a total shame, is it possible? If so how? Using windows 10.

1 post - 1 participant

Read full topic

Categories: Forum

Changing theme replace track/group colors

Renoise Forum - August 15, 2020 - 13:56

If you have made a song template with tracks and groups colored, these will be replaced with default colors when you switch to a new theme.

In my song template I use up to 4 groups nested.

You have to reload the song template to get the colors back, so don’t save your song template after changing theme or you’ll have overwritten your colors.

1 post - 1 participant

Read full topic

Categories: Forum

Feedback appreciated

Renoise Forum - August 14, 2020 - 21:34

just messing around, tracker habit

1 post - 1 participant

Read full topic

Categories: Forum

Nagz - Good LP released!

Renoise Forum - August 14, 2020 - 15:31

Hey all!
After 23+ years of musicmaking I finished my first LP!
all made in renoise of course, even livestreamed most of the steps.

http://fanlink.to/good2020

Enjoy!

1 post - 1 participant

Read full topic

Categories: Forum

Instrument Mods: Switch / Absolute Value / Diode / Flip-Flop / Quantizer / Lag Processors

Renoise Forum - August 14, 2020 - 14:45

These functions could also be useful as FX modulators.

Switch
Outputs a digital “1” when the input level is greater than “0”.

Absolute Value
This function inverts negative values presented to it and leaves positive values alone. This device outputs only positive values.

Diode
This function only allows positive values to pass and blocks negative values.

Flip-Flop
The output of this processor alternates between a digital “1” and digital “0” each time the input goes positive from zero or a negative value. If an LFO wave were input, the output would be a square wave of half the input frequency.

Quantizer
If waveform = sawtooth, then output = staircase. The value steps controls the number of steps. The value of size controls the size of the steps.
Options: Waveform, Steps, Size.

Lag Processors
Slows down rapid changes in the input signal. The output “lags” behind the input at a programmed rate.
Option: Rate

1 post - 1 participant

Read full topic

Categories: Forum

Sample process: Frequency discriminator

Renoise Forum - August 14, 2020 - 14:23

I’m not sure if the word discriminator is correct, but the function is simple.

This function merges two or more samples together in a way that frequencies common to both sounds are accentuated while uncommon frequencies are discarded.

This function is very interesting for creating new sounds, it could also be useful to have the possibility to keep the old samples in order to make different combinations.

1 post - 1 participant

Read full topic

Categories: Forum

Sample process: Auto correlation (on sample loop)

Renoise Forum - August 14, 2020 - 14:11

After the death of my beloved EMU e6400, I am missing some functions that could be developed in Renoise, or at least I would be happy to have them .

The first: Auto Correlation

Auto correlation simply means automatic correlation or comparison. The computer analyzes the signal around the loop points you have specified and then moves the end point of the loop until it finds a section of the wave that closely matches the section around the start point (phase and gain).

To be clearer:

Not this:

1 post - 1 participant

Read full topic

Categories: Forum

iZotope plugins: Latency not compensated on preset change

Renoise Forum - August 14, 2020 - 13:26

I think this happens with all iZotope plugins but for sure with both Neutron 3 adv and Ozone 9 adv.

Try make a basic kick track and a snare track, add Ozone or Neutron on the snare track, start playing the song, open the plugin and start clicking next preset from within the plugin and notice it’s out of sync by quite a lot. It also goes out of sync when muting the individual modules.

When you stop the song and start play it’s playing in sync.

I use latest versions of 64bit Renoise and iZotope plugs on Win 10.

1 post - 1 participant

Read full topic

Categories: Forum

Redux dark theme for renoise

Renoise Forum - August 13, 2020 - 22:42

Hi guys,
anyone made theme for renoise out of redux dark theme?
or is there already one?
Thanks

1 post - 1 participant

Read full topic

Categories: Forum

The Celsius CookBook 002 is out on PRSPCT with Renoise

Renoise Forum - August 13, 2020 - 19:01

Hi guys,

So my CookBook 002 is out on PRSPCT Records and as usual it relies heavily on Renoise. It summarises 20 years of music production, anchored in the early tracker scene on Amiga, FT2 and of course - Renoise. In fact there’s some really rare glimpses into Renoise builds that existed 18 years ago some of you might enjoy

Check it out and if you like it, share more some love and support and I’ll make more !

Cheers!

Neil

3 posts - 2 participants

Read full topic

Categories: Forum

New Tool (3.2.2) Playback Loop Selection v1.0.001 (August 2020)

Renoise Forum - August 13, 2020 - 13:37
Playback Loop Selection

Playback Loop Selection or PLS play in loop the selection in the pattern editor from a key command (suggestion: [CTRL + ALT + L]).

Go to Renoise/Edit/Preferences/Keys: “Pattern Editor:Selection:Playback Loop Selection” to link it.

Warning!

This tool is not highly accurate at very high speeds (BPM and LPB very high). In this extreme case, you can play some line after the selection. It won’t happen with reasonable use of Renoise.

Download

https://www.renoise.com/tools/playback-loop-selection

Related link: Playback loop selection Ideas & suggestions I know this idea has been discussed since 2010, but can we implement a Ctrl+L to play loop a selection in the pattern? i know about the block loops 1/16 to 1/2 but i am producing radio gingles, fx etc that do not follow a straight grid, i am convinced that it s nothing to implement, or at least to code a new tool for that! Thanks lovely team <3

Thanks to @mat-weasel for suggesting this tool…

Enjoy it!

1 post - 1 participant

Read full topic

Categories: Forum

Free 2 hour course on mastering

Renoise Forum - August 13, 2020 - 11:05
macprovideo.com Learn Mixing vs Mastering skills in this tutorial video from online course...

Mastering is the final stage of the audio production. It has always had a bit of mystique surrounding it. This clip explains the difference between mastering an

The title says it all,
Enjoy!

midierror

1 post - 1 participant

Read full topic

Categories: Forum

Playback loop selection

Renoise Forum - August 13, 2020 - 10:48

I know this idea has been discussed since 2010, but can we implement a Ctrl+L to play loop a selection in the pattern? i know about the block loops 1/16 to 1/2 but i am producing radio gingles, fx etc that do not follow a straight grid, i am convinced that it s nothing to implement, or at least to code a new tool for that! Thanks lovely team <3

1 post - 1 participant

Read full topic

Categories: Forum

Is it possible to select phrases with computer keyboard while it is in program mode?

Renoise Forum - August 12, 2020 - 21:11

Hello there,

I am trying to figure out how to trigger different phrases using the keyboard while the phrases are in program mode. I have multiple phrases setup which are triggered by the main editor but I like to choose them at will rather than have them preset. I want to be able to quickly select different phrases using the computer keyboard. I have tried setting up a instrument midi control along with a keytracker to see if I could set it up to trigger different patterns using the keyboard but I haven’t had success.

I am sure there is an easier way to do this but it has escaped me so far. I don’t think keymap is what I am looking for because it stops playing once I let go of the key.

1 post - 1 participant

Read full topic

Categories: Forum

FS (US): Sonic Charge Microtonic

Renoise Forum - August 12, 2020 - 03:45

(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)

1 post - 1 participant

Read full topic

Categories: Forum

Minor issue in Redux in Logic Pro

Renoise Forum - August 12, 2020 - 03:05

The pop up window for both the help and the menus remains blank in Logic pro 10.5.1 until you move the mouse over it. Problem is the help windows disappear too fast to move the mouse over. This does not occur in FL Studio 20.7.

This is on Catalina 10.15.5.

Example, the help pop up window for the Biquad Digital Filter:

1 post - 1 participant

Read full topic

Categories: Forum

Pages

Subscribe to Renoise aggregator - Forum