Forum

Monthly Renoise Centric Challenge 2021/01 (aka The Synthesized Bus Driver)

Renoise Forum - January 1, 2021 - 13:19

Happy new year ! Welcome to the second edition of the monthly Renoise centric challenge !

Code name of the challenge is : The Synthesized Bus Driver

The monthly challenge is not a competition, it’s a way to share practice and expand creativity together.
You can spend a few minutes to a whole month of work on it, it’s up to you. If you can share your .xrns that would be great (demo users welcome), but you can also share a rendered audio file.
Even if you feel stupid about your creation, please share it, someone may learn something about it, you never know.
The produced piece of music must comply with a few constraints that will change every month. Sometimes the constraints may appear stupid, but this is what gives some fun and push creativity. Feel free to not honor some constraints if it helps your creativity.

For this month, I picked 2 of the most voted constraints on the poll, which are :

- The theme of the song is “BUS DRIVER” (I clicked the Feeling lucky button of wordnik.com)
- Craft all your beats and instruments with a synthesizer, no presets allowed. You can use Renoise capabilities or a VST.

Post your piece (or your pieces) whenever you want (even work in progress), I’m very excited to listen to it.

Previous issues of the challenge :

  • 2020/12 : 1 minute piece derived from a single sample with .xrns file less than 435kb

If you have new smart and dumb ideas for February, please answer this thread and I will suggest them for next month.

Open Renoise, press keys, click, copy, paste, turn knobs !

1 post - 1 participant

Read full topic

Categories: Forum

Milkyheart - CHIPBREAKs+n

Renoise Forum - January 1, 2021 - 12:25

teaser for an EP.

1 post - 1 participant

Read full topic

Categories: Forum

Lo-fi hiphop beat made with renoise

Renoise Forum - December 31, 2020 - 20:05

gotta love dat hiss sound

1 post - 1 participant

Read full topic

Categories: Forum

Support to the developers!

Renoise Forum - December 31, 2020 - 12:20

I want to thank all the guys behind the Renoise, for such a wonderful tool! It’s cheap, it’s on steroids, community is great (well, the most of the time)… and pretty much everything else that goes on here… The list goes on forever…

i have one request for the future:
Help us by showing us how we can help you dedicate more resources for the Renoise development (bring up the price, some donation box, or whatever, really)

Thank you once again @taktik! & dear Renoisers!

Happy holidays to all!!

1 post - 1 participant

Read full topic

Categories: Forum

Renoise is not recognizing plugins

Renoise Forum - December 31, 2020 - 06:14

Earlier this year i posted this:
Kontakt Player difficulties Help, Support & Bugs Hey, just bought a VST for use with kontakt player. After I installed Kontakt player and located the .dll file so that Renoise could recognize it, it worked for around an hour. now Renoise will not recognize Kontakt.dll despite my attempts to reinstall kontakt player, as in, Renoise can no longer find the .dll Any advice? has this happened to anyone else?

I recently purchased Shreddage Serpent which requires kontakt player, but no matter how many times I reinstall it to different places and change the renoise VST directories I have not been successful. I also have AIR hybrid 3 which was working fine before I reinstalled renoise. now, Renoise cannot find that either.

I am very frustrated with the lack of consistency in Renoise when It comes to plugin recognition. renoise flat out refuses to recognize kontakt.dll (it will recognize komplete kontrol even when it isn’t installed???)

any and all help is appreciated

1 post - 1 participant

Read full topic

Categories: Forum

#OSC142 | keith303 - dystopian existence

Renoise Forum - December 31, 2020 - 02:42

for OSC 142.
made solely with “Vital”, a software synthesizer by Matt Tytel.

DAW: Renoise 3.3beta
Instances of Vital: 18
Track FX: 15x Pro-Q3, 4x NI Raum, 1x Pro-MB, 3x OTT, 9x Renoise Filter DSP, 2x Waves H-Delay (w/o mod.), 1x Waves TrueVerb,
Master Track: HOFA IQ-Limiter, Waves PuigTec EQP1A, Ozone 9 (Dyn. EQ + Limiter)

1 post - 1 participant

Read full topic

Categories: Forum

New song - delay!

Renoise Forum - December 31, 2020 - 02:34

I just accidentally lost my 30 minutes of work. I pressed somehow combination ctrl+n and right after i somehow confirmed dialog that I don’t want to save song. It was fraction of a second.

Of course now I’m smarter and setup auto-backup, but maybe, just maybe, adding small delay to “no” button will be a good idea?

1 post - 1 participant

Read full topic

Categories: Forum

[Doc Error] SampleFader property: .devices[].mode (.scaling)

