Feed aggregator

Autotuner do i need it

Renoise Forum - July 9, 2022 - 02:12

Is there any auto tuner plugin ?. I have some orchestral samples which I would like to map to keyboard.
Not sure I even need one to play a sample in different notes, if I tune it to A 440Hz will the other keys play correctly.
I’m just not sure what is the best solution.
Regards

4 posts - 2 participants

Read full topic

Categories: Forum

A good Visualisation solution

Renoise Forum - July 8, 2022 - 12:42

THE VIDEO LINK:
https://drive.google.com/file/d/16Yo6TR6OstR6hyjouYF3Qcf2TZHMLHTn/view?usp=sharing
++++++++++++++++++++++++++++++++++++++++++++*
Cockos reastream + VSThost

https://www.reaper.fm/reaplugs/

hermannseib.com VSTHost

VST Host Description

2 posts - 1 participant

Read full topic

Categories: Forum

What keyboard sizes can y'all reccomend

Renoise Forum - July 7, 2022 - 17:08

I wanna buy a better keyboard so that i dont have to use my laptop keyboard all the time. So what sizes of keyboard do you guys use for renoise, do you use the numberpad etc. I’d be super interested to hear your opinions.

8 posts - 8 participants

Read full topic

Categories: Forum

Formula for playback of long sample over multiple patterns

Renoise Forum - July 6, 2022 - 20:34

Here is a crude little formula for the seamless playback of an extended sample (e.g. a full acapella track) over multiple patterns.

It uses sliced or offset playback in 15 second chunks (other lengths will work as long too just change what you divide the BPM by).

It involves two steps:

1st: (Beats Per Pattern) = (Beats Per Minute) / 4

2nd: (Lines Per Pattern) = (BPP) x (Lines Per Beat)

Set the lines per pattern to the number calculated and enter the whole sample sequentially at the start of each pattern using offset FX or Slice Markers.

To get the formula to output a whole number bellow 512 for LPP you may have to adjust your BPM and LPB according how you divide the track.

There is probably a less clunky way of achieving this but I figured the above method may as well be posted.

3 posts - 2 participants

Read full topic

Categories: Forum

Having trouble wrapping my head around chords in the phrase editor

Renoise Forum - July 6, 2022 - 05:28

This is probably a really dumb question. I’ve been trying to improve my music theory knowledge and feel like I’m making some good progress. But what happens when I trigger a C minor chord in a phrase with lets say a D#4 instead of a C4? It sounds like a rave stab when I trigger it with different notes, but not sure what’s happening to the actual triad of notes. So, if I write a chord progression within the phrase editor in the C minor scale I should trigger it with a C note right? And would it be in a different key otherwise? I’m starting to think of it as like an already rendered chord loop sample that’s being pitch shifted? but not sure if that’s right.

5 posts - 3 participants

Read full topic

Categories: Forum

Pattern command: "Jump" (6 types, probable)

Renoise Forum - July 6, 2022 - 00:53

Thanks for running Renoise.

I have sketched out the jump command to be as simple and highly applicable as possible.
In particular, if combined with the Yx command, it will be possible to control with probability whether or not the line itself is executed, which I believe will enable a variety of new performances with simple expressions.
Please consider this.

Sorry if I am saying something strange.

1. Relative jump from current line to xx lines up
  • Command example: “JUxx
  • xx=specify jump to xx lines up from current line

If the whole line is 00-31 (0x1F), then When current line is 15 (0x0F):

xx | line number to jump to and comment ---+----------------------------------- 00 | 15(0x0F) Loop the playback of 0x0F, `Y0`=Play 0x0F only once without looping, `YF`=Loop the playback of 0x0F 01 | 14(0x0E) Jump before playback 0F | 00(0x00) Jump before playback 10 | 31(0x1F) Jump before playback
  • Yx command allows specifying the jump probability
2. Relative jump from current line to xx lines down
  • Command example: “JDxx
  • xx=specify jump to xx lines down from current line

When the whole line is 00-31 (0x1F)
When the current line is 15 (0x0F):

