Jump to content
  • 0

Author sustained chord with a hammer-on?


mrmaton

Question

Recommended Posts

  • 0

I don't mind working on exotic features if it makes it possible to author things that can be useful. Let me know how the scoring testing goes with dummy chords. I bet setting its ignore status like you suggested would resolve score problems.

 

I came up with a decent way to fix the issue where the crazy chords in a handshape phrase were split up into single notes that didn't match the chordnotes. Now this:

http://i15.photobucket.com/albums/a354/raynebc/linked%20combined%20crazy%20chords%20in%20a%20handshape_zpsipqttmzl.jpg

exports as this:

      <notes count="5">
        <note time="0.500" linkNext="0" accent="0" bend="0" fret="12" hammerOn="0" harmonic="0" hopo="0" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="0" slap="-1" slideTo="-1" string="4" sustain="0.500" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0"/>
        <note time="0.500" linkNext="0" accent="0" bend="0" fret="0" hammerOn="0" harmonic="0" hopo="0" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="0" slap="-1" slideTo="-1" string="5" sustain="2.000" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0"/>
        <note time="1.000" linkNext="0" accent="0" bend="0" fret="13" hammerOn="1" harmonic="0" hopo="1" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="0" slap="-1" slideTo="-1" string="4" sustain="0.500" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0"/>
        <note time="1.500" linkNext="0" accent="0" bend="0" fret="12" hammerOn="0" harmonic="0" hopo="1" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="1" slap="-1" slideTo="-1" string="4" sustain="0.500" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0"/>
        <note time="2.000" linkNext="0" accent="0" bend="0" fret="10" hammerOn="0" harmonic="0" hopo="1" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="1" slap="-1" slideTo="-1" string="4" sustain="0.500" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0"/>
      </notes>
...
      <chords count="1">
        <chord time="0.500" linkNext="0" accent="0" chordId="0" fretHandMute="0" highDensity="0" ignore="0" palmMute="0" hopo="0" strum="down">
          <chordNote time="0.500" linkNext="0" accent="0" bend="0" fret="12" hammerOn="0" harmonic="0" hopo="0" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="0" slap="-1" slideTo="-1" string="4" sustain="0.000" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0"/>
          <chordNote time="0.500" linkNext="0" accent="0" bend="0" fret="0" hammerOn="0" harmonic="0" hopo="0" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="0" slap="-1" slideTo="-1" string="5" sustain="2.000" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0"/>
        </chord>
      </chords>
...
        <handShape chordId="0" endTime="2.500" startTime="0.500"/>
The linknext status on the split up chord's single notes have the correct linknext status and the open single note even gets the correct sustain.
  • Like 1
Link to comment
Share on other sites

  • 0

Hi raynebc et al.

Happy New Year! All the best!

So I tested a few things last night.

Additional Conclusions:
1. Adding dummy chord boxes does not alter the way the game scores at the instant of the single notes + dummy chord box. I tested Learn a Song, Riff Repeater and Score Attack.
2. I tested two sequences of the e0+B12/B13HO/B12PO/B10PO, a first one without dummy chord box and the next one with a dummy chord at the beginning of the sequence. I left the EoF authored (Hotfix 12-24-2015 since CF was down during New Years Eve) Linknext =1 on the first sequence for which I did not author a dummy chordbox, and that linknext =1 on the e0 note of the first sequence actually affected the e0 note on the second sequence with dummy chord box. The linknext on the e0 of the first sequence was removing the note head of the e0 in the second sequence where a dummy chordbox was desired. Makes sense, I guess since linknext = 1 in the e0 note in the first sequence is telling the game that some upcoming e0 note is linked to the previous. This is not a worry since Hotfix 12-31-2015 has removed all the linknext =1 on the single notes as appropriate.
3. Setting ignore =1 in the chordtime tag does not prevent the single notes at the same time from scoring in-game.

Will still test the new Hotfix shortly with Examples 2,3,4.

"A dreamer is someone who wants beyond what is reasonable. A hero is a dreamer who cannot take no for an answer." (Martin Spina)

My Released CDLC - Blaze Bayley - Stare at the Sun & MacGyver Theme Song & Iron Maiden - No More Lies

Check out the Tech Notes Tutorial Version 1.1 // Chordify Tutorial Rough Draft.

