Search found 9 matches

by jochen
Tue Mar 05, 2019 9:02 pm
Forum: Linux Music News
Topic: First release of KPP Plugins for guitar processing!
Replies: 36
Views: 11824

Re: First release of KPP Plugins for guitar processing!

I really like these plugins! Thank you very much!
by jochen
Fri May 20, 2016 12:16 pm
Forum: Recorders & Sequencers
Topic: MT-PowerDrumKit Alternative ?
Replies: 21
Views: 16204

Re: MT-PowerDrumKit Alternative ?

Hello Hw, 1) in PLAY_CMD = "jack-smf-player -t -a MT-PowerDrumKit:events-in" the parameter "-a MT-PowerDrumKit:events-in" means, jack-smf-player should send the midi data to the jack-midi-port "MT-PowerDrumKit:events-in". If you got MT-PowerDrumKit running through carla...
by jochen
Fri May 20, 2016 7:45 am
Forum: Recorders & Sequencers
Topic: MT-PowerDrumKit Alternative ?
Replies: 21
Views: 16204

Re: MT-PowerDrumKit Alternative ?

For me, the biggest problem of using MT-PowerDrumKit under Linux was that dragging and dropping of the sequence to Qtractor, Ardour, etc. does not work. Now I wrote a simple application that reads the grooves from the DLL and lets you browse, preview and sequence them. Then the sequence can be saved...
by jochen
Tue May 17, 2016 6:36 pm
Forum: Recorders & Sequencers
Topic: MT-PowerDrumKit Alternative ?
Replies: 21
Views: 16204

Re: MT-PowerDrumKit Alternative ?

Hi Hw, to sequence the extracted grooves and fills I wrote another ruby script. Use it like ruby seq.rb groove01.mid 3 fill01.mid 1 groove02.mid 3 fill02.mid 1 output.mid Always add parameters in pairs: midi-file + how many bars you want to use from it. The last parameter is the output filename. To ...
by jochen
Mon May 16, 2016 8:46 pm
Forum: Recorders & Sequencers
Topic: MT-PowerDrumKit Alternative ?
Replies: 21
Views: 16204

Re: MT-PowerDrumKit Alternative ?

Hi, I wrote a simple ruby-script that extracts the MIDI-Files: #encoding: utf-8 require 'rexml/document' require 'fileutils' dll = ARGV[0] dest = ARGV[1] data= IO.read('MT-PowerDrumKit.dll', :encoding=>'ascii-8bit') xml_start = data.index('<GrooveDef') xml_end = data.index('</GrooveDef>')+'</GrooveD...
by jochen
Sun May 15, 2016 8:49 am
Forum: Recorders & Sequencers
Topic: MT-PowerDrumKit Alternative ?
Replies: 21
Views: 16204

Re: MT-PowerDrumKit Alternative ?

How did you manage to extract the midi patterns?
by jochen
Tue May 10, 2016 3:43 pm
Forum: Recorders & Sequencers
Topic: Drum machine with patterns?
Replies: 27
Views: 19549

Re: Drum machine with patterns?

Hello all,

I tried the Power Drumkit and got it working with carla. Now I wonder how do I get the patterns into a sequencer. According to the demo video it should work with drag and drop. But this doesn't work with Qtractor and Ardour. Does anybody know a solution?

Best regards,
Jochen
by jochen
Wed Jan 28, 2009 7:36 pm
Forum: Developer's Section
Topic: guitar amp/cab sims with impulse response loading
Replies: 192
Views: 62887

Re: guitar amp/cab sims with impulse response loading

hi brummer, thanks for the welcome and for guitarix, of course! Do you have any example configurations for guitarix? I still don't succeed in getting a nice sound... Another question: what's the state of the LADSPA plugin? Is it as complete as the standalone-app? I want to use it in qtractor as a pl...
by jochen
Tue Jan 27, 2009 7:26 pm
Forum: Developer's Section
Topic: guitar amp/cab sims with impulse response loading
Replies: 192
Views: 62887

Re: guitar amp/cab sims with impulse response loading

Hi everybody, I'm trying to get a nice guitar sound with guitarix. I'd like to have it sound like the JCM900-VST. So I downloaded some JCM900 impulse responses from http://grgr.de/IR/ and loaded one of them in the jconv section of guitarix. But I'm not satisfied with the sound I'm getting. I hope so...