Hey guys, I am primarily a Studio One user but I do have Cubase that I use for certain projects. The issue I have is when I record in a midi part, and now I want to go over and redo some of the dynamics, so I have the midi record set to Merge, or Replace (tried both) and then record over the...
Hey everyone,
I would like to upgrade my entire setup, mainly to improve the monitoring and room acoustics.
I have drawn a small sketch of my bedroom (and production) room so that you can understand and make suggestions as to what needs space and where there would potentially be room for new...
Hello everyone, first of all, I don't know English, so I used a translation tool, I hope you understand my problem. I have UVI Bohemian Violin and Emotional Violin for solo violin. I am preparing expression maps for both. While everything works as it should, trill, half trill, and whole trill...
I need a solo trumpet for a piece I wrote... trouble is solo trumpet VSTs sounds pretty crap and I can't just go and buy VSL stuff.
So if anyone is kind enough to help me out: I have the midi file with modulation and expression already programmed, would anyone be able to give me a wav if I give...
So i know it's possible to set array steps 0 for example but what if want to reduce the number of array steps? Is this even possible?
I have an array
on init
declare %array[5] := (1,4,3,7,9)
end on
What if I want to delete the "7" entirely with its step so that the %array[4] will be only 4...
So it's me again. :(:
I have an extrem long while statement like:
on note
while(a = b or a = c or a = d or ...) {... means more variables and I mean a lot more XD}
{do something}
end while
end on
Thing is i tried it with arrays and searching trough the array utilizing the search function...
I guess there is an really obvious solution, but after I coded all day long now maybe i just don't see it anymore...
However what I want to do is: When you press for example one chord i want my RR to only move 1 step.
As I programmed the RR to increment on every on note it increments 3 times...
Is it possible somehow to use the random() function and exclude certain values from happening?
For example random(1,20) but without the numbers 5, 13, 17
Thanky you for helping :)
So I have a Slider with Values between 1-100
if the Slider moves obviously it gives new values constantly. What I want to do is detect if the Value of the Slider stays the same for 10 seconds.
if it stays the same for 10 seconds do something.
Anyone has an Idea of how this could be possible...
Hello,
is there any way to get the "Return" Value of the Convolutional Reverb in dB?
Haven't found any comment in the reference manual to this parameter.
Thanks.
Hello all! There's been an issue I've been having with EastWest's Hollywood Orchestra as of late.
When playing back a song, the program seems to have...issues playing back notes right. Often a lot of samples cut off abruptly. Most often notes will play very briefly before stopping abruptly, and...
Hello guys, i need a bit of advice:
i am so torn and unsure what to purchase.
Currently i own komplete 13 ultimate, so i have the SYMPHONY ESSENTIALS, stradivari violin and session strings 2 pro.
I use my instruments for writing and creating music for games mainly, from epic to soft.
What i...
So i created a graphic for my button. However even after reading several posts i couldn't find the issue.
The button has 6 animation layers, i created a text file named the same as the button containing all the info, but somehow it still shows the full spritesheet. See pictures below.
Here the...
So I created some test knobs in Blender myself and wanted to replace those white knobs. Somehow when I insert the new knob with the same size the texture is moved odly. Anyone can tell me what I can do to prevent the texture from doing this? To stay at the right place of the ui_control?
So i have multiple groups and want to purge them on ui_control, but with the exception that the select groups should be excluded from purging.
I have 50 groups. All groups should be purged except group 3, group 16 and group 40. How do i do that?
With a while loop < NUM_Groups it would purge...
So if i have an Instrument with 100 Base groups (don't ask me why) and every base group has 6 RR = 600 Groups x6 (mic positions) = 3600 groups.
I guess that would get really messy and laggy. SO is there any way to map RR different in order to save goups/reduce the amount of groups? Since now...
Hello I created this little roundrobin script.
But somehow sometimes multiple Groups get allowed. Anyone has a suggestion why?
on init
declare $i := 0
declare $grp := 0
end on
on note
disallow_group($ALL_GROUPS)
if($i = 0)
$grp := $grp + random(0,2)
allow_group($grp)
$grp := 0
$i := 1...
So as the title suggests im looking for a system in order to scroll trough a panel with various entrys. How could that be done?
My aim is to have an $up and an $down button. With the cycle looping.
So if you come down to the bottom it jumps back to the top and the other way around.
My idea was...
Hey,
I just discovered that Keep Forest for examle loads the Reverb via KSP into the Insert FX Section. Thought this is not possible but as it seems I'm wrong.
Can anyone explain to me how this works cause when I try to load Reverb via KSP into the inserts it loads nothing.
ED can you may...
Hey I finally am able to load FX with ksp, but everytime i unload an FX with:
wait_async(set_engine_par($ENGINE_PAR_EFFECT_TYPE,$EFFECT_TYPE_NONE, -1, 0, 1))
and load the same FX with:
wait_async(set_engine_par($ENGINE_PAR_EFFECT_TYPE,$EFFECT_TYPE_COMPRESSOR, -1, 0, 1))
again. The Slider...
Hey I coded some new Sliders for my Userinterface and just copy pasted my old code and changed some variables to make it fit my situation. The sliders work and the labels change dynamically as intended but they are really unresponsive...
What i mean: The labels do change to the correct values...
Hey I really want to make a Samplelibrary of my Recorder with true legato, but I can't find any instructions that help me understanding how a true legato script works. Of course I found some scripts but I want to understand what the lines of code are doing. Can anyone help me and explain line...
Hey I'm a complete Newbie to Kontakt Scripting (started out today), but have the dream of my first own Instrument. Therefore I need your help. So in this Thread I will post Questions, and hope that someone answers. :P
So what have I done already? I scripted a basic Kontakt Userinterface with 2...
Hey everyone,
I'm currently working on a range of free Kontakt libraries and I'd like them to share the same user interface so that the developing process would be as fast as possible. This would allow me to focus on the samples and to propose new libraries as often as possible.
I want to make...
Okay, so after working on this for 20 hours I've decided that this is the best I can do with this piece just now. I'm not 100% happy with it which is a shame because I think this piece could be the really good but every time I think I know what the piece needs it just never sounds right. So...
Been pulling my hair out with this for so long now and I wanna fix it once and for all. Any help MUCH appreciated!
- MIDI CC data doesn't chase. If I play the middle of a region where the CC line is flat and has no nodes, it's set at some sort of 'default' value which is incorrect. It only...
Hello everyone. I am brand new here and seeking help. I’m fairly new to MIDI composing mainly film scores. Currently I have Spitfire’s BBC SO Core but I’ve recently encountered a bug where the legato is basically broken. I need to get some work done tomorrow and it seems spitfire will be unable...
Hey!
I'm a amateur musician who has been starting out making music for around 2 years, during this time i've been working and learning about movie/game soundtrack and had a blast with it. (I'm also abit into musicals)
But i feel like i'm lacking some libraries and want to expand abit.
The...
Hello everybody!
I have a problem with Dominus Pro: If I want to record my modwheel (with or without automation), Dominus Choir Pro doesn't respond to the drawn curve (I mean: The GUI shows that the dynamics are changing but the sound remains at the same dynamic layer). Does anybody know how to...