Link to comment
Share on other sites

  • 0

Hi,

 

Just to be thorough, I've tested each of examples 2 to 4 with  the following method though probably once I have time to make for some conclusions it'll make a more compelling read:

 

a) All crazy + handshape

b ) No crazy + handshape

c) All crazy + No handshape

d) No crazy + no handshape

 

I've run out of time and I will explore the the XML codes more closely tonight or tomorrow to see if I can find any explanation for unexpected behaviour. For now I thought I'd share  the in-game screenshots I'm looking.

 

Too much to paste all the code here so I link the XML and notes.eof used for my testing. Note I have not tweaked the XML at all.

 

XML

 

NOTES.EOF

 

Example 2 - Tenacious D - The Metal (example from Firekorn of an ODLC)

 

Zoomable Link

http://i920.photobucket.com/albums/ad41/Berneer/CustomsForgeStuff/Questions%20for%20CF/HOPOonSomeStringsOfChord-GitHubIssue153/Example%202%20-%20Hotfix%2012-31-2015%20testing_zpsmuknhufa.png

 

Example 3 - Blaze - Stare At The Sun (2 string simplification since akin to Mr. Maton example)

 

Zoomable Link

http://i920.photobucket.com/albums/ad41/Berneer/CustomsForgeStuff/Questions%20for%20CF/HOPOonSomeStringsOfChord-GitHubIssue153/Example%203%20-%20Hotfix%2012-31-2015%20testing_zpsw6rmm8gs.png

 

Example 4 - Blaze - Stare At The Sun (full authoring on 3 strings)

 

Zoomable Link

http://i920.photobucket.com/albums/ad41/Berneer/CustomsForgeStuff/Questions%20for%20CF/HOPOonSomeStringsOfChord-GitHubIssue153/Example%204%20-%20Hotfix%2012-31-2015%20testing_zpsrinaexdw.png

 

 

 

Example mrmaton 

 

http://i920.photobucket.com/albums/ad41/Berneer/CustomsForgeStuff/Questions%20for%20CF/HOPOonSomeStringsOfChord-GitHubIssue153/Example%20mrmaton%20-%20Hotfix%2012-31-2015%20testing_zpsjg2bnjsc.png

 

Conclusions

Later.

"A dreamer is someone who wants beyond what is reasonable. A hero is a dreamer who cannot take no for an answer." (Martin Spina)

My Released CDLC - Blaze Bayley - Stare at the Sun & MacGyver Theme Song & Iron Maiden - No More Lies

Check out the Tech Notes Tutorial Version 1.1 // Chordify Tutorial Rough Draft.

Link to comment
Share on other sites

  • 0

WE'RE ALMOST THERE!

 

So here are some conclusions I have drawn from looking at the Example 2 codes of the images from the previous post. Example 3 and Example mrmaton behave like Example 2 and Example 4 is not the driver here so I haven't looked at it's code yet.

 

So I figured that for Example 2 (the Tenacious D example) the way forward lies in comparing the desired reference case -  Example 2k from Post 55 with what EoF Hotfix 12-31-2015 is exporting into the XML today.

 

Here is what EoF Hotfix 12-31-2015  exports: (repeat of 1st case from previous post)

 

http://i920.photobucket.com/albums/ad41/Berneer/CustomsForgeStuff/Questions%20for%20CF/HOPOonSomeStringsOfChord-GitHubIssue153/Example%202%20-%20Crazy%20status%20and%20Handshape_zps6rto5u81.png

