Forum
You mofos are going to kill all my lilies(WIP)
@beatsgo wrote:
twitter.com beatsugo (beats_go) idea 112 (WIP) got inspired by @sanodg and #korggadget on my #nintendoswitch to create some nifty instruments on @renoise #dtmer #dtm #trackermusic #sampler #daw #musicproduction https://t.co/3YAJy7Aq2n 21:50 - 4. Apr. 2020 6Posts: 1
Participants: 1
Hideout - The Bellows
@TheBellows wrote:
Somewhat dark and fast paced track this time. Hope you enjoy it!
Posts: 1
Participants: 1
User interface scaling makes VST's GUI bugging
@Dam wrote:
Hello.
I noticed that when you go to renoise’s preferences and change the user interface scaling to more than 100% then when you open any VST it opens the vst’s GUI with some scaling problem. i attach to this topic a picture of how it looks like.
hopefully you can patch this small bug for the next release it would be awesome !
my OS is windows 10 and the version affected is the last one (3.2.1)
cheers take care
Dam
Posts: 1
Participants: 1
Wavedna software
@Orange wrote:
Greetings…was wondering if anyone has been able to integrate renoise and the wavedna vst instruments. Wavedna makes liquid music and liquid drummer, both fascinating vst midi generators that provide a unique way to generate melodies and rhythms…it claims to work with all DAWs but best with Ableton…they do not advertise comparability with renoise but was wondering if anyone has made it work…
Posts: 1
Participants: 1
Triggering Sample Momentarily via Midi Controller
@Redman wrote:
How do I set up midi in Renoise so a sample mapped to a key/button momentarily cuts the current sample that’s playing and then continues to play again once the midi key/button is released.
Example: at 2:10 Igorrr has a main drum pattern playing then as he presses buttons on his Akai APC40i whatever sample is assigned to the button he presses cuts the main pattern, plays the sample, and then when he releases the button the sample stops play and the original drum pattern beginnings playing again.
Also is it possible to trigger a sample and an effect parameter at the same time with with midi. For instance if I wanted to trigger a drum loop and the on/off state of a chorus effect at the same time? When I try mapping the midi controller key to the chorus on/off it works for the on/off state but it doesn’t trigger the sample playback
Posts: 1
Participants: 1
Someone Is Stealing Tracker Songs And Selling Them
@James_Britt wrote:
Erik McClure Someone Is Stealing Tracker Songs And Selling ThemToday, in response to a tweet talking about old untitled song ideas, I mentioned that I had a strange file called “t.mp3” sitting in my downloads folder that had been there for years and have no attached metadata or hint as to where it came from. It...
Odd story about someone swiping credit for old demoscene tracker songs
The point is that someone has stolen 11 classic demoscene tracker songs and is selling them on every major online music store. The album is called “H4x0r R007z” and it consists entirely of blatantly stolen tracker songs lazily renamed using 1337 text, which usually means finding the original song is pretty easy.
Found via the highly recommended newsletter Caesura
Posts: 1
Participants: 1
I haven't testet the pianoroll editor in renoise
@KnownUn wrote:
…but would you say its like this one?
This one is from Toybox, I just made a patch in reaktor to test it out, its kinda fun actually:;
Posts: 1
Participants: 1
How to completely stop vst instrument
@rpulse wrote:
I have a VST instrument (Image-Line Sytrus) which sometimes don’t stop (sustain loop keeps going forever when playing the song) even when I use note off command in every tracker channel.
Is there any way to fully 100% stop (and reset) the instrument so its volume goes to zero? (Gain VST effect + automation to set volume 0% kinda works but problem appears if I want to use that instrument again).
—
cslr
Posts: 1
Participants: 1
Rescanning MIDI-devices is crashing...?
@gracz_1 wrote:
Hi Guys.
The last version of Renoise is rescanning MIDI-devices every few minutes (left corner on the bottom) and after that is freezing. Any ideas if my settings are wrong or is a problem with software…?
Posts: 1
Participants: 1
Temp file Xml Recovery
@jochknoch wrote:
Hey,
is there a way to add the data saved in a .tmp file to a functioning Xml or recover whats saved in there somehow else? (especially envelopes^^)
I have been working on a song for quite a while when my OS crashed.
Unfortunately Auto-save was not enabled (now it sure is) and no crash-backup was saved.
Posts: 1
Participants: 1
How to route audio from another track into a VSTi (if possible)?
@n.senada wrote:
Hey! I would like to use the Reaktor VSTi as both an effect and an instrument, but I can’t figure out how to route audio from another track in Renoise into the Reaktor VSTi. I know that it would be possible to simply load the Reaktor VST effect onto the track whose audio I want to run into Reaktor and then set up an effect alias to control the instrument portion, but I’d like to know how to do this (if it’s even possible) in case I ever use a VSTi that accepts audio input but does not have a separate VST effect counterpart.
My apologies if this has already been asked. I searched Google and the forums, but was not able to find an answer. Thanks!
Posts: 1
Participants: 1
Midi reaction is bad and
@Peegtaar wrote:
Hello there, i already searched but could not find it.
When i connect any of my midi devices (nanokontrol2 or U-Control) the for example volume slider goes not smoothly but from -5db to +3db.
Also on my nanokotrol2 the S M R buttons suddenly act like an keyboard!
I had this problem before but forgot how to fix this, can anyone help me…thanks!
Posts: 1
Participants: 1
Batch normalise volume in xrni?
@bunja1979 wrote:
i have vst grabbed a few sounds but they have come out when converted as xrni ? do i have to normalize them one by one ?
Posts: 1
Participants: 1
Toybox Modular Anyone?
@KnownUn wrote:
Man, I love the Toybox modular blocks, need to hook em up with Renoise soon!
Posts: 1
Participants: 1
WAV TO XRNI tool script
@bunja1979 wrote:
has anyone created a script for this yet ?
I find it hard to drag and drop wavs into the renoise sampler ( always errors)
an auto tool would be much appreciated people thank you so much
Posts: 1
Participants: 1
How to detect if Sample Recorder is recording?
@esaruoho wrote:
Hi, is there some way of detecting if the Sample Recorder is recording or not?
I use Esc for edit mode on/off, but Esc also cancels (!) and hides the sample recorder.
How would I go about detecting that if the Sample Recorder is recording, then either stop recording, or at least don’t hide the sample recorder dialog.
Posts: 1
Participants: 1
How to retain an instrument, wipe song, start a new song and add the instrument in?
@esaruoho wrote:
Hi, I used to have this nice little script that would take the first sample of the instrument (yep, most of my instruments are 1 sample only), create a new renoise song, paste it in. But it no longer works.
function WipeRetain() local tmpvariable=os.tmpname("wav") local s=renoise.song() s.instruments[s.selected_instrument_index].samples[1].sample_buffer:save_as(tmpvariable, "wav") if not renoise.tool().app_new_document_observable:has_notifier(WipeRetain_) then renoise.tool().app_new_document_observable:add_notifier(WipeRetain_) else renoise.tool().app_new_document_observable:remove_notifier(WipeRetain_)end renoise.app():new_song() end function WipeRetain_() local s=renoise.song() s.instruments[s.selected_instrument_index].samples[1].sample_buffer:load_from(tmpvariable) renoise.app().window.active_middle_frame=4 renoise.app():show_status(tmpvariable) os.remove(tmpvariable) renoise.tool().app_new_document_observable:remove_notifier(WipeRetain_) endI’m wondering what would be required to make this work again in 3.1.1?
Posts: 1
Participants: 1
R3.2.1 (Nov.7.2019) empty instrument plugin list (Linux)
@asteriisk wrote:
Hello! New to Renoise, glad to be learning!
My build of Renoise seems to be unable to find (or at least, display…?) any VST instruments I have on my system. I have tried fixing my $VST_PATH variable to no avail. The plugin dropdown list remains purely blank, with no text displayed at all.
I installed v3.1.1, and my instruments are displayed and working as expected. So, for now, I’ve began using 3.1.1.
I’m running Manjaro Linux, with the 5.0.5-arch1-1-vfio kernel.
Thanks for any help, and loving the software aside from this hiccup!!
Posts: 2
Participants: 1
Major vst crash help me
@stoiximan wrote:
On ubuntu 19.10 yesterday this happened and when i load again the project the vst goes to the default preset and i cant remember the preset name to continue my work
Posts: 1
Participants: 1
Increase negative and positive maximum of track delay
@toimp wrote:
There is currently a limit of -100ms up to 100ms. Would be nice, when this would be hihger for samples like this:
Bitwig goes from -500ms up to 500ms. I think this would be enough.
Another solution would be per sample delay. This was suggested here several times:
Sample Snap-to-beat Point Ideas & suggestions
Hi!
Probably you all met the same problem: Let’s say, you have a realistic sample (a flute, a shaker, or a bass drum), and you have to cut the “valuable” beginning of the sample (or place it upper in the pattern editor) to match the beat when playing the song.
Is there any well-tried solution?
If no, I have an idea: In the sample editor there would be an additional vertical line (similar to the loop start/end) which could be placed anywhere to mark the sample position which should be snapped …
Crazy Idea - Beat-Centered Note Offsets Ideas & suggestions
Ok, I know this won’t fly because it probably breaks the underlying architecture and backwards compatability, but what about having delay offsets positively and negatively centered on the note? Why does this matter?
It makes more sense from a musical standpoint. The pulse of the beat is at the core of any rhythm, but the delay offsets as they are now have an asymmetric relationship to that. This will tend to “nudge” the composition process in ways that are not musical.
For example, if I’m addi…
Note Align (Sample Hit Point) Ideas & suggestions
Like this:
Posts: 1
Participants: 1