-
Content Count
906 -
Joined
-
Last visited
-
Days Won
1 -
Donations
$0.00
Chlipouni last won the day on August 31 2020
Chlipouni had the most liked content!
Community Reputation
1,679 ExcellentAbout Chlipouni
-
Rank
Touring Guitarist
- Birthday 12/14/1969
Profile Information
-
Gender
Male
-
Location
France
-
Rocksmith
Steam
Recent Profile Visitors
7,648 profile views
-
@randomas, About the viewing angle and the 3d perspective, this should be easy to adjust (camera position and angle). I also have The "SharedArrayBuffer is not defined" error in Firefox. Either a bug in Godot or a limitation in Firefox. WebGL and WebAudio are still in development but I am already impressed with the result.
- 35 replies
-
- 1
-
-
- 3d
- tab player
-
(and 1 more)
Tagged with:
-
@coldrampage, Thank you very much for your feedback. 1440x900 : I forgot this for the song selection screen. Does it work correctly for the Guitar Tab Player ? Typo : This DLC requires a typo fix Lyrics : The data contains the start time and duration, so that's more of the way I handle it.
- 35 replies
-
- 1
-
-
- 3d
- tab player
-
(and 1 more)
Tagged with:
-
Online demo on itch.io (link in the first post) ...
- 35 replies
-
- 3
-
-
-
- 3d
- tab player
-
(and 1 more)
Tagged with:
-
@randomas, Thanks a lot for the links. I have already don my own investigations and this will be the hardest part to work on.
- 35 replies
-
- 1
-
-
- 3d
- tab player
-
(and 1 more)
Tagged with:
-
Thanks to the Godot Engine, it should work on major operating systems. I also have a prototype that works in a web browser. The main limitations will come from the audio input and output latency (especially on android devices). About scored vocals and drums, why not, but not a priority for now.
- 35 replies
-
- 2
-
-
- 3d
- tab player
-
(and 1 more)
Tagged with:
-
Hi gafotas, There are commercial Web sites that allow you to download as many audio files as they are tracks inside (for example : www.jamkazam.com). So you can easily mix all audio files and choose which ones to include in the mix. However, the choice is limited and you may have difficulty finding the song you want.
- 35 replies
-
- 1
-
-
- 3d
- tab player
-
(and 1 more)
Tagged with:
-
New Features (30/08/2020) : - Audio settings panel - Support for multitracks (several audio files allowed in the DLC) Demo in the first post.
- 35 replies
-
- 5
-
-
- 3d
- tab player
-
(and 1 more)
Tagged with:
-
Hi Rod, - The Guitar Pro file format doesn't contain the real timing of notes and chords. So it is not sufficient by itself. - The feature that displays the strumming direction of the chords is on my to-do list. Thanks
- 35 replies
-
- 3d
- tab player
-
(and 1 more)
Tagged with:
-
New Features (27/07/2020) : - Graphical events fully in sync with the soundtrack - Pause / Resume - Navigate freely in the song in pause mode (go forward and backward, click on phrases) - Guitar and Bass Tabs for 4, 5, 6 and 7 strings Look at the demo in the first post.
- 35 replies
-
- 5
-
-
- 3d
- tab player
-
(and 1 more)
Tagged with:
-
Update v3.7 : (14/07/2020) - New specific part in the log file to display the handShapes properties - Fixed bug : HandShapes are not always generated when they contain both single notes and chords
-
DDC Improver Tool (Windows, MAC, and Linux)
Chlipouni replied to iminashi's topic in Mods & Projects
@@bwaredapenguin, I tried to reproduce this specific scheme. No more issue with DDC v3.7. Thanks for reporting this -
Hi @@firekorn, First of all, I am working on this project for my own usage and pleasure. It's a way for me to learn how to develop with the amazing Game Engine "Godot". I started at the beginning of this year 2020 and only spent two hours a week. About the data, I'm using my own format (json files) and the main data we use to create CDLCs comes from guitar tabs found on well known websites.
- 35 replies
-
- 3d
- tab player
-
(and 1 more)
Tagged with:
-
Features : - DLC support to add new songs - Audio Player - 3D Tab Player New Features (27/07/2020) : - Graphical events fully in sync with the soundtrack - Pause / Resume - Navigate freely in the song in pause mode (go forward and backward, click on phrases) - Guitar and Bass Tabs for 4, 5, 6 and 7 strings New Features (30/08/2020) : - Audio settings panel - Support for multitracks (several audio files allowed in the DLC) New Features (31/01/2021) :
- 35 replies
-
- 13
-
-
-
- 3d
- tab player
-
(and 1 more)
Tagged with:
-
Guitar tab player features : - DLC support to add new songs - 3D Tab player
-
- godot
- 3d tab player
-
(and 2 more)
Tagged with:
-
DDC.exe Cli giving different output than the toolkit?
Chlipouni replied to Rbby258's topic in Rocksmith Remastered
@@Rbby258, The command line you used is the right one. You can work with the XML file that doesn't contain the attributes that have their default value. Tools like EOF or RSToolkit are able to use this kind of XML file without having any issue. Thanks