Tagged Questions
The chord tag has no wiki summary.
20
votes
2answers
229 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 ...
3
votes
3answers
349 views
What's the use of chords?
Languages such as Nemerle support the idea of chords. I'd like to know what their practical use is.
2
votes
0answers
351 views
Guitar Chord Detection? [closed]
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 ...
2
votes
1answer
123 views
Is there unresizable space in latex? Pictures in good looking grid
I've created latex macro to typeset guitar chords diagrams(using picture environment).
Now I want to make diagrams of different appear in good looking grid when typeset one next to each other as the ...
1
vote
0answers
49 views
How to retrieve frame number and frame size from wav file
I'm currently doing a thesis about chord recognition with EPCP with wav file as an input, but now I'm stuck at determining number of frames and frame size of a single wav file. I need those data as ...
1
vote
4answers
79 views
Big Integer - What is this code doing?
I understand this questions is strange, not my usual style. I am currently doing a project using a chord implementation in peersim. The code below shows a big integer and some operation being carried ...
1
vote
2answers
219 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 ...
1
vote
2answers
222 views
How to write chords with MIDI?
How do I write a chord, i.e. a NoteOn of seveal notes on each above the other at the same time line?
What should be the message for this chord.
1
vote
1answer
109 views
How to implement Chord function using GDIplus?
Here are the GDI functions Chord() provided by MFC:
BOOL Chord( int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4 );
BOOL Chord( LPCRECT lpRect, POINT ptStart, POINT ptEnd );
It seems ...
1
vote
1answer
255 views
Which DHT algorithm to use (if I want to join two separate DHTs)?
I've been looking into some DHT systems, specially Pastry and Chord. I've read some concerns about Chord's reaction to churn, though I believe that won't be a problem for the task I have at hands. I'm ...
0
votes
1answer
15 views
Chord protocol. Distribuited Hash Table (DHT). Peer to peer. (P2P)
I'm trying to implement this protocol: http://en.wikipedia.org/wiki/Chord_(peer-to-peer)
What i understood from it is that each node that joins the "circle" is placed in a random place inside the ...
0
votes
1answer
123 views
How to distinguish chords from single notes?
I am a bit stuck here as I cant seem to find some algorithms in trying to distinguish whether a sound produced is a chord or a single note. I am working on Guitar instrument.
Currently, what I am ...
0
votes
1answer
405 views
How to easily Generate Synth Chords Sounds in Android?
How to easily Generate Synth Chords Sounds in Android?
I wanna be able to generate dynamically an in game Music using 8bit.
Tried with AudioTrack, but did not get good results of nice sounds yet.
Any ...
0
votes
1answer
245 views
How to calculate points of Chord
I need to calculate a chord`s starting and ending point, now I have the starting point which lies on the circumfrence of the circle and I also have the angle between starting point and ending point, ...
0
votes
1answer
128 views
Numeric operations over SHA-1 generated keys in C#
I'm trying to implement a Chord distributed hash table. I want to use SHA-1 as the hash function to generate node ids and map values to the DHT. However, I'll need to use numerical operations on the ...