• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

midi player when used from commandline does not work

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi i am trying to work my way through the head first book but for some reason the midi player does not work right on my mac os X

right now all i want is to at least figure out how to make sound dynamically. so i found this source code based on the book which makes a sound but doesnt exit right:


[BOLD] but here is the real problem:[/BOLD]
when i try to modify it to take the note command from the command line as below. nothing works...
please helpppppp!!!

new code:
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I experienced the same problem but it has been solved. Try to increase the volume, I did not hear the sound at first.
 
reply
    Bookmark Topic Watch Topic
  • New Topic