Feed aggregator
Harmonized Particles(psytrance)
This is my cousins work.Take a listen if you are in that kind of stuff.
1 post - 1 participant
Keith303 - the mediocre (renoise screen capture)
here’s a little cheesy techno tune for everyone who likes little cheesy techno tunes:
1 post - 1 participant
New Tool: RubberBand-Aid
Hello all,
After grappling with the legacy Rubberband tool (which worked great for whole samples), I wanted to have access to some of the experimental options in Rubber Band, in addition to the ability to work on sample selections. I came up with this:
https://www.renoise.com/tools/rubberband-aid-timeshift-pitch-correction-and-multisample-builder
It works great for my own needs, and I wanted to let it out into the community. Please give it a try and let me know if anything horribly breaks. Lua’s not my first language, but I’ve tried to make the tool as robust and flexible as possible.
Have fun and make adventurous music!
2 posts - 2 participants
Modifier key release
Multi track in Omnisphere
I’m trying to use multi track in Omnisphere, but I can’t see midi routing tab in Plugin Editor.
I can see audio routing tab in Plugin Editor but any track except 1st one doesn’t make sounds so they are unusable.
Isn’t it supported in renoise?
1 post - 1 participant
Not quite finished : Chemeleon - Deny Memory
Have a sneaky listen to what I’m working on. Hoping my fellow musicians will see some promise in it.
1 post - 1 participant
Anyone here on letterboxd?
I love movies and i’m watching alot. Maybe someone here is on letterboxd, too? We could follow each other and discover other films?
My profile:
letterboxd.com
dufte’s profile
dufte uses Letterboxd to share film reviews and lists. 993 films watched. Favorites: Back to the Future (1985), Aliens (1986), The Visitors II: The Corridors of Time (1998), Stargate (1994).
1 post - 1 participant
Ableton live capture function
is all i want for renoise.
i recently made some stuff again in renoise jsut for sake of my firststep into daws.
and i still having fun with it. the only reason i hadly used it the last time was the capture fucction in ableton.
ez as pie on the fly capturing of ideas. its just great playing around adn then having every idea recorded no matter what quality. no goofing around with making one take after the other for hours while the initial idea is fading away into oblivion.
just “oh shit thats a nice thing” hitting the capture button, replaying the midi and sorting things out fast.
thats what i would like to see: a renoise 3.x capture function
1 post - 1 participant
Maekae - Good Night (feat. Sheer Lev)
My latest work right here, featuring vocals by Sheer Lev (youtube.com/sheerlev).
Deep House or something in that style.
1 post - 1 participant
Force Jam - Disable transport shortcuts
com.ivofx.forcejam.xrnx (5.0 KB)
I wrote this tiny tool for myself to prevent me from accidentally stopping the song while jamming when I am recording a mix-session to audio.
It gives you alternative transport-hotkeys as in the picture which can be “muted” by a toggle.
You would assign them instead of the built-in ones (I only made counter-parts for the three ones I normally use)
And then toggle via the tools-menu
After toggling, the status is displayed at the bottom
Caveat: The “Play/Stop/Edit” key won’t enter Edit-mode, I only named it this way to match the built-in hotkey entry.
I don’t intend to provide any support, I am just sharing it in case anybody finds it useful. Feel free to modify or put it on github etc.
1 post - 1 participant
MacOS Jack Transport Sync Option missing :(
Continuing the discussion from Anyone experienced with JACK audio? I need help.:
I’m on MacOS, have just successfully set up 20 JACK channels to be shared with Bitwig, but it turns out that the SYNC button in the Renoise preferences is missing which would allow Jack Transport to start Renoise (it’s there in Linux).
In Bitwig the button is there too and it starts when i press play in the Jack Transport window.
Could you please add that button devs? Is it a big thing? Or can I change it in a settings file in MacOS?
1 post - 1 participant
Share your No1 advice about music making
Another interesting topic I think.Share here you No1 advice about music making.It can be anything,your mind set or something like finding inspiration etc.
My No1 advice.Work every day on it,doesn’t matter how much time but do it every day so it becomes second nature.This is a must for anything you want to achieve in life not just music
1 post - 1 participant
Are Native Instruments plugins compatible with Hi DPI mode?
I’ve just set up a new laptop (Windows 10, nvidia graphics) with renoise and my usual plugins. This is the first time I’ve tried to use Renoise on a 4k screen.
Here’s my problem: When I open Massive or Kontakt, their UI is completely broken. With auto-scaling on, the plugin window does not update. If I try to turn a knob or open a menu, there is no visual feedback until I close and re-open the window.
If I turn off auto-scaling for these plugins, the ui works, but it’s about the size of an altoids tin. I don’t see any settings within the plugins themselves that have to do with scaling.
The plugins scale just fine in Reaper, as do the standalone versions of Massive and Kontakt.
So has anyone else run into this issue?
1 post - 1 participant
Vst/Sample on top of the tracks
How about an option to have vst or sample loaded on top of the tracks but that area to stay fixed when tracks play? would nt that eliminate the need for the right intrument loading area and give us more space to work on?Also those vst /samples have that track only when loading on to them so we cant accidently have notes all over the place
1 post - 1 participant
Cannot modify all device parameters?
I noticed that certain parameters of the internal effects are not accessible via the generic Lua API.
For example the Display-Mode and the channel mode of the EQ5 here are not exposed as parameters.
My question: Is there a canonical way to modify these?
I figured that I could theoretically modify the XML-Data from the preset. The channel mode value seems to be there. But not the display-mode. Is there a convenient API for modifying XML values?
This has been bugging me for a while. Any help is appreciated.
<?xml version="1.0" encoding="UTF-8"?> <FilterDevicePreset doc_version="12"> <DeviceSlot type="Eq5Device"> <IsMaximized>true</IsMaximized> <InputMode>L+R</InputMode> <MaxVisualizedGain>20</MaxVisualizedGain> <Gain0> <Value>0.0</Value> </Gain0> <Gain1> <Value>0.0</Value> </Gain1> <Gain2> <Value>0.0</Value> </Gain2> <Gain3> <Value>0.0</Value> </Gain3> <Gain4> <Value>0.0</Value> </Gain4> <Frequency0> <Value>100</Value> </Frequency0> <Frequency1> <Value>1000</Value> </Frequency1> <Frequency2> <Value>4000</Value> </Frequency2> <Frequency3> <Value>8000</Value> </Frequency3> <Frequency4> <Value>12000</Value> </Frequency4> <BandWidth0> <Value>1.0</Value> </BandWidth0> <BandWidth1> <Value>4</Value> </BandWidth1> <BandWidth2> <Value>4</Value> </BandWidth2> <BandWidth3> <Value>4</Value> </BandWidth3> <BandWidth4> <Value>1.0</Value> </BandWidth4> </DeviceSlot> </FilterDevicePreset>1 post - 1 participant
Can I overclock my buffer size or delay play to minimise CPU distortion?
This has to be a beginner’s question but I can’t believe I can’t solve this.
In a nutshell, I want to minmise crackling. I am running ASIO 1024 buffer size with a focusrite interface. Pretty standard. I hate the crackly noises!!!
The renoise settings I have messed around with, but it seemed like rendering every time i want to press the spacebar is insane. Anyone? this has to be potentially the most common problem right?
oh, if i need to buy hardware, please tell me. I have 16cores but only RAM card, my hard drive is an SSD plugged directly into the motherboard to reduce delay. I thought I was making something that would overcome clipping like a graphics card overcomes FPS. Help?
2 posts - 2 participants
Picnic (Renoise + Hive2) (OSC#134 entry)
Here’s a tune I made for this month One Synth Challenge #134.
I have created all the patches (with Hive 2), so yeah that’s why the instruments sound so generic
Title: Picnic
BPM: 110
Length: 3:10
VST synth: u-he Hive 2.0.1 (x14)
DAW: Renoise 3.2.1
DAW native effects:
compressor (x10)
Filters/EQ (x38)
Gate (x2)
Distortion (x4)
Exciter
Commercial VST effects:
Fabfilter Pro-Q 2 (x4)
Ozone 9
Free VST effect:
Xfer OTT (x2)
1 post - 1 participant
Track's audio routing control
Hello guys,
I’ve one question : is there any plugin that can select all the track’s audio routing device in order to change all the tracks’ output device in one click?
because for example if you have 50 or 100 tracks in your project and you need to change the output of all the tracks one by one it can takes ages sometime
cheers
1 post - 1 participant
How to change page up/down step?
I’ve poked around but I haven’t found a way to change page up/down step. [lctrl+lshift+up/down arrow] works alright but I tend to leave the edit step at 0 and use page up/down in trackers. Am I missing something? Or is this not built in?
1 post - 1 participant
Delete Selection
Every tracker I’ve used has mouse support allows for deletion of highlighted notes. The ability to use delete key for both individual notes/effects and selections would be very much appreciated. Apple x/ctrl x or other keybinds work but it feels pretty hacky and switching between Renoise and Famitracker or any other tracker can be pretty annoying. A few other users in communities I’m in have mentioned this being an issue for them too. Aside from this I really love Renoise and all the features.
(I’m aware that this has been mentioned before, but it’s been more than a decade so rather than commenting on a dead topic I thought I’d make a new one.)
1 post - 1 participant