olivier
cfd0a2c19d
Add support for key 'key' in SFZ
2018-08-16 00:19:26 +02:00
Olivier Jolly
c5652e22d4
Prepare 0.9.0 release
2017-02-08 11:10:44 +01:00
Olivier Jolly
bbde89f956
Merge branch 'master' of gitlab.com:zeograd/rnsutils
...
Includes random round robin support in sfztoxrni and 0.9.0 release preparation
2017-02-08 11:02:06 +01:00
olivier
faed42a048
Add random round robin detection in sfz files
2017-02-07 00:55:25 +01:00
olivier
9c22dec072
Add random round robin detection in sfz files
2017-02-07 00:54:46 +01:00
olivier
73f8f397d1
Fix incorrect reference to modulation set in xrni generated from sfz (resulting in crash on some zones)
2017-02-04 16:29:53 +01:00
olivier
2b193c44c1
Fix default path handling when starting with separator
2017-02-03 23:32:45 +01:00
olivier
17fc4d3614
Add sfz parsing with note as midi height as well as default path attributes
2017-02-03 22:44:53 +01:00
Olivier Jolly
87c919a679
Add center panning forcing in sf2toxrni
2016-04-11 09:37:31 +02:00
Olivier Jolly
8872c0e55e
Document keymap expansion and instrument selection in sf2toxrni
2016-04-06 18:04:23 +02:00
Olivier Jolly
183eaaece8
Enable keymap expansion and instrument picking
2016-04-06 17:51:27 +02:00
Olivier Jolly
f8304d2fab
Allow to reencode only selected samples in xnri
2016-04-06 14:18:30 +02:00
Olivier Jolly
7f6faf63a5
Add support for key mapping to pitch generator
2016-04-06 00:01:40 +02:00
Olivier Jolly
8db917503b
Improve pep8 compliance
2016-02-05 00:49:16 +01:00
Olivier Jolly
8a1719b35f
Add -v/--version support on CLIs
2016-02-05 00:33:11 +01:00
Olivier Jolly
25358be8ae
Improve pep8 compliance
2016-02-05 00:32:49 +01:00
Olivier Jolly
8dc4316fda
Robustify instrument saving
2016-02-04 23:57:16 +01:00
Olivier Jolly
9b7f03062b
Package CHANGELOG
2016-02-02 16:17:57 +01:00
Olivier Jolly
51b0de0cf9
Prepare for the 0.8.0 release
...
Creates change logs along with updating the setup scripts.
2016-02-02 16:14:46 +01:00
Olivier Jolly
c0765473b4
Fix formatting of CLI options
2016-02-02 16:08:33 +01:00
Olivier Jolly
1a102595e0
Document xrniorganise in the README
2016-02-02 16:04:40 +01:00
Olivier Jolly
03f487ce6f
Install xrniorganise in setup
2016-02-02 16:04:20 +01:00
Olivier Jolly
0d7f3ce6fc
Add support for recursive instrument organising
2016-02-02 16:03:52 +01:00
Olivier Jolly
1bfa239c9d
Default instrument encoding to flac
2016-02-02 16:03:28 +01:00
Olivier Jolly
376e545853
Add a CLI to organise XRNI based on their tags
2016-02-02 15:04:37 +01:00
Olivier Jolly
c84f76a317
Simplify adding and removal of tags via the CLI
2016-02-02 15:04:18 +01:00
Olivier Jolly
f4b10471fa
Remove only first matching tag
...
Current implementation would fail when iterating on the next
element, looking for tags to remove as we changed the underlying
collection. Stopping on first occurence is a fine workaround.
2016-02-02 14:46:48 +01:00
Olivier Jolly
c65b766257
Briefly document xrnicomment and xrnitag usage
2016-02-02 12:29:05 +01:00
Olivier Jolly
4874809331
Add xrni tag CLI
2016-02-02 12:22:03 +01:00
Olivier Jolly
c1926d90bc
Complete xrnicomment
2016-02-02 11:35:50 +01:00
Olivier Jolly
1245ab151b
Add xrni comment command line utility
2016-02-02 11:06:23 +01:00
Olivier Jolly
04ef45597a
Change comment storage
2016-02-02 00:08:58 +01:00
Olivier Jolly
d047888eee
Enable overwriting of xrni from command line
2016-02-01 18:00:23 +01:00
Olivier Jolly
ee0362f3bc
Add a comment in generated xrni
2016-02-01 18:00:03 +01:00
Olivier Jolly
47bb4ccad7
Prevent accidental overwrite of destination xrni
2016-02-01 17:59:37 +01:00
Olivier Jolly
334d8e5241
Prepare files for 0.7.0 release
2016-02-01 00:03:45 +01:00
Olivier Jolly
513bf74893
Add XRNI reencoder script
2016-01-31 23:49:21 +01:00
Olivier Jolly
762605ef96
Fix encoder call for ogg
2016-01-31 23:28:44 +01:00
Olivier Jolly
669faa597a
Factorize encoder calls and suppress their output
2016-01-31 23:24:41 +01:00
Olivier Jolly
d411fec567
Deduplicate modulation sets
2016-01-30 23:38:00 +01:00
Olivier Jolly
8e23c83117
Allow sample reencoding to ogg and flac in sf2toxrni
2016-01-30 00:25:27 +01:00
Olivier Jolly
80898594ab
Allow sample reencoding to ogg and flac
2016-01-30 00:21:41 +01:00
Olivier Jolly
fb441c46a8
Add even more SFZ operand support
...
Loop was added (but untested), sample cycling (but it prevents layering for the
same instrument), pan, volume, transpose, complete amplification adshr.
2016-01-29 21:39:18 +01:00
Olivier Jolly
6a1590bc9e
Add more SFZ operand support
2016-01-29 15:31:37 +01:00
Olivier Jolly
d4a66bbf79
Fix finetuning convertion
2016-01-29 15:31:12 +01:00
Olivier Jolly
9bcbffc7cb
Implement a minimal set of SFZ directives to be usable
2016-01-29 14:50:19 +01:00
Olivier Jolly
b97d91c27a
Add skeleton for sfz to xrni converter
2016-01-29 10:00:26 +01:00
Olivier Jolly
d192f13a3a
Support multiple input files
2016-01-28 22:02:36 +01:00
Olivier Jolly
9bf71e034a
Fix runtime dependency to sf2utils
2016-01-28 10:11:43 +01:00
Olivier Jolly
e177e31cb5
Bump version to 0.6.0 for first public release
2016-01-28 09:55:50 +01:00