vgmrips

The forum about vgm files
It is currently 2023-10-03, 21:54:34

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 371 posts ]  Go to page Previous  1 ... 11, 12, 13, 14, 15, 16, 17 ... 25  Next
Author Message
 Post subject:
PostPosted: 2014-10-25, 10:04:07 
Offline
User avatar

Joined: 2012-12-21, 15:30:24
Posts: 123
Location: UK
I spent most of yesterday listening through soundtracks with foo_input_vgm. It's excellent, so I want to say thanks again. Suddenly this site is far more useful!

However, I noticed it currently lacks tag editing ~ if the authors are aware of this thread then I humbly request this feature. Ideally it could include automatic decompression/recompression of VGZs (if possible), though simply supporting uncompressed VGM would work fine too.

_________________
http://iridescentaudio.co.uk


Top
 Profile  
 
 Post subject:
PostPosted: 2014-10-25, 13:41:34 

Contributors Contributors
Offline
User avatar

Joined: 2012-01-03, 2:10:28
Posts: 280
Edit:2015-01-24
Future, update information I will do in this post.
(Because a many were downloaded files in this post, and link from the packs page to this post.)

2019-01-07 Update
Update in_vgm for foobar2000.(It is not what I made, Were made by anonymous users in Japan)
https://ux.getuploader.com/foobar2000/download/213

Change log:
  • This version and later will only work with foobar 2000 v1.3 or higher.
  • Sync to in_vgm/VGMPlay v0.40.8. For more updates, please refer to VGMPlay_Updates.txt that are included with the VGMPlay.
  • Fixed gui as it is now possible to select emulation core from 3 on some chips.
  • Fixed a bug that muting of chip # 2 of MultiPCM (YMW 258) can not be done.
  • Other minor fixes.
  • Explanation of Chip Options when Emulation Core of YM 2612 is Nuked OPN 2
    NukedType bit0(LSB)
    NukedType bit1
    Two check boxes are displayed, but Nuked OPN 2 chip type changes according to the setting here.
    Both NukedType bit 0 (LSB) and NukedType bit 1 are disabled -> YM2612 with Mega Drive model 1 filter simulation
    NukedType bit 0 (LSB) only enabled -> ASIC YM3438
    NukedType bit1 only enabled -> Discrete YM 3438
    Both NukedType bit 0 (LSB) and NukedType bit 1 are enabled -> YM2612
    It is set like this.
Old Change log is in the Change_log_E.zip.
Attachment:
File comment: Change log E
Change_log_E.zip [2.46 KiB]
Downloaded 1690 times


If you can not download, please try the mirror here.
Attachment:
File comment: foo input vgm v0.29
foo_input_vgm_v0.29.7z [927.91 KiB]
Downloaded 4327 times


Last edited by 2ch-H on 2019-01-07, 5:36:03, edited 16 times in total.

Top
 Profile  
 
 Post subject:
PostPosted: 2014-10-25, 21:22:38 

Staff Staff
Programmers Programmers
Offline
User avatar

Joined: 2012-04-22, 4:03:45
Posts: 211
Location: New York, NY, USA
Re MSM6258 in foo_gep - The same problem exists in Cog (for OSX); I've messaged kode54 about both and am awaiting a response.


Top
 Profile  
 
 Post subject:
PostPosted: 2014-10-30, 19:17:49 
Offline

Joined: 2014-10-30, 18:44:42
Posts: 3
Location: Kharkiv, Ukraine
Hi!
I have problem compiling VGMPlay under Ubuntu:
Code:
$ make
Compiling VGMPlay.c ...                                                                                 
VGMPlay.c:56:18: fatal error: zlib.h: No such file or directory                                             
 #include <zlib.h>                                                                                           
                  ^                                                                                               
compilation terminated.                                                                                             
make: *** [obj/VGMPlay.o] Error 1

Is this the same problem which is described in VGMPlay.txt?
Quote:
Ubuntu refuses to run (or maybe compile) VGMPlay correctly. It either crashes upon opening a vgm file or doesn't open the sound device. (and the ini-file, too. VGMs are opened for some reason.)

By the way, is there a SCM repository for VGMPlay somewhere?


Top
 Profile  
 
 Post subject:
PostPosted: 2014-10-30, 22:46:31 

Staff Staff
Programmers Programmers
Musicians Musicians
Contributors Contributors
Reverse engineers Reverse engineers
Offline
User avatar

Joined: 2011-12-01, 20:20:07
Posts: 4658
Location: Germany
denisk wrote:
VGMPlay.c:56:18: fatal error: zlib.h: No such file or directory

In order to fix that problem, you just need to use the first link google gives you when searching for "zlib.h: No such file or directory". (For me it's this.)
You also need to install libao or disable libao support in the Makefile. In the latter case it will use OSS sound output (via /dev/dsp). You might need to install some OSS emulation packages to get that working though. (

btw: Halberd recently made me realize that the source code package lacks VGMPlay.ini. VGMPlay works fine without it, but it will complain about the missing file and you need it to adjust settings. You can copy it from the binary package.

denisk wrote:
By the way, is there a SCM repository for VGMPlay somewhere?

No, there isn't.


@2ch-H: It's really awesome to see people working on a foobar port of VGMPlay/in_vgm. (Even though I can't test it right now, since I don't have foobar installed, I will try it out sometime.)


Top
 Profile  
 
 Post subject:
PostPosted: 2014-11-12, 11:08:49 

Contributors Contributors
Offline
User avatar

Joined: 2012-01-03, 2:10:28
Posts: 280
Please look here Post.


Last edited by 2ch-H on 2015-01-24, 9:14:47, edited 3 times in total.

Top
 Profile  
 
 Post subject:
PostPosted: 2014-11-16, 19:52:37 

Contributors Contributors
Offline
User avatar

Joined: 2012-01-03, 2:10:28
Posts: 280
Please look here Post.


Last edited by 2ch-H on 2015-01-24, 9:15:12, edited 4 times in total.

Top
 Profile  
 
 Post subject:
PostPosted: 2014-11-16, 20:13:27 

Staff Staff
Programmers Programmers
Contributors Contributors
Offline
User avatar

Joined: 2014-01-28, 5:51:54
Posts: 1478
can you convince the author to put it on github?

_________________
vampi.tech


Top
 Profile  
 
 Post subject:
PostPosted: 2014-11-16, 21:23:09 

Contributors Contributors
Offline
User avatar

Joined: 2012-01-03, 2:10:28
Posts: 280
vampirefrog wrote:
can you convince the author to put it on github?

I don't know his contact... (I found file by chance)


Top
 Profile  
 
 Post subject:
PostPosted: 2014-11-24, 7:44:40 

Contributors Contributors
Offline
User avatar

Joined: 2012-01-03, 2:10:28
Posts: 280
Please look here Post.


Last edited by 2ch-H on 2015-01-24, 9:15:34, edited 3 times in total.

Top
 Profile  
 
 Post subject:
PostPosted: 2014-11-24, 23:41:23 

Staff Staff
Programmers Programmers
Contributors Contributors
Offline
User avatar

Joined: 2014-01-28, 5:51:54
Posts: 1478
ah, I wish we knew who the guy is, we could add him to our github organization and he could work directly with us on github...

_________________
vampi.tech


Top
 Profile  
 
 Post subject:
PostPosted: 2014-11-25, 5:02:44 

Contributors Contributors
Artists Artists
Offline
User avatar

Joined: 2012-03-30, 9:28:37
Posts: 191
Location: Georgia, USA
Does the PseudoStereo option actually do anything? I've finally figured out how to turn it on, but it just doesn't seem to be working for me.


Top
 Profile  
 
 Post subject:
PostPosted: 2014-11-25, 7:46:15 

Staff Staff
Programmers Programmers
Musicians Musicians
Contributors Contributors
Reverse engineers Reverse engineers
Offline
User avatar

Joined: 2011-12-01, 20:20:07
Posts: 4658
Location: Germany
Description from VGMPlay.ini:
Code:
[YM2612]
; MAME: if on, the chip updates its left/right channel alternatively, creating a nice pseudo-stereo effect
PseudoStereo = False

It might not be audible unless you have noise-type sounds like FM cymbals, for example.


Top
 Profile  
 
 Post subject:
PostPosted: 2014-12-25, 20:28:26 

Contributors Contributors
Offline
User avatar

Joined: 2012-01-03, 2:10:28
Posts: 280
Please look here Post.


Last edited by 2ch-H on 2015-01-24, 9:15:54, edited 2 times in total.

Top
 Profile  
 
 Post subject:
PostPosted: 2015-01-19, 10:47:20 

Contributors Contributors
Offline
User avatar

Joined: 2012-01-03, 2:10:28
Posts: 280
Please look here Post.


Last edited by 2ch-H on 2015-01-24, 9:16:11, edited 2 times in total.

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 371 posts ]  Go to page Previous  1 ... 11, 12, 13, 14, 15, 16, 17 ... 25  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 25 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
[ Time : 0.055s | 22 Queries | GZIP : On ]