README

Audio::Hydrogen

Work with Hydrogen songs and drumkits

image i_github_com_jonathanstowe_audio_hydrogen_workflows_ci_badge_svg not found

Synopsis


use Audio::Hydrogen;

for Audio::Hydrogen.new.drumkits -> $dk {
    say $dk.name;
}

There are also some vaguely useful examples in the examples directory.

Description

This provides the facilities for creating and manipulating drumkit and song data of the Hydrogen drum software.

I originally wrote this with no other purpose than as a test for XML::Class so it may well be missing some features that you would like to see, but please see the examples for things that you can do with it.

Installation

Assuming you have a working Rakudo installation you should be able to install this with zef :

# From the source directory

zef install .

# Remote installation

zef install Audio::Hydrogen

Other install mechanisms may be become available in the future.

Support

I'm sure this is almost certainly missing some useful features, and am quite open to any ideas that could make it more useful.

I'd also be delighted to hear about anything interesting you do with it.

Suggestions/patches are welcomed via github

Licence

This is free software.

Please see the LICENCE file in the distribution

Ā© Jonathan Stowe 2016 - 2021

Audio::Hydrogen v0.0.6

Work with Hydrogen songs and drumkits

Authors

  • Jonathan Stowe

License

Artistic-2.0

Dependencies

XML::Class

Test Dependencies

Provides

  • Audio::Hydrogen
  • Audio::Hydrogen::Drumkit
  • Audio::Hydrogen::Instrument
  • Audio::Hydrogen::Pattern
  • Audio::Hydrogen::Song

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.