fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] Version 1.0.5


From: Ebrahim Mayat
Subject: Re: [fluid-dev] Version 1.0.5
Date: Thu, 19 Aug 2004 11:45:33 +0200

On Aug 18, 2004, at 5:57 PM, Peter Hanappe wrote:

The commands 'select' and 'load' have been changed as Ken suggested. Printing the presets in a soundfont
(in the shell) should show the bank numbers with the offset applied.

Note for developers: The offsets are managed by the synthesizer and the presets and soundfonts do not know their bank offset. This means, for example, that the bank_num in the preset structure (in fluidsynth/sfont.h) returns the original bank number without the offset.

This was yet another quick fix (I'm on holiday in the south of France) so I'd be happy if someone can confirm that
everything works as expected.

Works for me.

% ./fluidsynth ~/Music/sf2/gm.sf2
fluidsynth: warning: Instrument "CM-64/32": Some invalid generators were discarded fluidsynth: warning: Instrument "Laughing": Some invalid generators were discarded fluidsynth: warning: Instrument "Machine Gun": Some invalid generators were discarded
fluidsynth: debug: Using 'coreaudio' audio driver

cannot connect to jack server
cannot connect to default JACK server
fluidsynth: debug: sampleRate 44100
fluidsynth: debug: mFormatFlags 0000000B
fluidsynth: debug: mBytesPerPacket 8
fluidsynth: debug: mFramesPerPacket 1
fluidsynth: debug: mChannelsPerFrame 2
fluidsynth: debug: mBytesPerFrame 8
fluidsynth: debug: mBitsPerChannel 32
fluidsynth: debug: Using 'midishare' midi driver

fluidsynth version 1.0.5
Copyright (C) 2000-2002 Peter Hanappe and others.
FLUID Synth comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; see the COPYING file for details.
SoundFont(R) is a registered trademark of E-mu Systems, Inc.

Type 'help' to get information on the shell commands.

> Found new FastLane device 0x4003
Using FastLane device 0x4003

> channels
chan 0, Piano 1
chan 1, Piano 2
chan 2, Piano 3
chan 3, Honky Tonk
chan 4, E.Piano 1
chan 5, E.Piano 2
chan 6, Harpsichord
chan 7, Clavinet
chan 8, Celesta
chan 9, Standard
chan 10, Music Box
chan 11, Vibraphone
chan 12, Marimba
chan 13, Xylophone
chan 14, Tubular Bells
chan 15, Dulcimer

> select 8 1 127 2

> channels
chan 0, Piano 1
chan 1, Piano 2
chan 2, Piano 3
chan 3, Honky Tonk
chan 4, E.Piano 1
chan 5, E.Piano 2
chan 6, Harpsichord
chan 7, Clavinet
chan 8, Acou Piano 3
chan 9, Standard
chan 10, Music Box
chan 11, Vibraphone
chan 12, Marimba
chan 13, Xylophone
chan 14, Tubular Bells
chan 15, Dulcimer

> fonts
ID  Name
 1  ~/Music/sf2/gm.sf2

> load ~/Music/sf2/FMDreams.sf2 3 1
loaded SoundFont has ID 2

> fonts
ID  Name
 2 ~/Music/sf2/FMDreams.sf2
 1 ~/Music/sf2/gm.sf2

> channels
chan 0, Piano 1
chan 1, Piano 2
chan 2, Piano 3
chan 3, Honky Tonk
chan 4, E.Piano 1
chan 5, E.Piano 2
chan 6, Harpsichord
chan 7, Clavinet
chan 8, Acou Piano 3
chan 9, Standard
chan 10, Music Box
chan 11, Vibraphone
chan 12, Marimba
chan 13, Xylophone
chan 14, Tubular Bells
chan 15, Dulcimer

> select 5 2 1 8

> channels
chan 0, Piano 1
chan 1, Piano 2
chan 2, Piano 3
chan 3, Honky Tonk
chan 4, E.Piano 1
chan 5, TX Squelch 2
chan 6, Harpsichord
chan 7, Clavinet
chan 8, Acou Piano 3
chan 9, Standard
chan 10, Music Box
chan 11, Vibraphone
chan 12, Marimba
chan 13, Xylophone
chan 14, Tubular Bells
chan 15, Dulcimer

Ebrahim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]