Notes hanging / Zynthian misses note off? [SOLVED]

thanks jofemodo!

I also tested further. So, the problem did not appear with a nord electro, but then it appeared with a micro korg too! So I think it cant just be the problem of my mopho. Cable can also not be the problem because I tried it both with midi cable an also with usb cable

could it be that this started with an update in september or early october? Because I remember when I had several rehearsals in september this never happened

another thing I found out is that it only occures when I press notes longer than about 2 seconds!

Is this behaviour consistent? Does it happends always or there is some pattern? Does it happends randomly, but with the 2 seconds constriction?

Thanks!

Hi there,

I also have this problem of endless notes. I use a micro korg XL connected by USB.
It happens very often.
The issue with the midi handling seems to be bigger when using Linux Sampler (some notes are delayed and some “gost” notes are played)

sorry for the late reply…
as far as I can say it is consistent, happnened for me in every engine, noticable with all sounds that are able to ring continuously. Maybe its also 1 second or 1,5… but I never made it happen with short staccato notes.

Could you try with the last SD image “Gorgona-Next”?

Regards!

will try and install it on the weekend, after I had the first concert with zynthian! (only marimba and celesta sounds there, so no problem with the haning notes)

updating from within the zynthian should update to gorgona next am I right? (went pretty quick thou…)
Anyway after doing this the problem still persists :frowning:

Hi all.

here

an example of the same problem that happen to me:

CLAVINOVA CVP 407 tested with different usb interface but… the zynthian hang note randomly when playng.

i mean: when playing WITH or WITHOUT sustain some note hangs… until you play the same note again… then the note stop playng (or even if the polyphony stop the note! :wink: )

zynthian is working with the latest gorgona image downloaded yesterday.

NOTE on my microkey 61 korg no problem at all :slight_smile:

1 Like

Now that you say that, I remember that when I built your Zynthinan I first tried MIDI interface using the Yamaha PSR1500 and had the same random problem. But never had a single note hanging using the Novation MiniNova as MIDI keyboard.

And no problem with a couple of USB keyboards I tested: an M.Audio Keystation Mini 32 and an Alesis Q49.

Your Zynthiand loves minikeys… or hates Yamaha… :smiley:

1 Like

whait whait wait…My Zynth CAN’T hate Yamaha, because it know that i love it! :joy:

Btw:it’s very strange because with “zynthian_gorgona_edge_rbpi3_pitft-2017-09-18.img” i never had any issue… right now im’ playng my zynth like a charm!
so maybe the problem is with PSR’s brand? too cheap for zynth?:joy::joy::joy::joy:

something really bad has happened with the software

now all engines and notes are all over the place,hanging , ghost notes etc

I can’t reproduce this behaviour, so it’s difficult to figure out what is happening. I’m not completely sure that it’s a zynthian-related problem, as most of keyboards works perfectly and only a few ones have this problem.

But … I can imagine an scenario where this could happend. The new MIDI filter uses a fixed-size event buffer (1024 events), that could be exhausted if there were more than 1024 events in a given frame (normally a frame is about 5-10 ms). If the keyboard where sending a lot of MIDI events it could happend …

Could you try to increase this buffer size in the zyncoder library? Look at “/zynthian/zyncoder/zyncoder.c”, line 412:

uint8_t jack_midi_data[3*1024];

and try with something like:

uint8_t jack_midi_data[3*8192];

recompile the zyncoder:

cd /zynthian/zyncoder/build
make

and stop zynthian service and execute zynthian from command line:

systemctl stop zynthian
/zynthian/zynthian-sys/sbin/zynthian.sh

If the problem persist, look for this message in the output log:

Zyncoder: Error processing jack midi output events: TOO MANY EVENTS

Regards,

i’ll try asap: for sure i can test the issue properly… :wink: hope that we found the solution for this problem.

But, as you have say, it happen only with some keyboards…

@jofemodo, that could explain why I had problems only with PSR1500. It’s an arranger, with two or three stacked parts on the keyboard, and spits out a gazilion MIDI messages while working, while the MiniNova, as a “silly” (LOL no, I love that machine!) mono-timbral system, sends just the single-channel events.

…uhm… no. When I first tested the Zynthian, the MIDI filter was not yet implemented… :confused:

Hello,
I just tried it. Notes are still hanging. And the error message you mentioned did not appear. Here is the log:

Summary

Scanning dependencies of target zyncoder
[ 25%] Building C object CMakeFiles/zyncoder.dir/zyncoder.c.o
[ 50%] Linking C shared library libzyncoder.so
[ 50%] Built target zyncoder
[ 75%] Linking C executable zyncoder_test
[100%] Built target zyncoder_test
root@zynthian:/zynthian/zyncoder/build# systemctl stop zynthian
root@zynthian:/zynthian/zyncoder/build# /zynthian/zynthian-sys/sbin/zynthian.sh

