|
Hydrogen Forum >
Hydrogen on Windows >
drumkit install - workaround
Comix
Moderator
354 posts
13:27 GMT
21 February 2006 |
drumkit install - workaround
This is a workaround for installing drumkit on windows. I hope to finish the porting soon :) ... I used 7-Zip to extract the .tar.gz files first from gz to tar then from tar to a regular folder containing the .h2drumkit file. Then I right-clicked the .h2drumkit and chose "extract" and the output was a strange file called "content." I right-clicked and extrated the "content" file and poof! I get a folder full of flac and wav files, ready to move to the hydrogen directory. So for anyone wanting hydrogen drumkits but is still ignorant of linux: 1. Download and install 7-Zip 2. Download the tar.gz compressed drumkits from here 3. Right-click and choose "extract" on the drmkit files. 4. Repeat step 3 on the output of each extraction (even the ".content" file) until you get a folder full of flac or wav files. 5. Move the folders to C;\Program Files\Hydrogen\data\drumkits (some say C:\Documents and Settings\*yourusername\.hydrogen\data). -- comix |
|
|
memphis
Member
3 posts
22:33 GMT
19 November 2006 |
hi! very useful! thank you...that was exact my problem except i alreadz got 7zip |
|
|
Mark Caldwell
Member
2 posts
22:04 GMT
28 November 2006 |
Can't import drumkits
Hi Comix! Hi have followed your Win workaround 'to the letter' - I still get the same error message, and the drum kits do not load. No matter where in the directory system that I put them, the result is always the same,,,,,, HELP! Thank you --- Hydrogen is the greatest! I want to be able to get the full benefits......... |
|
|
HOV
Member
1 posts
19:54 GMT
24 December 2006 |
C:\Program Files\Hydrogen\data\drumkits is the directory where the folder entitled "Yamaha Vintage Kit" needs to go. Once there, it should show up in the sound library directory. Once it shows up, then you have to go add every layer in each instrument... this is the step that seems to be missing from the other directions! |
|
|
omega3
Member
8 posts
17:56 GMT
11 January 2007 |
Additional notes re: installation of drum kits: 1) Download and install the Windows version (Windows installer 2006/03/09) of 'Hydrogen' from: http://www.hydrogen-music.org/index.php?p=download 2) Download all the additional drum kits of interest from: http://www.hydrogen-music.org/index.php?p=drumkits to a temporary directory, lets create and call it 'Drumtemp'. 3) These are zipped files but Winzip does not work. Download and install the extraction tool '7-Zip' (version 4.43) from: http://sourceforge.net/project/downloading.php?group_id=14481&use_mirror=puzzle&filename=7z443.exe&8650536 4) Return to the 'Drumtemp' directory. Lets work on 'YamahaVintageKit.zip' as an example. 5) Right click on 'YamahaVintageKit.zip', scroll down to '7-Zip' and then 'Extract Here'. Carry out this action. 6) This opens up another sub-directory called 'YamahaVintageKit'. 7) Open this directory and firstly transfer the file 'YamahaVintageKit_demo.h2song' (the demo file) to the directory C:\Program Files\Hydrogen\data\demo_songs. 8) Now right click on the file 'YamahaVintageKit.h2drumkit'. Again, open '7-Zip' and 'Extract Here'. Carry out this action. 9) This opens another file called '[content]'. Again, right click on this file, open '7-Zip' and 'Extract Here'. Carry out this action. 10) This creates another directory called 'YamahaVintageKit'. 11) Transfer this directory (which contains all the sound files) to the directory C:\Program Files\Hydrogen\data\drumkits. Phew! At last! Now when you open 'Hydrogen' and look in the sound library you will find 'YamahaVintageKit' has been added. This all sounds a bit protracted but you will soon get the hang of all the 'unzipping' required. Check out the demo file through the 'Project' and 'Open Demo' menu. Well worth a listen. |
|
|
The Gopher
Member
1 posts
16:27 GMT
2 May 2007 |
The Gopher
Thanx That Was useful to me |
|
|
Randy
Member
1 posts
13:35 GMT
14 July 2007 |
Vista and 7-Zip
-Workaround for unassociated (no extension) output file- Using 7-Zip (4.49 beta, possibly others) and Windows Vista, it's possible that 7-Zip will return an "error reading output file ***.wav/flac" while performing the workaround. Vista shows the file type as simply "File". If you experience this behavior, RENAME the output file to include a .zip extension and carry on with the workaround. The next output file should be a folder containing the files you need. -Randy |
|
|
florhcs
Member
7 posts
16:31 GMT
17 August 2007 |
add every layer in each instrument
Hi HOV I had the same problem. Just have a look in the "drumkit.xml" in that directory. I use ConTEXT as editor. You will see that at the last <instrument> </instrument> only have a number as name and no filename for a sound. So Hydrogen just has no other information when you use that drumkit. Just delete these intruments and everything works fine.May be under Linux Hydrogen skip these parts. Best regards :-) |
|
|
Wasaac
Member
1 posts
17:04 GMT
21 January 2008 |
Importing Drumkits
I'm running hydrogen 0.9.4 -svn on windows xp. Although I've tried this workaround and I have a folder full of .flac and .wav files, I can't seem to play the drumkits in hydrogen. They appear correctly in the sound library section yet whenever I attempt to play one or drag it onto my patterns list, it gives me an assertion error. Program; hydrogen.exe File: src\Instrument.ccp Line: 122 Expression: pDrumkitInfo I then click any one of the 3 options it gives me and hydrogen crashes. Can you help? |
|
|
florhcs
Member
7 posts
18:07 GMT
25 January 2008 |
drumkitt.xml
Hello Start with a little drumkit.xml file including these lines: <drumkit_info> <name>Test instrumental</name> <author>YXZ</author> <info>build from samples from the web</info> <instrumentList> <instrument> <id>1</id> <filename>abc.wav</filename> <name>ABC</name> <volume>5.000000</volume> <isMuted>false</isMuted> <pan_L>1.000000</pan_L> <pan_R>1.000000</pan_R> <exclude /> </instrument> </instrumentList> </drumkit_info> Replace the top sections: name author info That gives you a drumkit with one instrument. For each other instrument copy the instrument section. Replace filename and name and increase the id section. You must have a folder in the Hydrogen\ ....\data\drumkits. Should have the same name like your top name section. In that folder you have to have that file drumkit.xml and the sound files you name in it. There are a lot other option, but so I created my own drumkit with 51 instruments and it works fine. Hope it helps. Best regards :-) |
|
|
zampai
Member
2 posts
19:14 GMT
20 September 2009 |
drumkit for windows
Sorry for my poor english, I found that many of the drumkits do not work with windows. Some of them work. Is there a list of kit working under windows ? I mean kits that dont lead to "assertion error" and Hydrogen crashes. Thanks a lot |
|
|
Kommand
Member
1 posts
00:56 GMT
21 September 2009 |
Sound Library no Work
Hi all. Like zampai not working any drumkit, the "Sound Library Import-> Local File-> Browse-> Install" I get the following error: "An Error occurred importing the SoundLibrary" and "Sound Library-> Internet" I shows the bookstores after "Update List", however, does not download anything. Does anyone can help us? I have Win XP. Grettings. |
|
|
zampai
Member
2 posts
07:52 GMT
21 September 2009 |
creating a drumkit under windows (vista)
In fact, It works for me under windows vista when using the way described by "florhcs ", see up in this page. What to do for drumkit work with windows : - build a folder for exemple "mydrumkit" - creat in this folder a "drumkit.xml" file with the following content (use notpad, wordpad or dreamweaver if you'v got it): ############################### <drumkit_info> <name>Test instrumental</name> <author>YXZ</author> <info>build from samples from the web</info> <instrumentList> <instrument> <id>1</id> <filename>abc.wav</filename> <name>ABC</name> <volume>5.000000</volume> <isMuted>false</isMuted> <pan_L>1.000000</pan_L> <pan_R>1.000000</pan_R> <exclude /> </instrument> </instrumentList> </drumkit_info> ############################# The "red" section from "<instrument>" to "</instrument>" can be dupplicate anytime you want to include a new instrument. You just have to increase the id "<id>1</id>" give the file name of your instrument "<filename>abc.wav</filename>" and give a name "<name>ABC</name>" -to include an instrument find in other kits or on the web "wav" files or "flac" files and include them in your folder "mydrumkit" creat a corresponding section "<instrument></instrument>" in the xml file and complete id, filename and name. >> then, when your folder "mydrumkit" contain the completed xml file and all your wav or flac files just copy the full folder inside the "drumkits" folder of hydrogen (Hydrogen\ ....\data\drumkits) and restart hydrogen. your kit will appear automaticaly in the library. This way worked very good for me under windows vista. good luck note : you can also modifie the sections : <name>Test instrumental</name> <author>YXZ</author> <info>build from samples from the web</info> In the xml file. the "name" will appear in hydrogen. And sorry for my bad english (speak french). |
|
|
chipfryer
Member
4 posts
10:58 GMT
24 February 2010 |
Hi folks I tried this under Windows XP but every time I tried to launch the app it just closed out again, I never got it working after that even after re-installing. Works great on Linux. Great app by the way, thank you. |
|
|
chipfryer
Member
4 posts
19:10 GMT
25 February 2010 |
It's a little late in the day for me to be worrying about this since I use it on Linux with great results in any case. I did manage to install the kit I wanted and am now working on adding the layers for that kit. What happened before I'm hoping does not happen again but so far it does seem to be working out ok. Q. When I add a layer and choose the relative file (from download) for it should I have to rename it to what it should be or should this happen automatically please? |
|
|
|