XHip--Please finish your synth!!

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

Post

it works for me, here is a "WIP" version of the xhip plugin if that might be the problem. it will make the parameters in the listboxes show correctly and the parameter displays will look better too.

http://xhip.cjb.net/temp/public/adxhipwip.dll

if it doesn't work with this plugin you must be doing something wrong.

Post

Try downloading again, lime. It didn't work for me but now it does.
Yay, this looks nice :hyper:

Post

http://gsotosite.googlepages.com/gsoto_junkyard_2.ogg
Some live tweaking + random modulators on the second half.

Post

:hihi:

i was like "wtf is something wrong with the ogg?:

http://xhip.cjb.net/temp/public/tracne1.mp3 <-- hardware again though

the 808 and the effects are xhip + xhip effects. the compressor is great if you tweak it correctly, i forget that sometimes.

longer version with the stupid trance build in it, now i just need a snare roll :hyper:

http://xhip.cjb.net/temp/public/tracne2.mp3

Post

:lol:

I admit it may be a little too avant-garde for the general audience :hihi:

blippy.adxi
sunshine.adxi

Post

you're from south america, you're supposed to write stuff like this: http://xhip.cjb.net/temp/public/flutey.mp3 :lol:

i'm going to seriously try to write a good samba at some point here.. it just needs five movements or so each of bass (whatever), rhythm chords (guitar/piano), lead (flute), rhythm solo (vibraphone) and a vocal maybe done with horns.

oh man so much work :cry:

:hihi:

(btw the above will be scraped, the progression is too rough and the lead is just dinking along)

Post

aciddose wrote:you're from south america, you're supposed to write stuff like this: http://xhip.cjb.net/temp/public/flutey.mp3 :lol:
And how in the hell is that South American?? :lol:

Tracne's drums are too complex. Needs less snare and moar boom tshh boom tshh.

Post



yeah well samba isn't my strong point, well really nothing is :lol:

i need to listen to carcara 1000 times on loop then make 100 carcara remixes, then i'll become a samba master :hyper:

Post

aciddose wrote:now i'll be working on the branis gui which should be quite easy, i hope. just a matter of sorting out the coordinates and so on.
:D

Post

Limeflavour wrote:I belive my version have all parameters in the mockup png, if something is missing please tell.
http://xhip.cjb.net/temp/public/mockup_all_windows.png

aciddose, is this supposed to be a working skin or not? I can't get it to show any gui with this file (might be my own fault though ;) )
http://xhip.cjb.net/xhip/releases/xhipg ... r2.xhipgui
thanks dude.
although i had harsh words for your design u made history by being the first to officially give xhip a decent gui.
Last edited by _starcraft_ on Fri Oct 24, 2008 2:45 am, edited 1 time in total.

Post

aciddose i dont find the ctrl+right button (btw why not jut right button?) ideal for reset of parameter value.
simple ctrl+letf click (like many other vtis) is much easier for laptop touchpad and tocuhcreen/stylus.

Post

aciddose wrote:(concerning Admiral Quality) I mean, the most frustrating thing would be if he really did get himself good publicity via these means, but the fact is he only looks like a fool. i'll just poke him a little until he whimpers out and leaves the thread and we should let everyone judge for themselves.
Ya know what is so weird about this? I have heard about his synth being the most "analog" sounding synth around to date and I was almost to the point of d/l'ing the demo and deciding from there if I should buy it.

BUT....

I go out of my way to support stores and sellers who I think are doing a good work and are also good people, and try to avoid ones who are not worth supporting. Gas stations, groceries, audio gear, whatever.

I knew nothing of Admiral Quality as a person until this thread, and his "I'm more happy when I'm fighting" attitude is so embarrassing and repulsive to me that I could now never see myself supporting him commercially, no matter what he's selling.

I guess this is an ancillary comment for this thread but it is my summary of reading a bunch of earlier pages.

Now, since I won't buy Poly-Ana, I'm off to get the crack! (just kidding...)

Post

starcraft; you can make that kind of change to the gui yourself quite easily. it's another thing which is up to the designers. anything related to a gui is up to the gui designer - in this case please send your comments/requests to the designer of the particular gui with the feature you have in mind.

i'd actually recommend that if you have the time you should install gcc and gnumake then make the small change yourself, and get familiar with the code of the guis since you'll then be able to make other changes and perhaps even your own design in the future. if you don't have the time, as i said i'm only maintaining the "standard" gui.

the change will look like:

Code: Select all

if (buttons.right && buttons.control) { setvalue(getdefaultvalue()); return; }
to:

Code: Select all

if (buttons.left && buttons.control) { setvalue(getdefaultvalue()); return; }
in the slider control source, "mouse()" function.

Post

thanks, that seems pretty straightforward.

Post

if you didn't want to do it, i can do it for you it's just you need to be more specific about which gui you want changed.

Post Reply

Return to “Instruments”