Feed aggregator

I call this "Wat the fuck" because this is what it is

Renoise Forum - September 20, 2020 - 22:02

This is no song in the “this-might-be-music-way” but anyhow. I think it’s funny af

1 post - 1 participant

Read full topic

Categories: Forum

•••zensphere••• PURPLE PORTALS [184 bpm darkpsy]

Renoise Forum - September 20, 2020 - 18:07

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

Read full topic

Categories: Forum

Milkyheart - seasonal entryway: autumn

Renoise Forum - September 20, 2020 - 16:31

making something after summer hiatus

1 post - 1 participant

Read full topic

Categories: Forum

Intermittent Renoise crash due to UNO synth dll

Renoise Forum - September 18, 2020 - 18:11

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

Read full topic

Categories: Forum

Another Orchestral Piece

Renoise Forum - September 18, 2020 - 15:43

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

Read full topic

Categories: Forum

Highlight best match while searching FX (like a quick launcher)

Renoise Forum - September 18, 2020 - 14:21

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

Read full topic

Categories: Forum

Ruby script to extract note values

Renoise Forum - September 18, 2020 - 04:44

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] }" end

The usual caveats: Works for James, “tested” via practical usage, useful hack to solve a simple problem.

1 post - 1 participant

Read full topic

Categories: Forum

How to group patterns in pattern editor?

Renoise Forum - September 17, 2020 - 12:07

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

Read full topic

Categories: Forum

Digital Music Album/EP format?

Renoise Forum - September 16, 2020 - 20:56

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

Read full topic

Categories: Forum

Getting Reason Rack Plugin working with Renoise

Renoise Forum - September 16, 2020 - 19:49

Hi everybody,

I wanted to use Reason Rack Plugin within Renoise, but I was having trouble getting it to work.

Problems

  1. Reason Rack Plugin is a VST3 (Not currently supported).
  2. The Reason Players didn’t work.

Fixes

  1. I could get the RRP working using the vstwrappers. (See : Support Vst 3???).

  2. 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:

  1. Also, on the KV_Element VST, press the [EXT] in the top left for it to match your tempo in Renoise, etc.
  2. Changed the instructions above as I mistyped Reason and Renoise twice

1 post - 1 participant

Read full topic

Categories: Forum

Any way to hide license name?

Renoise Forum - September 15, 2020 - 21:07

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

Read full topic

Categories: Forum

Recover files after disk format?

Renoise Forum - September 15, 2020 - 18:29

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

Read full topic

Categories: Forum

Steinberg UR22C, edit/mix windows and troubles

Renoise Forum - September 15, 2020 - 16:22

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

Read full topic

Categories: Forum

Let's talk about depth and movement

Renoise Forum - September 15, 2020 - 09:32

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

Read full topic

Categories: Forum

Svante Ülo - Serenade Pour la Pluie

Renoise Forum - September 14, 2020 - 23:29

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

Read full topic

Categories: Forum

Fun way to automate

Renoise Forum - September 14, 2020 - 21:21

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

Read full topic

Categories: Forum

Voice effects vocoders

Renoise Forum - September 14, 2020 - 12:17

can you use free ones like tal
and paid ones like waves ovox
izotope vocalsynth cheers

1 post - 1 participant

Read full topic

Categories: Forum

Is someone using Traktor controllers with Renoise? And my other beginner questions

Renoise Forum - September 13, 2020 - 16:37

Hello fellow kids!
During the last two weeks I bought a Traktor F1, an X1 and a Z1 controller for my DJing.

I’m just getting into Renoise currently. Since I’m new to the production side of things for now my main focus is on creating remix set loops for Traktor (possibly stems too). I feel like that a goal that will lead to actual results instead of tons of unfinished “songs” and being overwhelmed by the learning curve. (I’m focusing on the genres of 80s electronic (library) music, and musically-not-boring “synthwave”. Recently discovering @mitch_murder’s completely Renoise-based work (and writing him on SoundCloud) really spurred my will to get creative in and with those genres. Renoise immediately, finally, looked like a tool I could actually like to use. So far it didn’t disappoint.)

So I was wondering whether those controllers could also be useful for working with Renoise. I don’t have any midi maps yet and only tried some extremely simple stuff. In fact I only started looking into the topic of setting up controllers yesterday, because I’m also trying to decide whether a really simple master keyboard (M-Audio Mini32 Mk3, #1 choice, laptop-sized vs. Akai MPK Mini Mk2, a bit larger but has some knobs and pads) could be enough, since I should be able to repurpose my three Traktor controllers, at least for now. (I’m currently using an inherited Behringer UMX40 keyboard, but it’s wayyy too big, the keys are loud(!), and the knobs are all sticky and yucky.)

I was very intrigued by a user’s mention of controlling the pattern sequencer with the X1. Unfortunately that post is 10 years old. @empolo, if you’re still here please raise your hand. I haven’t looked in-depth into the pattern sequencer yet, so it still is a bit of a mystery to me. Sounds like this setup might also possibly serve in a live situation? Other than that do people even use external controllers (except keyboards) with Renoise? And what for, maybe to record some automations?

In short, if someone has any midi maps to share for those controllers and if/how you use them with Renoise that could be very helpful for me (and hopefully others too). Also I’d appreciate some tips for my general scenario and choice of minimal master keyboard controller.

Be well, all of you. Thank you.

1 post - 1 participant

Read full topic

Categories: Forum

Top beginner questions

Renoise Forum - September 13, 2020 - 11:30

theres a few questions i have thank u im advance

  1. can you quantize in renoise ?

  2. can you change time
    signature?

  3. has anyone made a good turorial on vocal recording in renoise

  4. can you get the song to play in a certain part of the block ie loop , instead of going back to the beginning of the song ?

im going to use renoise as my only daw i have come back to it and realised its a really good program

its just the music making is gonna be slow while i get my head around its workflow
so any help is appreciated if i think of more questions i will asd thank you people

1 post - 1 participant

Read full topic

Categories: Forum

Render slices to track? Slice audio to midi?

Renoise Forum - September 13, 2020 - 11:14

I can slice drum loop to phrase but I want it in the track instead. Basically I want “Slice audio to midi track” like in Ableton Live. What is the workflow?

1 post - 1 participant

Read full topic

Categories: Forum

Pages

Subscribe to Renoise aggregator
wurst