X.Org X Server 1.18.4
Release Date: 2016-07-19
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.4.26-v7+ armv7l Raspbian
Current Operating System: Linux zynthian 4.9.35-v7+ #1014 SMP Fri Jun 30 14:47:43 BST 2017 armv7l
Kernel command line: 8250.nr_uarts=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
Build Date: 11 November 2016 11:59:59AM
xorg-server 2:1.18.4-2+rpi1 (Debian -- User Support)
Current version of pixman: 0.33.3
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (–) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: “/var/log/Xorg.0.log”, Time: Wed Nov 8 13:16:29 2017
(==) Using config directory: “/etc/X11/xorg.conf.d”
(==) Using system config directory “/usr/share/X11/xorg.conf.d”
INFO:root:Wiring Layout PROTOTYPE-4
DEBUG:root:ZYNCODER A: [26, 25, 0, 4]
DEBUG:root:ZYNCODER B: [21, 27, 7, 3]
DEBUG:root:SWITCHES layout: [107, 23, 106, 2]
Zyncoder: Zynswitches poll thread created successfully
Zyncoder: MIDI tuning frequency set to 440 Hz (8192)
DEBUG:root:IGNORE CH#0 PG#0
DEBUG:root:IGNORE CH#1 PG#0
DEBUG:root:IGNORE CH#2 PG#0
DEBUG:root:IGNORE CH#0 CC#7
DEBUG:root:IGNORE CH#1 CC#7
DEBUG:root:IGNORE CH#2 CC#7
INFO:root:SWITCHES INIT…
INFO:root:SETUP GPIO SWITCH 0 => 107
INFO:root:SETUP GPIO SWITCH 1 => 23
INFO:root:SETUP GPIO SWITCH 2 => 106
INFO:root:SETUP GPIO SWITCH 3 => 2
DEBUG:root:ZCTRL ‘Layer’: 0 (0 → 2), None, None
DEBUG:root:Snapshot Bank ‘00001-EV’ => MIDI bank 0.
DEBUG:root:ZCTRL ‘Bank’: 0 (0 → 1), None, None
DEBUG:root:ZCTRL ‘Layer’: 0 (0 → 2), None, None
INFO:root:Short Switch 3
DEBUG:root:ZCTRL ‘Engine’: 0 (0 → 5), None, None
INFO:root:Short Switch 3
INFO:root:Starting Engine LinuxSampler
INFO:root:Connecting with LinuxSampler Server…
DEBUG:root:ZCTRL ‘Channel’: 0 (0 → 16), None, None
INFO:root:Short Switch 3
DEBUG:root:CTRL Decay [ms] => ms
DEBUG:root:CTRL Dry Level [dB] => dB
DEBUG:root:CTRL Wet Level [dB] => dB
DEBUG:root:CTRL Comb Filters => None
DEBUG:root:CTRL Allpass Filters => None
DEBUG:root:CTRL Bandpass Filter => None
DEBUG:root:CTRL Enhanced Stereo => None
DEBUG:root:CTRL Reverb Type => None
DEBUG:root:CTRL Frequency [Hz] => Hz
DEBUG:root:CTRL L/R Phase Shift [deg] => deg
DEBUG:root:CTRL Depth [%] => %
DEBUG:root:CTRL Delay [ms] => ms
DEBUG:root:CTRL Contour [Hz] => Hz
DEBUG:root:CTRL Dry Level [dB] => dB
DEBUG:root:CTRL Wet Level [dB] => dB
DEBUG:root:BANK LIST =>
[(‘/zynthian/zynthian-ui/data/soundfonts/sfz/Bass’, 0, ‘SFZ/Bass’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Brass’, 1, ‘SFZ/Brass’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Drum Machines’, 2, ‘SFZ/Drum Machines’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Drums’, 3, ‘SFZ/Drums’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Ethnic’, 4, ‘SFZ/Ethnic’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Guitars’, 5, ‘SFZ/Guitars’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Organs’, 6, ‘SFZ/Organs’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Other’, 7, ‘SFZ/Other’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Percussion’, 8, ‘SFZ/Percussion’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Pianos’, 9, ‘SFZ/Pianos’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings’, 10, ‘SFZ/Strings’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Synths’, 11, ‘SFZ/Synths’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Woodwinds’, 12, ‘SFZ/Woodwinds’, ‘SFZ’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sfz/The-Absinth-Kalimba’, 13, ‘MySFZ/The-Absinth-Kalimba’, ‘MySFZ’)]
DEBUG:root:BANK INDEX => 0
DEBUG:root:BANK LIST =>
[(‘/zynthian/zynthian-ui/data/soundfonts/sfz/Bass’, 0, ‘SFZ/Bass’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Brass’, 1, ‘SFZ/Brass’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Drum Machines’, 2, ‘SFZ/Drum Machines’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Drums’, 3, ‘SFZ/Drums’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Ethnic’, 4, ‘SFZ/Ethnic’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Guitars’, 5, ‘SFZ/Guitars’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Organs’, 6, ‘SFZ/Organs’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Other’, 7, ‘SFZ/Other’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Percussion’, 8, ‘SFZ/Percussion’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Pianos’, 9, ‘SFZ/Pianos’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings’, 10, ‘SFZ/Strings’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Synths’, 11, ‘SFZ/Synths’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Woodwinds’, 12, ‘SFZ/Woodwinds’, ‘SFZ’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sfz/The-Absinth-Kalimba’, 13, ‘MySFZ/The-Absinth-Kalimba’, ‘MySFZ’)]
DEBUG:root:ZCTRL ‘Bank’: 0 (0 → 14), None, None
DEBUG:root:CTRL Decay [ms] => ms
DEBUG:root:CTRL Dry Level [dB] => dB
DEBUG:root:CTRL Wet Level [dB] => dB
DEBUG:root:CTRL Comb Filters => None
DEBUG:root:CTRL Allpass Filters => None
DEBUG:root:CTRL Bandpass Filter => None
DEBUG:root:CTRL Enhanced Stereo => None
DEBUG:root:CTRL Reverb Type => None
DEBUG:root:CTRL Frequency [Hz] => Hz
DEBUG:root:CTRL L/R Phase Shift [deg] => deg
DEBUG:root:CTRL Depth [%] => %
DEBUG:root:CTRL Delay [ms] => ms
DEBUG:root:CTRL Contour [Hz] => Hz
DEBUG:root:CTRL Dry Level [dB] => dB
DEBUG:root:CTRL Wet Level [dB] => dB
DEBUG:root:BANK INDEX => 0
DEBUG:root:BANK LIST =>
[(‘/zynthian/zynthian-ui/data/soundfonts/sfz/Bass’, 0, ‘SFZ/Bass’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Brass’, 1, ‘SFZ/Brass’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Drum Machines’, 2, ‘SFZ/Drum Machines’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Drums’, 3, ‘SFZ/Drums’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Ethnic’, 4, ‘SFZ/Ethnic’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Guitars’, 5, ‘SFZ/Guitars’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Organs’, 6, ‘SFZ/Organs’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Other’, 7, ‘SFZ/Other’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Percussion’, 8, ‘SFZ/Percussion’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Pianos’, 9, ‘SFZ/Pianos’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings’, 10, ‘SFZ/Strings’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Synths’, 11, ‘SFZ/Synths’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Woodwinds’, 12, ‘SFZ/Woodwinds’, ‘SFZ’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sfz/The-Absinth-Kalimba’, 13, ‘MySFZ/The-Absinth-Kalimba’, ‘MySFZ’)]
DEBUG:root:ZCTRL ‘Bank’: 0 (0 → 14), None, None
INFO:root:Short Switch 3
INFO:root:Bank Selected: SFZ/Strings (10)
DEBUG:root:PRESET RESET!
INFO:root:Getting Preset List for SFZ/Strings
DEBUG:root:PRESET LIST =>
[(0, [0, 0, 0], ‘Basses/bass sustain’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/Basses/bass_sustain.sfz’, ‘sfz’), (1, [0, 0, 0], ‘Basses/bass pizzicato’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/Basses/bass_pizzicato.sfz’, ‘sfz’), (2, [0, 0, 0], ‘SoloViola/viola vib legped’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViola/viola_vib_legped.sfz’, ‘sfz’), (3, [0, 0, 0], ‘SoloViola/viola’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViola/viola.sfz’, ‘sfz’), (4, [0, 0, 0], ‘SoloViola/viola vib’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViola/viola_vib.sfz’, ‘sfz’), (5, [0, 0, 0], ‘SoloViola/viola vib legsus’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViola/viola_vib_legsus.sfz’, ‘sfz’), (6, [0, 0, 0], ‘SoloViola/viola legsus’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViola/viola_legsus.sfz’, ‘sfz’), (7, [0, 0, 0], ‘SoloViola/viola vib legmode’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViola/viola_vib_legmode.sfz’, ‘sfz’), (8, [0, 0, 0], ‘SoloViola/viola legmode’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViola/viola_legmode.sfz’, ‘sfz’), (9, [0, 0, 0], ‘SoloViola/viola legped’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViola/viola_legped.sfz’, ‘sfz’), (10, [0, 0, 0], ‘SoloViola/viola pizzi’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViola/viola_pizzi.sfz’, ‘sfz’), (11, [0, 0, 0], ‘SoloViolin/ V2’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/V2.sfz’, ‘sfz’), (12, [0, 0, 0], ‘SoloViolin/violin tremulo’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_tremulo.sfz’, ‘sfz’), (13, [0, 0, 0], ‘SoloViolin/violin pizzi’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_pizzi.sfz’, ‘sfz’), (14, [0, 0, 0], ‘SoloViolin/violin vib legped’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_vib_legped.sfz’, ‘sfz’), (15, [0, 0, 0], ‘SoloViolin/violin sw’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_sw.sfz’, ‘sfz’), (16, [0, 0, 0], ‘SoloViolin/violin legmode’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_legmode.sfz’, ‘sfz’), (17, [0, 0, 0], ‘SoloViolin/violin vib’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_vib.sfz’, ‘sfz’), (18, [0, 0, 0], ‘SoloViolin/violin legped’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_legped.sfz’, ‘sfz’), (19, [0, 0, 0], ‘SoloViolin/violin legsus’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_legsus.sfz’, ‘sfz’), (20, [0, 0, 0], ‘SoloViolin/violin vib legsus’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_vib_legsus.sfz’, ‘sfz’), (21, [0, 0, 0], ‘SoloViolin/violin pizzi vib’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_pizzi_vib.sfz’, ‘sfz’), (22, [0, 0, 0], ‘SoloViolin/violin’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin.sfz’, ‘sfz’), (23, [0, 0, 0], ‘SoloViolin/violin vib legmode’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_vib_legmode.sfz’, ‘sfz’), (24, [0, 0, 0], ‘SoloViolin/violin spiccato’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_spiccato.sfz’, ‘sfz’), (25, [0, 0, 0], ‘SoloCello/cello vib slow legsus’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloCello/cello_vib_slow_legsus.sfz’, ‘sfz’), (26, [0, 0, 0], ‘SoloCello/cello vib slow’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloCello/cello_vib_slow.sfz’, ‘sfz’), (27, [0, 0, 0], ‘SoloCello/cello vib slow legped’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloCello/cello_vib_slow_legped.sfz’, ‘sfz’), (28, [0, 0, 0], ‘SoloCello/cello vib slow legmode’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloCello/cello_vib_slow_legmode.sfz’, ‘sfz’), (29, [0, 0, 0], ‘SoloCello/cello vib legmode’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloCello/cello_vib_legmode.sfz’, ‘sfz’), (30, [0, 0, 0], ‘SoloCello/cello vib legsus’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloCello/cello_vib_legsus.sfz’, ‘sfz’), (31, [0, 0, 0], ‘SoloCello/cello pizzi’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloCello/cello_pizzi.sfz’, ‘sfz’), (32, [0, 0, 0], ‘SoloCello/cello vib’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloCello/cello_vib.sfz’, ‘sfz’), (33, [0, 0, 0], ‘SoloCello/cello vib legped’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloCello/cello_vib_legped.sfz’, ‘sfz’), (34, [0, 0, 0], ‘WarmPad/warmpad’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/WarmPad/warmpad.sfz’, ‘sfz’), (35, [0, 0, 0], ‘JgViolins/violins’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/JgViolins/violins.sfz’, ‘sfz’), (36, [0, 0, 0], ‘CelloSect/cellos full’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/CelloSect/cellos_full.sfz’, ‘sfz’), (37, [0, 0, 0], ‘CelloSect/cellos tremulo’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/CelloSect/cellos_tremulo.sfz’, ‘sfz’), (38, [0, 0, 0], ‘CelloSect/cellos legmode’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/CelloSect/cellos_legmode.sfz’, ‘sfz’), (39, [0, 0, 0], ‘CelloSect/cellos legped’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/CelloSect/cellos_legped.sfz’, ‘sfz’), (40, [0, 0, 0], ‘CelloSect/cellos pizzi’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/CelloSect/cellos_pizzi.sfz’, ‘sfz’), (41, [0, 0, 0], ‘CelloSect/cellos’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/CelloSect/cellos.sfz’, ‘sfz’), (42, [0, 0, 0], ‘CelloSect/cellos legsus’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/CelloSect/cellos_legsus.sfz’, ‘sfz’), (43, [0, 0, 0], ‘WarmPad2/warmpad2’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/WarmPad2/warmpad2.sfz’, ‘sfz’), (44, [0, 0, 0], ‘SynthStrings/synth strs’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SynthStrings/synth_strs.sfz’, ‘sfz’), (45, [0, 0, 0], ‘Mellowtron/mellowtron’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/Mellowtron/mellowtron.sfz’, ‘sfz’), (46, [0, 0, 0], ‘SoloViolin2/violin2 vib legsus’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin2/violin2_vib_legsus.sfz’, ‘sfz’), (47, [0, 0, 0], ‘SoloViolin2/violin2 vib legmode’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin2/violin2_vib_legmode.sfz’, ‘sfz’), (48, [0, 0, 0], ‘SoloViolin2/violin tremulo’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin2/violin_tremulo.sfz’, ‘sfz’), (49, [0, 0, 0], ‘SoloViolin2/violin2 legsus’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin2/violin2_legsus.sfz’, ‘sfz’), (50, [0, 0, 0], ‘SoloViolin2/violin2 vib legped’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin2/violin2_vib_legped.sfz’, ‘sfz’), (51, [0, 0, 0], ‘SoloViolin2/violin2 legped’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin2/violin2_legped.sfz’, ‘sfz’), (52, [0, 0, 0], ‘SoloViolin2/violin2 legmode’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin2/violin2_legmode.sfz’, ‘sfz’), (53, [0, 0, 0], ‘SoloViolin2/violin2 vib’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin2/violin2_vib.sfz’, ‘sfz’), (54, [0, 0, 0], ‘SoloViolin2/violin2’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin2/violin2.sfz’, ‘sfz’)]
DEBUG:root:ZCTRL ‘Preset’: 0 (0 → 55), None, None
INFO:root:Short Switch 3
INFO:root:Preset Selected: Basses/bass sustain (0)
DEBUG:root:SET CONTROLLER SCREEN main
DEBUG:root:ZCTRL ‘volume’: 96 (0 → 127), None, None
DEBUG:root:ZCTRL ‘FX send’: 0 (0 → 127), None, None
DEBUG:root:ZCTRL ‘pan’: 64 (0 → 127), None, None
DEBUG:root:ZCTRL ‘sustain’: off (0 → 1), [‘off’, ‘on’], None
INFO:root:Short Switch 1
DEBUG:root:BACK TO SCREEN => preset
INFO:root:Getting Preset List for SFZ/Strings
DEBUG:root:PRESET LIST =>
[(0, [0, 0, 0], ‘Basses/bass sustain’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/Basses/bass_sustain.sfz’, ‘sfz’), (1, [0, 0, 0], ‘Basses/bass pizzicato’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/Basses/bass_pizzicato.sfz’, ‘sfz’), (2, [0, 0, 0], ‘SoloViola/viola vib legped’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViola/viola_vib_legped.sfz’, ‘sfz’), (3, [0, 0, 0], ‘SoloViola/viola’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViola/viola.sfz’, ‘sfz’), (4, [0, 0, 0], ‘SoloViola/viola vib’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViola/viola_vib.sfz’, ‘sfz’), (5, [0, 0, 0], ‘SoloViola/viola vib legsus’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViola/viola_vib_legsus.sfz’, ‘sfz’), (6, [0, 0, 0], ‘SoloViola/viola legsus’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViola/viola_legsus.sfz’, ‘sfz’), (7, [0, 0, 0], ‘SoloViola/viola vib legmode’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViola/viola_vib_legmode.sfz’, ‘sfz’), (8, [0, 0, 0], ‘SoloViola/viola legmode’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViola/viola_legmode.sfz’, ‘sfz’), (9, [0, 0, 0], ‘SoloViola/viola legped’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViola/viola_legped.sfz’, ‘sfz’), (10, [0, 0, 0], ‘SoloViola/viola pizzi’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViola/viola_pizzi.sfz’, ‘sfz’), (11, [0, 0, 0], ‘SoloViolin/ V2’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/V2.sfz’, ‘sfz’), (12, [0, 0, 0], ‘SoloViolin/violin tremulo’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_tremulo.sfz’, ‘sfz’), (13, [0, 0, 0], ‘SoloViolin/violin pizzi’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_pizzi.sfz’, ‘sfz’), (14, [0, 0, 0], ‘SoloViolin/violin vib legped’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_vib_legped.sfz’, ‘sfz’), (15, [0, 0, 0], ‘SoloViolin/violin sw’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_sw.sfz’, ‘sfz’), (16, [0, 0, 0], ‘SoloViolin/violin legmode’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_legmode.sfz’, ‘sfz’), (17, [0, 0, 0], ‘SoloViolin/violin vib’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_vib.sfz’, ‘sfz’), (18, [0, 0, 0], ‘SoloViolin/violin legped’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_legped.sfz’, ‘sfz’), (19, [0, 0, 0], ‘SoloViolin/violin legsus’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_legsus.sfz’, ‘sfz’), (20, [0, 0, 0], ‘SoloViolin/violin vib legsus’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_vib_legsus.sfz’, ‘sfz’), (21, [0, 0, 0], ‘SoloViolin/violin pizzi vib’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_pizzi_vib.sfz’, ‘sfz’), (22, [0, 0, 0], ‘SoloViolin/violin’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin.sfz’, ‘sfz’), (23, [0, 0, 0], ‘SoloViolin/violin vib legmode’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_vib_legmode.sfz’, ‘sfz’), (24, [0, 0, 0], ‘SoloViolin/violin spiccato’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin/violin_spiccato.sfz’, ‘sfz’), (25, [0, 0, 0], ‘SoloCello/cello vib slow legsus’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloCello/cello_vib_slow_legsus.sfz’, ‘sfz’), (26, [0, 0, 0], ‘SoloCello/cello vib slow’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloCello/cello_vib_slow.sfz’, ‘sfz’), (27, [0, 0, 0], ‘SoloCello/cello vib slow legped’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloCello/cello_vib_slow_legped.sfz’, ‘sfz’), (28, [0, 0, 0], ‘SoloCello/cello vib slow legmode’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloCello/cello_vib_slow_legmode.sfz’, ‘sfz’), (29, [0, 0, 0], ‘SoloCello/cello vib legmode’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloCello/cello_vib_legmode.sfz’, ‘sfz’), (30, [0, 0, 0], ‘SoloCello/cello vib legsus’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloCello/cello_vib_legsus.sfz’, ‘sfz’), (31, [0, 0, 0], ‘SoloCello/cello pizzi’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloCello/cello_pizzi.sfz’, ‘sfz’), (32, [0, 0, 0], ‘SoloCello/cello vib’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloCello/cello_vib.sfz’, ‘sfz’), (33, [0, 0, 0], ‘SoloCello/cello vib legped’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloCello/cello_vib_legped.sfz’, ‘sfz’), (34, [0, 0, 0], ‘WarmPad/warmpad’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/WarmPad/warmpad.sfz’, ‘sfz’), (35, [0, 0, 0], ‘JgViolins/violins’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/JgViolins/violins.sfz’, ‘sfz’), (36, [0, 0, 0], ‘CelloSect/cellos full’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/CelloSect/cellos_full.sfz’, ‘sfz’), (37, [0, 0, 0], ‘CelloSect/cellos tremulo’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/CelloSect/cellos_tremulo.sfz’, ‘sfz’), (38, [0, 0, 0], ‘CelloSect/cellos legmode’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/CelloSect/cellos_legmode.sfz’, ‘sfz’), (39, [0, 0, 0], ‘CelloSect/cellos legped’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/CelloSect/cellos_legped.sfz’, ‘sfz’), (40, [0, 0, 0], ‘CelloSect/cellos pizzi’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/CelloSect/cellos_pizzi.sfz’, ‘sfz’), (41, [0, 0, 0], ‘CelloSect/cellos’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/CelloSect/cellos.sfz’, ‘sfz’), (42, [0, 0, 0], ‘CelloSect/cellos legsus’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/CelloSect/cellos_legsus.sfz’, ‘sfz’), (43, [0, 0, 0], ‘WarmPad2/warmpad2’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/WarmPad2/warmpad2.sfz’, ‘sfz’), (44, [0, 0, 0], ‘SynthStrings/synth strs’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SynthStrings/synth_strs.sfz’, ‘sfz’), (45, [0, 0, 0], ‘Mellowtron/mellowtron’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/Mellowtron/mellowtron.sfz’, ‘sfz’), (46, [0, 0, 0], ‘SoloViolin2/violin2 vib legsus’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin2/violin2_vib_legsus.sfz’, ‘sfz’), (47, [0, 0, 0], ‘SoloViolin2/violin2 vib legmode’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin2/violin2_vib_legmode.sfz’, ‘sfz’), (48, [0, 0, 0], ‘SoloViolin2/violin tremulo’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin2/violin_tremulo.sfz’, ‘sfz’), (49, [0, 0, 0], ‘SoloViolin2/violin2 legsus’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin2/violin2_legsus.sfz’, ‘sfz’), (50, [0, 0, 0], ‘SoloViolin2/violin2 vib legped’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin2/violin2_vib_legped.sfz’, ‘sfz’), (51, [0, 0, 0], ‘SoloViolin2/violin2 legped’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin2/violin2_legped.sfz’, ‘sfz’), (52, [0, 0, 0], ‘SoloViolin2/violin2 legmode’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin2/violin2_legmode.sfz’, ‘sfz’), (53, [0, 0, 0], ‘SoloViolin2/violin2 vib’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin2/violin2_vib.sfz’, ‘sfz’), (54, [0, 0, 0], ‘SoloViolin2/violin2’, ‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings/SoloViolin2/violin2.sfz’, ‘sfz’)]
DEBUG:root:ZCTRL ‘Preset’: 0 (0 → 55), None, None
INFO:root:Short Switch 1
DEBUG:root:BACK TO SCREEN => bank
DEBUG:root:BANK INDEX => 10
DEBUG:root:BANK LIST =>
[(‘/zynthian/zynthian-ui/data/soundfonts/sfz/Bass’, 0, ‘SFZ/Bass’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Brass’, 1, ‘SFZ/Brass’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Drum Machines’, 2, ‘SFZ/Drum Machines’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Drums’, 3, ‘SFZ/Drums’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Ethnic’, 4, ‘SFZ/Ethnic’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Guitars’, 5, ‘SFZ/Guitars’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Organs’, 6, ‘SFZ/Organs’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Other’, 7, ‘SFZ/Other’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Percussion’, 8, ‘SFZ/Percussion’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Pianos’, 9, ‘SFZ/Pianos’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Strings’, 10, ‘SFZ/Strings’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Synths’, 11, ‘SFZ/Synths’, ‘SFZ’), (‘/zynthian/zynthian-ui/data/soundfonts/sfz/Woodwinds’, 12, ‘SFZ/Woodwinds’, ‘SFZ’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sfz/The-Absinth-Kalimba’, 13, ‘MySFZ/The-Absinth-Kalimba’, ‘MySFZ’)]
DEBUG:root:ZCTRL ‘Bank’: 10 (0 → 14), None, None
INFO:root:Short Switch 1
DEBUG:root:BACK TO SCREEN => layer
DEBUG:root:ZCTRL ‘Layer’: 0 (0 → 3), None, None
INFO:root:Short Switch 3
DEBUG:root:ZCTRL ‘Layer’: 0 (0 → 2), None, None
INFO:root:Stoping Engine LinuxSampler
INFO:root:Short Switch 3
DEBUG:root:ZCTRL ‘Engine’: 0 (0 → 5), None, None
INFO:root:Short Switch 3
INFO:root:Starting Engine FluidSynth
DEBUG:root:proc command: router_clear
DEBUG:root:proc output:
[‘> router_clear\n’]
DEBUG:root:ZCTRL ‘Channel’: 0 (0 → 16), None, None
INFO:root:Short Switch 3
DEBUG:root:ADD LAYER => PART 0
DEBUG:root:proc command: router_begin note
router_chan 0 0 0 0
router_end
router_begin cc
router_chan 0 0 0 0
router_end
router_begin pbend
router_chan 0 0 0 0
router_end
router_begin prog
router_chan 0 0 0 0
router_end
DEBUG:root:proc output:
[‘> router_begin note\n’, ‘> router_chan 0 0 0 0\n’, ‘> router_end\n’, ‘> router_begin cc\n’, ‘> router_chan 0 0 0 0\n’, ‘> router_end\n’, ‘> router_begin pbend\n’, ‘> router_chan 0 0 0 0\n’, ‘> router_end\n’, ‘> router_begin prog\n’, ‘> router_chan 0 0 0 0\n’, ‘> router_end\n’]
DEBUG:root:BANK LIST =>
[(‘/zynthian/zynthian-ui/data/soundfonts/sf2/FluidR3_GM.sf2’, 0, ‘FluidR3 GM’, '
’), (‘/zynthian/zynthian-ui/data/soundfonts/sf2/FluidR3_GS.sf2’, 1, ‘FluidR3 GS’, '
’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/AbsinthKalimba.sf2’, 2, ‘MY/AbsinthKalimba’, ‘MY’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/Alcahest (WK 0.24).sf2’, 3, ‘MY/Alcahest (WK 0.24)’, ‘MY’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/Doom Snes.sf2’, 4, ‘MY/Doom Snes’, ‘MY’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/KBH_Real_and_Swell_Choir.sf2’, 5, ‘MY/KBH Real and Swell Choir’, ‘MY’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/Mellotron.sf2’, 6, ‘MY/Mellotron’, ‘MY’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/PowerRangerSNES.sf2’, 7, ‘MY/PowerRangerSNES’, ‘MY’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/electricguitar.sf2’, 8, ‘MY/electricguitar’, ‘MY’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/marimba-deadstroke.sf2’, 9, ‘MY/marimba-deadstroke’, ‘MY’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/rhodes.sf2’, 10, ‘MY/rhodes’, ‘MY’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/rhodes_73.sf2’, 11, ‘MY/rhodes 73’, ‘MY’)]
DEBUG:root:BANK INDEX => 0
DEBUG:root:BANK LIST =>
[(‘/zynthian/zynthian-ui/data/soundfonts/sf2/FluidR3_GM.sf2’, 0, ‘FluidR3 GM’, ‘‘), (’/zynthian/zynthian-ui/data/soundfonts/sf2/FluidR3_GS.sf2’, 1, ‘FluidR3 GS’, '’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/AbsinthKalimba.sf2’, 2, ‘MY/AbsinthKalimba’, ‘MY’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/Alcahest (WK 0.24).sf2’, 3, ‘MY/Alcahest (WK 0.24)’, ‘MY’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/Doom Snes.sf2’, 4, ‘MY/Doom Snes’, ‘MY’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/KBH_Real_and_Swell_Choir.sf2’, 5, ‘MY/KBH Real and Swell Choir’, ‘MY’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/Mellotron.sf2’, 6, ‘MY/Mellotron’, ‘MY’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/PowerRangerSNES.sf2’, 7, ‘MY/PowerRangerSNES’, ‘MY’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/electricguitar.sf2’, 8, ‘MY/electricguitar’, ‘MY’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/marimba-deadstroke.sf2’, 9, ‘MY/marimba-deadstroke’, ‘MY’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/rhodes.sf2’, 10, ‘MY/rhodes’, ‘MY’), (‘/zynthian/zynthian-ui/my-data/soundfonts/sf2/rhodes_73.sf2’, 11, ‘MY/rhodes 73’, ‘MY’)]
DEBUG:root:ZCTRL ‘Bank’: 0 (0 → 12), None, None
INFO:root:Short Switch 3
INFO:root:Bank Selected: MY/Mellotron (6)
INFO:root:Load SoundFont => /zynthian/zynthian-ui/my-data/soundfonts/sf2/Mellotron.sf2 (1)
DEBUG:root:proc command: load “/zynthian/zynthian-ui/my-data/soundfonts/sf2/Mellotron.sf2”
DEBUG:root:proc output:
[‘> load “/zynthian/zynthian-ui/my-data/soundfonts/sf2/Mellotron.sf2”\n’, ‘loaded SoundFont has ID 1\n’, ‘fluidsynth: warning: No preset found on channel 9 [bank=128 prog=0]\n’]
DEBUG:root:PRESET RESET!
INFO:root:Getting Preset List for MY/Mellotron
DEBUG:root:proc command: inst 1
DEBUG:root:proc output:
[‘> inst 1\n’, ‘000-000 Gc3 Brass\n’, ‘000-001 Gong\n’, ‘000-002 M300A Violins\n’, ‘000-003 M300B Violin\n’, ‘000-004 M400 Cello\n’, ‘000-005 M400 Cmb Choir\n’, ‘000-006 M400 String Section\n’, ‘000-007 M400 Woodwind2\n’, ‘000-008 MKII 3 Violins\n’, ‘000-009 MKII Brass\n’, ‘000-010 MKII Flute\n’, ‘000-011 TapeKlik\n’]
DEBUG:root:PRESET LIST =>
[(‘000-000 Gc3 Brass\n’, [0, 0, 0], ‘Gc3 Brass’, 1), (‘000-001 Gong\n’, [0, 0, 1], ‘Gong’, 1), (‘000-002 M300A Violins\n’, [0, 0, 2], ‘M300A Violins’, 1), (‘000-003 M300B Violin\n’, [0, 0, 3], ‘M300B Violin’, 1), (‘000-004 M400 Cello\n’, [0, 0, 4], ‘M400 Cello’, 1), (‘000-005 M400 Cmb Choir\n’, [0, 0, 5], ‘M400 Cmb Choir’, 1), (‘000-006 M400 String Section\n’, [0, 0, 6], ‘M400 String Section’, 1), (‘000-007 M400 Woodwind2\n’, [0, 0, 7], ‘M400 Woodwind2’, 1), (‘000-008 MKII 3 Violins\n’, [0, 0, 8], ‘MKII 3 Violins’, 1), (‘000-009 MKII Brass\n’, [0, 0, 9], ‘MKII Brass’, 1), (‘000-010 MKII Flute\n’, [0, 0, 10], ‘MKII Flute’, 1), (‘000-011 TapeKlik\n’, [0, 0, 11], ‘TapeKlik’, 1)]
DEBUG:root:ZCTRL ‘Preset’: 0 (0 → 12), None, None
INFO:root:Short Switch 3
INFO:root:Preset Selected: M300B Violin (3)
DEBUG:root:Set Preset => Layer: 0, SoundFont: 1, Bank: 0, Program: 3
DEBUG:root:proc command: select 0 1 0 3
DEBUG:root:proc output:
[‘> select 0 1 0 3\n’]
DEBUG:root:SET CONTROLLER SCREEN main
DEBUG:root:ZCTRL ‘volume’: 96 (0 → 127), None, None
DEBUG:root:ZCTRL ‘expression’: 127 (0 → 127), None, None
DEBUG:root:ZCTRL ‘pan’: 64 (0 → 127), None, None
DEBUG:root:ZCTRL ‘sustain’: off (0 → 1), [‘off’, ‘on’], None

Hi @Hampelschwein!

Could you try disabling/deleting all the MIDI filter rules?
You can comment the rules by adding “//” at the begging of every line :wink:

Also, if you are using a fine-tuning different from 440 or transposing some channel, please, back to defaults.

Thanks!

Ok I deleted all midi filter rules and rebooted. Still no change unfortunately! (no fine tuning different from 440)

If you could record the MIDI stream getting into your zynthian, you could send it and i could try to reproduce the error. Try with jack_rec :wink:

not working also here… 8(