Forum
NI Reactor instruments
Hi!
Dissapointed by error/bug appears when i use some NI Reactor old synth. I’ve done too many tracks to
sacrifice using them. Everything working but sometimes error pops up with warning not to use this reactor synth because it will cause more problems later. Any solution to this problem without sacrifices?
Thanx! =)
1 post - 1 participant
"Ingredients:", a scifi dystopia electro EP
Four songs about computer simulations, hamburgers, gnomes, witches, cannibals, aliens, and all the stuff on the news:
As always, thanks for listening!
1 post - 1 participant
Madtracker : seriously, in July 2020?... yes I know
Hi there (sorry for my english)
I know, I’m still using Madtracker and it’s outdated but I love it and know it by heart.
Anyway, I’m planning to finally experiment some new DAWs but, before doing so, I’d like to finish some projects with Madtracker and export as WAV to figure on an album.
However, here is my question and I hope some Renoise users were previous Madtracker users : what about the “sound quality” of the WAV I’ll export ? in Madtracker I can export in 24bit / 44khz… even if Madtracker is oooold (my version is the last from 2006…) do you think the WAV will be from a “lesser quality” than one I would export from a modern DAW with the same settings (24bits/44khz)? Because I’m using modern and recent VST (Madtracker can run them) so even if Madtracker have far less options than modern DAW, the final sounding should however be the same if I use the same VST with the same wav export settings, right?
On a side note, I don’t know why but when I export my wav in 24bits, the volume is lower than my project in Madtracker… when I export in 16bits, the volume is the same… Any idea how I could export with the same volume ??
Thanks in advance and sorry for this weird topic in July 2020 haha
1 post - 1 participant
How can i add more then 2 VST Directory paths?
Hi,
i need to Add more then 2 VST Directory Paths in config. How can i do that?
best regards
1 post - 1 participant
Large concatenation loops not caught by "Terminate Hung Script" dialog
It seems string concatenations will not be caught by the ‘Tool taking long time, do you want to quit?’ warning.
I found this by a coding error where I was concatenating to the wrong string in a functions loop. It wasn’t an infinite loop but ran long enough to cause this error. Basically renoise freezes as your machine goes up to max memory usage. You do eventually get a system out of memory warning.
Test code:
Take a long string:
local string = “asdlfkjlisfjdlkdjslkjlewjrtpvwjrtvjerltkvjtjuvrkaebtljerbotjeratbjoraetjboeraibtoirjaebotjaerotijboraetjborjetb”
Concatinate in an infinite loop
while true do string = string..string endTerminal Output when run in testpad.lua:
*** not enough memory
Error when run from tool::
1 post - 1 participant
English opening
this one is the last track of a 4-track kinda Lo-Fi playlist I recently published on my spotify. I hope you guys like it
if you wanna listen to something more chill, the first track of this playlist could be more enjoyable… here it goes:
thanks!
1 post - 1 participant
4 metronome ticks before recording starts
Can we have a number of metronome ticks before recording starts?
Thank you!
2 posts - 2 participants
Softube modular
Does anyone here have any experience with softube modular inside renoise ? Does it work fully?
1 post - 1 participant
An article on mixing and mastering
This seems like some good stuff, sorry if it’s already been posted, no harm intended just pure love.
blog lapiNIC – 11 Nov 11 Mixing and Mastering with Renoise [English]Mixing and Mastering with Renoise [English] french version available
1 post - 1 participant
Please Scream Inside Your Heart
Here are 3 new songs made in Renoise, released today under a new secret identity (not that you would have been aware of the old, non-secret identity). These songs had been waiting for a name to be released under, and it was only this week that an appropriate one came out of the internet.
https://pleasescreaminsideyourheart.bandcamp.com/
The lyrics are co-written by a human and a machine, and performed by software. No external samples were used to make this. Everything comes from synth plugins running in Renoise and sampled and modified in place. Not sure why that was important but it was…
These are a new direction for the new identity, and it would be great to know what you think of them.
1 post - 1 participant
Melodic techno - new track out on Traum
Top of the morning to you!
I have a new track out on the german label Traum (released yesterday, compilation). Appreciate if you check it out, any support is helpful. Made with Renoise + controlling a bunch of hardware: Juno-106, Moog Sub Phatty, Makenoise 0-Coast, Korg Electribe ER-1, Drumbrute Impact, Volca FM and even a little something from my good old Roland JV-1080
Spotify: https://open.spotify.com/track/4ZMIuTYxTkgE4ZiyX7YrAt?si=tXk09aQCQpK3xrDJH9aRsg
SoundCloud (Lo-res, 96k): https://soundcloud.com/traum-schallplatten/priq-orenda-traum-cddig-46?in=traum-schallplatten/sets/various-artists-tour-de-5
Beatport: https://www.beatport.com/track/orenda-original-mix/13765184
Full release + other platforms: https://geni.us/tourdetraumxix
Lots of other good tracks on there!
Thx!
1 post - 1 participant
Digitakt + Digitone + Renoise (Need anymore!?)
Roland S-Series Sample Library Download Request!
Poor I Need Help Some Request Have All Including RSB-50 & 550 Sound Disks libraries but sad idea…
1 post - 1 participant
It's able to route Notes from 1 Patternchannel to 2 Vst's same time?
Hi
is that maybee? Then i could Reason using as a multichannel Waves Layer Synthesizer. For instance play a String and a saw synth at same time?
best regards
1 post - 1 participant
Bug/ issue with Device properties
I ended up going through this in the API wishlist thread but thought it deserves it’s own report. Basically renoise.song().selected_track_device. display_name returns the wrong default value. Once the user has modified the device name in renoise, that correct modified string value for display_name is returned.
display_name bug explained:
Example of display_name in renoise
user updated
1) name works
------
[name] => Native Instruments GmbH: Driver
Is correct in both ‘available_device_infos[]’ and ‘device[].name’. It is the long name/ name+ manufacturer category, in the browser
renoise.song().tracks[1].available_device_infos[1].name
renoise.song().selected_track_device.name
This is gives the name shown in the renoise plugin browser (maybe browser_name is more accurate property name?)
2) display_name bug/ inconsistency
------
Using renoise.song().selected_track_device.display_name
Initially it incorrectly returns the propery name as above:
[display_name]=> VST: Native Instruments GmbH: Driver
Should initially be (but isn’t):
[display_name]=> Driver
Becomes corrected after user renames device in renoise:
[display_name]=> “My New Name for Driver in Renoise”
When a plug is loaded [display_name] is returned incorrectly the same as [name] (which is the plugin browser name) but it should be something like VST:Driver with no manufacturer name as it is shown to the user in renoise. When you change the name in the renoise mixer, this property updates and will return the name you just changed it to which seems correct
/////////////////////////////////////////////////
There is also a separate inconsistency with the [name] property where VST device paths have an extra space in the path name. It came to my attention when trying to strip out the short name from the path :
VST has space after colon GmbH:_Driver. <- underscore = space
[name] => Native Instruments GmbH: Driver
Yet renoise effects there is no space
[name] =>Effects:Delay
1 post - 1 participant
Change an Instrument deletes all Notes from Trackpattern?!
Hello i have a Project with some Rewire embedded devices. If i try to change them with a VST Plugin. I get faults. I want hold the Pattern Notes for Track, only change Instruments!!! But if i simply select instrument list and add VST i get error. The VST is showed in instrument list then, but it not plays. It plays still the Rewire instrument. If i first delete instrument from List, and add then the VST i can play with keyboard an it give sound, but the patterntrack notes all are gone. Is there a way to change Samples/instruments/Vsts in generally with saving the Patternnotes in Channel? i hope u understand what i mean.
with best regards
1 post - 1 participant
When you sample a monophonic synth, to create a pad, is the resulting sound considered polyphonic?
I could have asked this on Gearslutz, but I want the real answer, from somebody who knows.
If you sample a monophonic synth @ C-4, in the XNRI, and add 2 more samples, one E-4, and G-4… You should have a C Major Chord in your XNRI
However, are the samples considered voices? Do you know have a 3 voice instrument?
Does what I am asking make any sense?
1 post - 1 participant
Visual latency when using Rewire
I’m currently using Logic as a master and route audio to it from Renoise(slave). When I hit play, Renoise jumps about 4 ticks forward(so anything in the first four ticks is mashed together for some reason), and then the audio is sync’d up, but visually Renoise is way ahead of what I am hearing. This makes it a huge pain when I’m trying to program or watch play back in real time. I’m running Catalina on a MacBook, and had to change the display to sRGB IEC61966-2.1 just to get the interface to move properly, but this problem happens regardless of display setting.
1 post - 1 participant
Toon track recording
Any idea how I can record the midi from ezbass or ezkeys? Dragging the midi from the Toon track sequencer works but it’s clunky…is there a way to input the midi and record it live as it plays?
1 post - 1 participant
Automatic Row Playback on Note Input
Famitracker, OpenMPT, and so many other trackers have this feature as a simple toggleable option in the settings menu… As someone who is a by-ear sort of musician, this would help me tremendously.
I know there is a keybind, but honestly just having a toggleable setting would be immensely more helpful in my opinion because that way I could not worry about pressings Shift + Enter every 5 seconds and could focus on the composition.
Perhaps this feature already exists within a tool? Or, if possible, could be scripted? If any of you have any ideas how to mimic this sort of feature in the existing renoise version, please let me know!
1 post - 1 participant