Bug 180

Summary: tags and elements of orchestras are written on the same line in orchestras.xml
Product: JSampler Reporter: Nicola Pandini <nicola.pandini>
Component: JSamplerAssignee: Grigor Iliev <gr.iliev>
Status: CLOSED WONTFIX    
Severity: enhancement CC: cuse
Priority: P5    
Version: SVN Trunk   
Hardware: PC   
OS: Linux   

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.