VOGONS

Common searches


Search results

Display options

Re: Falcosoft Soundfont Midi Player

Hi, Another AV error. Fixed. This was also delay related. The side-effect of the fix that you can not delete loaded files fast ( the ones with the arrow) you have to wait while another is loaded (together with the set delay). The slowdown does not affect unloaded (arrow-less)files on the list. CTF: …

Re: Falcosoft Soundfont Midi Player

Yeah, right but at the present (without the code modification I have mentioned) the fallback will be MSB:0 LSB:0. (And not MSB:x LSB:0 as would be ideal) [Edit] Maybe you'll find a better solution than to modify a huge list of instruments? I'm almost sure that .ins files for all Roland devices can …

Re: Falcosoft Soundfont Midi Player

Hi, II don't understand this: Patch[128]=Roland GS Var #01. But I can explain in language. If CC#32 != 0-4, CC#32 = 0. If CC#32 = 0, CC#32 = 0. If CC#32 = 1, CC#32 = 1. If CC#32 = 2, CC#32 = 2. If CC#32 = 3, CC#32 = 3. If CC#32 = 4, CC#32 = 4. That's exactly what my previous suggestion does if you …

Re: Falcosoft Soundfont Midi Player

Hi, Patch[128]=Roland GS Var #01 Patch[129]=Roland GS Var #01 Patch[130]=Roland GS Var #01 ... Patch[256]=Roland GS Var #02 Patch[257]=Roland GS Var #02 Patch[258]=Roland GS Var #02 This way you can cover the 0..xx LSB values with BankSelMethod = 0. On the second hand, I should not use instrument …

Re: Falcosoft Soundfont Midi Player

The most obvious solution (without modifying program code) is to write an ins file that addresses the proper banks as MSB+LSB (BankSelMethod = 0 intead of 1 like in most GS based .ins files). This way any bank where LSB != 0 would be considered invalid so CTF would happen. PS. BankSelMethod = 0 old …

Re: Falcosoft Soundfont Midi Player

Hi, New test version on the usual location. I think the crash was due to the reset was too delayed at program close. Can we do something about random/wrong LSB (CC#32)? I hope we can, but I need a more detailed explanation about what the problem exactly is. [EDIT] When MSB is 0, 8, 16, 24 etc (has …

Re: Falcosoft Soundfont Midi Player

The whole point of CTF is to make the SC-55 MKII (or later) behave like SC-55 MK1. Then clearly our aims are different and using 'CTF' in both cases is ambiguous. For me the most important aspect of implementing a 'CTF like' feature is to prevent some synths to stay silent (e.g. MS Soft Synth) or …

Re: Falcosoft Soundfont Midi Player

Hi, Channel 10 Drums should fall to Patch capital not only Bank capital (0), (not what happens now). Ok, I have not implemented Drums fallback at all so far. Instrument patches that have a variation should fall to Sub-Capital (next lowest variation) also. Are you sure ? I don't think it is correct …

Re: Falcosoft Soundfont Midi Player

Hi, Maybe the player should have an option to wait till all the patch list is done (including Pan, Volume, Reverb, Chorus, etc..) before starting playing? I have added a new compatibility option you should try it. Main menu->Compatibility -> Set missing defaults. You should try to disable this. This …

Re: Heads Up: Roland Sound Canvas VA VSTi Plugin!

Hi, thecrankyhermit wrote: On games, is there any hope of a workaround for games that use Capital Tone Fallback? .... James-F wrote: It can be done with a specialized midi driver. The midi driver will receive and compare a requested patch change Or it can be done with a player that can also be used …

Re: Falcosoft Soundfont Midi Player

Ok, I got it. Sometimes it's problematic that I'm not an English native speaker. For me this Without first clicking stop I "Remove Dead Items", then try to play any other file has meant that 'Without first clicking stop AND I Remove Dead Items' so I have not bothered with "Remove Dead Items" since I …

Re: Falcosoft Soundfont Midi Player

Soundfont Midi Player version 3.5 is released. Thanks again for your valuable help (I have mentioned you in the Readme file). http://falcosoft.hu/softwares.html#midiplayer version 3.5 1. Main form's height is set to adjustable (for better playlist handling). You can resize it by dragging top/bottom …

Re: Falcosoft Soundfont Midi Player

Thanks, good catches :) 1. Typo fixed. 2. Player saves/restores height of 'Show playlist & Piano' state. 3. Top border is now draggable just like the bottom and enables resize. 'Show border' option is removed from appearance menu since it is no longer an aesthetic preference. Off state would break …

Page 94 of 95