All questions related to creation of guitar specific software: tuners, editors, processors, etc
0
votes
1answer
55 views
Playing the guitar in C#
I came across a programming assignment from Princeton University that deals with simulating guitar string plucks (see here).
I tried solving it to C# but I am currently stuck with actually playing ...
-1
votes
1answer
46 views
iOS Playing and Saving Music Files [closed]
I'm planning on starting a project for iOS that will be able to let the user play on a simulated musical instrument (its a guitar app). I'm looking for some help on how I can go about a few of my ...
0
votes
0answers
51 views
i wanna make a guitar app, how to handle touches
I would like to make a guitar app, and I need to make it work like classic guitar apps, which means that if I tap a single string, it plays a sound, but if i drag my finger up and down on the strings ...
3
votes
1answer
97 views
Are there any tutorials on how to add an overdrive effect to audio in real time using C# and NAudio? [closed]
I'm making an overdrive pedal for electric guitar using C# and NAudio. So far I have managed to output sound from the mic input in real time but now need a way of overdriving the sound.
-4
votes
1answer
112 views
Looking for guitar string wav files [closed]
I've seen several references to a wav file of a guitar string called "dist_gtr_6.wav" in python examples.
I'm researching pitch estimation and wonder if this and the other string companion files are ...
-1
votes
1answer
93 views
Android SDK: Generating guitar chords image [closed]
Is there any way to generate images of guitar chords in Android SDK or do I need to create image in Photoshop etc. for every chord?
0
votes
2answers
70 views
cocos2d Guitar strings for iPad
I am starting to work with Cocos2D and so far learned a lot. But I can't find how to simulate a ccDrawLine so that it behavior like a guitar string, meaning, when touching a ccDrawLine, that it plays ...
-3
votes
0answers
81 views
How to write a guitar string code in Python? [duplicate]
Possible Duplicate:
Guitar string code in Python?
I'm really interested in making a code that could simulate guitar strings. How would I go about doing this? Or at least how would I begin ...
4
votes
1answer
134 views
Guitar string code in Python?
I'm very new at Python but really interested in making a code that could simulate guitar strings. How would I go about doing this? Or at least how would I begin to do this? Any help is appreciated!
...
0
votes
0answers
88 views
Simulate button presses with guitar frequency c#
I've been playing Rocksmith lately with my guitar and I find it really interesting. The way I believe they 'know' which fret you're pressing is by comparing the frequency of the note to the note that ...
3
votes
2answers
299 views
Markdown for Guitar Chords and Lyrics
I'm trying to figure out a good way to be able to store plain text music lyrics with synchronized guitar chords. When displayed, I'd like to see the lyrics rendered double-spaced with the chords in ...
1
vote
0answers
162 views
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 ...
0
votes
1answer
95 views
how do i go about generating a sound at a specific frequency (guitar chord app) in c#
Good morning,
I am working on a guitar toolbox application a component of which is a chord and scale dictionary.
my questions are
If i know the frequency/pitch in khz of a given note, how can I ...
0
votes
3answers
323 views
Recognising an individual guitar chord from an audio sample
I realise there are a fair few questions on here already with regard to chord detection algorithms; however, most of these seem to be relating more to interpreting songs into sets of chords or chord ...
11
votes
3answers
690 views
Android and Guitar Hero controller
I know that the latest versions of Android (Honeycomb and ICS) have support for joysticks and gamepads.
Guitar Hero (and Garage Band) controllers are essentially USB HID devices, right?
So my ...
1
vote
3answers
287 views
Java midi note to string mapping via octave of a note
In my project I want to be able to at least inform the user what string the note they need to play is on. I can get the note and it's octave but as I've discovered, that note and it's octave can ...
0
votes
2answers
195 views
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 ...
0
votes
1answer
243 views
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 ...
-1
votes
2answers
58 views
converting oscillating motion in a video to a frequency [closed]
I was walking a long in bush and there was this cool breeze coming up the valley. The coolest breeze I have ever felt. There was a cool bit of flax right there too which was wobbling perfectly in the ...
1
vote
2answers
113 views
Qt4 and SFML pitch recognition and processing
I am writing a program that displays a random natural note and waits for the user to play that note on the guitar. The audio input is processed to see if the correct pitch was played, and if it was, ...
31
votes
2answers
666 views
Create an image in PHP to show guitar chords
I have a site that shows guitar chords/tabs in text format. Here's what I am currently displaying:
Em:
| | | | | |
| | | | | |
| 2 2 | | |
| | | | | |
| | | | | |
I learn that GD can create a ...
1
vote
1answer
715 views
Real time guitar tab writer
I'm currently a student at Mohawk College in Hamilton, Ontario. I would like to gain some knowledge on how to develop an application that writes out a guitar tab in real time. That is, have someone ...
1
vote
1answer
109 views
VIM custom syntax school of rock
I try to compact some chord files and then need to highlight some stuff so it is more visual. This syntax is where chord is followed by a comma then a number showing how many beats, and all surrounded ...
2
votes
2answers
242 views
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 ...
3
votes
5answers
2k views
How to synthesize sounds of instruments on Android (Piano, Drums, Guitar, etc…)
Can somebody give me some direction on how to synthesize sounds of instruments (Piano, Drums, Guitar, etc...)
I am not even sure what to look for.
Thanks
8
votes
3answers
935 views
Easiest way to produce guitar chords in linux and/or python
What i'm trying to achieve is playing a guitar chord from my python application. I know (or can calculate) the frequencies in the chord if needed.
I'm thinking that even if I do the low level leg ...
1
vote
2answers
442 views
Guitar Chord Detection
While most of the other questions here are regarding determining how to know which notes comprise a chord, I am asking on a slightly different point.
How would you be able to determine whether a ...
10
votes
2answers
3k views
How to find the fundamental frequency of a guitar string sound?
I want to build a guitar tuner app for Iphone. My goal is to find the fundamental frequency of sound generated by a guitar string. I have used bits of code from aurioTouch sample provided by Apple to ...
2
votes
0answers
388 views
Guitar Chord Detection? [duplicate]
Possible Duplicate:
Guitar Chord Recognition Algorithm?
Hi!
Im trying to find algorithms and ways on how to detect Guitar Chords, specifically by trying to identify which notes comprise ...
0
votes
3answers
4k views
How to get the fundamental frequency from FFT?
I am developing a flash guitar, and the only apparent method to discover the frequency of the mic's data looks to be using FFT. Nevertheless, after something like 30 hours of research I could not ...
7
votes
2answers
3k views
Reading Guitar Pro files
I was wondering if anybody had heard of a library, preferably a .NET assembly, but Java will do as wel, that allows you to read the data in a Guitar Pro file (.gp3-gp4-gp5)
I have this gigantor of a ...
0
votes
0answers
215 views
command line python program to show alternate guitar chords
I'd like to write a program that will accept as input alternate or standard tuning parameters for the guitar and list the all chords or chord types (as specified by user) - and print it out as a text ...
2
votes
4answers
1k views
How to loop an mp3 in a browser with zero gap?
I'm trying to make a guitar practice website, and a critical functionality is to loop over very short mp3 files (a few seconds long), with absolutely zero gap in between. For example, it could a ...
21
votes
4answers
4k views
Guitar Chord Recognition Algorithm?
Whats a good digital signal processing algorithm that is good on guitar chords? Since Fast Fourier Transform I think only is accurate on single notes played on the guitar but not notes that are played ...
6
votes
5answers
794 views
Guitar tablature data format
I'm writing a quick front end to display guitar tablature. The front end is in Flash but I want to store the tab in some human-readable format. Anyone know of something that already exists? Any ...