XHip--Please finish your synth!!
- KVRAF
- 12615 posts since 7 Dec, 2004
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.
http://xhip.cjb.net/temp/public/adxhipwip.dll
if it doesn't work with this plugin you must be doing something wrong.
-
- KVRian
- 673 posts since 15 Nov, 2004 from Montevideo, Uruguay
http://gsotosite.googlepages.com/gsoto_junkyard_2.ogg
Some live tweaking + random modulators on the second half.
Some live tweaking + random modulators on the second half.
- KVRAF
- 12615 posts since 7 Dec, 2004
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
http://xhip.cjb.net/temp/public/tracne2.mp3
-
- KVRian
- 673 posts since 15 Nov, 2004 from Montevideo, Uruguay
- KVRAF
- 12615 posts since 7 Dec, 2004
you're from south america, you're supposed to write stuff like this: http://xhip.cjb.net/temp/public/flutey.mp3 
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

(btw the above will be scraped, the progression is too rough and the lead is just dinking along)
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
(btw the above will be scraped, the progression is too rough and the lead is just dinking along)
-
- KVRian
- 673 posts since 15 Nov, 2004 from Montevideo, Uruguay
And how in the hell is that South American??aciddose wrote:you're from south america, you're supposed to write stuff like this: http://xhip.cjb.net/temp/public/flutey.mp3
Tracne's drums are too complex. Needs less snare and moar boom tshh boom tshh.
- KVRAF
- 12615 posts since 7 Dec, 2004
yeah well samba isn't my strong point, well really nothing is
i need to listen to carcara 1000 times on loop then make 100 carcara remixes, then i'll become a samba master
-
- KVRian
- 889 posts since 10 Jul, 2004
thanks dude.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
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.
-
- KVRian
- 889 posts since 10 Jul, 2004
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.
simple ctrl+letf click (like many other vtis) is much easier for laptop touchpad and tocuhcreen/stylus.
-
- KVRist
- 134 posts since 9 Jan, 2005
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.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.
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...)
- KVRAF
- 12615 posts since 7 Dec, 2004
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:
to:
in the slider control source, "mouse()" function.
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; }Code: Select all
if (buttons.left && buttons.control) { setvalue(getdefaultvalue()); return; }-
- KVRian
- 889 posts since 10 Jul, 2004
thanks, that seems pretty straightforward.
