Forum

VSTi: phrase first note gets stuck?

Renoise Forum - January 3, 2021 - 07:51

bug-1-1-2021.xrns (8.0 KB)

Attached XRNS is the smallest example of this behavior I could devise in v3.2.4 Windows. The plugin is Synth1 x64, but I also saw the same behavior in PortaFM, SynthMasterOne, Sampletank 4, and IL Harmless.

Basically, the pattern plays as expected within the phrase editor. But once you play it from the pattern view, a stuck note occurs. Then, partway through the phrase, it goes away! It also goes away after MIDI panic, and then resuming the pattern again plays it normally. But once the song loops, the behavior reappears.

1 post - 1 participant

Read full topic

Categories: Forum

:black_nib: Lua API version 6 to 6.1 changes

Renoise Forum - January 3, 2021 - 00:00
Renoise.API.lua -- Bumped to 6.1 renoise.API_VERSION -> [number] Renoise.Document.API.lua -- Serialize the whole document tree to a XML string. doc:to_string() -> [string] -- Parse document tree from the given string data. See doc:load_from for details -- about how properties are parsed and errors are handled. doc:from_string(string) -> [boolean, error_String] Renoise.ScriptingTool.API.lua -- Invoked when the tool finished loading/initializing and no errors happened. When -- the tool has preferences, they are loaded here as well when the notification fires, -- but 'renoise.song()' may not yet be available. -- See also 'renoise.tool().app_new_document_observable'. renoise.tool().tool_finished_loading_observable -> [renoise.Document.Observable object] -- Invoked right before a tool gets unloaded: either because it got disabled, reloaded -- or the application exists. You can cleanup resources or connections to other devices -- here if necessary. renoise.tool().tool_will_unload_observable -> [renoise.Document.Observable object] Renoise.Song.API.lua

song

-- Inject/fetch custom XRNX scripting tool data into the song. Can only be called -- from scripts that are running in Renoise scripting tool bundles; attempts to -- access the data from e.g. the scripting terminal will result in an error. -- Returns nil when no data is present. -- -- Each tool gets it's own data slot in the song, which is resolved by the tool's -- bundle id, so this data is unique for every tool and persistent accross tools -- with the same bundle id (but possibly different versions). -- If you want to store renoise.Document data in here, you can use the -- renoise.Document's 'to_string' and 'from_string' functions to serialize the data. -- Alternatively, write your own serializers for your custom data. renoise.song().tool_data -> [string or nil]

instruments

-- Valid object for successfully loaded plugins, otherwise nil. Alias plugin -- instruments of FX will return the resolved device, will link to the device -- the alias points to. -- The observable is fired when the device changes: when a plugin gets loaded or -- unloaded or a plugin alias is assigned or unassigned. renoise.song().instruments[].plugin_properties.plugin_device, _observable -> [renoise.InstrumentPluginDevice object or renoise.AudioDevice object or nil] -- Valid for loaded and unloaded plugins. renoise.song().instruments[].plugin_properties.alias_instrument_index, _observable -> [read-only, number or 0 (when no alias instrument is set)] renoise.song().instruments[].plugin_properties.alias_fx_track_index, _observable -> [read-only, number or 0 (when no alias FX is set)] renoise.song().instruments[].plugin_properties.alias_fx_device_index, _observable -> [read-only, number or 0 (when no alias FX is set)] -- Valid for loaded and unloaded plugins. target instrument index or 0 of the -- plugin's MIDI output (when present) renoise.song().instruments[].plugin_properties.midi_output_routing_index, _observable -> [read-only, number. 0 when no routing is set]

sample_modulation_sets

-- DEPRECATED: use 'is_active' instead renoise.song().instruments[].sample_modulation_sets[].devices[].enabled, _observable -> [boolean] -- Enable/bypass the device. renoise.song().instruments[].sample_modulation_sets[].devices[].is_active, _observable -> [boolean, not active = bypassed] -- Maximize state in modulation chain. renoise.song().instruments[].sample_modulation_sets[].devices[].is_maximized, _observable -> [boolean] -- Scaling mode. renoise.song().instruments[].sample_modulation_sets[].devices[].scaling, _observable -> [enum = SCALING] -- Delay. renoise.song().instruments[].sample_modulation_sets[].devices[].delay -> [renoise.DeviceParameter object, 0-1]

