Forum
Shortcut automation "Edit Point Time"
The Shortcut for “Edit Point Time” in automation (default Ctrl+T), what is it supposed to do? I can’t see it doing anything (3.3.1)
1 post - 1 participant
NEW Cyberpunk/Darksynth album "Future Begins"
Hello producer friends
I just released a new darksynth/cyberpunk album ‘FUTURE BEGINS’ last night
Every song was composed, mixed and mastered in Renoise, a few was mastered in Cakewalk tho
- Album on Youtube music
- Album on Spotify
- Album on Amazon
Criticism and questions are very welcome, I want to improve and help
1 post - 1 participant
New track I made on renoise
Here’s a new track I made entirely on renoise. The organ sound actually came from a sample I recorded of a bunch of frogs croaking. I also recorded guitar, upright bass, harmonica and vocals all using the sample recorder function in renoise. The flow is a little different from a standard tape machine style multitrack recorder but it actually works really well.
Thanks for listening!
Listen to the sound of frogs by Andrew Robertson on #SoundCloud
1 post - 1 participant
New I.D. Crisis tune Feb 2021
I’ve been developing this tune for about a week now, on and off. Let me know what you think. It’s a little bit Stranger Things, and a little bit Empirion / Vector Lovers. I hope.
1 post - 1 participant
In search for a coding project
Hi peeps,
Beside making music I’m coding. And I want to do more with that with Renoise. LUA is really cool!
But there’s one thing. I don’t know anything which I can build. So my question to you is if there’s something wanted? You ask, I make. If it’s not to big. I just want to code a project.
Let me know!
1 post - 1 participant
Tool for Arturia Keylab MKII / Duplex
Hi everyone.
I’m currently developping a program with duplex for the Keylab MKII.
I think it’s finished so i give it here… please let me know if you find some bugs.
Download link at the end of the message.
I had not really be carreful about the gui as i though there’s enough light on keylab to see what you are doing and nearly every parameters send it’s name to the screen.
There’s a temp function to allow permanent message like the name of the track and temp message for the parameters that return to the last permanent 2sec. after the end of the use.
I’ll try to explain what this do…
It’s essentially for DAW mode but there’s some function triggered by USER mode so i use 2 programs run at the same time, one receive informations on standard keylab port and the other on the MIDIIN2.
In MCC, DAW commands need to be in USER mode (otherwise there’s problems with lights in USER mode, notified Arturia about this, maybe in future firmaware but i don’t think so)
Pads backlights is “always on” (firmware 1.2.4)
The 8 first PADs trigger Renoise config view, these are configured in midi default file (in the archive).
The 8 last trigger USER config 1 to 8, all mapped to specific VSTi but it’s up to you to do what you want with these, it’s done with the MCC.
Note that all react to Renoise with an idle function so every lights are trigged if you make change to track/device/automation/solo/mute/instrument GUI open/close in Renoise.
DAW Command functions:
Solo - solo selected track (light up when solo is on)
Mute - mute selected track (light up when mute is on) - can be semi lighted (unmute, mute, off)
Record - delete selected automation (pattern only).
If you start to automate a parameter, renoise will show the automation windows on the correct parameter and this button will light up. Then you have to press it to delete automation and restart to record if necessary.
If you go on a track pattern with automation on the track but not on this pattern, button will be semi lighted.
Find this super useful because i often have a record more than once to the result i want.
Read/Write - select previous / next device FX (if it’s a VST, GUI open and close with the selection)
Save : save current song
In / Out : Open Instrument GUI from pattern (not the selected instrument) and close it (button IN light up when GUI is open even when it’s open from Renoise or with the central button, see later in the desciption)
Metro : metronome
Undo : undo
Then there’s all the transport buttons (pattern previous/next for the arrow)
At the center:
Arrow : Track previous and next
Central knob : select Instrument, press on it to open GUI. When you change Instrument, if a previous one was opened (gui visible), it close (not sure it’s better like this or not, will see with more working with it).
Then we have the right controls:
There’s 2 buttons available to trigger different functions (Part1 / Part2), ‘Live’ send nothing.
Part 1 not pressed is the mixer mode:
Faders controls volume post of each track per bank of 8.
Encoders controls the mixer subset parameters (the first 8 of the track, don’t have bank here but it can be implemented)
Switches controls mute/unmute of each tracks.
Colors change when it’s mute or not, when the track is master, send or sequencer (haven’t make a specific color for group but i’ll probably add it). If you trigger solo for example, all colors adapt on the switches to fast see what’s going on.
Part1 pressed is the track mode.
Faders & Encoders controls the first 8 parameters of the selected FX.
It’s easy to make the faders control the 9-16 parameters but i find this great to automate with encoders or faders depending on the conrol.
No bank here, don’t have anymore buttons on the controller to do that but i search for a solution. If you want to automate or just control FX parameter 10 for example, yoçu have to use mixer subset.
Switches control FX selection 1 to 8. Press on already selected FX open the GUI and repress close it.
When you change the device selection, previous GUI opened close like for the instrument.
Now if you press Part2, there’s only the switches that change, you can select track directly with the switches, encoders and faders stay as they were (Part 1 define what they control).
The user mode can not be used with the same control, if i write on screen, default Arturia parameters name will ovewrite it. Not a big deal, it’s just to control VSTi and you can define every parameters name in MCC.
Now the problem is that part1/part2/live don’t send any message in USER mode and they reset all the light at every trigger so i have desactivated the light for the user mode (specially in DAW commands section). The buttons have the same functions but with no light otherwise it’s really confusing.
I search for the sysex message to ask the keylab the state of a control but i can’t resolve this for the moment. Arturia don’t want to share those informations and told me it’s private.
Same for the DAW/USER mode buttons, they send the same sysex message so in some situations, the light will not light up according to the mode selected (like if you do DAW->ANALOG LAB->USER), you just have to touch a control/butons/encoders to send a midi and the light will be correctly displayed.
So i think it’s finish, please let me know if you encounters some bugs.
There’s the whole Duplex directory just in case i’ve modified something. I try to avoid but who knows ^^
You can try the program with your Duplex directory, it should work.
Last note: you have to select manually the automation mode in the duplex interface in Effect_Track, Effect_Track2 and Effect_Mixer section otherwise it won’t record automations. Don’t know if i can select those by default. Same in the Mixer section if you want the soft takeover on faders.
Note that i use a Keylab 61 (firmware 1.2.4), not sure about the 49 and 88 but it should work.
Link to download:
1 file sent via WeTransfer, the simplest way to send your files around the world
To finish i’m far from an expert programmer and i’m sure the program can be optimized plus i’m not really organized in my head so there’s some redundancy but i’ll try to reduce it later.
If someone has the code to send a request for a value on a specific parameter to the keylab, please let me know, i could really improve the USER MODE with that.
1 post - 1 participant
Tempo change in track using VST and samples
Hi folks
I have a couple of tracks I’d like to spice up by adding a tempo change 3/4 of the way in.
Track is about 140BPM using kicks on 16s, hats in-between (4/8 etc). I don’t want to have to change the kicks to every 8 lines if I can get away with it, because that would simply double the tempo. Track has Synthmaster (VST) arpeggios running, synced - they should automatically re-sync to any new tempo in Renoise (I hope).
Any tips welcome - cheers
Steve (I.D. Crisis)
1 post - 1 participant
Expanded LFO for audio range
It would be awesome to have an additional LFO that went deep into the audio range. Seems like either some parameter tweaks on the current device or a whole new device wouldn’t be crazy hard to make. Lots of modulation possibilities.
1 post - 1 participant
BlueArp volume crashes Renoise
BlueArp volume crashes Renoise 3.3.1
Build jan 11 2021
see this video: https://youtu.be/OlX_OOWvLPE
Steps to reproduce look like this:
Launch Renoise
Put BlueArp on instrument 1
Put Arminator on instrument 2
Route Bluearp via midi to Arminator
Choose a Bluearp Pattern like 17
Choose a Arminator patch like 01
Make a group
make a subgroup
Make a series of volume changes where the initial row triggering the arp has no volume, but row 2 has the first 01
last row should have 60
play
Expected results:
Arp plays and volume increases
Actual results:
Renoise crashes
image :https://i.imgur.com/2EY4TNf.png
video: https://youtu.be/OlX_OOWvLPE
1 post - 1 participant
Play currently selected note or event
Is there a way to have Renoise play the currently selected item in a track? It would be helpful when stepping through complex tracks, for example when you can hear a glitch or error at normal speed and you want to step through to find it.
2 posts - 1 participant
Numerical Pattern Matrix
I am not a visual thinker.
Colors are nice for similar objects but when there’s 10 or 15 patterns it is difficult for me to remember what color does what.
alias-identical-tracks is a mod that does something but it was created for the opposite thing and the Alias feature does not have anything to do with what I would like to see from what I understand of it.
All other trackers use numbers for the pattern matrix and trackers like famitracker even let you use + and - to toggle through the patterns or even type the number label of the pattern right into the matrix.
As it is now, I have to go to the pattern and make a mental note of where it is in the mix which is oddly enough using the numbers on the left side.
tl;dr it would be nice if the pattern matrix used numbers instead of almost indiscriminate lines and colors
any idea how hard it would be for me to code this?
1 post - 1 participant
Sine wave/native synthesis challenge
Hi all,
It seemed like people had some fun with the white noise challenge, so we will continue on in a similar vein. This time, our starting point will be the humble sine wave. Like in the white noise challenge, ALL sounds in your piece(s) must begin their life as some form of pure sine wave. Resampling is allowed, NO plugins or external processing is allowed, ALL native renoise dsp processing is on the table in whatever form you care to use it!
Feel free to use the ring modulator to generate waveforms, but your exciter should begin as a sine wave (or at least part of it). The LoFiMat can be used to generate something like white noise if you want to use some of the techniques you discovered/used in the white noise challenge in this one, too. Between sine waves and white noise, the sky should be the limit…
No time limits, no prizes, take your time, have fun. Let’s see what kinds of sounds you can create!
The next couple of (slujr) challenges after this one will go in a completely different direction, but it seemed like people were enjoying the native synthesis challenge, so we’ll continue the theme/exploration with sine waves.
Hope you’ll take up the challenge!
peace,
zensphere/slujr
1 post - 1 participant
Develipment taim - A game with Chords?
Okay. Now here’s something speshul.
from the bottom:
- New lines of 7 chords appearing in a new key/scale and tone
- new lines appear every (x) time until you have filled your screen (like tetris)
- Chords are falling down from top to bottom in screen, some are earlier than others!
- Click away the chords in their falling order and clear the lines for pointez…
- If all chords have fallen onto the bottom, a new line appears as well!
From the bottom up, you’d be clearing lines of chords.
From the top, chords would fall down in the order to click them (and hear them).
How to make this?
- tool ChordLord features all the chords in a grid
- the grid would need to be manipulated every (x) frames and respond to click in order to make the game work
- the grid would need to show “falling” chords and have new lines in new keys at the bottom
I can (not) make this.
But I will find you!
1 post - 1 participant
My first EP released on BC
Okay. Just two songs and both of them really old but at least they are done on Renoise and I am still happy about the result.
Love,
Yours MarcShake
1 post - 1 participant
Keyboard problems on Linux
Hi,
I am brand new to Renoise so execuse me, if my question is stupid.
I’m running Renoise on Fedora 33. When I’m loading a sample, I can start playing it by pressing the button on the upper left. Unfortunately I am unable to trigger playing or stopping it by using the space bar.
It seems to me like the entire keyboard is disfunctional. When I’m for example trying to adjust the pattern length, I double click into the field, which marks it as selected, but trying to type a new length leads to nothing. The selection remains unchanged.
Same thing when I try to copy and paste a sample using ctrl-c and ctrl-p.
Any idea what I’m doing wrong?
Cheers
1 post - 1 participant
Midi mapping: delete, note off, copy, paste?
Hi! New to renoise, scripting, etc. I’ve been trying to edit notes in renoise solely using a midi controller. I recently found a code that adds the arrow key functionality to the midi mapper.
– Navigation:Pattern Rows
add_action(“Navigation:Columns:Jump To First Quarter Row [Trigger]”,
function(message)
if message:is_trigger() then
song().selected_line_index = 1
end
end)
add_action(“Navigation:Columns:Jump To Second Quarter Row [Trigger]”,
function(message)
if message:is_trigger() then
song().selected_line_index = 1 + song().selected_pattern.number_of_lines/4*1
end
end)
add_action(“Navigation:Columns:Jump To Third Quarter Row [Trigger]”,
function(message)
if message:is_trigger() then
song().selected_line_index = 1 + song().selected_pattern.number_of_lines/4*2
end
end)
I was wondering if anyone had a script for deleting, adding a note off, pasting, copying? Maybe even highlighting? I may just have to look into it myself but learning to script for something seemingly simple can be very daunting!
I also wanted to note I got some great functionality using bomes midi with ableton! But I guess renoise just really doesn’t like those midi translators for some reason, very frustrating!
Thanks for any help!
1 post - 1 participant
Mute track, but still send MIDI?
Hi all,
I’m rediscovering, and in fact discovering, the joys of trackers after loving them back in the Amiga 1200 days but never having the knowledge to use them well. Renoise is making me very happy!
One thing I have now, but never had in my teenage Amiga days, is a small amount of external MIDI-enabled kit. (Including, in this case, an Amiga 1200 with its lovely Paula sound chip.) I’m hoping to use Renoise to send MIDI information from a track to various devices, and have got that successfully working.
Is there a way, though, to ‘mute’ a track but still send MIDI notes to the external synth? I have tracks with a placeholder instrument for when I’m working away from my MIDI connections. I’d like to be able to plug in, ‘soft mute’ that track, but have the notes still sent out to the external synth.
Is that possible? I haven’t been able to work it out in my first few hours of tinkering with Renoise. Is there a simpler way to do what I want that I’m not seeing?
I’m very new to Renoise, so it’s possible that there’s something clear in the documentation that I’m not finding because I don’t know the right term.
1 post - 1 participant
New album (50 tracks): "Digital Music", now available
A new album is out there for y’all!
ALBUM: EatMe - Digital Musichttp://eatme.pro/youtube/digital-music
- Que Danso (New Piano House) 3:30
- Bossa Bien 5:18
- Waiting For A Smile 4:59
- Wimming Luv 6:38
- Are You Ready 5:57
- Drive 7:16
- 1 Would Not Do Magic If 1 Could 3:11
- Bub Further Way To The Move 8:23
- Piano House 7:14
- I Know How To Roll With You 3:52
- So Disco 5:10
- Astrodanz 3:43
- Four That 5:11
- Choose Freedom 2 - Jungle Edit (2020) 6:02
- Insert toy for coin 4:41
- Let It Move Ya 2:52
- Mobilum 4:39
- Ride Again 5:22
- Right There 5:04
- Further Than Towards 5:41
- Gatchou 3:49
- Into Modern Times 4:30
- I Thought I Did Not Need A Click - Jazz Edit (2020) 4:13
- I Know How To Roll With U - Edit 6:26
- Peace 6:42
- Pi Adding to the Pi Within (3.14159) 3:01 * add 3 to all digits and you have the next, 26
- Yours - Refix 3:06
- Water Plant 5:35
- What’s Up Bub 3:54
- With The 4:03
- Power Plant Universe 8:43
- Punkture - Excerpt 2:23
- Printsome 7:07
- Song For Today 5:19
- Spaceway 6:57
- The Long Way Around 4:26
- To Be There 7:20
- Turn Me Around 5:28
- Noctor 2:38
- 5 Beats 6:28
- Darkness 6:51
- Vuture 4:17
- Illustrativ 5:29
- Shift 4:29
- Sugar 4:22
- Badapshoowa 8:19
- This One 4:54
- More or less for christmas 3:04
- Ocean 4:45
- Starflow (featuring Erres) 5:31
http://eatme.pro/youtube/music-to-listen-to
- Penthouse New Mexico 4:46
- Sweet Love 6:06
- 1 4 Pi 5:11
- 1 Love 3:30
- Alpha 5:18
- Begin to Be Happy 3:42
- Credit of the Impossible 6:00
- Do You Know I Love You 8:52
- Eclectro 4:42
- Eighty Me 2:57
- Freedom in the World 4:15
- Fulltime Lover 4:59
- Funk Inn 3:24
- Girls (Beautiful Women) 4:30
- Golaxy 7:00
- He Loves Cheeseburger 5:37
- Het jazzcombo begint een beetje nerveus te worden 2:32
- Het jazzcombo wou graag nog zo’n liedje spelen 2:31
- Honey 2:33
- I Need Somebody Onverstaanbaar 6:44
- Just for Fun 12:01
- Level Up 2:54
- Like This 7:57
- Love2 5:47
- Lushary 6:50
- Maker 4:52
- Miss Me 5:42
- Mooh 5:29
- On 4:28
- Pt. 7 (Version 2) 3:43
- Play Again 3:21
- Please Sing (Instrumental) 3:48
- Proud to Be a Starving Artist 4:36
- Ready / Go 5:24
- Ready to Flow 2:54
- Ride My Fluffy 3:51
- Still You 5:00
- Thank You M 6:40
- That Gave Me the Hump 6:06
- Tips 3:09
- Tuna de la Piano 4:16
- Up 5:36
- Waves 8:26
- Where and There 3:40
- Woopi 2:19
- Dictata (feat. Spaan) 4:13
- Juice (feat. Spaan) 4:00
- Ques (feat. Spaan) 4:15
- Wha (feat. Spaan) 4:11
- Tantze Knut - 5 Years (EatMe Remix) 5:18
http://eatme.pro/youtube/good-music
- 2013 (4:12)
- A Gift 4:57
- Aerotrain 5:14
- After Progression (Remastered) 5:01
- Air 2:25
- Ante 5:49
- As You Used 4:51
- Ash (Final) 11:41
- At Celes 8:42
- At the Piano 5:09
- Bellyflop 2:49
- Best for Living (2hi) 7:56
- Bomz 2:56
- By the Night 4:55
- Cacanny 4:02
- Choose Freedom 2 (Remastered) 6:06
- Cloud 4:09
- Coconut 5:36
- Creating Chances for Greater Luck 4:32
- Deoscule 6:26
- Destiny 2:57
- Don’t Stop My Love 4:09
- Flax (Remix) 5:23
- Flax (Remastered) 4:19
- For Good 4:58
- For You 5:34
- Got It for You 4:43
- Here 5:57
- Het Is Feest 4:04
- Hold On 7:17
- Houston 3:57
- I Am Open 3:57
- I Thought I Did Not Need a Click 4:14
- Insert 2:41
- It’s Hot in Here 6:32
- It’s Your Move 6:39
- Jack the House 4:08
- Just Do It to Me 3:28
- Meow 4:15
- Mjam 5:33
- Need Dreams 8:56
- Pick-Me-Up 4:44
- Power Pop 7:41
- Roll Together 5:27
- Shine 7:53
- Sunkiss 8:15
- Tape 4:01
- Whoosh 6:37
- Yours 5:02
- Octopolair Neutron (feat. Spaan & Olga Z) 3:46
EatMe - Pour La Mer 12:54 (2009)
EatMe - Ask For More 4:32 (2020)
( C ) ( P ) 2021 (CC) (BY-NC-ND 3.0)
Music by EatMe
http://www.eatme.pro/music
http://www.eatme.pro/youtube
1 post - 1 participant
What the hell is wrong with the metronome?
I’ve seen the countless memes asking for a better metronome…
The metronome in renoise does click and does clook.
What else should a metronomes do ?
(but that’s the same people who want a piano roll so…)
2 posts - 2 participants
Start screen when first opening Renoise Q
Apologies for such a lame question and I did search but to no luck.
When Renoise is fresh outta the box, it loads up with a screen asking if you want to start a new song or load an old song or whatever.
I disregarded this originally and now I can’t seem to get it to appear again.
Any help would be well appreciated!
3 posts - 2 participants