Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use OpenDataFile to load soundfonts relative to data directories | Chris Robinson | 2014-02-27 | 1 | -1/+1 |
| | |||||
* | Add a method to get soundfont samples | Chris Robinson | 2014-01-13 | 1 | -0/+35 |
| | |||||
* | Move some soundfont methods to ALsoundfont | Chris Robinson | 2014-01-05 | 1 | -2/+98 |
| | |||||
* | Allow "deleting" the default soundfont | Chris Robinson | 2014-01-04 | 1 | -5/+17 |
| | | | | | The ID remains valid and the soundfont will be reloaded as needed, but this provides a way for the application to clear up the soundfont memory. | ||||
* | Allow querying default soundfont properties | Chris Robinson | 2014-01-04 | 1 | -7/+19 |
| | | | | | Any attempts to modify it or its held objects will result in an AL_INVALID_OPERATION error. | ||||
* | Move ALsoundfont methods to the right source file | Chris Robinson | 2014-01-03 | 1 | -0/+38 |
| | |||||
* | Move alLoadSoundfontSOFT to alSoundfont.c | Chris Robinson | 2014-01-02 | 1 | -0/+42 |
| | |||||
* | Allow querying the soundfont sample length and format type | Chris Robinson | 2013-12-24 | 1 | -0/+8 |
| | |||||
* | Unlock the soundfont earlier after switching preset lists | Chris Robinson | 2013-12-23 | 1 | -2/+1 |
| | |||||
* | Add methods to get and set presets on a soundfont | Chris Robinson | 2013-12-23 | 1 | -0/+93 |
| | |||||
* | Free thunk entry in the object destructor | Chris Robinson | 2013-12-20 | 1 | -3/+0 |
| | |||||
* | Better protect against improper alSoundfontSamplesSOFT calls | Chris Robinson | 2013-12-20 | 1 | -9/+20 |
| | |||||
* | Add functions to set a soundfont's sample data | Chris Robinson | 2013-12-19 | 1 | -1/+80 |
| | |||||
* | Move the soundfont and preset extension functions to separate sources | Chris Robinson | 2013-12-19 | 1 | -0/+141 |