Mitchell Nordine
|
c13327ca2d
Merge pull request #1 from mitchmindtree/master
|
8 tahun lalu |
mitchmindtree
|
af59345c4e
Remove local-specific test.
|
8 tahun lalu |
mitchmindtree
|
c569e1e493
Make sure travis does not try to test example when testing no-default-features.
|
8 tahun lalu |
mitchmindtree
|
0c9077fa14
Place private constructor module behind serde feature gate, as it is only used within the serde module.
|
8 tahun lalu |
mitchmindtree
|
80505e530c
Use latest version of deps.
|
8 tahun lalu |
mitchmindtree
|
0ee0e85bfa
Have travis test feature variations.
|
8 tahun lalu |
mitchmindtree
|
98761a4b9a
Change test to use f32 data to demonstrate using f32 samples decoded from i16 wav file.
|
8 tahun lalu |
mitchmindtree
|
239c8a8cc4
Fix bounds for deserialization of wav::Audio.
|
8 tahun lalu |
mitchmindtree
|
6d2c3052cb
Remove dead code from map module. Finish wav::Audio::from_file impl. Comment out unnecessary has_wav_ext fn.
|
8 tahun lalu |
mitchmindtree
|
bac94c0930
Add serde_serialization and wav features. Temporarily use direct paths for pitch_calc and time_calc.
|
8 tahun lalu |
mitchmindtree
|
66c401b25e
Add serde serialization implementations for Sampler types.
|
8 tahun lalu |
mitchmindtree
|
79ec0aeaea
Add dynamic, map and serde modules.
|
8 tahun lalu |
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 tahun lalu |
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 tahun lalu |
mitchmindtree
|
e08770ad97
Add implementation of Mode for Dynamic. Remove unnecessary mutable references from self.
|
8 tahun lalu |
mitchmindtree
|
450fd4c40f
Add dynamic module for constructing a Sampler with entirely dynamic parameters
|
8 tahun lalu |
mitchmindtree
|
69d0bc2ad4
Removed amen_brother break. Removed unnecessary source and voice modules. Added thumb piano sample
|
8 tahun lalu |
mitchmindtree
|
a468b7519f
Update example with thumbpiano sampler demo. Loads one sample and plays it across three notes repetitively
|
8 tahun lalu |
mitchmindtree
|
66ba74b54e
Move hound crate to map::wav module and add cfg decorator.
|
8 tahun lalu |
mitchmindtree
|
0b8ae1bc8d
Remove source and voice modules, add mode module. Expose Audio, Map, Sample, Sampler and Frames types and Mode trait. Add hound crate behind feature. Add instrument crate.
|
8 tahun lalu |
mitchmindtree
|
9f533ad16b
Add hound as default wav feature for loading Sample and Map types from wav files.
|
8 tahun lalu |
mitchmindtree
|
720aae7f47
Implement Sampler, PlayingSample, Frames iterator, Voices stack, Playhead.
|
8 tahun lalu |
mitchmindtree
|
76fe5dbefe
Track sample/voice mappings with sampler::mode::Mode note_on and note_off.
|
8 tahun lalu |
mitchmindtree
|
04963645e7
Add feature for loading Sample from wav file and Map from directory of wavs. Change SampleMap to Map. Gix sequential mappings constructor. Add empty constructor. Fix range checking implementations so that Velocity includes 1.0.
|
8 tahun lalu |
mitchmindtree
|
869de570e8
Fix voice.rs module to get things compiling for now. Still a long way from being usable.
|
8 tahun lalu |
mitchmindtree
|
20904efb81
Initial commit
|
8 tahun lalu |