Questions tagged [guitar]

All questions related to creation of guitar specific software: tuners, editors, processors, etc

As guitar is most popular musical instrument, there are many guitar specific software:

75 questions
1
vote
0 answers

Getting time for beat in milliseconds with PyGuitarPo

I am trying to parse tracks of .gp5 files with PyGuitarPro, but i don't understand the meaning beat.start value. My goal is to add the starting time in milliseconds from the beginning of the song for each beat, but when I try to play the track…
Maxim Mashkov
  • 61
  • 1
  • 3
1
vote
1 answer

\Lilypond Overriding Chord Grid Names

I have a set of guitar chords that I'm notating w/ chord grid diagrams and most of them have non-standard names (quartal voicings). I can add a custom name under the notation between the treble clef and Tab. Is there a way to override the chord…
BlueEnamel
  • 33
  • 5
1
vote
2 answers

how to get USB guitar interface data with (preferably) python

I am wondering if anyone out there knows how I might go about getting audio data with a programming language from an M-Audio USB guitar interface? I would prefer to use python. I would like to get into live audio processing programming and am just…
Austen Cameron
  • 342
  • 4
  • 14
1
vote
1 answer

Easiest Way to Implement a Tap Tempo functionality on STM32?

I'm using an STM32F411RE Nucleo board to develop some code for a digital guitar effects pedal, and I need to be able to implement a tap tempo. I'm fairly inexperienced with coding in general. Does anybody know the easiest way to simply press a GPIO…
1
vote
1 answer

Cannot invoke org.herac.tuxguitar.action.TGActionContext.setAttribute

It gave me this error from tuxguitar on linux, after a disk space error: Cannot invoke "org.herac.tuxguitar.action.TGActionContext.setAttribute(String, Object)" because "actionContext" is null Can somebody help me?
1
vote
2 answers

Check if any word from text matches an array

I want to achieve the following: 1) Check every word from a textarea if it is a guitar chord. To do that, I created an array which contains all characters that guitar chords have (if a word matches the characters from this array it is a guitar…
1
vote
3 answers

How to display guitar tablature on screen?

I'm developing a system that extracts pitch from an audio track and displays it on a guitar tablature. I figured out there are many DSP libraries to for the pitch extraction part. ASCII tab is something i read about how guitar tablature is…
thebeast
  • 108
  • 1
  • 11
1
vote
1 answer

Fast Fourier Transform for Harmonic Analysis

I'm analyzing the harmonics present in the wave motion as a function of where along the string the pluck occurs. I hope to obtain a plot like those exhibited on this page:…
zach the mack
  • 49
  • 3
  • 11
1
vote
0 answers

Real-Time processing of AmpKit LINK signals in C#

I want to start a project to create an iPhone/Android app which acts as a guitar effects pedal, with some other features. Firstly, I'll need a way of receiving the signals sent from the guitar into the device. I'd preferably like to handle as much…
1
vote
0 answers

Guitar String Made in JavaScript and jQuery won't flick second time

I have been trying to make a Guitar String animation with sound and so far I have made the line flick and go up and down to simulate a guitar string pluck, but for some reason I can't make it do that twice. What I mean is first time I hover over the…
1
vote
1 answer

Read Guitar Pro files with php

I want to parse guitar pro files using php. I came across this question which directed me to a description of the gp4 format. As I understand, the file is highly readable :), I just need to know the structure of it. What is the way to do this using…
Gustav
  • 1,361
  • 1
  • 12
  • 24
0
votes
2 answers

MIME type of guitar pro files?

on my website I want to allow people to upload guitar pro files. Apparently there is no specific MIME type for these (I tested and it gave me 'application/octet-stream'). Is there a way to check and be 100% sure the files are guitar pro files and…
romainberger
  • 4,563
  • 2
  • 35
  • 51
0
votes
1 answer

Don't wait for arduino reply

I'm creating a guitar hero kind of game in unity using an Arduino and an actual guitar. My problem is that I have to constantly check for a returning value from the arduino. If I constantly send a value my readings aren't accurate enough any more,…
MauritsE
  • 1
  • 1
0
votes
0 answers

How to write polyphonic guitar staff in abc

I'm using abctab2ps, v 1.8.17, built from source on iMac running Ventura. I'm trying to write down a guitar staff in ABC for a friend who doesn't want guitar tab and I'm having a problem with a voice with a dotted rhythm that I can't seem to figure…
whdaffer
  • 29
  • 4
0
votes
0 answers

Conditional Formatting: Highlight cells of a range if cell equal to any values of an array

I would like to streamline the visualization of scales in the guitar fretboard. However, I can't overcome the current problem From the range B3:S8 (the entire fretboard) I would like to highlight the cells which match with the values of the range…