xx | line number to jump to and comment ---+----------------------------------- 00 | 15(0x0F) Loop the playback of 0x0F, `Y0`=Play 0x0F only once without looping, `YF`=Loop the playback of 0x0F 01 | 16(0x10) Jump before playback 0F | 31(0x1F) Jump before playback 10 | 00(0x00) Jump before playback
  • Yx command allows specifying the jump probability
3. Absolute jump from current line to line xx
  • Command example: “JHxx
  • xx=Line number to jump to, specified in hexadecimal

When the whole line is 00-31 (0x1F)
If the current line is 15 (0x0F):

xx | line number to jump to and comment ---+----------------------------------- 00 | 00(0x00) Jump before playback 01 | 01(0x01) Jump before playback 0F | 15(0x0F) Jump before playback 10 | 16(0x10) Jump before playback
  • Yx command allows specifying the jump probability
4. Relative jump from current pattern to xx pattern previous
  • Command example: “JPxx
  • xx=specify jump to xx pattern previous from current pattern

When the overall pattern is 00-31 (0x1F)
When current pattern is 15 (0x0F):

xx | pattern number to jump to and comment ---+-------------------------------------- 00 | 15(0x0F) Play 0x0F again and loop 01 | 14(0x0E) Jump before playback 0F | 00(0x00) Jump before playback 10 | 31(0x1F) Jump before playback
  • Yx command allows specifying the jump probability
  • This command can also be used for phrases. In that case, it jumps to xx=relative phrase number instead of the pattern, or to the current phrase number if xx=00
  • Consider the option to display the pattern number in hexadecimal
  • Consider the option to display phrase numbers in hexadecimal
5. Relative jump from current pattern to xx pattern next
  • Command example: “JNxx
  • xx=specify jump to xx pattern next from current pattern

When the overall pattern is 00-31 (0x1F)
When the current pattern is 15 (0x0F):

xx | pattern number to jump to and comment ---+-------------------------------------- 00 | 15(0x0F) Play 0x0F again and loop 01 | 16(0x10) Jump before playback 0F | 31(0x1F) Jump before playback 10 | 00(0x00) Jump before playback
  • Yx command allows specifying the jump probability
  • This command can also be used for phrases. In that case, it jumps to xx=relative phrase number instead of the pattern, or to the current phrase number if xx=00
  • Consider the option to display the pattern number in hexadecimal
  • Consider the option to display phrase numbers in hexadecimal
6. Absolute jump from current pattern to pattern xx
  • command example: “JXxx
  • xx=pattern number to jump to, specified in hexadecimal

When the overall pattern is 00-31 (0x1F)
When the current pattern is 15 (0x0F):

xx | pattern number to jump to and comment ---+-------------------------------------- 00 | 00(0x00) Jump before playback 01 | 01(0x01) Jump before playback 0F | 15(0x0F) Jump before playback 10 | 16(0x10) Jump before playback
  • Yx command allows specifying the jump probability
  • This command can also be used for phrases, in which case it jumps to xx=absolute phrase number instead of the pattern, or to the maximum phrase number if xx=00
  • Consider the option to display the pattern number in hexadecimal
  • Consider the option to display phrase numbers in hexadecimal

12 posts - 3 participants

Read full topic

Categories: Forum

Windows: ODDSound MTS VST shows a black editor screen only

Renoise Forum - July 4, 2022 - 13:44

The plugin odd sound mts for micro tuning,hasn’t been working properly since last update,it now shows a blank screen when plugin is loaded.Also a separate issue I’m having is that a lot of old tracks Made in the last version of renoise do not open in the new version,I have to load older version in order to work with them.

5 posts - 2 participants

Read full topic

Categories: Forum

A question about perhaps background caching with regards to VSTs

Renoise Forum - July 4, 2022 - 13:34

I have a unique issue which I wonder if anyone can provide some insight into. Certain VSTs I use in Renoise are doing something such as cycling a sequence of modulation at a certain rate. It seems like when I reload the Renoise track, the cycle does not reset to the same start point, and it kind of ‘endures’ over reloading the track or restarting Renoise, however will reset (I think) upon restart of PC.

Does anyone know if there is some kind of ‘flush cache’ function in Renoise or have any suggestions towards my described issue above. Thank you in advance for any replies.

