Skip to content

worikgh/midi_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIDI Sample Player

Configuration File

JSON format, array of SampleDescr.

Path to the sample and the MIDI note to trigger it

struct SampleDescr {
    path: String,
    note: u8,
}
struct Config {
    samples_descr: Vec<SampleDescr>,
}

MIDI Port

A MIDI port named MidiSampleQzn3tMidi is created to receive MIDI signals. Notes are looked up in the SampleDescrs and played when MIDI notesample arrives

Jack Port

A Jack port named MidiSampleQzn3tJack:output is the output

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages