Everything posted by ladron
-
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
Yeah, the psarc format seems to hard-code a max of 6 strings. >6 string support might be possible if I read the xml format. That's a bigger undertaking, though. -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
Does this extra string support export to Rocksmith psarc files? If so, and if you can point me at a psarc file with >6 string support, I'll look into it. -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
Support for additional strings in ChartPlayer would be pretty easy. To really get this to happen, though, it would require the chart creation tools to support it and export in a format I can read. I'm happy to work on adding this if/when there are charts available that use it. -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
Ok, this is now fixed with v0.1.17: https://github.com/mikeoliphant/ChartPlayer/releases/latest -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
Yep, that would be a problem. Fixing it now. -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
This is strange, since I use Reaper (WIndows) as my DAW. @ Morasta It is interesting that your scan failure list does not include "ChartPlayerPluginBridge.vst3", which is the actual plugin dll. The dlls listed in your scan *should* fail, since they are not vst plugin dlls. -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
ChartPlayer v0.1.16 is now available: https://github.com/mikeoliphant/ChartPlayer/releases/latest Changes: Audio normalization fixes/improvements Normalize audio waveform display Added fret "shadows" for open strings Don't display song sections unless there are at least 3 -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
Right now, the only way to get songs is to convert them using ChartConverter: https://github.com/mikeoliphant/ChartConverter The "song path" is whatever you use in ChartConverter. -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
Note that if you haven't run ChartConverter for a while, you might want to get the latest version and re-run it. If you are using Rock Band files, you *must* re-run with the latest ChartConverter. -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
ChartPlayer v0.1.15 is now available: https://github.com/mikeoliphant/ChartPlayer/releases/latest Changes: Fixed accented characters not displaying properly Fixed Jack version Drum timeline improvements Fixed A440 tuning mode Added song waveform display Added an option to mute stems for the current instrument Added normalization of song audio loudness -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
Currenlty, it doesn't copy Rock Band audio files. Instead it just adds a path to the original location. I did this because I've got a lot of Rock Band songs and didn't want the duplication. I should probably make it optional, though, and copy the files by default. Those paths only get used to optionally exclude the current instrument stems. It isn't an issue if the files don't exist, although I guess I could check and not add them if the stems aren't there. -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
Here is a list of Phase Shift songs on that site: https://rhythmverse.co/songfiles/game/ps -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
Yeah, with that setup if you wanted to mute the guitar for an instrument part, you would need to add a "SongStem" entry to the json for the parts you wanted to mute it for. -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
Right now, the behavior is to mix *all* .ogg files present (optionally excluding files that match the current stem). So you either want stems or a fully mixed audio file, but not both. As long as you name your stems so they work with the default behavior (ie: by part type or type), you shouldn't have to modify the song.json. -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
Ok, I've added an option to mute stems for the current instrument. To figure out the audio files, the song.json can specify a "SongStem" pattern (ie: "drums*.ogg") for any instrument part. By default, it will look for any files starting with the instrument part name (ie: "bass") or instrument type (ie: "bassguitar"), so if you name your files that way it should just work. -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
What does the file structure of the Rock Band data look like? Right now, ChartConverter only supports Phase Shift format for converting Rock Band songs. -
WIP Rocksmith-style chart player - looking for testers
ladron replied to ladron's topic in Mods & Projects
I'm going to respond over on this thread: to keep things in one place. -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
Ok - this should now be fixed. There is an issue open for this here: https://github.com/mikeoliphant/ChartPlayer/issues/12 but I haven't been able to reproduce it so far. Yes, I've thought about doing this, but haven't gotten around to it. I think this something like this is a good idea. For Rock Band tracks, I'm currently actually already mixing stems. -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
I use the drummer animations in the Rock Band files to detect open/closed hi-hat (as well as second crash). It isn't perfect, but it works pretty well. -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
ChartPlayer v0.1.14 is now available: https://github.com/mikeoliphant/ChartPlayer/releases/latest Changes: Added option to play bass parts on guitar Fixed tuning column not switching based on instrument Fixed issues with mono audio files -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
ChartPlayer v0.1.13 is now available: https://github.com/mikeoliphant/ChartPlayer/releases/latest Changes: Added section looping (@jbmckeon) Alt-Enter toggles fullscreen Don't re-tune songs when playing drums Fixed score not resetting properly when seeking Allow re-scan when no songs are found Tap screen to pause/unpause -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
It should certainly be possible to convert GoPlayAlong files to OpenSongChart format. As for extended string support, the OpenSongChart format has no limit on the number of strings. Currently in ChartPlayer, guitar songs are hardcoded to 6 strings and bass to 4, but I'm happy to change that once there is a source of songs that use more strings. -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
I have only done very limited testing on linux, so it doesn't surprise me that there are issues. The best way to move forward would be to open up an issue on github. Nice! I've had my own software for playing rockband drums using my e-kit for years, and recently rolled that functionality into ChartPlayer. It is still pretty WIP. There are also likely problems with the drum midi handling under linux, but nothing that shouldn't be able to be resolved. -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
Android is actually very possible at some point. -
ChartPlayer - a free and open source song chart player
ladron replied to ladron's topic in Mods & Projects
There is no limit to the number of parts, and you can call them whatever you want, so yes - that should work. I think I'm probably more likely to add some sort of "Other" stringed instrument type. I made a conscious decision to omit that from the file format, since the difficultly levels seem to be almost always auto-generated. I think it makes more sense to do that auto-generation at playback time, but I haven't gotten around to it (I'm the type of player that always wants to see all of the notes even if I can't play them all yet).