device_names

-- The device name as displayed in browser when paths are hidden or in the mixer renoise.song().tracks[].devices[].short_name -> [read-only, string] renoise.song().instruments[].sample_modulation_sets[].devices[].short_name -> [read-only, string] renoise.song().instruments[].plugin_properties.plugin_device.short_name -> [read-only, string] Renoise.ViewBuilder.API.lua -- Get/set inc/dec step amounts when clicking the <> buttons. -- First value is the small step (applied on left clicks), second value is the -- big step (applied on right clicks) valuebox.steps -> [{1=Number,2=Number}] slider.steps -> [{1=Number,2=Number}] -- Get/set the default value (applied on double-click). slider.default -> [number] minislider.default -> [number] rotary.default -> [number]

2 posts - 1 participant

Read full topic

Categories: Forum

Ignite Me (Audius Exclusive)

Renoise Forum - January 2, 2021 - 21:17
Audius Audius - Empowering Creators

Audius is a music streaming and sharing platform that puts power back into the hands of content creators.

Available exclusively on Audius (link above takes you directly to the track)

1 post - 1 participant

Read full topic

Categories: Forum

Rip mf doom (hiphop)

Renoise Forum - January 2, 2021 - 18:41

short beat for the sadly passed away rapper

1 post - 1 participant

Read full topic

Categories: Forum

Work with selection in Waveform

Renoise Forum - January 2, 2021 - 18:34

Is it possible (if so, then how) instead of Slice, move or drag selection in sample?

2 posts - 2 participants

Read full topic

Categories: Forum

Xy device , linked .no indication of recorded automation

Renoise Forum - January 2, 2021 - 18:11

Not sure if this is a bug , but can’t recall this behaviour in previous ve rsions
Assign xy controller to a dsp effect , record x (or Y ) parameter in automation lane ( not hex lane )
Altough the automation is recorded , there is no indication on the dsp device itself

1 post - 1 participant

Read full topic

Categories: Forum

Dont Wake Me Up (Audius Exclusive)

Renoise Forum - January 2, 2021 - 17:43
Audius Audius - Empowering Creators

Audius is a music streaming and sharing platform that puts power back into the hands of content creators.

Available exclusively on Audius.

Actually really like this one. Sonic trash. Smells a bit like brand new electronics burning in.

1 post - 1 participant

Read full topic

Categories: Forum

Linux VSTi does NOT save plugin options

Renoise Forum - January 2, 2021 - 16:20

Renoise v3.2.2, VSTi (VST seems to be fine) doesn’t save chosen plugin options.

For example, i have some problematic plugin like IK Multimedia MODO BASS, which by default uses:

[x] Use static processing buffers [ ] Auto suspend plugin when silent [x] Can run in multi processor environments

For this plugin to work properly and be actually usable best options would be:

[ ] Use static processing buffers [x] Auto suspend plugin when silent [x] Can run in multi processor environments

But when you set it and reload plugin - they will reset back to defaults above.
@taktik please take a look at that, this is a big problem.

1 post - 1 participant

Read full topic

Categories: Forum

VST Instrument Mono Record mode as Default?!

Renoise Forum - January 2, 2021 - 15:15

Hello together

i used my VST Instrument to 80-90 percent in mono Mode for Record. Is there a way to set the mono mode as default setting?

happy tracking

1 post - 1 participant

Read full topic

Categories: Forum

Recording VST instrument in mono Playmode without Note Off's?

Renoise Forum - January 2, 2021 - 13:13

Hello together.

When im doing liverecording i get many Note Off’s i want not have. Is there a Funcion for Record VST Instrument in Mono without generating Note Offs, or a funktion to delete all Note offs in a Column?

happy Tracking

1 post - 1 participant

Read full topic

Categories: Forum

Liverec. without Delay! Renoise automatic Quantising on Columline?!

Renoise Forum - January 2, 2021 - 12:57

(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)

1 post - 1 participant

Read full topic

Categories: Forum

Free starter pack for Renoise on Windows

Renoise Forum - January 2, 2021 - 00:59

This is a pack of software and sound libraries, for use with Renoise 3 on Windows machines.
All are free and offer full functionality, some are available with more extended options for $.