<chordTemplate chordName=" " displayName=" " finger0="-1" finger1="-1" finger2="-1" finger3="-1" finger4="2" finger5="-1" fret0="-1" fret1="-1" fret2="-1" fret3="-1" fret4="12" fret5="0"/>
...
<note time="2.000" linkNext="0" accent="0" bend="0" fret="12" hammerOn="0" harmonic="0" hopo="0" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="0" slap="-1" slideTo="-1" string="4" sustain="0.500" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0"/>
<note time="2.000" linkNext="0" accent="0" bend="0" fret="0" hammerOn="0" harmonic="0" hopo="0" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="0" slap="-1" slideTo="-1" string="5" sustain="1.997" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0"/>
<note time="2.500" linkNext="0" accent="0" bend="0" fret="13" hammerOn="1" harmonic="0" hopo="1" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="0" slap="-1" slideTo="-1" string="4" sustain="0.500" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0"/>
<note time="3.000" linkNext="0" accent="0" bend="0" fret="12" hammerOn="0" harmonic="0" hopo="1" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="1" slap="-1" slideTo="-1" string="4" sustain="0.500" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0"/>
<note time="3.500" linkNext="0" accent="0" bend="0" fret="10" hammerOn="0" harmonic="0" hopo="1" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="1" slap="-1" slideTo="-1" string="4" sustain="0.497" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0"/>
...
<chord time="2.000" linkNext="0" accent="0" chordId="0" fretHandMute="0" highDensity="0" ignore="0" palmMute="0" hopo="0" strum="down">
   <chordNote time="2.000" linkNext="0" accent="0" bend="0" fret="12" hammerOn="0" harmonic="0" hopo="0" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="0" slap="-1" slideTo="-1" string="4" sustain="0.000" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0"/>
   <chordNote time="2.000" linkNext="0" accent="0" bend="0" fret="0" hammerOn="0" harmonic="0" hopo="0" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="0" slap="-1" slideTo="-1" string="5" sustain="1.997" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0"/>
</chord>
...
<handShape chordId="0" endTime="4.001" startTime="2.000"/>

Example 2k - Reference Case obtained from tweaking XML as described atop the following image

 

http://i920.photobucket.com/albums/ad41/Berneer/CustomsForgeStuff/Questions%20for%20CF/HOPOonSomeStringsOfChord-GitHubIssue153/Example%202k_zpsbsnxfaij.png

! Dummy chord template --> frets and fingers all set to -1
<chordTemplate displayName="" chordName="" fret0="-1" fret1="-1" fret2="-1" fret3="-1" fret4="-1" fret5="-1" finger0="-1" finger1="-1" finger2="-1" finger3="-1" finger4="-1" finger5="-1" />
...
! Removed last 3 e0 notes, set linkNext=0 on the remaing e0 and made sustain attritube of first e0 note last duration of entire phrase
<note time="82.983" linkNext="0" accent="0" bend="0" fret="12" hammerOn="0" harmonic="0" hopo="0" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="0" slap="-1" slideTo="-1" string="4" sustain="0.471" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0" />
<note time="82.983" linkNext="0" accent="0" bend="0" fret="0" hammerOn="0" harmonic="0" hopo="0" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="0" slap="-1" slideTo="-1" string="5" sustain="1.866" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0" />
<note time="83.454" linkNext="0" accent="0" bend="0" fret="13" hammerOn="1" harmonic="0" hopo="1" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="0" slap="-1" slideTo="-1" string="4" sustain="0.47" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0" />
<note time="83.924" linkNext="0" accent="0" bend="0" fret="12" hammerOn="0" harmonic="0" hopo="1" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="1" slap="-1" slideTo="-1" string="4" sustain="0.471" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0" />
<note time="84.395" linkNext="0" accent="0" bend="0" fret="10" hammerOn="0" harmonic="0" hopo="1" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="1" slap="-1" slideTo="-1" string="4" sustain="0.454" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0" />
...
!Dummy chord, notes wiped out by its chord template
<chord time="82.983" linkNext="0" accent="0" chordId="34" fretHandMute="0" highDensity="0" ignore="0" palmMute="0" hopo="0" strum="down">
<chordNote time="82.983" linkNext="0" accent="0" bend="0" fret="12" hammerOn="0" harmonic="0" hopo="0" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="0" slap="-1" slideTo="-1" string="4" sustain="0" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0" />
<chordNote time="82.983" linkNext="0" accent="0" bend="0" fret="0" hammerOn="0" harmonic="0" hopo="0" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="0" slap="-1" slideTo="-1" string="5" sustain="0" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0" />
</chord>
...
<handShape chordId="32" endTime="84.853" startTime="82.983" />

So the last two hotfixes have brought us far along onto the road to success by replacing the manual tweaking  of the XML of removing single notes, with the new EoF combining logic using linknext tech notes. Now the difference between the two XML's is that for the identical authoring in EoF as seen in the images above, the Hotfix 12-31-2015 exported a chord in the XML which I didn't when making Example 2k, namely:

