Skip to content

Commit

Permalink
Samples - rename noise wav and make it a standard sample for use.
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed May 13, 2015
1 parent 5e3e4f6 commit fa58e01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/server/sonicpi/lib/sonicpi/studio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def initialize(hostname, port, msg_queue, max_concurrent_synths)
@samples = {}
@recorders = {}
@recording_mutex = Mutex.new
@rand_buf_id = load_sample(samples_path + "/noise-seed.wav")[0].to_i
@rand_buf_id = load_sample(samples_path + "/misc_rand_noise.wav")[0].to_i
reset
end

Expand Down
3 changes: 2 additions & 1 deletion app/server/sonicpi/lib/sonicpi/synthinfo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4398,7 +4398,8 @@ class BaseInfo
:desc => "Miscellaneous Sounds",
:prefix => "misc_",
:samples => [
:misc_burp]},
:misc_burp,
:misc_rand_noise]},

:perc => {
:desc => "Percussive Sounds",
Expand Down
File renamed without changes.

0 comments on commit fa58e01

Please sign in to comment.