Search found 138 matches

by grishata
Mon Sep 29, 2008 1:46 am
Forum: General LinuxSampler Discussion
Topic: I am Coding Create Instruments as Directories
Replies: 18
Views: 11698

Re: I am Coding Create Instruments as Directories

btw, I think that we don't need the file extension in the directory name, for example, 05 PFL_TRILLS instead of 05 PFL_TRILLS.gig
by grishata
Sun Sep 28, 2008 11:32 pm
Forum: General LinuxSampler Discussion
Topic: Fantasia Feature Request
Replies: 36
Views: 22894

Re: Fantasia Feature Request

More progress on this one: * Fantasia: Added buttons for increasing/decreasing the key number of the MIDI keyboard (Ctrl+Up Arrow/Ctrl+Down Arrow) * Fantasia: Added buttons for scrolling left/right on the MIDI keyboard (Ctrl+Left Arrow/Ctrl+Right Arrow) * Added key bindings for triggering MIDI notes...
by grishata
Sun Sep 28, 2008 11:13 pm
Forum: General LinuxSampler Discussion
Topic: Virtual Theatre Pipe Organs and Puppy Linux 4.0
Replies: 38
Views: 28391

Re: Virtual Theatre Pipe Organs and Puppy Linux 4.0

ggoodesa wrote:Hi All,

I have uploaded a 'How-To' for using Fantasia with Miditzer. Go to http://organs.110mb.com/Fantasia.htm
I just added a link to this HOWTO on the LinuxSampler site.
Thanks for your efforts!
by grishata
Sun Sep 28, 2008 11:03 pm
Forum: General LinuxSampler Discussion
Topic: I am Coding Create Instruments as Directories
Replies: 18
Views: 11698

Re: I am Coding Create Instruments as Directories

1.) VSL samples have some special characters in the names that are blowing up when loading into linuxsampler. Example: Did this issue arise after your changes? 2.) The progress displayed freezes when loading large amounts of samples. It it good for the first bit but then pops up a dialog: Refreshin...
by grishata
Sat Sep 27, 2008 1:32 am
Forum: General LinuxSampler Discussion
Topic: I am Coding Create Instruments as Directories
Replies: 18
Views: 11698

Re: I am Coding Create Instruments as Directories

btw, if you are not using some IDE like NetBeans, you can find all occurrences of a particular function using the find command, like:

Code: Select all

find linuxsampler/src/ -exec grep -H "SomeFunction(" {} \;
by grishata
Sat Sep 27, 2008 12:51 am
Forum: General LinuxSampler Discussion
Topic: I am Coding Create Instruments as Directories
Replies: 18
Views: 11698

Re: I am Coding Create Instruments as Directories

I make it into this function and cannot see where it goes. Scan only seems to scan the directories but this function does not return anything. I feel lost in code :) I followed to DirectoryWalker, however it just seems to validate if it is a directory. What am I doing wrong here? Scan calls: /** * ...
by grishata
Sat Sep 27, 2008 12:18 am
Forum: General LinuxSampler Discussion
Topic: I am Coding Create Instruments as Directories
Replies: 18
Views: 11698

Re: I am Coding Create Instruments as Directories

Could you possibly help me to understand what is happening when Fantasia passed information to linuxsampler? LinuxSampler parses the lscp commands using an automatically generated parser by a parser generator, usually bison. The grammar is located in linuxsampler/src/network/lscp.y Look around line...
by grishata
Fri Sep 26, 2008 8:55 pm
Forum: General LinuxSampler Discussion
Topic: I am Coding Create Instruments as Directories
Replies: 18
Views: 11698

Re: I am Coding Create Instruments as Directories

We now need to figure out what to do with the boolean when passed to the database. How is it read and then wrote to the sqlite3 DB. You should look in the linuxsampler/src/db/ directory and more specifically the AddInstruments methods in linuxsampler/src/db/InstrumentsDb.h Also you should extend th...
by grishata
Sat Sep 20, 2008 2:24 pm
Forum: Newbies & Support
Topic: How to get the file edit bar back?
Replies: 1
Views: 2146

Re: How to get the file edit bar back?

The shortcut key for showing/hiding the menu bar in qsampler is Ctrl+M
by grishata
Fri Sep 12, 2008 10:33 am
Forum: General LinuxSampler Discussion
Topic: Fantasia Feature Request
Replies: 36
Views: 22894

Re: Fantasia Feature Request

The one thing that would still be nice is being able to drag your mouse over the virtual keyboard. I'll implement this. Also being able to change the default velocity that the virtual keyboard plays. The velocity depends on where you hit the key. You can also control the note off velocity. For exam...