ReaJS in Bitwig

Official support for: bitwig.com
Post Reply New Topic
RELATED
PRODUCTS

Post

just seen the note merging request, m8s all the ReaJS (except the MIDI channel set ones) are working in BWS too, u can write the needed audio/MIDI processor device using it

Image

there are some already ... for note mergin for ex. can be used the "MIDI bus router one"

http://www.reaper.fm/reaplugs/ :wink:
http://www.reaper.fm/sdk/js/js.php
"Where we're workarounding, we don't NEED features." - powermat

Post

for example this is the chord splitter JSFX device



it's working nicely

Image
"Where we're workarounding, we don't NEED features." - powermat

Post

Good find, maybe we can use this thread to list some useful ReaJS scripts for BWS.
This one has become the most important for me: MIDI Fixed Note Length http://forum.cockos.com/showpost.php?p= ... stcount=13
Image

ReaPlugs are Win only though, might be worth to mention

Post

Before I did my own surround panner in Reaktor 6, I used the script from this guy for surround panning:
http://jsplugins.supermaailma.net/plugins.php

Image

You can set ReaJS to use more audio in- and outputs by configuring it's config file ("reajs.ini"). This is how mine looks:

Code: Select all

[ReaJS]
vstcat=1
inputs=2
outputs=6
The panner is stereo to 5.1, but you can also set inputs to 4 to have a sidechain.

Also check out the BassProfessor 2 from that page:
Image

Must be noted that the jesusonic compiler "Geep Jeez!" has a bug that prevents the generated VSTs to work in Bitwig Studio. I contacted the developer some time ago but no reaction so far.
So for the time being, one has to use the JS versions with reajs.

Cheers,

Tom
"Out beyond the ideas of wrongdoing and rightdoing, there is a field. I’ll meet you there." · Rumi
UrbanFlow.art · Instagram · YouTube

Post

many years ago (before i made a c++ library to convert them all to vst), i made a lot of small, experimental plugins/scripts in jesusonic myself.. haven't updated or even looked at them in years, but you can still find them here:

https://sites.google.com/site/jesuccernn/files

a lot of weird stuff there, maybe not useful, maybe not with the best audio quality, but they might be interesting to look at, and maybe get some ideas from? things like speech synthesis, realtime raytracing, auto-glitchers, granular delays, etc..

the site is a mess, and navigation is almost non-existent, but if you start with the sitemap
https://sites.google.com/site/jesuccern ... /hierarchy
and look under 'home/plugins/' and downwards, you'll find a little info about most of them..

i hope/plan to make a lot of bitwig devices out of some of these ideas when bitwig v2 with the modular system is released...

- th

Post

this is the what is your favorite JSFX one in Reaper topic ... http://forum.cockos.com/showthread.php?t=180218
"Where we're workarounding, we don't NEED features." - powermat

Post

http://forum.cockos.com/showthread.php?t=123415 cross track sliders also working (so can be used global variables which can be reached from multiple JSFX plugins) it can emmit CC messages so devices which can learn it (like Serum FX) can be controlled from a common track ...



it supports the min..max range per device based
"Where we're workarounding, we don't NEED features." - powermat

Post

Don't know how much this has to do with JS but does anyone know of a way to get ReaPITCH working in BWS?

Post

Liero wrote:Don't know how much this has to do with JS but does anyone know of a way to get ReaPITCH working in BWS?
Despite the "Rea-" this is not part of the ReaPlugs vsts, see here: http://www.reaper.fm/reaplugs/#tour

Post

where do the JS files have to go for Bitwig? in vst folder?
a little explanation how to use them would be very kind. thanks

Post

The installer should create a 'JS' folder next to the dll, subfolder 'effects' contains the files.
If you have reaper installed the vst will show the effects from the daw´s setting folder.

Post

Tearing Riots wrote:The installer should create a 'JS' folder next to the dll, subfolder 'effects' contains the files.
If you have reaper installed the vst will show the effects from the daw´s setting folder.
which installer? reaper? there are effects folder yeah,
but how do i get em to bitwig?!

Post

Install the reaplugs vst fx suite from here: http://www.reaper.fm/reaplugs/.
Load the ReaJS vst into bws (if it doesnt show up add the location you installed to as plugin location), click load.

Post

Tearing Riots wrote:Install the reaplugs vst fx suite from here: http://www.reaper.fm/reaplugs/.
Load the ReaJS vst into bws (if it doesnt show up add the location you installed to as plugin location), click load.
Thanks a lot - the fx suite was the key.

Post Reply

Return to “Bitwig”