XHip--Please finish your synth!!

VST, AU, AAX, CLAP, etc. Plugin Virtual Instruments Discussion
Post Reply New Topic
RELATED
PRODUCTS

Post

can someone help me to locate supersaw patches for xhip?

Post

offensive-teenager wrote:can someone help me to locate supersaw patches for xhip?
dude its super easy.
select init patch (i think default patch is set to square)
in oscillator page select RAMP (=saw)...then move the "pulse width" slide all the way....that control when u have ramp selected multiplies the saw by 16 and detunes them creating a supersaw.(it acts as normal pulse with when u have pulse selected).
to make a more powerful supersaw rinse and repeat the above for the second oscilattor....but put 1 octave apart (+12 coarse)

anyway while i'm here i have a request for aciddose.
could u introduce a delay time(i guess usually called I) to the ADSR.
like on the ms20 EG1. i use it a lot for some wacky bass .

Post

offensive-teenager wrote:can someone help me to locate supersaw patches for xhip?
yes
whooooooooooooooaaaaaaaaaaaaaaaaaaa !!!

Post

I love the new patch setup, how you can see all of the default preset bank at once.
The only site for experimental amp sim freeware & MIDI FX: http://runbeerrun.blogspot.com
https://m.youtube.com/channel/UCprNcvVH6aPTehLv8J5xokA -Youtube jams

Post

Posting in page 100 :band:

About the GUI, I plan to get into aciddose's code at some point. I have a fairly advanced design already, but guess what? I don't have the time right now :hihi:
Sorry, I'll look into it as soon as I can, but don't hold your breath.

dasdeck was planning to code a GUI using Juce some time ago, maybe based on my design. Not sure if he still has that intention.

Post

"anyway while i'm here i have a request for aciddose.
could u introduce a delay time(i guess usually called I) to the ADSR.
like on the ms20 EG1. i use it a lot for some wacky bass ."

No.

:hihi:

the synth is now locked down - no more changes to the synth or interfaces. only the gui and control interface may be changed from now on.

you might be able to patch something using lfo->adsr, lfo->cutoff and lfo delay. also, there are two envelopes available so you can use both to create a more complex envelope shape, including a "delay" effect on the attack. use env.a as usual, but make the attack much longer than normal - make it equal to the total length you want of (attack + delay time). set env.b so that it sustains at 100%, has 40s release and the attack is set to (delay time). set env.a as usual, then set env.b to the opposite depth. for example:

env.a -> cutoff +50%
env.b -> cutoff -50%

this should give you the delay effect you're looking for, although it won't behave exactly the same as the ms-10/20.

if this is really important and you can't get the right effect using the methods i've described, i might be able to implement something. the "delay" is actually just a "gate must be on for X time before gate turns on to adsr input". i could add a mode where the lfo delay's "on/off" flag is ANDed with the adsr's gate input. this wouldn't modify any controls or existing settings, it would only extend the envelope trigger control with an additional couple of modes.

Post

Is there a patch collection working with the latest release?

I got many patches for the xhip but they don't make any sound (guess they're for older versions?)...

Post

The version Aciddose posted a few replies up, that one had a default bank in it that worked.
The only site for experimental amp sim freeware & MIDI FX: http://runbeerrun.blogspot.com
https://m.youtube.com/channel/UCprNcvVH6aPTehLv8J5xokA -Youtube jams

Post

No unison spread then :(

Post

unison spread is part of "event routing & unison diffusion"

basically you'll be able to route [voice offset] * [scale] -> [panning]. voice offset would be = [voice] / [unison voices].

you can also use [random], or other sources. it will work like, hopefully:

[event] (keypress, cc movement, program change, etc) triggers [source] -> [target].

so, for example, you should be able to set it up so that cc #92 is mapped to pitch bend range when a note-on occurs.

Post

can someone help me write a scrip so i can load my wave files automatically! an example would be cool! thanks in advance

Post

create a file called "mywaves.wavs" or something similar.

the file is plain text.

inside the file, include the filenames you want to load using relative paths. the path is set to the path where the .wavs file is loaded from.

for example:

c:/audio/waves/brass/mywaves.wavs

path = c:/audio/waves/brass/

in the file you should have:

Code: Select all

brass1.wav
brass2.wav
brass3.wav
brass4.wav
brass5.wav
brass6.wav
absolute path won't work.
Last edited by aciddose on Sat Aug 30, 2008 8:45 am, edited 1 time in total.

Post

it actually looks like that code is accessing out-of-bounds in a couple places. i'll fix it later. seems to work at the moment for some reason.

ah, ok. it assumes the input "filename" is large enough. this is NAUGHTY but works ok. the whole "wavs" thing was supposed to be temporary, and is temporary, so it doesn't need to be fixed. just don't try to put huge path/filename in the "wavs" file. keep them short like "brass1.wav", "breakbeat from amen part five.wav".

Post

it did not work for me! this is what i got path = D:\my stu ff\vstplugins\Instrument\adxhip\pcms\Kawai k4 waves



1_1.wav
1_2.wav
1_3.wav
1_4.wav
1_5.wav 1_6.wav

Post

it said 'successfully loaded 0 of 2 waves' were did i go wrong?

Post Reply

Return to “Instruments”