| View previous topic :: View next topic |
| Author |
Message |
highend
Joined: 02 Jun 2009 Posts: 7
|
|
| Back to top |
|
 |
skwire
Joined: 18 Jan 2006 Posts: 267 Location: Conway, Arkansas
|
Posted: Tue Aug 04, 2009 10:07 pm Post subject: |
|
|
| Update your Trout install, please. I coded around this last night. |
|
| Back to top |
|
 |
highend
Joined: 02 Jun 2009 Posts: 7
|
Posted: Wed Aug 05, 2009 12:21 am Post subject: |
|
|
| skwire wrote: | | Update your Trout install, please. I coded around this last night. |
Thanks skwire, didn't notice this *eg*
Best audio player ever!
Regards,
Highend |
|
| Back to top |
|
 |
skwire
Joined: 18 Jan 2006 Posts: 267 Location: Conway, Arkansas
|
Posted: Wed Aug 05, 2009 12:54 am Post subject: |
|
|
| highend wrote: | Thanks skwire, didn't notice this *eg*
Best audio player ever! |
I'd never go that far but you're welcome all the same. I'm glad you like it. =] |
|
| Back to top |
|
 |
Drugwash
Joined: 08 Sep 2008 Posts: 608 Location: Ploiesti, RO
|
Posted: Wed Aug 05, 2009 9:15 am Post subject: |
|
|
Jody, I've recently had an odd issue with Trout where its GUIs (main, options) went completely off-screen (below second monitor's bottom) for some reason and for a long time I thought there was something wrong with the code or even a 'time-bomb'.
I wonder if you could add some safety check at startup so that none of Trout's GUIs could be completely off-screen. Thank you. |
|
| Back to top |
|
 |
Rad777
Joined: 05 Jul 2007 Posts: 60 Location: www.newfreethinker.com
|
Posted: Fri Aug 21, 2009 3:49 pm Post subject: |
|
|
I'm a newb but....
Who the heck doesn't post the code? How do you expect the community to increase their knowledge and make ahk that much better? |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Aug 21, 2009 5:04 pm Post subject: |
|
|
When it comes to something as commonplace as an MP3 player???
It's not like you've cornered the market on something unique, why would you want people to use this software but not have the code? |
|
| Back to top |
|
 |
SoggyDog
Joined: 02 May 2006 Posts: 626 Location: Greeley, CO
|
Posted: Fri Aug 21, 2009 10:13 pm Post subject: |
|
|
@Rad777 and Guest
I was the first to make this same complaint (but quickly got over it after using the app);
If you read the entire thread (primarily, the 1st page or two covers this argument in detail)
you'll find clear explanations of why this app is closed-source.
k3ph provides, on the first page of this thread, a history of Trout's development;
This might clear things up for you. _________________
SoggyDog
Dwarf Fortress:
"The most intriguing game I've ever played." |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Oct 07, 2009 2:38 pm Post subject: |
|
|
Hi Trout developers.
Drag & Drop doesn't work for me.
I have tried all the 3 ways of drag & drop behaviour on Trout setting.
The music files I try to drag & drop from Explorer simply don't get queued on the listing zone.
I already have reinstalled Trout several times. No success.
I'm using Windows Vista Home Premium 32 bits.
Thanks for the support. |
|
| Back to top |
|
 |
skwire
Joined: 18 Jan 2006 Posts: 267 Location: Conway, Arkansas
|
Posted: Tue Oct 13, 2009 5:25 am Post subject: |
|
|
| Based on your report in the DonationCoder thread, you have this solved, eh? |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Nov 16, 2009 9:49 pm Post subject: Midi not working |
|
|
Hello
i noticed that midi is not working on your player.
it showes time and progress but no sound.
and no needto ask synth volume is on
I have the same problem with my player, so i think i try yours
But it didnt work so, if you are smarter then me, can you tell me how to do it
with this bass midi?
I think i dont get it with the sounfonts loading.
thx |
|
| Back to top |
|
 |
skwire
Joined: 18 Jan 2006 Posts: 267 Location: Conway, Arkansas
|
Posted: Mon Nov 16, 2009 11:51 pm Post subject: Re: Midi not working |
|
|
| Anonymous wrote: | i noticed that midi is not working on your player.
it showes time and progress but no sound.
and no needto ask synth volume is on |
Please see my post here: http://www.autohotkey.com/forum/post-248811.html#248811 |
|
| Back to top |
|
 |
emmanuel d
Joined: 29 Jan 2009 Posts: 79 Location: Belgium
|
Posted: Tue Nov 17, 2009 6:43 am Post subject: |
|
|
| Quote: | | BASS defaults to the standard Creative soundfont file: CT4MGM.SF2 | Why not default to standard sf of windows? 2gmgsmt.sf2
And why put it in windows folder! isn't it posible to load it local? from the trout dir?
If you are no admin you have ni rights in sys32, and on my pc its deleted after reboot.
the question remains how do you load it with bass midi?
thats the part i dont get _________________ emdkplayer
http://www.autohotkey.com/forum/viewtopic.php?p=306819 |
|
| Back to top |
|
 |
skwire
Joined: 18 Jan 2006 Posts: 267 Location: Conway, Arkansas
|
Posted: Tue Nov 17, 2009 7:00 am Post subject: |
|
|
| emmanuel d wrote: | | Quote: | | BASS defaults to the standard Creative soundfont file: CT4MGM.SF2 | Why not default to standard sf of windows? 2gmgsmt.sf2
And why put it in windows folder! isn't it posible to load it local? from the trout dir?
If you are no admin you have ni rights in sys32, and on my pc its deleted after reboot.
the question remains how do you load it with bass midi?
thats the part i dont get |
As per the BASS MIDI docs:
On Windows, the default default configuration will be to use the Creative 28MB (28MBGM.SF2), 8MB (CT8MGM.SF2), 4MB (CT4MGM.SF2), or 2MB (CT2MGM.SF2) soundfont (in that order) when present in the Windows system directory.
I just use BASS_StreamCreateFile() to play the midi files. I've never had any luck getting the BASS_MIDI_* stuff to work right (though I didn't try very hard). =] |
|
| Back to top |
|
 |
guest3456 Guest
|
Posted: Wed Jan 06, 2010 2:20 pm Post subject: |
|
|
| skwire wrote: |
* Fixed text display for 120 DPI systems. Hopefully. (Thanks, majkinetor) |
could you at least share the code for your fix for this issue? thanks |
|
| Back to top |
|
 |
|