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

@ -37,7 +37,25 @@ m = MIDIOut.newByName("MIDI", "Bus 1");
~plop.play;
)
Bank.list
// TEST: Cinquième test
(
~testInstrument => [
instrument: 'default',
pat: "0 2 3 4"
];
~testInstrument.play;
)
// TEST: Sixième test
// WARNING: celui-ci crashe !
(
~testInstrument => [
pat: "0 2 3 4"
];
~testInstrument.play;
)
Sweep.help