Andrew contribution to add preference method for Fast/Slow speed
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / amodule.C
index d8fb4396437ecea793686c20b5d55539880bdfd6..f8d2e78933a076327614b721398c0d55101777ac 100644 (file)
@@ -283,7 +283,7 @@ int AModule::import_samples(AEdit *edit,
                int command = direction == PLAY_REVERSE ?
                        NORMAL_REWIND : NORMAL_FWD;
                if( !nested_command )
-                       nested_command = new TransportCommand;
+                       nested_command = new TransportCommand(get_preferences());
                nested_command->command = command;
                nested_command->get_edl()->copy_all(nested_edl);
                nested_command->change_type = CHANGE_ALL;