9 posts - 3 participants

Read full topic

Categories: Forum

Linux: Crystal VST by Green Oak stalling when using the Preset select box

Renoise Forum - July 3, 2022 - 19:09

Hi,
I’m not sure it’s easy to reproduce but I’ve never seen this behaviour in any VST host for the same plugin.
So I’m using Green Oak Crystal VST for Windows (freeware), on Linux (Manjaro) using Yabridge and Wine Staging (versions are irrelevant, the problem has been happening through many versions).

When loading Crystal in any Renoise project, it works perfectly. However, everytime I click the Renoise UI to select plugin programs, what happens is:

  • Crystal UI quickly shows various values in its preset name box (parameters values)
  • Would not be an issue if it did not take around 30 seconds to do this (every parameter for every preset)
  • While it does this, Renoise is unresponsive. Also happens even if I hide Crystal’s UI.
  • It happens everytime I click the Programs button in Renoise to show the presets.
  • When it’s done, the list of programs appears as intended.

However, everything works normally if, instead of showing the Program selection popup, I click on the “Next program” and “Previous program” icons on the box.

Note that it’s probably not related to Yabridge since everything is normal in another Linux host like Carla.

Crystal can be found at this URL: Crystal VST Instrument

2 posts - 2 participants

Read full topic

Categories: Forum

Another clicky-granulator - 'Gran-U-Warble' - Doofer

Renoise Forum - July 3, 2022 - 14:09

Worked out another way to do a similar sort of action as the other granulators I’ve been working on. This one is done using the delay module and two PDC modules, controlled via LFOs. Only have used them on microsound clicks, so you’ll want to figure out a way to add your own envelopes, etc. Added a slight pitch warble to the unit as well, just for fun - not a pitch shifter, just a mild vibrato.

Gran-U-Warble.xrdp (13.8 KB)

1 post - 1 participant

Read full topic

Categories: Forum

Sell bitwig 4.3 version 16-track, very cheap

Renoise Forum - July 3, 2022 - 02:01

The updates are valid until January 2023.
Price: just buy the ‘duck’ from devious machines plugin for me to my email. Now it costs £14 while the promotion is going on, then it will cost £20.

If suddenly important, early deals, licensed renoise.

Selling my Renoise license up to version 4.2 Off-Topic I bought Renoise this summer, felt, studied, made several projects and realized that it did not suit me. price: 50$ PayPal. Now the license is issued in my name, we will transfer the license to your name and email. [Screenshot_5]

1 post - 1 participant

Read full topic

Categories: Forum

I am so into supercollider

Renoise Forum - July 2, 2022 - 14:59

Lately I havent had any sun on my skin ,since I am so deep into supercollider
For me its one of the hardest programs to learn , since I don’t have a coding background and well let’s just say forget everything you thought was logical
The dsp part is easy , but the SC language pheww …
I started two years ago but gave up after a few months , now back into it and I am making some progress
Synthdefs , pdefs etc…
Made some really great instruments , microtoninc clones ,FM,Phm stuff where each declared argument can be sequenced from a Pbind , whcih is really fun since you can nest pseqs inside pseq , having all kinds of polyrhtym and polymeter going on .
Here is some simple stuff I made , these are just loops , all synthesized and sequenced in supercollider
Link goes to gearslutz since we can’t upload soundfiles
https://gearspace.com/board/attachments/electronic-music-instruments-and-electronic-music-production/1023725d1656605832-whos-into-supercollider-tonz-two-instances.mp3
https://gearspace.com/board/attachments/electronic-music-instruments-and-electronic-music-production/1023338d1656192238-whos-into-supercollider-supercollider-noise.mp3
https://gearspace.com/board/attachments/electronic-music-instruments-and-electronic-music-production/1023749d1656628062-whos-into-supercollider-keeping-bussy.mp3
https://gearspace.com/board/attachment.php?attachmentid=1023966&d=1656766177

11 posts - 7 participants

Read full topic

Categories: Forum

Renoise doesn't receive OSC messages

Renoise Forum - July 2, 2022 - 14:53

