Safe Haskell | None |
---|
Bosendorfer piano sample library based auditioner.
- bosendorfer_octpc_to_index :: OctPC -> Index
- for_pf :: [(Start_Time, [(OctPC, Amplitude)])] -> PP
- note_names :: [String]
- file_names :: [String]
- bosendorfer_osc :: FilePath -> (String, Int) -> Message
- bosendorfer_set_osc :: FilePath -> [Message]
- bosendorfer_subset_osc :: FilePath -> Sample_Loader
- au_load_bosendorfer_set :: Transport m => FilePath -> m ()
Bosendorfer
bosendorfer_octpc_to_index :: OctPC -> IndexSource
Derive_Index
function for Bosendorfer sample set. The offset
from buffer number to midi note number, adjusted for by this
function, is 24
.
note_names :: [String]Source
file_names :: [String]Source
bosendorfer_set_osc :: FilePath -> [Message]Source
Generate set of OSC
messages to load Bosendorfer sample
library.
bosendorfer_subset_osc :: FilePath -> Sample_LoaderSource
Variant of bosendorfer_set_osc
to load required subset of library.
au_load_bosendorfer_set :: Transport m => FilePath -> m ()Source
Send OSC
set given by bosendorfer_set_osc
to scsynth
at
Transport
.