Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
4answers
2k views

Library for drawing musical notes

I'm looking for a Windows library that can draw musical notes on the screen in some way. I'm going to use it to write an app in C#, but a pure Win32-based solution is good enough. Does anybody know of ...
3
votes
2answers
157 views

Objective-C play sound

I know how to play mp3 files and whatnot in Xcode iOS. But how do I play a certain frequency.. Like if I just wanted to emit a C# note for 25 seconds how might I do that? (The synth isn't as important ...
3
votes
1answer
220 views

How can I generate musical notes on iOS and play them ?

I am creating a musical app which generate some music. I already used MIDI functions on Mac to create a MIDI file with MIDI events (unfortunately, I don't remember names of those functions). I am ...
2
votes
2answers
118 views

XML Comments - MSDN Documentation “Note” section — how do you duplicate this?

Basically, in the MSDN online help I often run into a "NOTE" section, but can not for the life of me figure out how to get that same output. Apparently there is no <note> tag. Anyone know how to ...
2
votes
2answers
125 views

C# xml documentation: How to create Notes?

I want to achieve a similar thing to the yellow 'Note:' box in the remarks section on this MSDN page in my own documentation. I'm using sandcastle and the sandcastle help file builder to generate a ...
2
votes
2answers
248 views

JavaDoc: where to add notes/remarks to documentation?

When coding in C# I have always found the tag remarks very useful for providing notes about the implementation of a class or method, or to give information about the theory of what I was implementing. ...
2
votes
0answers
520 views

changing font in notes area for beamer

I want to change the fonts in the note area of the slide. I have used: \setbeamerfont{note page}{size=\tiny} but it does not work with second level itemized items. * first level itemize item * ...
2
votes
0answers
183 views

Note onset detection from audio [closed]

Possible Duplicate: Note onset detection Goodmorning, I need a note onset detector quite robust for my thesis work in java/matlab. From an audio file I extract the loudness and some other ...
2
votes
3answers
2k views

Refresh PHP include();

Hi What is the best way to refresh the content of a var that is included? For example i have this code: <marquee> <?php include('note.php'); ?> </marquee> This ...
1
vote
1answer
275 views

Lower frequency note recognition iphone application

Hello I am working one one application in which I need to detect which musical node did user played by listing to it. I got success in recognizing the higher note but low frequency note are not ...
1
vote
1answer
200 views

Programming with midi, and tuning notes to specific frequencies

I am working on a project in which I need to be able to generate midi notes of varying frequencies with as much accuracy as possible. I originally tried to write my program in Java, but it turns out ...
1
vote
3answers
431 views

post-it notes in AJAX

I need to create an AJAX widget that would allow a user to simply click on a box and begin typing a few notes. I can take care of the save and edit code. Anyone know of a quick and painless way of ...
0
votes
0answers
22 views

Pass customer submitted notes to paypal checkout page?

This tutorial shows a simple demo of using Paypal checkout. However, such a method doesn't pass the customers' notes to the Paypal checkout page. Although there can be an optional textarea on the ...
0
votes
1answer
147 views

Create iPhone Note app interface [closed]

I am working on creating iOS iPhone app. Task assigned to me is to create UIViewController, which looks similar to native iPhone Note app. In this view controller, user able to write note and save. ...
0
votes
0answers
180 views

Evernote API: HelloEvernote Smaple: Create New Note With Content issue

I am developing an Android tablet application. My application calls Evernote for different purposes (as it possible through intents) So now i am stuck to new problem. I am using the Test code ...
0
votes
0answers
69 views

Get the full path of the desktop selected/focused item, not the list of files on desktop

i can get a full path of a file folder using shellbrowserwindow and shellforlderview, BUT not on desktop window. I tried the handle getshellwindow, but didn't work out. is there a way to get the ...
0
votes
1answer
95 views

Long musical notes like Tap Tap revenge

I am trying to make a game similar to Tap Tap Revenge. If you played this you might have an idea of how long notes coming. I wana integrate that functionality in my game. I tried MotionStreak and ...
0
votes
2answers
345 views

How to simulate guitar strings/chords with flashes sound synthesizer?

I've just developed a function to ring frequencies, but I can't make it sound like a guitar string, I can only change it's frequency. Is there some way to change other parameters of a generated sound? ...
0
votes
0answers
46 views

Cocoa sync service issue when syncing Mail notes

Currently I have a note app. I need the app to sync with Mail notes (stored in Mail.app). However, with a Gmail account setup as IMAP, Mail.app always archives messages I delete into the Gmail>All ...
0
votes
0answers
187 views

Onset detection with Pitch detection

Ive been experimenting with using onset detection in conjunction with pitch detection. What I do is, whenever there is an onset, I look for the equivalent block in my pitch results array. To ...
0
votes
4answers
266 views

tooltip after input field focus

I am sure there is a proper term for it but don't know it. how can i make a small note pop up when a user is on each field. Like lets say they go to name field then as soon as they click on the name ...
0
votes
0answers
924 views

Unable to Find Path to Server - Lotus Notes [closed]

I get this error... "Unable to find the path to server. Check that you network connection is working. If you have a working connection, go to Preferences->Notes Ports and click Trace to discover where ...
0
votes
1answer
52 views

How to get a 'hanging note' animation for ipad?

I need to get the animation of a note being stuck on a board for an ipad app that i am doing! I am using a UITableView for this. Its should have a tilt so that it looks that it has been stuck up on ...
0
votes
1answer
374 views

SugarCRM: Create NOTE with Attachment without SOAP?

I've got this custom button on Lead Editview that when clicked on generates (via AJAX) an invoice number and a PDF bearing the same number. In the next step, the routine uses SOAP to loopback to ...
0
votes
1answer
161 views

Changing the type of a custom field for already created SharePoint sites

Currently we have a series of SharePoint sites already created in which we have a custom field created as follows in a custom fldtypes.xml <?xml version="1.0" encoding="utf-8" ?> ...
0
votes
2answers
359 views

Clean Javascript Info Popup

I'm just trying to figure out exactly what kind of script this is, and where I can find more info on implementing it. Not sure exactly what to call it. If you click on one of the speakers here, you ...