> - When loading the VST plugin, it is trying to open Fantasia as it does
on Windows. However, Fantasia is using a very old version of Java that
cannot run in MacOS so Fantasia cannot open. There used to be a workaround
to use an older version of JavaApplicationStub, however the version used
for Fa
self-contained Java application.
On Tue, Dec 21, 2021 at 8:00 PM Andrew C wrote:
>
> Hi Grigor,
>
> Thanks a bunch for that add-exports switch. JSampler is working fine now,
> save for some creaky warning messages on JRE 18.
>
> Andrew.
>
> On Tue, Dec 21, 2021 at 5:04
On Wed, Dec 22, 2021 at 3:07 PM Christian Schoenebeck
wrote:
> Any clue which JRE version starts to make this necessary?
I think it is Java 9 - when the module system was introduced (Jigsaw).
___
Linuxsampler-devel mailing list
Linuxsampler-devel@list
Hi Andrew,
You should be able to launch JSampler with latest JRE using the
following command:
java --add-exports java.desktop/sun.swing.plaf.synth=ALL-UNNAMED -jar
/path/to/Fantasia-0.9.jar
There might also be other module permission/access issues, which
should be easy to fix by using additional
I've just committed a fix for this. Please, give it a try and let me
know if it works OK now.
On Sat, Feb 25, 2012 at 8:33 PM, Andreas Persson
wrote:
> On 2012-02-25 18:21, Edward Diehl wrote:
>>
>> There seems to be a major problem with LinuxSampler playing SFZ files.
>> I've ploaded a file to h
It is not implemented, yet. I'll implement it.
On Mon, Sep 19, 2011 at 8:02 PM, Alex Stone wrote:
> I may be doing something dumb here, but can we import SFZs into the
> database, from a directory, in the DB window in Fantasia?
>
> I have LS built with DB, and it seems ok for gigs.
>
> Is there a
Implemented!
On Thu, Sep 15, 2011 at 12:10 PM, Alex Stone wrote:
> Grigor, with a lot of midimaps in Fantasia, and adding patches from the
> DB, using the select multiple patches, and rightclick to select the
> specified midimap, the list of maps goes off the screen, and i'm stuck
> trying to add
Hi Alex,
Try with the latest version - revision 2244.
On Fri, Aug 19, 2011 at 11:32 AM, Alex Stone wrote:
> Grigor, latest build comes up with an error when compiling.
>
>
> http://pastebin.com/iF9QPBPm
>
> Alex.
>
>
> --
Hi Alex,
Do you run out of memory?
On Tue, Aug 9, 2011 at 12:33 PM, Alex Stone wrote:
> www.openoctave.org
>
>
> --- the forwarded message follows ---
>
>
> Sorry, i should have added here that i've reverted to R 2232, and that works
> fine.
>
> Hope that narrows things down a bit,
>
> Alex.
>
>
Yes, this dialog was with fixed size, but that was long ago.
On Mon, Oct 11, 2010 at 3:28 PM, alex stone wrote:
> On Mon, Oct 11, 2010 at 4:00 PM, Grigor Iliev wrote:
>> If you mean the "Choose Instrument" dialog, you can always resize the
>> window to the desired wid
2:02 PM, alex stone wrote:
>> On Mon, Oct 11, 2010 at 1:46 PM, Grigor Iliev wrote:
>>> Hi Alex,
>>> I added a tooltip text to the MIDI port combobox to show the name of
>>> the selected port. Also the items in the combo popup are now left
>>> aligned and t
Hi Alex,
I added a tooltip text to the MIDI port combobox to show the name of
the selected port. Also the items in the combo popup are now left
aligned and the width of the combo popup now expands in width to fit
the width of the longest item.
Note, that for convenience I added the libraries requir
e Fantasia code itself?
>
> Andrew.
>
> On Wed, Oct 6, 2010 at 9:33 AM, Grigor Iliev wrote:
>> Note that jsampler.log contains messages only from the last session,
>> so your last session should be using the fantasia front-end.
>>
>> On Wed, Oct 6, 2010 at 11:30 AM,
Note that jsampler.log contains messages only from the last session,
so your last session should be using the fantasia front-end.
On Wed, Oct 6, 2010 at 11:30 AM, Grigor Iliev wrote:
> Is there some error logged in ~/.jsampler/jsampler.log?
>
> On Wed, Oct 6, 2010 at 11:26 AM, Andrew
has an effect on the compiled
> binary yet.
>
> Oddly enough, JS_Classic seems to be drawn fine, but a blank box
> appears where the 'proccessing' box would appear when updating the
> instruments database.
>
> Andrew.
>
> On Wed, Oct 6, 2010 at 8:20 AM, Gri
How are you launching fantasia? If you are doing it from the terminal
with command like "java -jar Fantasia.jar", try "java -version" to see
what version you are using. You may need to use full path, for example
"/opt/jdk1.6.0/bin/java -jar Fantasia.jar".
On Mon, Oct 4, 2010 at 12:48 AM, Andrew C
Here is how I successfully uncompressed nki file using zlib:
I look for the first occurrence of "78 9C" bytes and skip the bytes
before those magic bytes
dd if=a.nki of=a.z bs=10 skip=17
Then, I use http://www.zlib.net/zpipe.c
gcc zpipe.c -o zpipe -lz
./zpipe -d < a.z > a.xml
On Wed, Jul 28, 201
I just merged libsf2 into libgig.
On Sun, Oct 25, 2009 at 10:07 PM, Christian Schoenebeck
wrote:
> On Sunday 25 October 2009 13:45:18 Grigor Iliev wrote:
>> I guess we are slowly moving to a multi format library, so let it be
>> the third option - to merge libsf2 into libgig.
On Sun, Oct 25, 2009 at 12:54 AM, Christian Schoenebeck
wrote:
> On Saturday 24 October 2009 14:20:25 Andreas Persson wrote:
>> The ambitious solution is to extract the RIFF functions to a separate
>> library, and let libsf2 and libgig depend on that. An alternative is to
>> make libsf2 dependent
On Sun, Oct 18, 2009 at 6:12 PM, Emanuel Rumpf wrote:
> Yes Grigor, it is functional with that modification.
Thanks for helping us with this bug.
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is
Emanuel,
could you test this patch:
Index: src/common/File.cpp
===
RCS file: /var/cvs/linuxsampler/linuxsampler/src/common/File.cpp,v
retrieving revision 1.7
diff -U3 -r1.7 File.cpp
--- src/common/File.cpp 14 Jul 2009 18:25:11 -
> I'm able to access my external drive and folders with all other applications.
> I think it's really odd, that LS denys to scan the external gig directory.
> Which code/function is responsible for doing that ?
> Maybe I can look at it myself.
Take a look at src/db/InstrumentsDb.cpp line 754:
Inst
For some reason LS can't list the directory content. Are the
permissions of the directory containing the gig files ok? I get the
same problem if I don't have read rights to the directory containing
the gig files. Do chmod 777 /media/ext/downloads/samples/test_dir just
in case and try again.
--
On Tue, Oct 13, 2009 at 9:04 PM, Emanuel Rumpf wrote:
> lscp> GET DB_INSTRUMENTS_JOB INFO 2
> NOTIFY:MISCELLANEOUS:Received 'GET DB_INSTRUMENTS_JOB INFO 2' on socket 4
> FILES_TOTAL: 0
> FILES_SCANNED: 0
> SCANNING:
> STATUS: 100
Interesting, looks like no file was found suitable for scanning. Is
On Mon, Oct 12, 2009 at 7:31 PM, Emanuel Rumpf wrote:
> A few of the gigs in the dir. might be invalid/broken. Maybe that's
> causing trouble?
That definitely could cause the problem. Try to add to some other
directory gig files that are proven to be ok and try again with that
directory.
Also, f
On Sat, Oct 10, 2009 at 6:55 PM, Emanuel Rumpf wrote:
> The directory has gig files with lowercase extension. Some filenames
> conain empty spaces.
Note that when scanning file/dirs, only the instruments that are not
already in the database are added. So, the reason may be if your
instruments are
On Sat, Oct 10, 2009 at 4:49 PM, Nedko Arnaudov wrote:
> I tried to use the DB functionality of fantasia 0.9 and failed too.
> Maybe I don't understand how to use it. Is there documentation how to
> use it?
http://linuxsampler.org/jsampler/manual/html/jsampler.html#INSTRUMENTS_DATABASE
-
On Fri, Oct 9, 2009 at 7:56 PM, Emanuel Rumpf wrote:
> In the release version of linuxsampler
> (using fantasia 0.9), scanning (adding)
> a directory with gig files doesn't function.
> I'm only able to add single files to the db.
What OS are you using?
Are there any error messages by fantasia o
On Tue, Feb 17, 2009 at 3:49 PM, Ebrahim Mayat wrote:
> 1. Neither ardour-2.7.1-r4225 nor Audacity-1.3.6 can "see" the
> LinuxSamplerAU.
Did Ardour and Audacity supports AU plugins of type instrument units?
Note that LS AU plugin is of type 'aumu' which means that it takes
MIDI and soundbank data
Hi all,
I'm working to add support for running LinuxSampler as AudioUnit
plugin, but before releasing it I'll appreciate some testing and
feedback.
Here is the first test release:
http://download.linuxsampler.org/dev/mac/LinuxSamplerAU_20090217.zip
Note that due to bug #118 the plugin will crash i
It looks like the problem is only in the board index. You can still
access the topics directly or through the View active topics link:
https://bb.linuxsampler.org/search.php?search_id=active_topics
On Thu, Feb 12, 2009 at 5:57 PM, Anders Dahnielson
wrote:
>
>
> On Thu, Feb 12, 2009 at 16:14, Chri
On Wed, Feb 11, 2009 at 10:36 AM, Chris Cherrett
wrote:
> Can I configure channels panels in an .lscp file?
>
> I want to do the following:
>
> Panel 1: Strings
> Panel 2: Brass and Woodwinds
> Panel 3: Percussion
> Panel 3: Piano and Misc
Yes, this is done automatically when you export sampler c
On Tue, Jan 6, 2009 at 12:29 PM, ggoode. sa wrote:
> I know that in Linux one needs to have sqlite installed in order to
> compile linuxsampler with database support. What are the requirements
> in Windows? Sqlite installed and in the $PATH variable or compile
> sqlite from source within msys?
Th
On Wed, Jan 7, 2009 at 11:40 PM, Adrian Knoth
wrote:
> In Fantasia, when you open a script and there's no connection to an LS
> backend, you'd end up with tons of windows saying "broken pipe". The
> amount of windows is directly related to the commands in the script -
> every command fails and pr
On Mon, Jan 5, 2009 at 3:06 PM, Grigor Iliev wrote:
> I guess, this is because all instruments in all files are mapped to
> the first bank, which is with ID 0:
I mean to the first map, which is wit
I guess, this is because all instruments in all files are mapped to
the first bank, which is with ID 0:
http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html#MAP%20MIDI_INSTRUMENT
Note that you can move/copy banks/instruments to another map/bank
using jsampler - right click on a bank/in
On Sun, Dec 21, 2008 at 8:42 AM, ggoode. sa wrote:
> I had a quick look at the latest CVS commits and see the Qsampler has
> the support for runtime max. voices / disk streams setting added but
> Jsampler/ Fantasia does not. Will support for runtime max. voices /
> disk streams setting be availabl
On Sun, Dec 21, 2008 at 8:42 AM, ggoode. sa wrote:
> Hi,
> I had a quick look at the latest CVS commits and see the Qsampler has
> the support for runtime max. voices / disk streams setting added but
> Jsampler/ Fantasia does not. Will support for runtime max. voices /
> disk streams setting be av
On Mon, Nov 17, 2008 at 8:19 PM, Scott Miller <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Is there any way to have Fantasia automatically launch linuxsampler on
> startup? Or is this a possibility that could be added in as a menu
> option? What do you think?
This is already implemented, but you shoul
> Did you see the work Andrew and I did on the Instrument in own
> directory? I can import perfectly now :)
Good to hear that :)
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest
Hi all,
A new CVS release of Fantasia is now available for download
http://downloads.sourceforge.net/jsampler/Fantasia-0.8a-cvs5.jar
now with virtual MIDI keyboard and improved look and feel. See screenshot:
http://www.linuxsampler.org/screenshots/fantasia.png
For more information check the CVS hi
> YES! Absolutely. :)
>
> Can this be done by configuring linuxsampler or is there a code edit involved
> ?
Currently, you can choose between two sampler channel views - Normal
View (the default) and Small View. To change the default view, choose
Edit/Preferences then click the Defaults tab, then
Correction:
http://downloads.sourceforge.net/jsampler/jsampler-0.8a-cvs3.tar.bz2
On Thu, May 29, 2008 at 7:12 PM, Grigor Iliev <[EMAIL PROTECTED]> wrote:
> Hi all,
> A new CVS drop is available for download:
> http://downloads.sourceforge.net/jsampler/Fantasia-0.8a-
Hi all,
A new CVS drop is available for download:
http://downloads.sourceforge.net/jsampler/Fantasia-0.8a-cvs3.jar
http://downloads.sourceforge.net/jsampler/JS_Classic-0.8a-cvs3.jar
http://downloads.sourceforge.net/jsampler/JSampler-0.8a-cvs3.tar.bz2
The most important thing in this release is tha
On Sun, May 18, 2008 at 4:07 AM, Geoff Beasley <[EMAIL PROTECTED]> wrote:
> On Saturday 10 May 2008 18:00:16 Grigor Iliev wrote:
>> If I understand correctly you want me to rename the labels "Audio Out"
>> to "Audio In" and "Audio In" to "Aud
The sampler channel's audio channel routing is an internal routing,
which specifies where the audio rendered by the sampler channel will
go. Currently, the gig engine has two audio channels (in the left
column labeled "Audio Out" in the Channel Routing dialog). The numbers
in the right column ("Aud
On Fri, May 9, 2008 at 6:38 PM, Hector Centeno <[EMAIL PROTECTED]> wrote:
> Hi Grigor.
>
> Thanks a lot for your work on JSampler. I use the Fantasia version and
> I found that the audio output assignments done in the Channel Routing
> panel doesn't get exported. Wen I reopen a previously exported
On Fri, May 9, 2008 at 6:15 PM, alex stone <[EMAIL PROTECTED]> wrote:
> Hehe, I'll add to this too.
> It may prove more fruitful to build a mixer, with group components, etc,
> With a lot of horizontal channels, it's easy to get lost sometimes, and in a
> 'generic' mixer view with narrow (dynamical
On Fri, May 9, 2008 at 6:15 PM, Vladimir Savic
<[EMAIL PROTECTED]> wrote:
> Drag and drop?
Yes, would be very useful for adding/removing sampler channel from a group.
> I believe this is not that big thing because group members should be
> indented, like:
>
> [Group I]
> [Tom-tom]
> [Snare]
On Fri, May 9, 2008 at 5:22 PM, Christian Schoenebeck
<[EMAIL PROTECTED]> wrote:
> As soon as you're going to implement that group feature, I'm sure there will
> be other voices demanding to extend it for other channel strip specific
> parameters as well, e.g. to be able to load the same instrument
Hi Vladimir,
On Fri, May 9, 2008 at 1:16 PM, Vladimir Savic
<[EMAIL PROTECTED]> wrote:
> Is it possible to group channels in qsampler or jsampler so I can mute
> or solo the whole group?
Currently there is no such feature in jsampler. I can consider
implementing it, but for now I have some more u
> there is one more problem - Fantasia becomes very greedy for memory
> when there are many sampler channels
I made some major memory optimization in Fantasia(in the cases when
there are many sampler channels) and just committed them to CVS. The
memory usage of Fantasia should now be in reasonab
Hi all,
I started to maintain recent CVS releases of JSampler. A new packages
will be released when there are significant changes and bug fixes.
They can be downloaded from the downloads page:
http://linuxsampler.org/downloads.html
Recent changes:
* major bugfix - JSampler took forever to load a c
Looks like there is a bug in the newly implemented feature - saving
the column sort order in the Instruments Database window for the next
session. Unfortunately I can't reproduce this bug. I can add a check
for this, but it will be better find what cause it. Can you reproduce
this bug?
2008/2/20
On Jan 21, 2008 2:17 PM, Benno Senoner <[EMAIL PROTECTED]> wrote:
> I remember this bug was fixed by Grigor but I am not sure if it is only in
> jsampler's CVS or if he updated
> the .jar, so Grigor certainly has an answer for you.
It's only in jsampler's CVS, but using the latest CVS version of
L
> Grigor is there a way to enable LSCP logging to file in jsampler so that he
> can dump the commands issued by jsampler
> and relative responses ?
No, there isn't. However the /jsampler.log file might
be useful. Also the commands, issued by jsampler, can be seen by using
the command SUBSCRIBE MI
Hi Chris,
you can read about orchestras here:
http://jsampler.sourceforge.net/#USING_ORCHESTRAS
> Are the banks you speak of the instrument database?
MIDI instrument mapping, Instruments Database and Orchestras are three
different features.
About MIDI instrument mapping, the LSCP spec can be of s
57 matches
Mail list logo