<chord time="2.000" linkNext="0" accent="0" chordId="0" fretHandMute="0" highDensity="0" ignore="0" palmMute="0" hopo="0" strum="down">
   <chordNote time="2.000" linkNext="0" accent="0" bend="0" fret="12" hammerOn="0" harmonic="0" hopo="0" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="0" slap="-1" slideTo="-1" string="4" sustain="0.000" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0"/>
   <chordNote time="2.000" linkNext="0" accent="0" bend="0" fret="0" hammerOn="0" harmonic="0" hopo="0" ignore="0" leftHand="-1" mute="0" palmMute="0" pluck="-1" pullOff="0" slap="-1" slideTo="-1" string="5" sustain="1.997" tremolo="0" harmonicPinch="0" pickDirection="0" rightHand="-1" slideUnpitchTo="-1" tap="0" vibrato="0"/>
</chord>

When I manually remove this above chord from the XML but keeping everything else EoF authored, it looked like this in-game: TADAA! the lingering B12 sustain issue sustaining beyond the B13 HO all the way till the end of the sequence NOW DISAPPEARS!!

 

It seems what I was on about in Post 66's 1st paragraph came into play: a chord with differing sustains for  each note seems to be interpreted by Rocksmith 2014 as giving the same longer (?) sustain to both chord notes of the chord. Anyway here is what it looks like after removing the chord:

 

http://i920.photobucket.com/albums/ad41/Berneer/CustomsForgeStuff/Questions%20for%20CF/HOPOonSomeStringsOfChord-GitHubIssue153/Example%202%20-%20Hotfix%2012-31-2015%20testing%20-%20CrazyHandshape_CHORD%20REMOVED_zpsqublqbt7.png

 

Now if we could add that dummy chordbox directly using EoF then it looks exactly like the desired Example 2k. Note I removed the chord only and not thecorresponding chord template from the Hotfix 12-31-2015 authored XML since the handshape tag references the same chord template as the now deleted chord did (chordid = 0).

 

It would seem the we need to ask ourselves a few questions:

 

1. Do we really need  single note and chord note overlapping when a chord is set to crazy in a handshape? Problem is that it is the chordnote I'd want to remove, as I did above, but that seems to go against prevailing "full chordbox at start of handshape logic". Currently the overlapping single and chordnotes making that rotating cross shaped notehead is an outcome of the overlapping chord note and single note.

 

2. Is there a way to author this in EoF? I don't know Allegro or the EoF coding but would the current full chordbox logic at the beginning of a handshape be circumventable by a 2 step process: 1) creating a status on the initial B12/e0 chord, in handshape marking,  called, say, "Delete Chord" & 2) creating a status on the initial B12/e0 chord called, say, "Dummy Chord box". Just an idea...

 

I guess I'll stop here and wait to hear comments.

 

Oh, actually I wanted to share a random test I did on Example 2 which offers some insight.

 

http://i920.photobucket.com/albums/ad41/Berneer/CustomsForgeStuff/Questions%20for%20CF/HOPOonSomeStringsOfChord-GitHubIssue153/Example%202%20-%20Hotfix%2012-31-2015%20testing%20-%20Random%20Test%20of%20CrazyHandshape%20with%201%20Linknext%20Tech%20Note%20missing_zpsgqh8gbne.png

"A dreamer is someone who wants beyond what is reasonable. A hero is a dreamer who cannot take no for an answer." (Martin Spina)

My Released CDLC - Blaze Bayley - Stare at the Sun & MacGyver Theme Song & Iron Maiden - No More Lies

Check out the Tech Notes Tutorial Version 1.1 // Chordify Tutorial Rough Draft.

Link to comment
Share on other sites

  • 0

1. Exporting single notes on top of a chord was just a bandaid since we didn't know how to display chords inside of handshape tags. Chlipouni has recently discovered that with a tweak to the toolkit, it could honor the chordDensity attribute for a chord to allow low density chords even in scenarios we didn't think were possible. This change is being reviewed by the toolkit devs right now. If it all works the way it seems to work, EOF will be able to export chord boxes inside of a handshape with just a chord tag and it will work perfectly.

 

2. Due to this Rocksmith limitation, I'm still thinking adding a mechanism to author "dummy chords" is still the best workaround for now.

 