D.A.W. Renoise
http://www.renoise.com/download
read the manual of Renoise, view videos with tutorials
https://tutorials.renoise.com/wiki/Welcome
ChordLord for Renoise, 217 different chord types in harmony per scale/key per note/tone
https://www.renoise.com/tools/chordlord-1-8-217-217-chords
VSCO Community Orchestra
https://vis.versilstudios.com/vsco-community.html
XHip VSTi synthesizer
http://xhip.net/synth/ (bottom of page)
Synth1 VSTi synthesizer
http://daichilab.com/
Piano 1 , piano VSTi plugin (select the soundbank after opening the plugin)
https://neovst.com/piano-one/
City Piano, Iowa Piano, piano VSTi plugins
https://bigcatinstruments.blogspot.com/2014/09/bigcat-maize-vstis.html
RC-808 drum computer
https://rc-808.com/
MIDI loopback needed for RC-808
https://www.nerds.de/en/loopbe1.html
Mono/Fury VSTi free synthesizer after (expensive) Mono/Poly KORG
https://www.fullbucket.de/music/monofury.html
Mausynth
http://www.rinki.net/pekka/mausynth/
install Visual Studio 2010 Runtime for mausynth: http://www.microsoft.com/download/en/details.aspx?id=5555
T-Force Alpha Plus 2
https://mastrcode-music.de/en/vst-plugins/t-force-alpha-plus-2/
install Visual Studio 2015/2017 runtime for Alpha Plus 2
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
H.G.Fortune AvatarST VSTi ambience synthesizer (read the manual) https://archive.org/download/HGFortuneNFG/AvatarST-Pro-NFG.zip
BassChorus v23 Chorus / Flanger VST plugin
https://cloneensemble.com/bc_main.htm
FreeVerb reverb
https://wiki.audacityteam.org/index.php?title=GVerb#Original_Freeverb
SupaPhaser phaser w/ enveloppe following sound
http://bram.smartelectronix.com/plugins.php?id=1
BeyerDynamic Virtual Studio preset 4 offers great Big Venue reverb for mid/hi in on a send
https://europe.beyerdynamic.com/bvs-virtual-studio.html
TDR Kotelnikov mastering compressor * light free version
https://www.tokyodawn.net/tdr-kotelnikov/
MJRotoDelay VST delay w/ host tempo and filters
http://magnus.smartelectronix.com/ (scroll a little down for MJRotoDelay)
FerricTDS Tape Dynamic Saturation VST plugin (in pack)
https://varietyofsound.wordpress.com/downloads

For making music, learn music theory at http://www.musictheory.net to find the basics.

1 post - 1 participant

Read full topic

Categories: Forum

When I Think About You I Hate Myself (Audius Exclusive)

Renoise Forum - January 2, 2021 - 00:47
Audius Audius - Empowering Creators

Audius is a music streaming and sharing platform that puts power back into the hands of content creators.

Single. Available exclusively on Audius

1 post - 1 participant

Read full topic

Categories: Forum

[breakbeat house] Oelek - Quikies EP

Renoise Forum - January 1, 2021 - 23:39

It has been a while since I’ve put some new music up on my bandcamp page. A beautiful daughter, a full time job and last year worth of corona shenanigans to blame. Chiseling away at 9 releases in the background, from jungle gabber to disco though , this is the first release after a 2 year break. Some idmhouse for lack of better description under the Oelek moniker. Enjoy or not have a great new year either way , grts, Rico

Check it here;

An example;

1 post - 1 participant

Read full topic

Categories: Forum

Tooltips not appearing on macOS Big Sur

Renoise Forum - January 1, 2021 - 23:03

Tooltips do not appear on mouse hover on macOS Big Sur 11.1. Toggling the “show tooltips” checkbox in Preferences appears to have no effect.

1 post - 1 participant

Read full topic

Categories: Forum

Thru The Cloudy Skies

Renoise Forum - January 1, 2021 - 21:43

1 post - 1 participant

Read full topic

Categories: Forum

Possy Vibiezzz mit 100% RENOISE Drinne!

Renoise Forum - January 1, 2021 - 21:42

Made with Renoise only for a Produzahh Challengee and made with Love from BERLIN!!

Dank

1 post - 1 participant

Read full topic

