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
0
votes
1 answer

Recreating guitar string with harmonies through raw audio

I recorded a guitar string playing a note, then took the amplitudes of each harmony, and put it through a prgram(android) to recreate a similar sound, but the sound doesn't sound much like a guitar. public void setToHarmonies(int[] harmonies, int…
Yaakov Schectman
  • 301
  • 1
  • 2
  • 10
0
votes
1 answer

My app is running but the screen is black, and crashes when trying to use a custom view

I have been working on creating a simple guitar tuner for my phone. I am fairly new to android development and have tried to understand the process of creating a guitar tuner with…
0
votes
1 answer

DIY XBox360 guitar hero controller

I'm making a diy guitar controller for guitar hero on xbox 360. As far as i could see on the web, it's not possible to build anything from stratch and just plug in the console due to MS security protocols, so DIY controllers usually have a real…
magnomp
  • 353
  • 2
  • 8
0
votes
1 answer

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 the sound. In the example they do it by calling…
chrischu
  • 3,047
  • 3
  • 27
  • 44
0
votes
2 answers

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 sound and moves the ccDrawLine where the user is…
0
votes
0 answers

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 you're supposed to be pressing. I have an idea…
Anteara
  • 729
  • 3
  • 14
  • 33
0
votes
2 answers

How do I go about generating a sound at a specific frequency (guitar chord app) in c#

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 generate an acceptable sound (maybe midi) at that pitch? My second…
user1350555
-1
votes
1 answer

How to use envelope function in Matlab

The following Matlab code generate a sound but it contain tak tak like sound which can be easily heard.Can someone removes this noise by using envelope function. Fs=44100; T=1/Fs; M=zeros(1,88); for I=7:88 …
-1
votes
1 answer

How to take the value of multiple textbox's and create one rich textbox(to save as a .txt) VB.NET

I want to know how to take several textbox's (with value imputed from the user) and put them together to make one big block of text to turn into a .txt. I am specifically trying to make a guitar tab application. I have already created the base…
l_theBoss
  • 3
  • 1
-1
votes
1 answer

Generating guitar chords image in Android SDK

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?
-2
votes
2 answers

Converting oscillating motion in a video to a frequency

How do I convert a video of something oscillating to a frequency I can synthesize and tune my guitar to?
-2
votes
1 answer

Display guitar chords on a circuit display

I'm doing a project which needs to display guitar chord patterns on a display using IoT. which board(Arduino or raspberry) and display is more suitable?
-2
votes
1 answer

Writing a program converts guitar tabs to notes

I am trying to learn what notes are where on the guitar, so I want to be able to type in what the string is tuned to and what fret I am playing and have the program tell me what note it is or type in the note and get back all the different places I…
Tanner
  • 11
  • 3
-3
votes
0 answers

How to write a guitar string code in Python?

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 to do this? Here are my ideas: I would like to see the…
-4
votes
1 answer

Looking for guitar string wav files

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 available for download. Here is one reference: How…
Chuck Carlson
  • 977
  • 8
  • 26
1 2 3 4
5