Forum

Select instrument

Renoise Forum - November 3, 2021 - 00:02

Hello. I am new to this and wondering if there is any way to select the instrument that I want. I have read the API but it is still not clear to me.

Another question I have is if there is a function that tells me how many phrases there are in total for each instrument, I know that there is a function that does this for tracks.

Thank you

1 post - 1 participant

Read full topic

Categories: Forum

Copying in Matrix

Renoise Forum - November 2, 2021 - 15:30

Ok seems when copying a block (with automation) in Matrix to another pattern only the note data is copied there without all the automatio but when duplicating the block , there are all there . Why is that?

1 post - 1 participant

Read full topic

Categories: Forum

Jalex - MixTape part 2

Renoise Forum - November 2, 2021 - 14:32

1 post - 1 participant

Read full topic

Categories: Forum

Loop range changes after restarting song under some LPBs

Renoise Forum - November 2, 2021 - 10:52
Bug report

When setting up the loop range through the API it works as expected at first but after restarting the pattern, the loop range changes. Might only be an issue with LPBs other than 4.

Steps to reproduce
  • Set the LPB to 6 and pattern length to 192
  • Execute renoise.song().transport.loop_range_beats = { 0, 3 }
    – Now the loop goes through lines [ 0 . . 17 ] as expected
  • Restart play with Right Control
    – Now the loop goes through lines [ 0 . . 18 ]

2 posts - 2 participants

Read full topic

Categories: Forum

Fluctuating Master clock

Renoise Forum - November 2, 2021 - 02:13

My master clock out signal isn’t holding a constant bpm. when I try and sync my gear up for recording it makes my synthesizer’s bpm to fluctuate wildly. I’ve tried reinstalling renoise, I’ve tried bypassing my sound card and I have tried it with my labtop as well all with the same result. Is anyone else having this problem with their copy of renoise right now?

1 post - 1 participant

Read full topic

Categories: Forum

Using NI VST's interface problems fix

Renoise Forum - November 1, 2021 - 21:52

We all know how Native Instruments plugins get sometimes, the interface gets all wonky or sometimes won’t work at all.

I was just dealing with this in Reaktor 6 and I fixed it so I figured I’d share my fix so maybe it’ll work for someone else too,

I changed a couple of things in Renoise’s properties

  1. I set compatibility all the way back to Vista
  2. I changed High DPI settings to:

And that was it, it’s working perfectly now. I mostly posted this so that I will find it in five years when I’m dealing with the same problem again for the 20th time

1 post - 1 participant

Read full topic

Categories: Forum

D'n'b short glitch track

Renoise Forum - November 1, 2021 - 16:38
Categories: Forum

A Bitwig template - controlling Lumen Video Synth

Renoise Forum - November 1, 2021 - 12:29

Just say wassup if you are interested in the template. Happy to share.

https://vimeo.com/641098929

Peace!

1 post - 1 participant

Read full topic

Categories: Forum

"Lock Keyboard Focus" state changes without actively changing it

Renoise Forum - November 1, 2021 - 10:57

it seems to happen randomly.
it happens more often when using gear that sends MIDI CC.

1 post - 1 participant

Read full topic

Categories: Forum

Need advice: Renoise + Roland MX1 + Roland TR8S + Behringer TD3

Renoise Forum - October 31, 2021 - 20:05

I want Renoise to sequence my hardware, but i am totally lost on how to do that and i hope someone can help me.

For example: i want to create a pattern in renoise and i want it to play the BD channel of my TR8S.
The TR8S is connected to the USB-1 port of my MX-1 and i am able to select that in midi in/out settings in Renoise.

I have tried about every setting in Renoise but i can’t get any sound of my TR8S.
My MX-1 is set to External Mixing mode already, but i can’t figure out the next steps.
I can see every port of my MX1 as input/output device (f.e. mx-1 to mx usb1/4). I cannot see/assign the tr8s directly but that is should be mx1 usb-1 right?

→ My audio device in Renoise is set to Asio / asio4all v2 → is that correct?
→ Should i change anything in general midi preferences? In device A is set to my MPK mini3, Midi clock master/slave are set to none
→ Should i change some more setting on the MX-1?
→ Should i change some more setting on the TR8S?

2 posts - 2 participants

Read full topic

Categories: Forum

Problems with Arturia VST inside Renoise

Renoise Forum - October 31, 2021 - 20:03

I’ve recently got the Arturia KeyLab 61. The included software like Analog Lab can be controlled with the keyboard.
However if I open up the VST in Renoise only some controllers work. The keys work, but selecting presets/sounds is not working.
Also if I change pitch or cutoff I can normally see the knob change visually in Analog Lab, but with the VST in Renoise even the knobs that work do not update visually.

I need to further test the VST in other DAW’s but since Analog Lab has full support for the Arturia KeyLab keyboard I expected that this would work just as well with the VST plugin.
Is this a known Renoise problem? Is it fixable?

2 posts - 2 participants

Read full topic

Categories: Forum

One track - Sola Polymer

Renoise Forum - October 31, 2021 - 13:56

Sola Polymer… Less can be yes!

https://www.youtube.com/embed/5NVOIuGCq34

1 post - 1 participant

Read full topic

Categories: Forum

Here are some of the tracks I made this year. Please give feedback!