About your findings about the alteration to example two (removing the first linknext tech note), it's hard to say why it's not drawing overlaps in a predictable way. We'll just have to take it for granted that it's beyond either RS's or the toolkit's ability to handle for now. As for remark C, the tiny chordbox sounds like it's just being drawn as a repeat chord (which has a shorter rectangle than a low density chord box). Not being linked to the base note in the handshape allowed it to export as an intact chord of its own.

Link to comment
Share on other sites

  • 0

1. This sounds very promising from chlipouni.It does sound however that it is meant for chords, which is the thing my test above showed needs to be deleted in order to remove the lingering B12 sustain problem. But I guess we'll see what happens after chlipouni's and Toolkit devs finish working on it.

 

2. I've ammended the Random test to start the handshape at the HO B13/e0 time stamp instead of the beggining of the sequence and the lingering sustain problem returns. As the remarks in the image state now we know the two things that triggering the lingering sustain problem and luckily we also know what it takes to eliminate the problem.

 

http://i920.photobucket.com/albums/ad41/Berneer/CustomsForgeStuff/Questions%20for%20CF/HOPOonSomeStringsOfChord-GitHubIssue153/Example%202%20-%20Random%20Test%202%20Handshape%20marking%20starts%20at%20HO_zpslguu43ew.png

 

I'll stay tuned with whatever new toolkit/EoF changes occur and once I finish my Blaze custom I'll make sure not to forget to update the Tech Notes tutorial accordingly, at which time, though I'll comb through the forums, I'll ask you @@raynebc, if anything sticks out in your mind in terms of changes  you made to EoF since March 2014, that would require me to update the Tech Notes Tutorial..... all in good time :)

"A dreamer is someone who wants beyond what is reasonable. A hero is a dreamer who cannot take no for an answer." (Martin Spina)

My Released CDLC - Blaze Bayley - Stare at the Sun & MacGyver Theme Song & Iron Maiden - No More Lies

Check out the Tech Notes Tutorial Version 1.1 // Chordify Tutorial Rough Draft.

Link to comment
Share on other sites

  • 0

Chlipouni had also mentioned that while chordnote tags can be omitted from the XML for strings not using a technique, they must be included for open notes or graphical glitches appear.

 

Changes to tech notes since r1306 hotfix (committed to SVN on Mar 15 2014):

Various bug fixes

Displaying presence of tech notes in the difficulty tabs as (*)

Allowing tech notes to auto-adjust to grid snap positions like normal notes

Displaying tab notation in parentheses when tech notes add bend technique to a note

Improving handling for tech notes in GP/RS imports

Link to comment
Share on other sites

  • 0

Thanks for the info raynebc! I notice @@Chlipouni 's github issue 248 was closed yesterday via the latest daily commit to the toolkit. Any ideas how to use thIs new toolkit feature or how to use EoF to take advantage of it?

"A dreamer is someone who wants beyond what is reasonable. A hero is a dreamer who cannot take no for an answer." (Martin Spina)

My Released CDLC - Blaze Bayley - Stare at the Sun & MacGyver Theme Song & Iron Maiden - No More Lies

Check out the Tech Notes Tutorial Version 1.1 // Chordify Tutorial Rough Draft.

Link to comment
Share on other sites

  • 0

This is a very cool discovery. Nice job chlipouni!!!

 

Question for @@raynebc or @@Chlipouni

 

So now the XML chord-density tag will not be over-ruled by something such as a handshape. But I suppose there is or will be a way soon in EoF to specify the chord density specifically?

 

So cool!!! 

"A dreamer is someone who wants beyond what is reasonable. A hero is a dreamer who cannot take no for an answer." (Martin Spina)

My Released CDLC - Blaze Bayley - Stare at the Sun & MacGyver Theme Song & Iron Maiden - No More Lies

Check out the Tech Notes Tutorial Version 1.1 // Chordify Tutorial Rough Draft.

Link to comment
Share on other sites

  • 0

Please see this post for the follow-on to this thread.

"A dreamer is someone who wants beyond what is reasonable. A hero is a dreamer who cannot take no for an answer." (Martin Spina)

My Released CDLC - Blaze Bayley - Stare at the Sun & MacGyver Theme Song & Iron Maiden - No More Lies

Check out the Tech Notes Tutorial Version 1.1 // Chordify Tutorial Rough Draft.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. - Privacy Policy