Historia zmian

Autor SHA1 Wiadomość Data
  woelper de8f20ee05 make clean 4 lat temu
  woelper 9f9f2502df sounds play 4 lat temu
  woelper b62bb254a5 change sample 4 lat temu
  woelper c5b7578e2b add wav 4 lat temu
  Johann Woelper cb1e536366 init 4 lat temu
  mitchmindtree 18d3af6341 Merge pull request #6 from mitchmindtree/develop 8 lat temu
  mitchmindtree 3079254745 Move Audio trait to its own crate. 8 lat temu
  mitchmindtree b9286ee42c Change the HzVelMap to StepVelMap for mapping a discrete step range rather than a continuous range in hz. 8 lat temu
  mitchmindtree ec34eda0c2 Merge pull request #4 from mitchmindtree/fix_note_handling 8 lat temu
  mitchmindtree f72543d6ed Add type aliases for dynamic types. 8 lat temu
  mitchmindtree b47f945735 If no amp_hz is yielded by the Instrument for a voice, set the associated PlayingSample to None. 8 lat temu
  mitchmindtree ff20c3adf6 Implement note fallback to the mode module. Never set voices to None during note_on or note_off methods as this will be done when requesting frames for each voice from the Instrument type. 8 lat temu
  mitchmindtree a51f8ae6c3 Re-export the sample and instrument crates. 8 lat temu
  mitchmindtree 4812319e81 Add method to Sample for mapping some audio type A to an audio type B 8 lat temu
  mitchmindtree 6030fea9f7 Add helper constructors for dynamic Sampler types to the dynamic module. 8 lat temu
  mitchmindtree e767f414e5 Add missing fields to Cargo manifest. 8 lat temu
  Mitchell Nordine c13327ca2d Merge pull request #1 from mitchmindtree/master 8 lat temu
  mitchmindtree af59345c4e Remove local-specific test. 8 lat temu
  mitchmindtree c569e1e493 Make sure travis does not try to test example when testing no-default-features. 8 lat temu
  mitchmindtree 0c9077fa14 Place private constructor module behind serde feature gate, as it is only used within the serde module. 8 lat temu
  mitchmindtree 80505e530c Use latest version of deps. 8 lat temu
  mitchmindtree 0ee0e85bfa Have travis test feature variations. 8 lat temu
  mitchmindtree 98761a4b9a Change test to use f32 data to demonstrate using f32 samples decoded from i16 wav file. 8 lat temu
  mitchmindtree 239c8a8cc4 Fix bounds for deserialization of wav::Audio. 8 lat temu
  mitchmindtree 6d2c3052cb Remove dead code from map module. Finish wav::Audio::from_file impl. Comment out unnecessary has_wav_ext fn. 8 lat temu
  mitchmindtree bac94c0930 Add serde_serialization and wav features. Temporarily use direct paths for pitch_calc and time_calc. 8 lat temu
  mitchmindtree 66c401b25e Add serde serialization implementations for Sampler types. 8 lat temu
  mitchmindtree 79ec0aeaea Add dynamic, map and serde modules. 8 lat temu
  mitchmindtree 5a91e10960 Update to addition of more generic Audio trait. Add private constructor module for use within the serde serialization module. Add Debug implementation for Voices. 8 lat temu
  mitchmindtree 3da95d84b2 Remove Audio type from map module in favour of generic Audio trait. Add wav specific Audio type to wav module. These changes should allow for serialization of sampler audio. 8 lat temu