Well I've just tried the code and it works on Odroid XU4 with Armbian.
Here you are the output:
marcos@odroidxu4:~/Desktop$ gcc doc.c -o doc
marcos@odroidxu4:~/Desktop$ taskset 0xF0 nice --10 ./doc
Test start
Press ctrl + c to cancel
delay between notes: 100.00 milisegundos
Command to run is: "./Pianoteq" --headless --play-and-quit --midi miditest.mid; string size: 59
Current preset: Steinway D Prelude, instrument: Grand Steinway D
Try number 1
Did audio fail? y/n, t to terminate
n
delay between notes: 50.00 milisegundos
Command to run is: "./Pianoteq" --headless --play-and-quit --midi miditest.mid; string size: 59
Current preset: Steinway D Prelude, instrument: Grand Steinway D
Try number 2
Did audio fail? y/n, t to terminate
n
delay between notes: 25.00 milisegundos
Command to run is: "./Pianoteq" --headless --play-and-quit --midi miditest.mid; string size: 59
Current preset: Steinway D Prelude, instrument: Grand Steinway D
Try number 3
Did audio fail? y/n, t to terminate
n
delay between notes: 12.50 milisegundos
Command to run is: "./Pianoteq" --headless --play-and-quit --midi miditest.mid; string size: 59
Current preset: Steinway D Prelude, instrument: Grand Steinway D
CPU overload detected. Your CPU is not powerful enough, or the power-saving settings of your computer are too aggressive. You can adjust the performance of Pianoteq, or disable CPU overload detection, in the 'Perf' tab of the 'Options' dialogue.
Try number 4
Did audio fail? y/n, t to terminate
y
delay between notes: 18.75 milisegundos
Command to run is: "./Pianoteq" --headless --play-and-quit --midi miditest.mid; string size: 59
Current preset: Steinway D Prelude, instrument: Grand Steinway D
CPU overload detected. Your CPU is not powerful enough, or the power-saving settings of your computer are too aggressive. You can adjust the performance of Pianoteq, or disable CPU overload detection, in the 'Perf' tab of the 'Options' dialogue.
Try number 5
Did audio fail? y/n, t to terminate
y
delay between notes: 21.88 milisegundos
Command to run is: "./Pianoteq" --headless --play-and-quit --midi miditest.mid; string size: 59
Current preset: Steinway D Prelude, instrument: Grand Steinway D
Try number 6
Did audio fail? y/n, t to terminate
n
delay between notes: 20.31 milisegundos
Command to run is: "./Pianoteq" --headless --play-and-quit --midi miditest.mid; string size: 59
Current preset: Steinway D Prelude, instrument: Grand Steinway D
Try number 7
Did audio fail? y/n, t to terminate
n
delay between notes: 19.53 milisegundos
Command to run is: "./Pianoteq" --headless --play-and-quit --midi miditest.mid; string size: 59
Current preset: Steinway D Prelude, instrument: Grand Steinway D
Try number 8
Did audio fail? y/n, t to terminate
n
delay between notes: 19.14 milisegundos
Command to run is: "./Pianoteq" --headless --play-and-quit --midi miditest.mid; string size: 59
Current preset: Steinway D Prelude, instrument: Grand Steinway D
CPU overload detected. Your CPU is not powerful enough, or the power-saving settings of your computer are too aggressive. You can adjust the performance of Pianoteq, or disable CPU overload detection, in the 'Perf' tab of the 'Options' dialogue.
Try number 9
Did audio fail? y/n, t to terminate
y
delay between notes: 19.34 milisegundos
Command to run is: "./Pianoteq" --headless --play-and-quit --midi miditest.mid; string size: 59
Current preset: Steinway D Prelude, instrument: Grand Steinway D
CPU overload detected. Your CPU is not powerful enough, or the power-saving settings of your computer are too aggressive. You can adjust the performance of Pianoteq, or disable CPU overload detection, in the 'Perf' tab of the 'Options' dialogue.
Try number 10
Did audio fail? y/n, t to terminate
y
delay between notes: 19.43 milisegundos
Command to run is: "./Pianoteq" --headless --play-and-quit --midi miditest.mid; string size: 59
Current preset: Steinway D Prelude, instrument: Grand Steinway D
CPU overload detected. Your CPU is not powerful enough, or the power-saving settings of your computer are too aggressive. You can adjust the performance of Pianoteq, or disable CPU overload detection, in the 'Perf' tab of the 'Options' dialogue.
Try number 11
Did audio fail? y/n, t to terminate
y
delay between notes: 19.48 milisegundos
Command to run is: "./Pianoteq" --headless --play-and-quit --midi miditest.mid; string size: 59
Current preset: Steinway D Prelude, instrument: Grand Steinway D
Try number 12
Did audio fail? y/n, t to terminate
n
delay between notes: 19.46 milisegundos
Command to run is: "./Pianoteq" --headless --play-and-quit --midi miditest.mid; string size: 59
Current preset: Steinway D Prelude, instrument: Grand Steinway D
CPU overload detected. Your CPU is not powerful enough, or the power-saving settings of your computer are too aggressive. You can adjust the performance of Pianoteq, or disable CPU overload detection, in the 'Perf' tab of the 'Options' dialogue.
Try number 13
Did audio fail? y/n, t to terminate
y
delay between notes: 19.47 milisegundos
Command to run is: "./Pianoteq" --headless --play-and-quit --midi miditest.mid; string size: 59
Current preset: Steinway D Prelude, instrument: Grand Steinway D
CPU overload detected. Your CPU is not powerful enough, or the power-saving settings of your computer are too aggressive. You can adjust the performance of Pianoteq, or disable CPU overload detection, in the 'Perf' tab of the 'Options' dialogue.
Try number 14
Did audio fail? y/n, t to terminate
y
delay between notes: 19.48 milisegundos
Command to run is: "./Pianoteq" --headless --play-and-quit --midi miditest.mid; string size: 59
Current preset: Steinway D Prelude, instrument: Grand Steinway D
CPU overload detected. Your CPU is not powerful enough, or the power-saving settings of your computer are too aggressive. You can adjust the performance of Pianoteq, or disable CPU overload detection, in the 'Perf' tab of the 'Options' dialogue.
Try number 15
Did audio fail? y/n, t to terminate
t
Total attemps: 15, final delay between notes: 19.48
marcos@odroidxu4:~/Desktop$
I remember I have had running issues on MS Windows with the same code, so I had to add quotation marks (", named comillas in spanish) in lines 118-120. So I would try removing them, on XU4 it the program runs with or without them, who knows, perhaps it runs.
For this you should comment out line 118, change strcat in line 119 to strcpy and comment out line 120
line original code: new code:
118 strcpy(comando,comilla); //strcpy(comando,comilla);
119 strcat(comando,pianoteq); strcpy(comando,pianoteq);
120 strcat(comando,comilla); //strcat(comando,comilla);
(commando is a string containing the command that will be sent to the system, strcpy copies one string into another, and strcat concatenates two strings, those lines build the command which will be run)
Hope it works
Marcos
Last edited by marcos daniel (28-05-2020 04:25)