I want to send OSC from reaktor ,supercollider to renoise and vice versa .
But even the most simple step as sending oscm essages from reaktor to renoise doesn’t work .
First launching renoies ( to make sure it’s audio driver has priority ) , then starting reaktor .
In reaktor I set the ip adress to host ( which automatically inserts the correct ip ) ,choosing same port as renoise (8001)
Then creating a midi note module to OSC out ( in reaktor ) ,then setting a renoise instrument midi in to eceive from OSC
No luck whatsoever

2 posts - 2 participants

Read full topic

Categories: Forum

Jump to specific pattern

Renoise Forum - July 2, 2022 - 13:58

Hi guys. Sorry if this one is easy, I just can’t seem to find it…

How can I jump to a specific pattern? Ideally, I would like to map buttons on my controller keyboard to jump to a specific pattern number. Then I can kinda “jam” around with structure ideas.

I’m sure it’s easy just can’t figure it out.

Cheers

9 posts - 4 participants

Read full topic

Categories: Forum

Looking For Mastering?

Renoise Forum - July 2, 2022 - 06:44

Hey everyone, been using Renoise for a few weeks and been loving this community and how helpful you all are. In an attempt to return the favor Id like to offer my mastering services to you. Ive got a pretty modest home studio and would love to up my credits so Im willing to do some free mastering to get your tracks a little more polished in return for those sweet credits. Hit me up and lets get to work!

4 posts - 3 participants

Read full topic

Categories: Forum

Recording notes while playing mono instrument, glide not recorded unless sample fx visible

Renoise Forum - July 1, 2022 - 23:26

As the title says, when in record mode and playing a sample instrument with the keyboard, glide isn’t inserted into the live recording unless the sample fx column is visible. Is this intended and just something one must keep in mind if they want their performance to match what was recorded?

4 posts - 3 participants

Read full topic

Categories: Forum

Sample record not giving option for input device (OSX)

Renoise Forum - July 1, 2022 - 14:18

So I’m trying to record my analog Rtym in renoise. I have my audio interface set as my in and out device in audio preferences. The clock and transport from renoise are being sent to the rytm so when I start a pattern in renoise it plays on the rtym. When I go the record button on the sample tab it doesn’t show an option on where I would like to receive the incoming audio, and although can be heard through the direct monitoring, nothing shows on the levels of the VU meter.

From looking on the manual and from what others have said there should be an input window on the record function. I’m on OSX

3 posts - 2 participants

Read full topic

Categories: Forum

Spor latest release

Renoise Forum - July 1, 2022 - 01:46

I’ve been listening to the latest release from Spor and man, that things is nuts!

https://www.youtube.com/embed/uTivig60jDk

EDIT: I would just like to add something I noticed. I’ve been using YouTube Music to stream all of my music and the songs on there are considerably louder and more powerful. I just streamed this song (Let Me Be) back to back on regular YouTube and YouTube Music. There is a noticeable difference between the two and actually doesn’t sound that far off from my own mixes when just listening on regular YouTube. So maybe something to consider…

1 post - 1 participant

Read full topic

Categories: Forum

Old-School Tracker Hardware from CDM

Renoise Forum - June 30, 2022 - 17:18
CDM Create Digital Music – 29 Jun 22 Check this fanciful "old-school" retro tracker hardware and a cute groove -...

"Picked up this machine at a local garage sale. The owner said he picked up in the 90s and it was not working. Poking around and fixing the power board, it fired up and it turned out to be a tracker sampler. Looks very similar to a modern tracker?"

Est. reading time: 2 minutes

1 post - 1 participant

Read full topic

Categories: Forum

Undo Pasting Over Whole Sample Permanently Deletes Waveform

Renoise Forum - June 30, 2022 - 15:33

https://www.youtube.com/embed/oSEQh4G8r9Q

First load a song that contains samples, then copy some sample data into the clipboard. Pasting over part of a sample then undoing that works as normal. Pasting over the whole sample then undoing permanently deletes the whole waveform. Doing this to samples created or loaded in after the initial song load works fine.

Interestingly, this bug only applies to versions 2.8 and later. Previous versions will undo the pasting and restore the original waveform as normal.

1 post - 1 participant

Read full topic

Categories: Forum

Pages

Subscribe to Renoise aggregator