Renoise Forum - December 30, 2020 - 17:05

R3.2.4 x64 (Renoise.Song.API.lua)

I think it is necessary to change the following property inside the documentation:

renoise.song().instruments[].sample_modulation_sets[].devices[].mode, _observable
to
renoise.song().instruments[].sample_modulation_sets[].devices[].scaling, _observable

Related Documentation

– renoise.SampleFaderModulationDevice (inherits from renoise.SampleModulationDevice)

--------- Constants

renoise.SampleFaderModulationDevice.SCALING_LOG_FAST
renoise.SampleFaderModulationDevice.SCALING_LOG_SLOW
renoise.SampleFaderModulationDevice.SCALING_LINEAR
renoise.SampleFaderModulationDevice.SCALING_EXP_SLOW
renoise.SampleFaderModulationDevice.SCALING_EXP_FAST

-------- Properties

– Mode.
renoise.song().instruments[].sample_modulation_sets[].devices[].mode, _observable
-> [enum = OPERATOR]

– Start & Target value.
renoise.song().instruments[].sample_modulation_sets[].devices[].from
-> [renoise.DeviceParameter object, 0-1]
renoise.song().instruments[].sample_modulation_sets[].devices[].to
-> [renoise.DeviceParameter object, 0-1]

– Duration.
renoise.song().instruments[].sample_modulation_sets[].devices[].duration
-> [renoise.DeviceParameter object, 0-1]

– Delay.
renoise.song().instruments[].sample_modulation_sets[].devices[].delay
-> [renoise.DeviceParameter object, 0-1]

Note: Perhaps you prefer the name .mode for the SampleFader device property (modify it internally, instead of modifying the documentation). The LFO and Velocity Tracking use the .mode name also.

@taktik should check out this issue.

1 post - 1 participant

Read full topic

Categories: Forum

[Incomplete Doc] SampleLfo property: .devices[].delay

Renoise Forum - December 30, 2020 - 14:22

R3.2.4 x64 (Renoise.Song.API.lua)

I think it is necessary to add the following property inside the documentation:

– Delay.
renoise.song().instruments[].sample_modulation_sets[].devices[].delay
-> [renoise.DeviceParameter object, 0-1]

Related documentation

– renoise.SampleLfoModulationDevice (inherits from renoise.SampleModulationDevice)

-------- Constants

renoise.SampleLfoModulationDevice.MODE_SIN
renoise.SampleLfoModulationDevice.MODE_SAW
renoise.SampleLfoModulationDevice.MODE_PULSE
renoise.SampleLfoModulationDevice.MODE_RANDOM

-------- Properties

– LFO mode.
renoise.song().instruments[].sample_modulation_sets[].devices[].mode
-> [enum = MODE]

– Phase.
renoise.song().instruments[].sample_modulation_sets[].devices[].phase
-> [renoise.DeviceParameter object, 0-360]

– Frequency.
renoise.song().instruments[].sample_modulation_sets[].devices[].frequency
-> [renoise.DeviceParameter object, 0-1]

– Amount.
renoise.song().instruments[].sample_modulation_sets[].devices[].amount
-> [renoise.DeviceParameter object, 0-1]

@taktik should check out this issue.

1 post - 1 participant

Read full topic

Categories: Forum

Ghost notes from midi controller

Renoise Forum - December 30, 2020 - 01:27

Is there a way to play ghost notes with an external midi controller?

I have a following use case in mind:

  1. Define phrase with rythm/arpeggio sequence using a single note (e.g. C in different octaves)
  2. Improvise a melody by shifting the running phrase with a midi keyboard
  3. Record improvisation in a pattern

Ghost notes are important in this case as we want not to screw up the rhythm by retriggering the phase on every note.

1 post - 1 participant

Read full topic

Categories: Forum

Jump 16 rows and select track?

Renoise Forum - December 28, 2020 - 23:29

I’ve just bought a license for v3.2 recently. Though for years I’ve been using older demo versions of renoise 2.x purely for midi sequencing my Akai samplers. I prefer to make jungle music at a 8LPB and 512 blocks and so I jump around the block quite a bit.

As soon as I got everything set up how I wanted and started making a track, I realized that using shift + page down/up doesn’t work to select parts of tracks and jump down rows simultaneously like it did in the older versions. Is there binding to make that hotkey work? or am I screwed and have to go back to older versions?

1 post - 1 participant

Read full topic

Categories: Forum

What hardware are you using with Renoise, if any?

Renoise Forum - December 28, 2020 - 18:14

I’m curious about this as I’m totally in the box at the moment (guitar excepted) but thinking about a Minitaur for bass and maybe something else to mess around with on the couch and to double up if I want to use some MIDI keys.

