Forum
Copy and Paste the same track?
hi I like to pan a lot and sometimes I take one track pan it hard left and copy that and pan it hard right im having issues here any tips im going to learn this and u guys are awesome helping me cheers
1 post - 1 participant
Hardware digital piano playback issue
so I’m using a Roland digital piano and using line in to record , but when I set it to play back in midi settings it doesn’t sound the same any ideas cheer
2 posts - 1 participant
Can you delete this i fogured it out cheers
so I want to change the number of lines from 64 to 32 but only in one block can you change per block ? cheers
1 post - 1 participant
I call this "Wat the fuck" because this is what it is
This is no song in the “this-might-be-music-way” but anyhow. I think it’s funny af
1 post - 1 participant
•••zensphere••• PURPLE PORTALS [184 bpm darkpsy]
heyo, new tune up! going for some high bpm psy styles now
100% renoise dsp, no plugins were harmed in the making of this production…
let me know what you think!
1 post - 1 participant
Milkyheart - seasonal entryway: autumn
Intermittent Renoise crash due to UNO synth dll
Description:
- Intermittent crash or Renoise due to IK Multimedia UNO Synth dll, which is a dll for use with hw synth.
- Seems to crash at random whenever doing something related to this plugin (and UNO hw synth).
- Unable to reproduce, issue appears intermittent (today 3x though in 1hr).
Expected results:
- No crashes
Actual results:
- Intermittent crashes, loss of song & progress.
Extras:
- Reported issue with IK Multimedia (pending response).
- Renoise should be latest version
- UNO Synth DLL is latest version
- UNO Synth (hw) is on latest firmware v1.1.4)
- Section from log:
Feedback requested:
- Would appreciate recommendations & suggestions for this issue.
- Thanks in advance!
Version : Renoise V3.2.0 (Aug 26 2019)
Date : 2020-09-18
Time : 16:57:10
OS : Windows 10 (x86_64)
…
VstPlugs: Caught exception in VSTPlug::SetParameterValue
Warning Message: Ouch. The VST plugin ‘IK Multimedia: UNO Synth Editor (from IK Multimedia)’ crashed in VST event/function: ‘SetParameterValue’, Thread: ‘AUDIO Slaves’
Warning Message: IMPORTANT: This is a fatal error. Please save the current document under a !new! name to prevent losing important data. Renoise will silently ignore any following errors from this plug-in.
Warning Message: DO NOT IGNORE THIS ERROR; DO NOT CONTINUE USING THE PLUGIN. THIS CAN DESTROY YOUR SONG OR CAUSE OTHER RANDOM CRASHES AND PROBLEMS!
Warning Message: It’s most likely that this is a bug in the VST plugin, so please report this problem to the authors of this plugin in order to get the problem fixed!
KeyEventHandler: Unknown DirectInput key pressed. ScanCode:‘0xB7’
KeyEventHandler: Unknown DirectInput key pressed. ScanCode:'0xB7’Log.txt (7.4 KB)
1 post - 1 participant
Another Orchestral Piece
I used string harmonics to make an almost medieval organ sound which sets the mood quite nicely in the opening, and the rest just sorta happened…
I wrote this track to be less like a menace (for now!), though it does poke through cheekily. Whatcha think?
1 post - 1 participant
Highlight best match while searching FX (like a quick launcher)
Imagine when adding an FX that your search query already highlight the best match so you can just press enter and have it inserted. Keep the textfield in focus so you can quickly add in a chain of effects.
1 post - 1 participant
Ruby script to extract note values
I tend to use a MIDI keyboard to record musical chords, typically with a piano instrument.
Lately I’ve been interested in learning what chords I’ve played so I can try to recreate them on guitar.
I wrote a short Ruby program that reads an XML file and prints the note data.
You need to have the Nokogiri gem installed.
To use it, select a pattern, copy it (e.g. ctrl-c on Windows), then create a text file named pattern.xml and paste into it (ctrl+v).
Run the script in the same folder as this pattern XML file.
require 'nokogiri' @doc = Nokogiri::XML(open "pattern.xml") @lines_data = {} @doc.xpath("//Line[@index]").each do |line| note = line.xpath("NoteColumns/NoteColumn/Note").text @lines_data[ line[:index].to_i ] ||= [] @lines_data[line[:index].to_i] << note end @lines_data.keys.sort.each do |line| puts "Line #{line}: #{@lines_data[line] }" endThe usual caveats: Works for James, “tested” via practical usage, useful hack to solve a simple problem.
1 post - 1 participant
How to group patterns in pattern editor?
Hey everyone,
Simple question: I’ve seen people do this in screenshots but cannot find the commands for it. I want to group patterns in the pattern editor together, i.e. “intro” “ambient section”, etc. so I can find stuff more easily. How is this done? Thanks!
3 posts - 2 participants
Digital Music Album/EP format?
I was just searching the internet for this, but could not find anything.
Why is there no such thing as a single-file music album format? That is, a single file with the album cover as the icon, that contains all songs (in lossy or lossless format), and can be played by a music player. Basically something like a digital Audio-CD. I think a self-contained single file would make much more sense than having a folder with the single songs.
Does anyone know if there is something like this and I just missed it?
1 post - 1 participant
Getting Reason Rack Plugin working with Renoise
Hi everybody,
I wanted to use Reason Rack Plugin within Renoise, but I was having trouble getting it to work.
Problems
- Reason Rack Plugin is a VST3 (Not currently supported).
- The Reason Players didn’t work.
Fixes
-
I could get the RRP working using the vstwrappers. (See : Support Vst 3???).
-
The Renoise Players didn’t work still when sending midi out and I really wanted to use the players (probably because the wrapper didn’t support it?).
So what I did for this was download and install Kushview Elements (https://kushview.net/). This cost $2, although it’s free is you build it yourself - I can’t personally!
a. Once installed, load up the standalone version of Elements and scan your VST plugins. Close Elements.
b. Then go to Renoise, and scan for VSTs.
c. Now load up the plugin KV_Elements into Renoise.
d. Open the plugin KV_Elements and select Reason Rack Plugin.
e. Choose the Reason player of your choice (I have only tested Scales & Chords).
f. Ensure MIDI Out is there in your Reason Rack, if not, drag it in place.
g. Go back to Reason and on the next instrument down (01 in my case), choose your INSTRUMENT VST you want to use.
h. Go back again to Renoise. select the instrument KV_Element VST, go to the plugin tab in Renoise and under MIDI Routing on the left, choose the VST Instrument you chose in point g (01). (This should route all midi you play as INSTRUMENT 00 through to this VST)
i. Open up the KV_Element VST again and connect the orange dots on the panel (see attached image).
Now when you play instrument 00, it will send the midi from the Reason Rack Plugin through to the 01 VST correctly.
!! Remember to match the scale you choose in the Scales & Chords to the Scale in Renoise (Instrument 00), else it sends a “bum” note and doesn’t auto-transpose it.
I think that made sense, but I hope it helps someone. Was longer than I expected it to be, but it is quite simple (I did it!)
If there’s an easier way, let me know, but until we get VST3 support this was the only way I could find that worked for me.
Edit:
- Also, on the KV_Element VST, press the [EXT] in the top left for it to match your tempo in Renoise, etc.
- Changed the instructions above as I mistyped Reason and Renoise twice
1 post - 1 participant
Any way to hide license name?
Heya, I’m wondering if there’s a hidden setting or a config file I can edit to hide my license name when I boot Renoise up. I wanna stream my music production once in awhile, but I don’t want my full name to show up publicly haha. Thanks!
2 posts - 2 participants
Recover files after disk format?
I don’t know how I did it but I accidentally formated my win 10 drive and lost some songs .I installed linux mint there so is it possible to recover anything?
1 post - 1 participant
Steinberg UR22C, edit/mix windows and troubles
So, i bought it and it have strange behavior.
Don’t know how to describe this.
Video: https://youtu.be/RZwymZkUuC4
Can’t capture this laggy things with OBS because of observer effect and Renoise works just perfect.
And i saw thing that don’t relay on this particular edit/mix windows effect: sometimes it freezes for a moment just on pattern switch.
ASIO4ALL works perfectly well. DirectSound are totally boken, but i don’t care about it.
Latest chipset (usb), video, steinberg drivers and firmware. Renoise 3.2.2 @ Win 10 1809
Ryzen 7 3700x ; X570 Chipset; Radeon RX 5700 XT; 64gb RAM.
Many thanks in advance.
1 post - 1 participant
Let's talk about depth and movement
Hello everyone, first post in a long, long time.
Two things that I still struggle with in my mixes, especially since I tread in mostly aggressive house music, are depth and movement.
Depth in the sense of a track having a ‘3D’ feel so to speak, with elements in the back- and foreground and a large sound stage overall.
So far I’ve been using panning, volume automation and stereo processing to do this, though my tracks still feel pretty flat compared to professional productions.
Movement as in the track ‘breathing’, not sounding static, keeping a dynamic feel in spite of being mixed loud and aggressive.
For this I’ve been also using a lot of automation as well as selective sidechain compression, yet things end up feeling too tight still.
Here is a current demo where these problems still bother me for reference.
What are your techniques to achieve these two elements in your music?
What VST Plugins, Renoise tricks and tweaks do you use to let your tracks live and breathe?
1 post - 1 participant
Svante Ülo - Serenade Pour la Pluie
Tomorrow is 15 september. The temperature will be 35°c in north of France.
Me and my imaginary swedish cousin made a song and video about this.
Composition is 100% made in Renoise using reaktor serenade ensemble for main violin.
Thanks for listening / watching.
1 post - 1 participant
Fun way to automate
Hi! I’m a noob so this is probably geared towards other noobs like me. Sometimes it’s difficult to get a wobbly envelope just how you want it. Here’s my trick. Sample your voice doing the modulation you want. It will sound silly. Throw a signal follower and a gainer on it. Route the signal follower to your desired effect (wet/dry knob on comb filter etc) and turn the gainer all the way down so everything after the signal follower is silent. Super fun!
Cheers!
1 post - 1 participant
Voice effects vocoders
can you use free ones like tal
and paid ones like waves ovox
izotope vocalsynth cheers
1 post - 1 participant