Re: Habbo Trax Creator V9
Looks good. But i don't think many people will use it.
Re: Habbo Trax Creator V9
Quote:
Originally Posted by
Vimsoration
Looks good. But i don't think many people will use it.
Yeah you're right, there wont be many interested people on ragezone. But it was mainly a learning project, and i posted it on another forum, where more people wanted this kind of thing.
Either way, i'm pretty happy with how it turned out. Being my first proper C++ program.
Re: Habbo Trax Creator V9
Wow.
Old times...
Thanks for recreating them :)
Re: Habbo Trax Creator V9
wow really nice;
did you turn on the optimization of the c++ compiler?
which IDE did you use to create the GUI in C++, QT?
looks good thanks for sharing
Re: Habbo Trax Creator V9
Quote:
Originally Posted by
ProFreak
wow really nice;
did you turn on the optimization of the c++ compiler?
which IDE did you use to create the GUI in C++, QT?
looks good thanks for sharing
"- Optimize even more [-O2]" is enabled in the release build options, although it probably doesn't need it, and i did not set it myself, as it was set by default.
I programmed it with codeblocks, the loading and saving dialogue GUI boxes were just from using 'windows.h' so i didn't use any external GUI to make the popup GUI.
This post explains how to do it:
https://latedev.wordpress.com/2011/1...from-c-part-1/
I'm pretty much a beginner when it comes to all the windows GUI, i used QT once, but didn't like it much.
Re: Habbo Trax Creator V9
This is quite amazing, brings back alot of memories, good job dude
Re: Habbo Trax Creator V9
AMAZING! I was looking for a just like that software. Thank you :ott:
Re: Habbo Trax Creator V9
Quote:
Originally Posted by
Yurinside
AMAZING! I was looking for a just like that software. Thank you :ott:
No problem, I'm surprised people are still finding this xD
If there are any feature requests, feel free to tell me, not that much more can be added.
Re: Habbo Trax Creator V9
the bix files works perfect on my emu ! thanks !
Re: Habbo Trax Creator V9
Quote:
Originally Posted by
duckietm
the bix files works perfect on my emu ! thanks !
Nice, not sure how well it would work to use more than 4 sets though, as it's not normally possible...
Test it out for me if you have time!
Re: Habbo Trax Creator V9
One small thing :) i see that the MP3 goes to 648 can this be expand to the sound_machine_sample_731
Re: Habbo Trax Creator V9
Quote:
Originally Posted by
duckietm
One small thing :) i see that the MP3 goes to 648 can this be expand to the sound_machine_sample_731
I've never heard of any more than 72 sets o.O
It's pretty simple to expand the number of sets you can use, but I would need to know the names of the other sets, and i would need to have the individual samples.
[EDIT]
Okay, I've found the sound files up to 730 (0 to 730, so 731 in total, but 0 being a blank sound)
But i can't find the actual names for the sets.
And 731 doesn't even divide by 9, so they aren't full sets?
[EDIT]
I'm done programming in the new sounds, and i've had to add a few more parts to the program, this is because the last trax set only has one sample in it, which made it complex to implement, but it works now, and the program should be stable.
I'll test it a bit more before releasing it.
I also need the names of the sets, if you could find them for me.
Re: Habbo Trax Creator V9
Quote:
Originally Posted by
Yurinside
AMAZING! I was looking for a just like that software. Thank you :ott:
Why did you gravedig a post from ages ago?
Re: Habbo Trax Creator V9
Quote:
Originally Posted by
killerloader
I've never heard of any more than 72 sets o.O
It's pretty simple to expand the number of sets you can use, but I would need to know the names of the other sets, and i would need to have the individual samples.
[EDIT]
Okay, I've found the sound files up to 730 (0 to 730, so 731 in total, but 0 being a blank sound)
But i can't find the actual names for the sets.
And 731 doesn't even divide by 9, so they aren't full sets?
[EDIT]
I'm done programming in the new sounds, and i've had to add a few more parts to the program, this is because the last trax set only has one sample in it, which made it complex to implement, but it works now, and the program should be stable.
I'll test it a bit more before releasing it.
I also need the names of the sets, if you could find them for me.
Nice can't wait to see it !
Names .... have no clue, call them Random1 / 2 etc :)