Bug 180 - tags and elements of orchestras are written on the same line in orchestras.xml
Summary: tags and elements of orchestras are written on the same line in orchestras.xml
Status: CLOSED WONTFIX
Alias: None
Product: JSampler
Classification: Unclassified
Component: JSampler (show other bugs)
Version: SVN Trunk
Hardware: PC Linux
: P5 enhancement
Assignee: Grigor Iliev
URL:
Depends on:
Blocks:
 
Reported: 2012-04-30 23:00 CEST by Nicola Pandini
Modified: 2021-05-11 13:51 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicola Pandini 2012-04-30 23:00:07 CEST
Actually Fantasia saves the orchestra's structure in one line of the orchestras.xml
I think it will be better to use one line for each element, to make it easier to edit with a text editor.

i.e:
<orchestras>
	<orchestra name="test"><description/>
		<instrument name="test"><description/>
			<path>/home/sfz_library/test.sfz</path>
			<instrument-index>0</instrument-index>
			<engine>SFZ</engine>
		</instrument>
	</orchestra>
</orchestras>
Comment 1 Christian Schoenebeck 2019-03-10 16:44:30 CET
There are currently no plans on our side to implement your suggested feature in near future. However you are always invited to provide patches implementing the features suggested by you.

I'm going to close this report.