No more segfaults ?

This commit is contained in:
2024-05-14 16:46:57 +02:00
parent f07e560322
commit afebd967d2
4 changed files with 52 additions and 26 deletions

View File

@ -54,9 +54,8 @@ EventShortener {
if (type !== 'midi', {
if (pattern.includes('i') || pattern.includes('instrument') == false, {
new_pattern = new_pattern ++ [
sp: Pfunc { |e| e.str ? 'default' },
nb: Pfunc(\num),
instrument: 'default',
sp: Pfunc { |e| e.str ? "" },
nb: Pfunc { |e| e.num ? 0 },
fast: 1,
];
});