Do you have a MIDI controller? Using hardware as pure sample fodder? Things synced up with Renoise and feeding their audio into the program? Renoise purely as a hardware sequencer?

I’d also like to hear if you’re pure PC keyboard and mouse only

1 post - 1 participant

Read full topic

Categories: Forum

Filter out unwanted Midi while in pattern Record mode

Renoise Forum - December 28, 2020 - 16:40

Hi,

I’m Using a QY700 as my main Midi Clock and sequencer, and I use Renoise as a sampler which I trigger the samples in it via QY700. The problem is when I want to record from My midi Controller in Renoise, as I switch on the record mode Renoise also registers/records the Midi coming from QY, So to speak Renoise doesn’t care about the channel from which it receives Midi. Everything in my setup is on a different Midi Channel. Is there a way to tell renoise to just record from this specific Midi Channel once in Record mode? Sort a Midi filter thing…

Update: Or another way to put it: Is there a way to disable record mode on the individual tracks separately? In renoise everything goes in record mode once in record mode. It’s kind of weird.

Thanks

2 posts - 2 participants

Read full topic

Categories: Forum

Triano - The making of

Renoise Forum - December 28, 2020 - 15:47

Hi Renoise forum!

Me and my wife are making ourselfs a christmas present.

Let us introduce the Triano!

It’s a midi controlled claviature made from a 100 year old harmonium.
We picked it apart 1 week ago and now we have 12 keys working.

It sends midi commands over the local network when a key is pressed.
To know when a key is pressed we use a microswitch.

Everything is written with javascript!

Our current status is that we are waiting for 6 more raspberry pi zeroes for the rest of the keys.

1 post - 1 participant

Read full topic

Categories: Forum

ESCAPE - another album made on Renoise

Renoise Forum - December 28, 2020 - 12:11

I just published (for everyone) new album “Escape” made in Renoise.

https://www.xtdmusic.eu/?sel=escape&language=en

New songs but also few old ones (composed over 25 years ago on Amiga) in new versions.

1 post - 1 participant

Read full topic

Categories: Forum

[BUG] Master BPM, LPB & TPL parameters do not record automation in track

Renoise Forum - December 28, 2020 - 02:06

R3.2.4 Win10 x64

Steps:
  1. Go to Master Track
  2. Terminal: print this:
    1. print(renoise.song().selected_track:device(1):parameter(6).name) --> BPM
    2. print(renoise.song().selected_track:device(1):parameter(7).name) --> LPB
    3. print(renoise.song().selected_track:device(1):parameter(8).name) --> TPL
The problem:

The 3 parameters are automatable. They can automate in the automation editor. But they don’t work when automating on-track in the pattern editor. They cannot record the parameters: ZTxx, ZLxx, ZKxx (BPM, LPB, TPL)

Expected behavior

All three parameters should record the values (ZTxx, ZLxx, ZKxx) inside the selected track as well.

1 post - 1 participant

Read full topic

Categories: Forum

[Incomplete Doc] observable to instrument plugin has been loaded?

Renoise Forum - December 27, 2020 - 23:10

R3.2.4 Win10 x64. (Renoise.Song.API.lua)

An _observable property is required to indicate that a new instrument VST plugin has been loaded.

renoise.song().instruments[].plugin_properties... ...

@taktik should check out this issue.

1 post - 1 participant

Read full topic

Categories: Forum

[Incomplete Doc] plugin_device "display_name" not found!

Renoise Forum - December 27, 2020 - 22:55

R3.2.4 Win10 x64. (Renoise.Song.API.lua)
The following property is not available: .display_name

Need to add:
renoise.song().instruments[].plugin_properties.plugin_device.display_name, _observable

@taktik should check out this issue.

1 post - 1 participant

Read full topic

Categories: Forum

[Incomplete Doc] modulation_set: device "is_maximized" not found!

Renoise Forum - December 27, 2020 - 22:22

R3.2.4 Win10 x64. (Renoise.Song.API.lua)
The following property is not available: .is_maximized

Need to add:
renoise.song().instruments[].sample_modulation_sets[].devices[].is_maximized, _observable

@taktik should check out this issue.

1 post - 1 participant

Read full topic

Categories: Forum

Duplex CallBacks

Renoise Forum - December 27, 2020 - 22:18

Hello people,
Is there a way to created a type of button in duplex which sends a value to the midi controller?
I have a launchpad X and the only way to light up the button being pressed triggers a callback to send a note to launchpad.

Is this achievable using duplex?

1 post - 1 participant

Read full topic

Categories: Forum

Pages

Subscribe to Renoise aggregator - Forum
wurst