Categories: Forum

Control sample notes, sample fx selection + amount with midi controller

Renoise Forum - January 1, 2021 - 18:30

Hi friends!
Have a great 2021, hope the best for all.

I have an idea for a more playful way to make songs with renoise and i wonder if it is possible natively or with existent tools.

Launchpad mini: select the cell in the note column, for example “Position 14 in the Track 1”.

Another midi controller with knobs:

  • Rotating one knob: select note (clockwise upper pitch).
  • Second knob: jump between columns.
  • Third knob: if it is a sample fx column: change fx (for example rotate to the left 0Sxx command, one more step 0Axx, one more step 0Bxx and so on)
  • Fourth knob: change the sample fx value

Hope this idea makes sense.
Sorry my english is very basic.

Cheers.

1 post - 1 participant

Read full topic

Categories: Forum

Macbook with Apple silicon

Renoise Forum - January 1, 2021 - 18:02

Hello,
I’ve ordered one for myself (late x-mas present :)) It’ll only arrive end of January, but anyway:
I’m pretty sure native ARM support won’t happen. At least not anytime soon, but has anyone bought one of those and can tell how well or bad Renoise works with Rosetta 2?

Happy New Year!

2 posts - 2 participants

Read full topic

Categories: Forum

Using multiple DAWs at the same time with JACK on MS Windows

Renoise Forum - January 1, 2021 - 13:27

Hi all,

I thought I would share the following tip with you.

I own a number of DAWs and each one has its own strengths and weaknesses. I’ve been looking into combining their strengths by using more than one DAW at the same time. ReWire is perhaps the obvious choice when doing this, but what if one of the DAWs doesn’t have this capability? (I’m looking at you Bitwig).

On Linux, JACK can be used to achieve this, but what about on Windows? Renoise on Linux supports JACK out of the box, but it doesn’t support JACK on Windows.

Firstly, for synchronising the DAWs and sending MIDI notes, I use loopMIDI. I created a loopback device and I can use Renoise to send the MIDI clock and MIDI notes to a second DAW.

For the audio side, I investigated JACK on Windows by following the instructions here: Using JACK on Windows. It says

So any ASIO application will be able to use the JackRouter ASIO linker to connect to Jack, and Jack can then be used to route that audio to other applications connected to the Jack Audio Server, or out to the system sound device.

This sounded just like what I wanted. But after following the instructions I just couldn’t get it working.
Then after doing some research, I saw this post: JACK 1.9.16 doesn’t work on Win 10 #654. The author’s reply was

And yes, applications that do not speak JACK natively will not be able to talk to JACK anymore.

So that’s why I couldn’t get it working. It’s a bit unfortunate that this wasn’t explained in the JACK on Windows page.

Anyway, I downloaded an older version from here: https://github.com/jackaudio/jackaudio.github.com/releases. I chose JACK 2 Version 1.9.10.

After following the instructions above (Using JACK on Windows), I can now route audio between DAWs. For Renoise I chose the JackRouter ASIO driver, and I can send audio in to Renoise from another DAW by using a Line-In device and selecting the channel ‘In 1 & 2’.

By default, this set-up provides two stereo pairs of audio channels, but this can be increased by editing the following files as administrator

C:\Program Files (x86)\Jack\32bits\JackRouter.ini
C:\Program Files (x86)\Jack\64bits\JackRouter.ini

and increasing the input and output values inside the ‘IO’ section, from 4 to 32, say, which provides 16 stereo channels.

There is a small amount of latency created with doing this, but this can be worked around in the settings inside the DAWs.

I find this really interesting because it opens up many possibilities to use various DAWs at the same time, combining the strengths of each. It allows you to do various things such as, for example:

  • draft a piece in Renoise, using MIDI instruments to control Bitwig instruments
  • record the Renoise MIDI out into a clip inside Bitwig and use that to directly control the Bitwig instruments
  • use the Renoise sequencer for precise control of some instruments, while using the Bitwig sequencer for recording and playing back MIDI keyboard entry
  • use another DAW for effects or mastering (e.g. FL Studio)

I’m still experimenting with this but it looks like it can open up a lot of possibilities.

1 post - 1 participant

Read full topic

Categories: Forum

Pages

Subscribe to Renoise aggregator - Forum