Renoise Forum - October 31, 2021 - 04:42

The first one, called “Penultimate Decade”, is vaguely reminiscent of early 90s trance or techno. The second one, which I call the “Sky Song”, seems to have more of a video game vibe, but I had no particular genre in mind. Almost all instruments used were VSTi plugins!

https://drive.google.com/file/d/1w0JXaOzJOx_jqd54HMHWZmizCjYhCa4g/view?usp=sharing

https://drive.google.com/file/d/1IYS_djPaTqd_r8_uCZRHJ6PGAhFaCIN-/view?usp=sharing

1 post - 1 participant

Read full topic

Categories: Forum

New Tool (3.3) command_palette

Renoise Forum - October 30, 2021 - 17:00
command_palette

This one is a little experiment for keyboard purists inspired by code editors. Navigate and configure a song using the keyboard. Go to a specific line, beat, set BPM, LPB or length by x amount of beats and more.

Provides a single key-binding in Global / Tools

  • Open command palette

It opens up a small prompt where you can type things.

usage
  • type a letter from the command list
  • type some number
  • enter to apply
  • escape to cancel
  • backspace to clear numbers and command
commands
  • _ : go to line
  • l : set pattern length by beats
  • p : set pattern
  • s : go to step in sequence
  • b : go to beat
  • e : set edit step
  • t : select track
  • i : select instrument
  • B : set beats per minute
  • L : set lines per beat
  • O : set keyboard octave

see the source on gitlab

download from direct link (this zip includes all my other tools as well)

1 post - 1 participant

Read full topic

Categories: Forum

New Tool (3.3) line_grab

Renoise Forum - October 30, 2021 - 16:56
line_grab

A basic tool to move lines into available empty lines. Similar to Super Nudge but it grabs the whole line including FX columns and jumps over other filled lines, it can also move horizontally.

Provides four key-bindings in Pattern Editor / Tools

  • Move line up
  • Move line right
  • Move line down
  • Move line left

see the source on gitlab

download from direct link (this zip includes all my other tools as well)

1 post - 1 participant

Read full topic

Categories: Forum

Wayland + Renoise, keyboard input not working

Renoise Forum - October 30, 2021 - 12:00

Hi all, I’ve happily been running Renoise on Linux for a good while now. It’s been running fine on KDE with X11 , but recently I’ve switched to Wayland (better performance for some multimedia things, not Renoise related).

Since then, keyboard input doesn’t work at all (it’s as if Renoise doesn’t register the key presses at all). Does this sound familiar to anyone, and/or does anyone know of a fix for this?

Cheers!

1 post - 1 participant

Read full topic

Categories: Forum

Where is everybody?

Renoise Forum - October 30, 2021 - 03:55

YO SUPPORT, PLS DELETE MY ACC AND MSGS PLZ OKAY?!

Enough with me.

1 post - 1 participant

Read full topic

Categories: Forum

Latest Fake Bitcoin Transaction Software Apk - Fake Bitcoin Sender App

Renoise Forum - October 30, 2021 - 01:47

CRYPTOCURRENCY;

A cryptocurrency (or “crypto”) is a digital currency that can be used to buy goods and services, but uses an online ledger with strong cryptography to secure online transactions. Much of the interest in these unregulated currencies is to trade for profit, with speculators at times driving prices skyward…

You Can Do A Prank!

By Generate and Send fake bitcoin transaction to friends and family. Prank Your Friends Send them bitcoin into their wallets that will never get a confirmation and will disappear after some time…

-This Tool Can Send Minimum 1-150 Btc

-It’s Support All Crypto Wallets

CLICK ON THE LINK BELOW! DOWNLOAD IT AND PRACTICE IT}

https://cryptokeylord.com/product/fake-bitcoin-sender-software/

LATEST VERSION: Bitcoin fake transaction (LIGHTNING NETWORK FULL VERSION 3.0.1)

Are you looking for: Fake bitcoin sender, fake bitcoin flashing tools, fake bitcoin transaction sender tool, how to send fake bitcoin, how to hack fake bitcoin, fake bitcoin sender software, fake btc sender software…

MAIL US NOW!!! CRYPTOHACKLORD@GMAIL.COM

fake bitcoin sender tool, fake bitcoin sender software, fake btc sender tool, fake bitcoin transaction sender, generate fake bitcoin transaction, fake btc sender software, fake bitcoin generator tool, fake btc prank tool, send fake bitcoin transaction, unconfirmed btc sender tool, Rbf tool, bitgen, download…

2 posts - 1 participant

Read full topic

Categories: Forum

[Acid] Acidofest

Renoise Forum - October 29, 2021 - 21:56

New acid track that I have been experimenting with…

1 post - 1 participant

Read full topic

Categories: Forum

Loop Regions in the Pattern Editor

Renoise Forum - October 29, 2021 - 13:17

Idea: Being able to define Loop Zones in the Pattern Editor, so whatever notes get put in there, are automatically looped down to the rest of the pattern sort of like a always on CTRL+C - CTRL+P of a selection.

I know you can do this (sort of) with the Patterns of the sampler device, but I like seing all the notes in the Editor.

1 post - 1 participant

Read full topic

Categories: Forum

Pages

Subscribe to Renoise aggregator - Forum