Feed aggregator
New song - delay!
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
[Doc Error] SampleFader property: .devices[].mode (.scaling)
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
– 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
[Incomplete Doc] SampleLfo property: .devices[].delay
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]
– 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
Ghost notes from midi controller
Is there a way to play ghost notes with an external midi controller?
I have a following use case in mind:
- Define phrase with rythm/arpeggio sequence using a single note (e.g. C in different octaves)
- Improvise a melody by shifting the running phrase with a midi keyboard
- 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
Jump 16 rows and select track?
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
What hardware are you using with Renoise, if any?
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
Filter out unwanted Midi while in pattern Record mode
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
Triano - The making of
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
ESCAPE - another album made on Renoise
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
[BUG] Master BPM, LPB & TPL parameters do not record automation in track
R3.2.4 Win10 x64
Steps:- Go to Master Track
- Terminal: print this:
- print(renoise.song().selected_track:device(1):parameter(6).name) --> BPM
- print(renoise.song().selected_track:device(1):parameter(7).name) --> LPB
- print(renoise.song().selected_track:device(1):parameter(8).name) --> TPL
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 behaviorAll three parameters should record the values (ZTxx, ZLxx, ZKxx) inside the selected track as well.
1 post - 1 participant
[Incomplete Doc] observable to instrument plugin has been loaded?
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
[Incomplete Doc] plugin_device "display_name" not found!
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
[Incomplete Doc] modulation_set: device "is_maximized" not found!
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
Duplex CallBacks
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
XTD - Closer - made with Renoise
Hello
So far I’ve only read some topics on this forum, but after some time I decided to register account and write this post.
https://www.xtdmusic.eu/?sel=closer&language=en
I wrote these songs few years ago and since then I learned more (my new songs sounds better, at least I hope so), but anyway - all of them are made with Renoise.
I have plan to release new songs in january 2021.
I hope someone will like what I composed. I was musician on Amiga demoscene, but that was long time ago and probably nobody here even know what I’m talking about.
Happy New Year to everyone!
1 post - 1 participant
Mapping rotaty knobs to instrument macros?
Hi there,
I just got a Keystep 37 and I would like to map the rotary knobs to the instrument macros. It seems to only work on the first instrument, as if the mapping is stuck to that instrument. That is, as soon as I switch to any other instrument, the mapping is gone. Surely I am missing something, as universal (across instruments) mapping is the whole point of having instrument macros. It works fine with VSTi. Zebra for instance, I can have many instances, and the mappings within Zebra will of course work across all instances (and only affect the currently active one. But I cannot seem to find how to do this with the sampler. Could someone help out maybe?
1 post - 1 participant
MIDI Mapping defaults to Value (Use Velocity)?
Hi guys, i just had a quick question. I am mapping functions to my controller (AKAI MPK) and I’m trying to map Play/Toggle Loop current Pattern/Stop/Record to 4 pads on the controller. The map works but Loop Pattern and Record default to Value (Use Velocity). The end result is i can say turn on record or loop pattern with the pad, but pressing the pad again doesn’t turn them off. If i go into the map and change it to Trigger it doesn’t make any difference.
Am i doing something wrong?
Thanks
1 post - 1 participant
If you never want to lose your MIDI input, even in Renoise, I made a thing for that
I love Renoise, but sometimes I’ll start noodling on an instrument I have loaded in it on my MIDI controller just to get a feel for what music I want to be making with the sounds I have loaded, and no way to recover that so I can iterate on it later in FL Studio or Ableton or the like.
So I sat down and built an inline MIDI recorder using an arduino with an SD card module, so that you can always recover whatever sweet solo or chord progression you noodled, even if you forgot to press record, or aren’t even in software that does MIDI recording.
For folks who’ve been looking for something similar, maybe https://pomax.github.io/arduino-midi-recorder/ is useful to you, too!
1 post - 1 participant