lib/import/flame_stabilizer.rb in tracksperanto-1.7.5 vs lib/import/flame_stabilizer.rb in tracksperanto-1.8.0
- old
+ new
@@ -84,9 +84,10 @@
channels = extract_channels_from_stream(io)
raise "The setup contained no channels that we could process" if channels.empty?
raise "A channel was nil" if channels.find{|e| e.nil? }
+ report_progress("Assembling tracker curves from channels")
scavenge_trackers_from_channels(channels)
end
private
def extract_width_and_height_from_stream(io)
\ No newline at end of file